@charset "UTF-8";
/* Reset Style */
html{
	overflow-y: scroll;
}

body{
	line-height: 1;
	color: #000;
}

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, main{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

font{
	margin: 0;
	padding: 0;
	outline: 0;
}

body{
	line-height: 1;
}

ul, menu{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins{
	text-decoration: none;
}

del{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}

hr{
	margin: 0px;
	padding: 0px;
}

img, input{
	vertical-align: bottom;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary{
	display: block;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body{
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

select, input, button, textarea{
	font: 99% arial,helvetica,clean,sans-serif;
}

table{
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

.imgHover img:hover{
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

#page-head, #page-content, #nav-main ul{
	*zoom: 1;
}
#page-head:after, #page-content:after, #nav-main ul:after{
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}

a.btn01, a.btn02, a.btn03{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

input[type="submit"], button, .btn01:hover, .btn02:hover, .btn03:hover{
	cursor: pointer;
}

/*----------------------------------------------------
	inner
----------------------------------------------------*/
.inner, #page-head, #content-main, #page-foot{
	margin: 0 auto;
	width: 960px;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body{
	color: #333;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	letter-spacing: 1px;
	line-height: 1.4;
}

input, select, option, textarea{
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html select, * html option, * html textarea{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a, a *{
	-webkit-transition-property: color, border-color, background-color, opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: color, border-color, background-color, opacity;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-property: color, border-color, background-color, opacity;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-property: color, border-color, background-color, opacity;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in-out;
	transition-property: color, border-color, background-color, opacity;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

a{
	color: #6586c6;
	text-decoration: none;
}
a:link{
	color: #6586c6;
	text-decoration: none;
}
a:visited{
	color: #6586c6;
}
a:hover{
	color: #4369b5;
	text-decoration: underline;
}
a:active{
	color: #d00;
}

::-moz-selection{
	background-color: #8aa3d4;
	color: #fff;
}

::selection{
	background-color: #8aa3d4;
	color: #fff;
}

.zoomIn,
a[href$=".gif"] img,
a[href$=".png"] img,
a[href$=".jpg"] img,
a[href$=".jpeg"] img,
a[href$=".bmp"] img{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: -ms-zoom-in;
	cursor: -o-zoom-in;
	cursor: zoom-in;
}

.hide{
	display: none;
}

.mt0{
	margin-top: 0px !important;
}

.mb0{
	margin-bottom: 0px !important;
}

.pt0{
	padding-top: 0px !important;
}

.pb0{
	padding-bottom: 0px !important;
}

.p0{
	padding: 0px !important;
}

.mt5{
	margin-top: 5px !important;
}

.mb5{
	margin-bottom: 5px !important;
}

.pt5{
	padding-top: 5px !important;
}

.pb5{
	padding-bottom: 5px !important;
}

.p5{
	padding: 5px !important;
}

.mt10{
	margin-top: 10px !important;
}

.mb10{
	margin-bottom: 10px !important;
}

.pt10{
	padding-top: 10px !important;
}

.pb10{
	padding-bottom: 10px !important;
}

.p10{
	padding: 10px !important;
}

.mt15{
	margin-top: 15px !important;
}

.mb15{
	margin-bottom: 15px !important;
}

.pt15{
	padding-top: 15px !important;
}

.pb15{
	padding-bottom: 15px !important;
}

.p15{
	padding: 15px !important;
}

.mt20{
	margin-top: 20px !important;
}

.mb20{
	margin-bottom: 20px !important;
}

.pt20{
	padding-top: 20px !important;
}

.pb20{
	padding-bottom: 20px !important;
}

.p20{
	padding: 20px !important;
}

.mt25{
	margin-top: 25px !important;
}

.mb25{
	margin-bottom: 25px !important;
}

.pt25{
	padding-top: 25px !important;
}

.pb25{
	padding-bottom: 25px !important;
}

.p25{
	padding: 25px !important;
}

.mt30{
	margin-top: 30px !important;
}

.mb30{
	margin-bottom: 30px !important;
}

.pt30{
	padding-top: 30px !important;
}

.pb30{
	padding-bottom: 30px !important;
}

.p30{
	padding: 30px !important;
}

.mt35{
	margin-top: 35px !important;
}

.mb35{
	margin-bottom: 35px !important;
}

.pt35{
	padding-top: 35px !important;
}

.pb35{
	padding-bottom: 35px !important;
}

.p35{
	padding: 35px !important;
}

.mt40{
	margin-top: 40px !important;
}

.mb40{
	margin-bottom: 40px !important;
}

.pt40{
	padding-top: 40px !important;
}

.pb40{
	padding-bottom: 40px !important;
}

.p40{
	padding: 40px !important;
}

.mt45{
	margin-top: 45px !important;
}

.mb45{
	margin-bottom: 45px !important;
}

.pt45{
	padding-top: 45px !important;
}

.pb45{
	padding-bottom: 45px !important;
}

.p45{
	padding: 45px !important;
}

.mt50{
	margin-top: 50px !important;
}

.mb50{
	margin-bottom: 50px !important;
}

.pt50{
	padding-top: 50px !important;
}

.pb50{
	padding-bottom: 50px !important;
}

.p50{
	padding: 50px !important;
}

.mt55{
	margin-top: 55px !important;
}

.mb55{
	margin-bottom: 55px !important;
}

.pt55{
	padding-top: 55px !important;
}

.pb55{
	padding-bottom: 55px !important;
}

.p55{
	padding: 55px !important;
}

.mt60{
	margin-top: 60px !important;
}

.mb60{
	margin-bottom: 60px !important;
}

.pt60{
	padding-top: 60px !important;
}

.pb60{
	padding-bottom: 60px !important;
}

.p60{
	padding: 60px !important;
}

.mt65{
	margin-top: 65px !important;
}

.mb65{
	margin-bottom: 65px !important;
}

.pt65{
	padding-top: 65px !important;
}

.pb65{
	padding-bottom: 65px !important;
}

.p65{
	padding: 65px !important;
}

.mt70{
	margin-top: 70px !important;
}

.mb70{
	margin-bottom: 70px !important;
}

.pt70{
	padding-top: 70px !important;
}

.pb70{
	padding-bottom: 70px !important;
}

.p70{
	padding: 70px !important;
}

.mt75{
	margin-top: 75px !important;
}

.mb75{
	margin-bottom: 75px !important;
}

.pt75{
	padding-top: 75px !important;
}

.pb75{
	padding-bottom: 75px !important;
}

.p75{
	padding: 75px !important;
}

.mt80{
	margin-top: 80px !important;
}

.mb80{
	margin-bottom: 80px !important;
}

.pt80{
	padding-top: 80px !important;
}

.pb80{
	padding-bottom: 80px !important;
}

.p80{
	padding: 80px !important;
}

.mt85{
	margin-top: 85px !important;
}

.mb85{
	margin-bottom: 85px !important;
}

.pt85{
	padding-top: 85px !important;
}

.pb85{
	padding-bottom: 85px !important;
}

.p85{
	padding: 85px !important;
}

.mt90{
	margin-top: 90px !important;
}

.mb90{
	margin-bottom: 90px !important;
}

.pt90{
	padding-top: 90px !important;
}

.pb90{
	padding-bottom: 90px !important;
}

.p90{
	padding: 90px !important;
}

.mt95{
	margin-top: 95px !important;
}

.mb95{
	margin-bottom: 95px !important;
}

.pt95{
	padding-top: 95px !important;
}

.pb95{
	padding-bottom: 95px !important;
}

.p95{
	padding: 95px !important;
}

.mt100{
	margin-top: 100px !important;
}

.mb100{
	margin-bottom: 100px !important;
}

.pt100{
	padding-top: 100px !important;
}

.pb100{
	padding-bottom: 100px !important;
}

.p100{
	padding: 100px !important;
}

.fr,
.imgR{
	float: right;
	margin-left: 10px;
}

.fl,
.imgL{
	float: left;
	margin-right: 10px;
}

.imgC,
.tC{
	text-align: center;
}

.imgC{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tL{
	text-align: left !important;
}

.tR{
	text-align: right !important;
}

.clr{
	clear: both;
}

#route01-page .conBox_b ul li a,
#route01-page .conBox_b ul li a:hover {
    color: #fff;
}


.description{
	font-size: 93%;
	color: #666;
	letter-spacing: 0;
}

.box40{
	width: 40px;
}

.box50{
	width: 50px;
}

.box60{
	width: 60px;
}

.box70{
	width: 70px;
}

.box80{
	width: 80px;
}

.box90{
	width: 90px;
}

.box100{
	width: 100px;
}

.box110{
	width: 110px;
}

.box120{
	width: 120px;
}

.box130{
	width: 130px;
}

.box140{
	width: 140px;
}

.box150{
	width: 150px;
}

.box160{
	width: 160px;
}

.box170{
	width: 170px;
}

.box180{
	width: 180px;
}

.box190{
	width: 190px;
}

.box200{
	width: 200px;
}

.box210{
	width: 210px;
}

.box220{
	width: 220px;
}

.box230{
	width: 230px;
}

.box240{
	width: 240px;
}

.box250{
	width: 250px;
}

.box260{
	width: 260px;
}

.box270{
	width: 270px;
}

.box280{
	width: 280px;
}

.box290{
	width: 290px;
}

.box300{
	width: 300px;
}

.box310{
	width: 310px;
}

.box320{
	width: 320px;
}

.box330{
	width: 330px;
}

.box340{
	width: 340px;
}

.box350{
	width: 350px;
}

.box360{
	width: 360px;
}

.box370{
	width: 370px;
}

.box380{
	width: 380px;
}

.box390{
	width: 390px;
}

.box400{
	width: 400px;
}

.box410{
	width: 410px;
}

.box420{
	width: 420px;
}

.box430{
	width: 430px;
}

.box440{
	width: 440px;
}

.box450{
	width: 450px;
}

.box460{
	width: 460px;
}

.box470{
	width: 470px;
}

.box480{
	width: 480px;
}

.box490{
	width: 490px;
}

.box500{
	width: 500px;
}

.box960{
	width: 960px;
}

textarea, input, select{
	margin: 1px;
	padding: 3px;
}

input[type="text"], input[type="password"], select, textarea{
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fbfbfb;
	box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus{
	border-color: #aaa;
	background-color: #fefefe;
}

::-webkit-input-placeholder{
	color: #999;
}

:-moz-placeholder{
	color: #999;
}

:-ms-input-placeholder{
	color: #999;
}

.placeholder{
	color: #999;
}

/* button */
.btn01, .btn02, .btn03{
	border-radius: 4px;
}

a.btn01, a.btn02, a.btn03{
	padding: .5em 1em .4em;
	text-decoration: none !important;
}

input.btn01, input.btn02, input.btn03{
	padding: .3em .8em .2em;
}

.btnL{
	padding: .6em 3em .5em !important;
	font-size: 108%;
}

.btnS{
	padding: .1em .3em 0 !important;
	font-size: 85%;
}

.btn01{
	border: solid 1px #bbb;
	background-color: #fff;
	color: #333 !important;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiNlZGVkZWQiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e6e6e6), color-stop(2%, #ededed), color-stop(40%, #f6f6f6), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(bottom, #e6e6e6, #ededed 2%, #f6f6f6 40%, #ffffff);
	background-image: -moz-linear-gradient(bottom, #e6e6e6, #ededed 2%, #f6f6f6 40%, #ffffff);
	background-image: -o-linear-gradient(bottom, #e6e6e6, #ededed 2%, #f6f6f6 40%, #ffffff);
	background-image: linear-gradient(bottom, #e6e6e6, #ededed 2%, #f6f6f6 40%, #ffffff);
}
.btn01:hover{
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(bottom, #dddddd, #ffffff);
	background-image: -moz-linear-gradient(bottom, #dddddd, #ffffff);
	background-image: -o-linear-gradient(bottom, #dddddd, #ffffff);
	background-image: linear-gradient(bottom, #dddddd, #ffffff);
}

.btn02{
	border: solid 1px #8aa3d4;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	background-color: #6586c6;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1ODZjNiIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjOGFhM2Q0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOWRiMmRiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #6586c6), color-stop(40%, #8aa3d4), color-stop(100%, #9db2db));
	background-image: -webkit-linear-gradient(bottom, #6586c6, #8aa3d4 40%, #9db2db);
	background-image: -moz-linear-gradient(bottom, #6586c6, #8aa3d4 40%, #9db2db);
	background-image: -o-linear-gradient(bottom, #6586c6, #8aa3d4 40%, #9db2db);
	background-image: linear-gradient(bottom, #6586c6, #8aa3d4 40%, #9db2db);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4);
}
.btn02:hover{
	box-shadow: inset 0 0 5px 3px rgba(255, 255, 255, 0.4);
}

.btn03{
	border: solid 1px #cc3e55;
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	background-color: #aa2d41;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhMmQ0MSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjY2MzZTU1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDc2Njc5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #aa2d41), color-stop(40%, #cc3e55), color-stop(100%, #d76679));
	background-image: -webkit-linear-gradient(bottom, #aa2d41, #cc3e55 40%, #d76679);
	background-image: -moz-linear-gradient(bottom, #aa2d41, #cc3e55 40%, #d76679);
	background-image: -o-linear-gradient(bottom, #aa2d41, #cc3e55 40%, #d76679);
	background-image: linear-gradient(bottom, #aa2d41, #cc3e55 40%, #d76679);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4);
}
.btn03:hover{
	box-shadow: inset 0 0 5px 3px rgba(255, 255, 255, 0.4);
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
#page-head{
	padding: 16px 0;
    position: relative;
}

#logo-main{
	padding: 16px 0 20px;
	float: left;
}

.translate_element{
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-flex; /* Safari */
    display: flex;
}
.translate_element a {
    display: block;
    margin-left: 2px;
    padding: .2em .5em .1em;
    border: 1px solid #0D1C5F;
    border-top: none;
    background-color: #0D1C5F;
    color: #fff;
    font-size: 14px;
    width: 60px;
    text-align: center;
}
.translate_element a:hover {
    background-color: #d2def1;
    text-decoration: none;
}

.x-logoWrapper{
	position: absolute;
	top: 38px;
	right: 0;
	width: 36px;
	transition: all .3s ease-in-out;
}
.x-logoWrapper img{
	width: 100%;
}
.x-logoWrapper:hover{
	opacity: .7;
}

/*----------------------------------------------------
	global navigation
----------------------------------------------------*/
#nav-main{
	float: right;
	margin-top: 32px;
}
#nav-main ul li{
	margin: 0 0 0 16px;
	padding: 45px 0 0;
	float: left;
}
#nav-main ul li.gn-01, #nav-main ul li.gn-02{
	padding: 0;
	margin: 0 0 0 10px;
}
#nav-main ul li.gn-03_en, #nav-main ul li.gn-04_en, #nav-main ul li.gn-05_en{
	margin: -13px 0 0 10px;
}
#nav-main ul li a:hover img{
	opacity: .8;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/


#page-content{
	padding: 20px 0;
	background-color: #0D1C5F;
	position: relative;
}

#breadcrumbs{
	padding: 16px 0 0;
	color:#efefef;
}

#content-main a{
	color: #00417e;
}

.nami-top, .nami-bottom{
	position: absolute;
	left: 0;
	height: 20px;
	width: 100%;
}

.nami-top{
	top: 0;
	background: url(../images/common/bg_nami_top.png) repeat-x center 0;
}

.nami-bottom{
	bottom: 0;
	background: url(../images/common/bg_nami_bottom.png) repeat-x center bottom;
}

#content-main {
}


#content-main h1 {
	color: #efefef;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 60px;
	background: url(../images/common/h1.png) no-repeat center bottom ;
	text-align: center;
/*
	border-bottom: 3px solid #ccc;
*/
}

#content-main h2 {
	margin: 0 0 40px;
	color: #00417E;
/*	color: #617395;*/
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 40px;
	background: url(../images/common/h2w.png) no-repeat center bottom ;
	text-align: center;
}

#content-main h4 {
	margin: 0 0 40px;
	color: #00417E;
/*	color: #617395;*/
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 40px;
	background: url(../images/common/h2.png) no-repeat center bottom ;
	text-align: center;
}

#content-main .conBox {
	margin: 40px 0 0;
	padding: 40px;
/*
	background:#FFF;
	border-radius: 30px;		
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
*/
}

.fs-12{
    font-size: 12px;
}

.td-price {
    white-space: nowrap;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#page-foot{
	padding: 20px 0 0;
}
#page-foot footer{
	position: relative;
	padding: 20px 100px 32px 0;
}

#relation-links{
	overflow: hidden;
	margin: 0 -5px 0 0;
}
#relation-links li{
	margin: 0 5px 0 0;
	float: left;
	width: 168px;
}
#relation-links li a{
	display: block;
	padding: 10px 0 8px 30px;
	margin-bottom: 4px;
	border: 1px solid #989898;
	background:url(../images/common/external-link-blue-light02-Shapes4FREE.png) no-repeat 10px center;
	background-color: #e5e5e5;
	color: #333;
	text-align: left;
	font-size: 11px;

}

#contents-author{
	overflow: hidden;
	margin: 40px 0 0;
}
#contents-author h2{
	margin: 0 0 8px;
	padding: 5px 0 0 70px;
	font-size: 22px;
/*
	color: #6586c6;
*/
	background: url(../images/common/Logo_ci.png) no-repeat left top;
}
#contents-author dl{
	float: left;
	width: 50%;
    display: -webkit-flex; /* Safari */
    display: flex;
}
#contents-author dl dt{
/*	float: left;*/
}
#contents-author dl dd{
	padding: 0 0 0 2.5em;
}
#contents-author dl dd span{
	font-size: 11px;
}
#contents-author dl dd img{
	padding: 0 4px 0 0;
	vertical-align: middle;
}

#foot-nav{
	overflow: hidden;
	margin: 24px 0 0;
	padding: 16px 0 0;
	border-top: 4px solid #0D1C5F;
}
#foot-nav li{
	float: left;
	font-size: 14px;
}
#foot-nav li:after{
	content: '|';
	padding: 0 .4em;
	color: #ccc;
}
#foot-nav li a{
	font-size: 14px;
	color: #0D1C6E;
}
#foot-nav li.last:after{
	content: none;
}
#foot-nav li.sec{
	clear: both;
}

#copyright{
	font-size: 11px;
	text-align: right;
    clear: both;
}

#page-top{
	position: absolute;
	right: 10px;
	top: 90px;
}
#page-top a{
	display: block;
}
#page-top a img{
	position: relative;
	top: 0;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}
#page-top a:hover img{
	top: -8px;
}

/*2022年修正のための追加 color: #0D1C5F; */
/*.ly_footerLogo{
	display: flex;
	align-items: center;
}
.hp_order1{
	order: 1;
}
.hp_ml1rem{
	margin-left: 1rem !important;
}
.ly_footerAddress{
	padding-left: calc(59px + 1rem);
}*/
.linkBtnWrap{
	padding: 40px 0 80px;
	display: flex;
	justify-content: center;
}
.mainLinkBtn{
	background-color: #ffffff;
	padding: .9em .5em .4em;
	display: inline-block;
	width: 350px;
	height: 80px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #0D1C5F;
	box-sizing: border-box;
}
.linkBtnWrap > .mainLinkBtn:not(:last-child){
	margin-right: 2.4rem;
}

/*@ sourceMappingURL=common.css.map */