/************************************************************************************
RESET
*************************************************************************************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none; }
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

strong {
	color: #AC8609;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8em;
}

img, fieldset {
	border: 0;
}

#mapCanvas img {
	max-width: none;
}

img {
	max-width: 100%;
	height: auto;
}

.ie8 img {
	width: auto;
	height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style-type: none;
}

@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot'); /* Internet Explorer 4～8 */
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'), /* Firefox 3.6+ */
         url('../fonts/lato-bold.ttf') format('truetype'), /* Firefox 3.5、Chrome、Safari Mobile */
         url('../fonts/lato-bold.svg#svgId') format('svg'); /* Opera 10+ */
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?cz7t25');
	src:url('../fonts/icomoon.eot?#iefixcz7t25') format('embedded-opentype'),
		url('../fonts/icomoon.woff?cz7t25') format('woff'),
		url('../fonts/icomoon.ttf?cz7t25') format('truetype'),
		url('../fonts/icomoon.svg?cz7t25#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

#imagelightbox
{
	position: fixed;
	z-index: 9999;
}

/* OVERLAY */
#imagelightbox-overlay
{
			background-color: #fff;
			background-color: rgba( 0, 0, 0, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	background-color: #295C96;
}

html, body {
	height: 100%;
}

body {
	color: #000000;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100%;
	background-color: #295C96;
}

p {margin: 0;padding: 0;}

a {
	text-decoration: none;
	outline: none;
	color: #FF7200;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0;
	padding: 0;
}

code {
	font-family: Consolata, monospace;
	font-size: 100%;
	color: #72008a;
	word-spacing: -.25em;
}

blockquote {
	padding: 0 30px 15px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1, h2 {
    color: #3E3E3E;
}

h3 {
	font-size: 140%;
}

h4 {
}

form p {
	margin: 0;
	padding: 6px 0;
}

form label {
}

form label small, form label em {
	text-transform: none;
	color: #8c8c86;
	font: italic 90% "Times New Roman", Times, serif;
}

input, textarea, select {
	font-size: 100%;
	font-family: inherit;
}

input:focus{
  outline: none;
}

select {
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
	height: auto;
	font-size: 16px;
	border: 1px solid #666666;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	color: #000000;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-appearance: none;
	width: 100%;
}

input[type=text], input[type=email], input[type=password] {
	width: 100%;
	height:40px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #666666;
	-webkit-appearance: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
}

input[type=text], input[type=email] {
}

textarea {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #666666;
	height: 150px;
	-webkit-appearance: none;
	padding: 10px;
}

textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=email]:focus {
	outline: none;
	background-color: #D6F9FF;
}

select:focus {
	outline: none;
	background-color: #D6F9FF;
}

input[type=reset], input[type=submit] {
}

input[type=reset]:hover, input[type=submit]:hover {
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#container {
	min-height: 100%;
	overflow: hidden;
	padding: 0px;
	margin:0 auto;
}

#wrapper {
	min-height: 100%;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #295C96;
	padding-top: 78px;
}

#topimage {
	height: 550px;
	width: 100%;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	*zoom:1;
	position: relative;
}

.textimage {
	padding-top: 65px;
}

.buttonbox {
	font-size: 0px;
	line-height: 0px;
	margin:25px auto 0 auto;
	width: 100%;
	text-align: center;
}

.buttonbox a {
	border: 2px solid #FFFFFF;
	display: inline-block;
	margin: 10px;
}

a span.btn01 {
	background-image: url(../images/share/btn01.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 57px;
	width: 270px;
	display: inline-block;
}

a span.btn02 {
	background-image: url(../images/share/btn02.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 57px;
	width: 270px;
	display: inline-block;
}

a:hover span.btn01,
a:hover span.btn02 {
	background-repeat: no-repeat;
	background-position: center bottom;
}

/************************************************************************************
HEADER
*************************************************************************************/

#header {
	z-index: 998;
	width: 100%;
	height: 78px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	background-color: #FFFFFF;
}

.header_inner {
	width: 100%;
	max-width:1000px;
	min-height: 100%;
	position: relative;
	margin:0 auto;
	z-index: 998;
}

/************************************************************************************
ロゴ
*************************************************************************************/

#header h1 {
	position: absolute;
	left: 0px;
	top: 20px;
	display: block;
	height: 45px;
	width: 186px;
	z-index: 100;
}

#title {
	line-height: 1.4em;
	position: absolute;
	left: 0px;
	top: 27px;
	z-index: 2;
	width:170px;
}

p.qrcode {
	position: absolute;
	top: 230px;
	right: 90px;
}

p.qrcode img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/************************************************************************************
MAIN NAV
*************************************************************************************/
#navi {
	width: 100%;
}

.navigation__toggle {
  display: none;
  cursor: pointer;
  background-color: #111111;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}

.navigation__toggle:hover {
  background-color: #0186ba;
}

.navigation__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}

.navigation__toggle__bar + .navigation__toggle__bar {margin-top: 4px;}
.navigation__toggle--active .navigation__toggle__bar {margin: 0;position: absolute;}
.navigation__toggle--active .navigation__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation__toggle--active .navigation__toggle__bar:nth-child(2) {
  opacity: 0;
}
.navigation__toggle--active .navigation__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.navigation {
	width: 100%;
	display: block;
	position: absolute;
	height: 78px;
	line-height: 78px;
	z-index: 99;
	top: 0px;
	right: 0px;
}

.navigation li a {
	line-height: 78px;
	height: 78px;
	margin: 0px;
	padding: 0px;
}

.navigation li a b {
	display: none;
}

.navigation li a img {
    filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.navigation li a:hover img {
	filter: alpha(opacity=70); /* ---IE--- */
	-moz-opacity:0.7; /* ---Firefox・Netscape--- */
	opacity:0.7;
}

.navigation li.navi01 a:before,
.navigation li.navi02 a:before,
.navigation li.navi03 a:before,
.navigation li.navi04 a:before,
.navigation li.navi05 a:before,
.navigation li.navi06 a:before {
	font-family: icomoon;
	font-size: 33px;
	color: #f34874;
	font-weight: 100;
}

.navigation ul {
	padding: 7px 0 0 0;
	list-style: none;
	font: 0px;
	text-align:right!important;
	width:100%;
}

.navigation li, .navigation a {
  display: inline-block;
}

.navigation a {
  color: #aaaaaa;
  text-decoration: none;
}

.navigation li {text-align: center; padding:0 14px 0 14px;}

.navigation li.navi01 a,
.navigation li.navi02 a,
.navigation li.navi03 a,
.navigation li.navi04 a,
.navigation li.navi05 a,
.navigation li.navi06 a {
	display: block;
	text-align: center;
}


.navigation__nav {
}

.navigation__nav > li {
  position: relative;
}

.navigation__nav > li > a {
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
}

.navigation__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}

.navigation__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.navigation__nav > li:hover > a {
  color: #fff;
}

.navigation__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #373737;
  -webkit-transition: margin .15s, opacity .15s;
  transition: margin .15s, opacity .15s;
}

.navigation__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #515151;
}

.navigation__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}

.navigation__nav__child > li:last-child {
  border: 0;
}

.navigation__nav__child a {
  padding: 10px;
  width: 100%;
  border-color: #373737;
}
.navigation__nav__child a:hover {
  background-color: #0186ba;
  border-color: #0186ba;
  color: #fff;
}

a#page01,
a#page02,
a#page03,
a#page04 {
	position: absolute;
	top: -78px;
}

/************************************************************************************
CONTENT
*************************************************************************************/

.blue_style {
	background-color: #295C96;
	padding-top:55px;
	padding-bottom: 55px;
	position: relative;
}

.white_style {
	background-color: #fff;
	background-image: url(../images/img/backimage.png);
	background-repeat: no-repeat;
	background-position: right top;
	-moz-background-size:auto 100%;
    background-size:auto 100%; 
	position: relative;
}

.layerTransparent{
	background-color: rgba(255,255,255,0);
	min-height: 100%;
	padding-top:45px;
	padding-bottom: 45px;
}

.access_style {
	background-color: #08284E;
	padding-top: 55px;
	padding-bottom: 55px;
	position: relative;
}

.blue_style,
.white_style,
.access_style {
	width:100%;
}

/*------------------------ header ----*/
.blue_style header,
.white_style header,
.access_style header {
	max-width:1000px;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}

.blue_style header,
.access_style header {
	text-align: center;
}

.white_style header {
	text-align: left;
}

/*------------------------ header h2 ----*/
.blue_style header h2 {
	margin-bottom: 20px;
}

/*------------------------ header p ----*/
.blue_style header p {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

.white_style p {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	color: #000;
}

/*
===== 共通 ==========================================
*/

.contents {
	max-width:1000px;
	width:100%;
	margin:0 auto;
}

p.midashi {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

dl.threepower {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

dl.threepower dt,
dl.threepower dd {
}

dl.threepower dt {
	width: 115px;
	float: left;
}

dl.threepower dd {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	width: 100%;
	padding-left:115px;
	color: #FFFFFF;
}

dl.threepower h3 {
	margin-bottom: 5px;
}

dl.threepower dd.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}

/* --------------------------------------------------------------------
ステップ
-------------------------------------------------------------------- */

.stepwrapper {
	font-size: 0px;
	line-height: 0px;
	text-align: center;
	padding-top: 40px;
}

.stepbox {
	background-color: #08284E;
	height: 16em;
	width: 220px;
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: top;
	position: relative;
	margin-bottom: 60px;
	margin-left: 40px;
	padding: 5px;
}

.stepbox:first-child {
	margin-left: 0px;
}

.stepbox:nth-child(5) {
	margin-left: 0px!important;
}

.stepno {
	margin-top: -30px;
	position: relative;
	background-color: #222931;
	border: 3px solid #295C96;
	text-align: center;
	width: 84%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	padding-top: 6px;
}

.stepbox h4 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 70px;
	padding-top: 20px;
}

.stepbox h4.longtex {
	padding-top: 10px;
}

.stepbox h4 span {
	display: block;
}

.stepbox p {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

/* --------------------------------------------------------------------
アクセス
-------------------------------------------------------------------- */

.access_style .contents {
	font-size: 0px;
	line-height: 0px;
}

.access_style a {
	color: #FFFFFF;
}

.access_style a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.section01,
.section02,
.section03 {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
}

.section01 {
	width: 33%;
	vertical-align: bottom;
	height: 500px;
	padding-left: 0;
	float: left;
	padding-right: 30px;
}

.section02 {
	width: 34%;
	vertical-align: bottom;
	height: 500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}

.section03 {
	width: 33%;
	vertical-align: bottom;
	height: 500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 30px;
	padding-right:0;
	float: right;
}

.section01 iframe,
.section02 iframe,
.section03 iframe {
	margin-top: 30px;
}

.section01 iframe {
	left: 0;
	bottom: 0px;
	width: 100%;
	max-width:290px;
}

.section02 iframe {
	left: 20px;
	bottom: 0px;
	width: 100%;
	max-width:290px;
}

.section03 iframe {
	left: 30px;
	bottom: 0px;
	width: 100%;
	max-width:290px;
}


#signlogo {
	text-align: center;
	margin: 0px;
	width: 100%;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

.section01 h3,
.section02 h3,
.section03 h3 {
	font-size: 15px;
	font-weight: bold;
	color: #dadcdd;
	margin-bottom: 8px;
}

.section01 h4,
.section02 h4,
.section03 h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 10px;
}

p.tel {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}

/* --------------------------------------------------------------------
フォーム
-------------------------------------------------------------------- */
.formblock {
	max-width: 730px;
	width:100%;
	margin:0 auto;
	background-color: #FFFFFF;
}

.formblock h2 {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #192446;
	letter-spacing: 0.1em;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
}

.formblockwrapper {
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

p.caption {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	color: #000000;
}

.formentry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 20px;
}

.formentry dl {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.formentry dl.kagen dd {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	color: #295C96;
	padding-top: 20px;
	padding-bottom: 20px;
}

.formentry dl.kagen dd span {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}

.formentry dt,
.formentry dd {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.formentry dt {
	width: 218px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.6em;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.formentry dt span {
	color: #FFFFFF;
	background-color: #CC0000;
	display: inline-block;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.formentry dd {
	width: 386px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 20px;
	word-break: break-all;
}

.formentry dd p {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	color: #295C96;
	padding-top: 6px;
	padding-bottom: 10px;
}

.formentry dd p small {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	color: #999999;
	display: block;
	margin-top: -20px;
	position: relative;
	margin-bottom: 5px;
}

.formentry dd.andinput select {
	width: 40%;
}

.formentry dd.andinput span {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}

.formentry dd.short input {
	width: 80%;
	margin-right: 10px;
}

.formentry dd i {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
}

.formentry dd table {
	width: 100%;
}

.formentry dd table td {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.formentry dd table td.td02 {
	padding-left: 20px;
}

.formentry dd table td.td01 {
	white-space: nowrap;
}

.formentry dd table td.wide01 {
	width: 60%;
}

.formentry dd table td.wide02 {
	width: 40%;
}

.formentry dd label {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
}

.formentry dd table td.tdinput {
	text-align: right;
	padding-left: 20px;
}

.formentry dd table td.tdinput input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
}

.douibox {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

p.privacy {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* --------------------------------------------------------------------
テーブル
-------------------------------------------------------------------- */

/*---- テーブル ----*/
table.table_normal {
    width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}

/*---- table_explain --- th,td ----*/
table.table_normal th,
table.table_normal td {
	border:1px solid #CCCCCC;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
	color: #363636;
}

table.table_normal th {
	background-color: #E2E2E2;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 20%;
}

table.table_normal td {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	width: 70%;
}

/************************************************************************************
FOOTER
*************************************************************************************/


#footer {
	width: 100%;
	height:63px;
	position: relative;
	z-index: 1;
	background-color: #295C96;
}

.footer_inner {
	width: 100%;
	height:100%;
	max-width:1000px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	z-index: 4;
}


p.copyright {
	font-family: 'lato-bold';
	width: 100%;
	text-align: center;
	margin-top: 0px;
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	left: 0px;
	bottom: 20px;
}


/************************************************************************************
ステップ
*************************************************************************************/

.titler {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 20px;
	color: #FFFFFF;
}

.gobox {
	display: inline-block;
	height: 27em;
	width: 42%;
	margin: 3%;
	padding-top: 20px;
	text-align: left;
	vertical-align: top;
}

.gobox h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	width: 100%;
	position: relative;
	padding-left: 5px;
}

.gobox h3.go1:before,
.gobox h3.go2:before,
.gobox h3.go3:before,
.gobox h3.go4:before,
.gobox h3.go5:before,
.gobox h3.go6:before {
	font-family: icomoon;
	display: block;
	font-size: 100px;
	font-weight: normal;
	color: #69A9E4;
	line-height: 100px;
	margin-bottom: 30px;
}

.gobox h3.go1:before {content: "\e605"!important;}
.gobox h3.go2:before {content: "\e606"!important;}
.gobox h3.go3:before {content: "\e607"!important;}
.gobox h3.go4:before {content: "\e61b"!important;}
.gobox h3.go5:before {content: "\e61c"!important;}
.gobox h3.go6:before {content: "\e61d"!important;}

.gobox ul {
}

.gobox ul li {
	margin-bottom: 30px;
	text-align: left;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
}

.gobox ul li:before {
	font-family: FontAwesome;
	content: "\f00c"!important;
	color: #CCCCCC;
	margin-right: 5px;
	font-size: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
}


/* お問い合わせボタン ================================================== */
.submitter {margin-top: 20px;margin-bottom: 20px;text-align: left;width: 100%;}

.submitter .button_one,
.submit {
	font-size: 18px;
	line-height: 60px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	width: 40%;
	min-width:250px;
	display: inline-block;
	height: 60px;
	margin: 0px;
	padding: 0px;
	position: relative;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}

.submitter .button_one:hover,.submit:hover {color: #FFFFFF;background-color: #FF9900;}
.submitter .button_one i {position: absolute;top: 17px;right: 20px;}

/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/

.pagetop-wrapper {
	display: inline-block;
	position: fixed;
	z-index: 9999;
	bottom: 60px;
	right: 60px;
	width: 35px;
	height: 35px;
	margin: auto;
}

.pagetop-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pagetop-wrapper a .btn-pagetop {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pagetop-wrapper a .btn-pagetop span {
    display: inline-block;
    width: 66px;
    height: 66px;
    background: url("../images/share/btn-pagetop-pc.png") no-repeat;
}


/************************************************************************************
エラー表記
*************************************************************************************/
#errMsgBox {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#errMsgBox ul {
	width: 100%;
	text-align: center;
}

#errMsgBox ul li {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

/************************************************************************************
GOOGLMAP
*************************************************************************************/
#mapCanvas {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
 
#mapCanvas iframe,
#mapCanvas object,
#mapCanvas embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmapbox {
	max-width:700px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.gmapbox {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}

.gmapbox iframe,
.gmapbox object,
.gmapbox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************************************
ボタン
*************************************************************************************/

p.submitbutton {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.button {
	display: inline-block;
	max-width:327px;
	width:94%;
	height: 66px;
	text-align: center;
	text-decoration: none;
	line-height: 66px;
	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin: 10px;
}

.button.shortbut {
	max-width:280px;
	width:96%;
}

.button {
	position: relative;
	background-color: #08284E;
	color: #fff;
	transition: none;
	font-size: 18px;
	font-weight: bold;
}

.button:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #295C96;
}

.button:active {
	box-shadow: none;
}


/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 0px;
	width: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix:after, section li:after, footer:after, .post-title:after, .gallery:after, .pagenav:after, #main-nav:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix, section li, footer, .post-title, .gallery, .pagenav, #main-nav 
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, section li, footer, .post-title, .gallery, .pagenav, #main-nav 
{ display: block; }

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/


@media screen and (max-width: 966px) {
	
	#container {padding: 0px;}
	
	#header h1 {
	    left: 20px;
	    top: 20px;
    }
	
	.navigation li {padding:0 5px 0 5px;}
	
	/*------------------------ header ----*/
    .blue_style header,
    .white_style header,
    .access_style header {
	    width:94%;
    }

	.contents {width: 94%;}
	
	.stepbox {
	    margin-left: 20px!important;
		margin-right: 20px!important;
    }
	
	.stepbox:first-child {
	    margin-left: 20px;
		margin-right: 20px;
    }

    .stepbox:nth-child(5) {
	    margin-left: 20px!important;
		margin-right: 20px!important;
    }
	
	.section01,
	.section02,
	.section03 {
		float:none!important;
		width:46%;
		margin:0 2% 0 2%!important;
		padding:0!important;
		border: none;
	}
	
	.section01 iframe,
	.section02 iframe,
	.section03 iframe {
	    left: 0;
	    bottom: 0px;
    }
	
	.footer_inner {width: 96%;}
	
/*-------------------------------------------*/
/*	ページイメージ
/*-------------------------------------------*/	
/* ------------------------------------------------------------------------
    ブロック
------------------------------------------------------------------------  */
	
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
    #back-top #pagetop{
	    position:absolute;
	    right:0px;
    }

}

@media (min-width: 913px) and (max-width: 1140px) {
	
/*-------------------------------------------*/
/*	ページイメージ
/*-------------------------------------------*/	
/* ------------------------------------------------------------------------
    ブロック
------------------------------------------------------------------------  */
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
    #back-top #pagetop{
	    position:absolute;
	    right:0px;
    }	
}

@media (min-width: 769px) and (max-width: 913px) { /* --------------- キンドルなど -----------------  */
/*-------------------------------------------*/
/*	トップパララックス
/*-------------------------------------------*/	

}

@media screen and (max-width: 810px) {

/*-------------------------------------------*/
/*	全体
/*-------------------------------------------*/	
	#container {
	    padding: 0px!important;
		margin:0px!important;
    }
	
	#header {position: fixed!important;}
	
	.navigation {
	    width: 100%!important;
		top:20px!important;
		left:0px!important;
		padding-left: 0px;
		line-height: 1.4em!important;
		height:auto!important;
    }
	
	.navigation li.navi01 {margin:0;}
    .navigation li.navi02 {margin:0;}
    .navigation li.navi03 {margin:0;}
    .navigation li.navi04 {margin:0;}
    .navigation li.navi05 {margin:0;}
    .navigation li.navi06 {margin:0;}

    .navigation li.navi01 a:before,
    .navigation li.navi02 a:before,
    .navigation li.navi03 a:before,
    .navigation li.navi04 a:before,
    .navigation li.navi05 a:before,
    .navigation li.navi06 a:before {
	    font-family: icomoon;
	    font-size: 36px!important;
		margin:0!important;
		line-height: 1.4em!important;
		height:auto!important;
		color: #fff;
    }
	
	.navigation li.navi01 a:hover:before,
    .navigation li.navi02 a:hover:before,
    .navigation li.navi03 a:hover:before,
    .navigation li.navi04 a:hover:before,
    .navigation li.navi05 a:hover:before,
    .navigation li.navi06 a:hover:before,
    .navigation li.navi07 a:hover:before,
    .navigation li.navi08 a:hover:before,
    .navigation li.navi09 a:hover:before {
	    color: #fff;
    }
	
	.navigation li a {
	    height:auto!important;
		line-height: 1.4em!important;
	}
	
	.navigation li a b {
	    display: inline-block;
		font-size:18px;
    }
	
	.navigation li a img {
	    display: none;
	}
	
    .navigation li.navi01 a,
    .navigation li.navi02 a,
    .navigation li.navi03 a,
    .navigation li.navi04 a,
    .navigation li.navi05 a,
    .navigation li.navi06 a,
	.navigation li.navi07 a,
	.navigation li.navi08 a {
	    display: block;
	    text-align: left;
		padding:15px 0 12px 10px!important;
		margin:0!important;
    }

	
	/*----- ボタン ----*/	
	.navigation__toggle {
	    background-color: #192446;
		display: inline-block;
		position:absolute;
		top:0px;
		right:20px;
    }
	
	.navigation__toggle:before {
	    content: "menu";
	    color: #192446;
		display:inline-block;
		font-size:14px;
		position:absolute;
		top:10px;
		left:-45px;
	}
	
    .navigation__toggle:hover {
       background-color: #192446;
    }
	
	.navigation__toggle:focus {
	    outline:none!important;
	}

    .navigation__nav,
    .navigation__nav__child {
        display: none;
    }
	
    /*----- ul ----*/	
    .navigation__nav {
        background-color: #192446;
		position:absolute;
		top:58px;
		width: 100%;
    }
	
    .navigation__nav > li {
        width: 100%!important;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
	
	.navigation__nav > li:farst-child {
    }
	
    .navigation__nav > li:last-child {
    }
	
    .navigation__nav > li:first-child > a:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        left: 5.4em;
        top: -15px;
        border: 10px solid transparent;
        border-top: 0;
        border-bottom-color: #192446;
    }
	
    .navigation__nav > li > a {
        width: 100%;
        border-color: #fff;
        position: relative;
    }
	
    .navigation__nav a:hover {
        background-color: none;
        border-color: #fff;
    }

    .navigation__nav__child {
        position: static;
        background-color: #373737;
        margin: 0;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
        opacity: 1;
    }
	
    .navigation__nav__child > li:first-child > a:after {
        content: none;
    }
	
    .navigation__nav__child a {
        padding-left: 0px;
        width: 100%;
    }
/*-------------------------------------------*/
/*	メイン
/*-------------------------------------------*/		
	.layerTransparent{
	    background-color: rgba(255,255,255,0.6);
    }
/*-------------------------------------------*/
/*	footer
/*-------------------------------------------*/	
    #footer {
		height:auto;
		margin: 0px!important;
		padding:0!important;
	}
	
	.footer_inner {
	    width: 94%;
    }

    p.copyright {
	    text-align: center;
	    position: static;
		padding-top:10px;
		padding-bottom:10px;
    }
	
	
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
    .pagetop-wrapper {
        bottom: 20px!important;
        right: 20px!important;
    }
/*-------------------------------------------*/
/*	#フォーム要素
/*-------------------------------------------*/	
	input[type="chexkbox"] {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
	
	input[type=text], input[type=email], input[type=password] {
	    height:40px;
	    margin-top: 5px;
	    margin-bottom: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -o-border-radius: 5px;
	    border-radius: 5px;
    }
	
	.formentry dt {
	    width: 100%;
	    padding-right: 0px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    position: relative;
    }

    .formentry dd {
	    width: 100%;
	    border-left-width: 1px;
	    border-left-style: solid;
	    border-left-color: #000000;
	    padding-left: 20px;
	    padding-top: 16px;
	    padding-bottom: 20px;
    }
	
	.formblockwrapper {
	    padding-top: 40px;
	    padding-right: 20px;
	    padding-bottom: 40px;
	    padding-left: 20px;
    }
	
}

@media (min-width: 802px) and (max-width: 802px) { /* --------------- Kindle Fire HD7 横 -----------------  */
	#wrapper {padding-bottom: 0px;padding-top: 0px!important;}
	#header {position:relative!important;}
}

@media (min-width: 738px) and (max-width: 738px) { /* --------------- iphone6plus 横 -----------------  */
	#wrapper {padding-bottom: 0px;padding-top: 0px!important;}
	#header {position:relative!important;}
}

@media (min-width: 667px) and (max-width: 667px) { /* --------------- iphone6 横 -----------------  */   
	#wrapper {padding-bottom: 0px;padding-top: 0px!important;}
	#header {position:relative!important;}
}

@media (min-width: 640px) and (max-width: 640px) { /* --------------- Galaxy S3,S4,S5 -----------------  */   
	#wrapper {padding-bottom: 0px;padding-top: 0px!important;}
	#header {position:relative!important;}
}

@media (max-width: 603px) { /* --------------- iphone -----------------  */
	#header {position:fixed!important;top:0px;left:0px;}
	
	#topimage {
	    height: 500px;
    }

	
	/*----- ボタン ----*/	
	.navigation__toggle {
		top:0px;
		right:15px;
    }
	
	.section01,
	.section02,
	.section03 {
		float:none!important;
		width:96%;
		margin:0 auto;
		padding:0 0 40px 0!important;
		height:auto;
	}
	
	.section01 iframe,
	.section02 iframe,
	.section03 iframe {
	    position:static;
		max-width:100%;
		width:1005;
    }
	
	.maps {
	    padding-top:20px;
	}
	
	#footer {
		height:auto!important;
		margin: 0px!important;
		padding:0px!important;
	}
	
	.formentry dt {
	    padding-top: 15px;
	    padding-bottom: 5px;
	}
	
	.formentry dt span {
	    position: static;
	    padding:0 5px 0 5px;
    }
	
	.formentry dd.short input {
	    width: 100%;
	    margin-right: 0px;
    }
	
	.formentry dd i {
	    display:none;
	}
	
	.formentry dd {
	    width: 100%;
	    border-left-width: 0px;
	    padding-left: 0px;
	    padding-top: 10px;
	    padding-bottom: 15px;
    }
}

@media (min-width: 568px) and (max-width: 568px) { /* --------------- iphone5 横 -----------------  */   
	#wrapper {padding-bottom: 0px;padding-top: 0px!important;}
	#header {position:relative!important;}
}

@media screen and (max-width: 320px) {
	
	.navigation__toggle:before {
		display:none;
	}
}

.navigation__nav--open {
  display: block !important;
}
.navigation__nav--open .navigation__nav__child {
  display: block;
}