@charset "UTF-8";
/****************************************
contents
*****************************************/

.right{
	float: right;
}
.left{
	float: left;
}

/****************************************
header
*****************************************/
header{
	width: 100%;
	height: auto;
	z-index: 998;
}
header #logo {
	text-align: center;
}
header #logo img {
/*
	width: 65px;
	height: auto;
*/
	padding: 10px 0 5px;
}
header #logo h1 {
	font-size: 20px;
	font-family: 'Noto Serif Japanese', serif;
	line-height: 120%;
}

/*
@media screen and (max-width: 660px) {
	header{
		height: 100px;
	}
	header .inner{
		height: 60px;
	}
	header #logo {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	header ul {
		display: none;
	}
}
*/

/****************************************
footer
*****************************************/
footer{
	margin: 150px auto 0;
	padding: 50px 0 0;
	max-width: 800px;
	text-align: center;
	background: url(/content/images/logo.png) top center no-repeat;

}
footer hr {
	border: 0;
	border-bottom: 2px solid #BFC2D5;
	margin: 60px 0;
	width: 80%;
}
footer p {
	text-align: center;
	font-size: 15px;
}
footer small {
display: block;
	text-align: center;
	padding: 35px 0;
}

#breadcrumb {
	font-weight: 200;
	font-size: 12.5px;
	position: absolute;
	top: 95px;
	left: 15px;
}

@media screen and (max-width: 712px) {
	#account  {
		display: none;
	}
}
@media screen and (max-width: 544px) {
	#breadcrumb  {
		display: none;
	}
}

/* loader  --------------------------------------------------> */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 998;
}
#loader {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	text-align: center;
	color: #0062AF;
	font-weight: 100;
	font-size: 13px;
	z-index: 999;
	width: 200px;
	margin-left: -100px;
	line-height: 48px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
}

/* nav  --------------------------------------------------> */
#nav-outer {
	position: fixed;
	top: 0px;
	right: 0;
	z-index: 999;
	transition: all 0.2s;
	transform: translate(0px);
	height: 100%;
}
#nav-outer.open {
	transform: translate(-0px); 
}
nav#nav {
	width: 270px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(0px);
	position: absolute;
	top: 0;
	left: 0;
	padding: 60px 10px;
	box-sizing: border-box;
}
nav#nav.open {
	transform: translate(-270px); 
	background: #0062AF;
}

/*   $B%\%?%s%?%0@_Dj(B   */
#navBotton  {
	display: block;
	background: #fff;

	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 50px;

	height: 60px;
	width: 270px;

	line-height: 60px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 0 0 0px;
}
nav#nav.open #navBotton {
	right: 0;
	background: #0062AF;
	color: #fff;
}
#navBotton button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 25px;
	color: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 12px;
	text-align: center;
	outline: none;
}
/*   $B%O%s%P!<%,!<%\%?%s(B3$BK\@~(B   */
#navBotton button span.bar {
	display: block;
	height: 1px;
	background-color: #0062AF;
	margin: 7px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
#navBotton button .close {
	letter-spacing: 0.08em;
	display: none;
}
#navBotton button .menu {
	display: block;
}
/*  $B%a%K%e!<%"%/%F%#%V;~(B  */
#navBotton button.active span.bar {
	background-color: #fff;
	width: 26px;
	margin: 8px 0;
}
#navBotton button.active .bar1 {
	transform: rotate(45deg);
}
#navBotton button.active .bar2 {
	opacity: 0;
}
#navBotton button.active .bar3 {
	transform: rotate(-45deg);
}
#navBotton button.active .menu {
	display: none;
}
#navBotton button.active .close {
	display: block;
}
nav#nav ul {
}

nav#nav ul li {
	list-style:none;
}
nav#nav ul li.child {
	padding-left: 10px;
}
nav#nav ul li a {
	color: #fff;
}

dl.accordion_dl, .accordion_dl dt, .accordion_dl dd {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	width: 270px;
}
dl.accordion_dl {
	width: 270px;
	padding: 0 0 0 40px;
}
nav#nav.open dl.accordion_dl {
	width: 250px;
	padding: 0;
}
.accordion_dl dt {
	float: none;
	width: auto;
}
.accordion_dl dt {
	/*background-color: #fff;*/
	font-weight: 200;
	font-size: 14px;
	padding: 3px 5px;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
	color: #fff;
	font-weight: 2;
}
.accordion_dl dt a {
	color: #fff;
}
.accordion_dl dt.arrow {
	background: #0062AF;
	margin-bottom: 2px;
}
.accordion_dl dt.arrow:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #fff;
}
.accordion_dl dt.arrow:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background: #0062AF;
}
.accordion_dl dt.active:before {
	margin-top: -1px;
}
.accordion_dl dt.active:after {
	margin-top: 1px;
}
.accordion_dl dd {
	font-size: 14px;
	padding: 2px 10px;
	margin-bottom: 1px;
	display: block;
	text-decoration: underline;
	font-weight: 2;
}
.accordion_dl dd a {
	color: #fff;
	background: none;
}
.accordion_dl dd ul {
	padding: 0 0 10px 5px;
}


#search {
	position: absolute;
	top: 35px;
	left: 230px;
	width : -webkit-calc(100% - 350px) ;
	width : calc(100% - 350px) ;
}
@media screen and (max-width: 660px) {
	#search {
		display: none;
	}
}

/* ajaxsearch --------------------------------------------------> */
#ajaxsearch {
	position: relative;
	width: 100%;
	min-height: 33px;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#ajaxSearch_input {
	width: 100%;
	border: none;
	border: 1px solid #BFC2D5;
	text-indent: 5px;
	height: 27px;
	line-height: 27px;
	font-size: 11.5px;
	-webkit-border-top-right-radius: 2px;  
	-webkit-border-bottom-right-radius: 2px;  
	-moz-border-radius-topright: 2px;  
	-moz-border-radius-bottomright: 2px;  
}
.ajaxSearch_paging {
	display: block;
	padding: 10px 0;
	text-align: right;
}
.ajaxSearch_result {
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: -1px;
}

input::placeholder {
	color: #BFC2D5;
}
input:-ms-input-placeholder {
	color: #BFC2D5;
}
input::-webkit-input-placeholder {
	color: #BFC2D5;
}
#ajaxSearch_submit, #searchClose {
	position: absolute;
	top: 0;
	right: -45px;
	width: 40px;
	height: 27px;
	border: none;
	padding: 0;
	margin: 0;
}
#ajaxSearch_submit {
	background: url(../images/search.png) no-repeat left top;
}
#searchClose {
	z-index: 999;
	background: url(../images/search.png) no-repeat left top;
}
#indicator {
	position: absolute;
	top: 6px;
	right: 70px;
	width: 20px;
	height: 20px;
	z-index: 1000;
}
#ajaxSearch_output {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	line-height: 140%;
	background: #0062AF;
	padding: 0 10px 25px;
}
.AS_ajax_resultsInfos, .AS_ajax_grpResultName {
	padding-top: 5px;
}
.AS_ajax_resultsIntroFailure {
	padding-top: 25px;

	font-size: 13px;
}
.AS_ajax_result {
	padding: 25px;
}
.AS_ajax_resultLink {
	font-size: 15px;
	text-decoration: underline;

	display: block;
}
.AS_ajax_resultExtract p {

	font-size: 13px;
}
.ajaxSearch_highlight {
	background-color: #A9D97F;
}


#mail {
	width: 40px;
	height: 27px;
	position: absolute;
	top: 33px;
	right: 120px;
	background: url(../images/mail.png) no-repeat left top;
}

/* main -------------------------------------------------- */

main {
	margin: 0 0 30px;
	/*padding: 0 65px;*/
}

main p.img-outer {
	text-align: center;
	margin: 25px auto 50px;
	border: 1px solid #ddd;
}

main > h1,
.accordion1 dt.heading > h1 { 
	font-size: 35px;
	/*font-family: 'Noto Serif Japanese', serif;*/
	text-align: center;
	margin-top: 90px;
	margin-bottom: 30px;
	line-height: 120%;
}
.accordion1 dt.heading > h1 { 
	margin-top: 45px;
}

main > h1:first-child {
	margin-top: 45px;
	padding: 0 10px;
}

@media screen and (max-width: 540px) {
	main > h1,
	.accordion1 dt.heading > h1 { 
		font-size: 20px;
	}
}

main > h2, 
main > h3 { 
	font-size: 20px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
	margin: 20px 0 10px;
	font-weight: 200;
}
main > h3 { 
	border: none;
	margin: 20px 0 0px;
}

main > img {
	display: block;
	/*margin: 10px auto;*/
	max-width: 100%;
}

main > hr {
	border: 0;
	border-bottom: 1px solid #999;
	margin: 100px 0;
	width: 100%;
}

main .button  {
	position: relative;
	margin: 2px auto;
	width: 500px;
	max-width: 90%;
	border: 2px solid #BFC2D5;
	text-align: center;
	line-height: 43px;
}
main .button div {
	position: absolute;
	top : -webkit-calc(50% - 0.3rem) ;
	top : calc(50% - 0.3rem) ;
	right: 10px;
	width: 0.75em;
	height: 0.75em;
	border-bottom: 2px solid #BFC2D5;
	border-right: 2px solid #BFC2D5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
main .button-outer {
	padding: 20px 0;
}




main p {
	padding: 0.5rem 0;
}

/* dl -------------------------------------------------- */
dl.table, dl.table dt, dl.table dd {
	margin: 0;
	padding: 0;

}
dl.table  {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ddd;
	padding: 0px;
	margin: 0px;

}
dl.table dt {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ddd;
	padding: 5px;
	min-height: 32px;
	box-sizing: border-box;
}

dl.table dd {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ddd;
	padding: 5px;
	min-height: 32px;
	box-sizing: border-box;
}
@media screen and (min-width: 980px) {
	dl.table dt {
		float: left;
		clear: both;
		width: 300px;
	}
	dl.table dd {
		margin-left: 300px;
	}
}
@media screen and (max-width: 979px) {
	dl.table dt {
		float: none;
		width: 100%;
		border-bottom: 1px dotted #ddd;
	}
	dl.table dd {
		margin-left: 0;
		border-width: 0;
	}
	dl.table dd a {
		background: none;
	}
}


dl.accordion1 {
}
.accordion1 dt {
	background-color: #fff;
	border-bottom: solid 1px #eeeeee;

	/*margin-bottom: 1px;*/
	padding: 10px;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
}
.accordion1 dt:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #ddd;
}
.accordion1 dt:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
	background: #fff;
}
.accordion1 dt.active:before {
	margin-top: -2px;
}
.accordion1 dt.active:after {
	margin-top: 3px;
}
.accordion1 dd {
	background-color: #FBE47E;
	padding: 10px 10px 10px 20px;
	border-bottom: solid 1px #eeeeee;
}

.accordion1 dt.heading:before {
	display: none;
}
.accordion1 dt.heading:after {
	display: none;
}




/* modal --------------------------------------------------> */
 #lean_overlay{
	position: fixed;
	z-index:1; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

#lean_overlay{
	position: fixed;
	z-index:100; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	display: none;
}

.modal {
	display: none;

}
.modal_close{ 
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 999;
}

.modal {
	width: 100px;
	background: #0062AF;
	color: #fff;
	position: relative;
}
.modal h1 {
	font-size: 30px;
	color: #fff;
}
.modal_close{ 
	position: absolute;
	top: 12px;
	right: 12px;
/*
	display: block; 
	width: 14px;
	height: 14px; 
	background: url(../images/modal_close.png);
*/
	z-index: 999;
}

#target {
	z-index: 2;
}









/*
.notice {
	color: #8899bb;
	padding-right: 10px;

}
.notice1 {
	color: #8899bb;
	font-size: 1.2rem;
	padding-right: 0px;
	line-height: 2.2rem;
}
*/
.pagetop {
	padding: 0 1em 0 0;
	font-size: 1.3rem;
}
#pagetop {
	display: block;
	position: fixed;
	z-index: 998;
	width: 50px;
	height: 60px;
	bottom: -60px;
	right: 0;
	background-color: none;
}
#pagetop div{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
#pagetop div::before{
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 1px #0062AF;
	border-left: solid 1px #0062AF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	left: 15px;
	margin-top: -4px;
}


#tab {
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	font-size: 12px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
#tab::before,
#tab::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	border-bottom: 1px solid #BFC2D5;
	z-index: -1;
}
#tab::after {
	bottom: 51px;
}
#tab ul {
	width: 100%;
	height: 45px;
	z-index: 999;
	margin: 0;
	padding: 0;

}
#tab ul li {
	padding: 0;
	text-indent: 0;
	margin: 0 0 3px 2px;
	list-style: none;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #999;
	padding: 0 35px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #BFC2D5;
}
@media screen and (max-width: 540px) {
	#tab ul li {
		padding: 0 15px;
	}
}

#tab ul li:before  {
	content: '';
}
#tab:after {

}
#tab ul li.active {
	background: #ffffff;
	border-bottom: none;
}
#tab ul li a {
	color: #005DB2;
}
#tab ul li.active a {
	color: #00227C;
}




/* weblogin --------------------------------------------------> */
.weblogin {
}
.weblogin1 {

	max-width: 100%;
	height: 360px;
	margin: 0 auto;

	background-color: #0062AF;
	color: #ffffff;
}
.weblogin1 a {
	color: #ffffff;
}
.weblogin1 input[type=text],
.weblogin1 input[type=password]
{
	width: 110px;
	border: 0;
	padding: 0 5px;
}
.weblogin1 .user {
	position: absolute;
	right: 15px;
	top: 95px;
}
.weblogin1 .pass {
	position: absolute;
	right: 15px;
	top: 125px;
}
.weblogin1 .remenber {
	position: absolute;
	left: 85px;
	top: 155px;
}
.weblogin1 .login {
	position: absolute;
	left: 15px;
	top: 182px;
	text-indent: -9999px;
	background:url(images/190x25.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
}
.weblogin1 .forget {
	position: absolute;
	left: 15px;
	top: 220px;
}
.weblogin1 .txt {
	position: absolute;
	left: 15px;
	top: 15px;
}
.weblogin1 .txt1 {
	position: absolute;
	left: 15px;
	top: 95px;
}
.weblogin1 .txt2 {
	position: absolute;
	left: 15px;
	top: 125px;
}
.weblogin1 .txt3 {
	position: absolute;
	left: 100px;
	top: 153px;
}

.weblogin3 {
	position: relative;
	width: 220px;
	height: 260px;
	background: url(images/220x260.png) no-repeat left top;
	color: #ffffff;
	font-size: 12px;
}
.weblogin3 input[type=text] {
	width: 192px;
	border: 0;
}
.weblogin3 .mail {
	position: absolute;
	right: 15px;
	top: 100px;
}
.weblogin3 .submit {
	position: absolute;
	left: 15px;
	top: 135px;
	text-indent: -9999px;
	background:url(images/190x25_1.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
}
.weblogin3 .reset {
	position: absolute;
	text-indent: -9999px;
	background:url(images/190x25_2.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
	right: 15px;
	top: 170px;
}
.weblogin3 .txt {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 190px;
}
.weblogin3 .txt1 {
	position: absolute;
	left: 15px;
	top: 80px;
	font-size: 11px;
}
.weblogin3 .txt2 {
	position: absolute;
	right: 15px;
	top: 205px;
	width: 190px;
	font-size: 11px;
}



ul{
	padding: 10px 0;
}
ul li,
li ul li {
	list-style: outside circle;
	margin-left: 20px;
	text-indent: 0px;
	line-height: 100%;
	padding-bottom: 10px;
}
ol li,
li ol li {
	list-style: outside decimal;
	margin-left: 20px;
	text-indent: 0px;
	padding-bottom: 10px;
}



table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	width: 150px;
	padding: 5px;
	text-align: left;
	border: 1px solid #ddd;
	background: #fefefe;
}
table td {
	padding: 5px;
	border: 1px solid #ddd;
}


.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}






.sliderWrapper  {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width:1280px;
}
@media screen and (max-width: 1280px) {
	.sliderWrapper {
		overflow: hidden;
	}
}
#slider{
	width: 100%;
	padding: 0;
	margin: 0;
}
#slider li {
	padding: 0;
	margin: 0;

	position: relative;
}
#slider li div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	/*max-width: 50%;*/
	text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px -1px 0 #fff,
	0px 1px 0 #fff,
	0px -1px 0 #fff,
	-1px 0 0 #fff,
	1px 0 0 #fff;
	height: 100%;
}


#slider li div h1 {
	padding: 50px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 200;
	position: absolute;
}


#slider li img{
	height: auto;
	width: 100%;
}
@media screen and (max-width: 810px) {
	#slider li img {
		width: 140%;
	}
}
@media screen and (max-width: 540px) {
	#slider li div h1 {
		padding: 50px 25px;
		font-size: 25px;
		line-height: 30px;
	}
	#slider li div h2 {
		display: none;
	}
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slick-slide {
	position: relative;
}
.slick-slide .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	/*width: calc(100% - 40px);*/
	opacity: 0;
	transition: .3s ease;
}
.slick-current .caption {
	opacity: 1;
	transform: translateX(-10px);
	transition-delay: .5s;
}

.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}

/*sitemap*/
#sitemap ul,
#sitemap ol {
	list-style:none;
}
#sitemap li {
	list-style:none;
	margin: 0;
	padding: 0;
	background: none;
	border-left: 4px solid #000C57;
	border-color: #000C57;
	margin-left: 10px;
	padding-left: 5px;
}


#sitemap li li {
	border-color: #7F85AB;
}
#sitemap  li  li  li {
	border-color: #BFC2D5;
}
#sitemap  li  li  li {
	border-color: #BFC2D5;
}
#sitemap .description {
	margin-bottom: 0.4rem;
	color: #5a5a5a;
	padding-left: 10px;
	text-indent: 0;

}


ul.news  {
	padding: 0;
}
ul.news li {
	padding: 10px 0;
	border-bottom: 1px solid #BFC2D5;
}
ul.news li:last-child {
	border: none;
}



#slider2 div {
	height: 220px;
}




.cert { /* $BG'>Z=q(B */
	border: 1px solid #ddd;
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}

#wrapper-index > h1 {
}

#wrapper-index > p {
}

#wrapper-index > hr {
}

#wrapper-index .grid-wrapper250 hr {
}

#wrapper-index .grid-wrapper250 .grid-2x1_1 p, 
#wrapper-index .grid-wrapper250 .grid-2x1_1 ul {
	max-width: 100%;
	margin-left: 0;
}
@media screen and (max-width: 540px) {
	#wrapper-index .grid-wrapper250 .grid-2x1_1 {
		padding-top: 0px;
	}
	#wrapper-index .grid-wrapper250 .grid-2x1_frex {
		height: 270px;
	}
	#wrapper-index .grid-wrapper250 .grid-2x1_frex h1 {
		font-size: 15px;
	}
}



.button1 {
	margin: 0 0 20px 60px; 
	position: relative;
	border: 3px solid #fff;
	width: auto;
	height: 45px;
	padding: 30px 40px 30px 30px ;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #352E20;
	font-size: 24px;
	font-weight: 500;
}
.button2 {
	border: 3px solid #352E20;
	width: 500px;
	margin: 20px auto; 
}
.button1:before,
.button1:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 3px;
	background: #fff;
}
.button2:before,
.button2:after{
	background: #352E20;
}
.button1:before{
	width: 40px;
	transform: translate(15px, 0);
	/*
	transform: translate(15px, -2px);
	border: 2px solid #fff;
	*/
}
.button1:after{
	width: 10px;
	transform-origin: right center;
	transform: translate(15px, 0px) rotate(25deg);
}

.button1_outer{
	margin: 30px 0 0 0;
}


.center-border {
	text-align: center;
}
.center-border div{
	border: 1px solid #352E20;
	padding: 35px 20px;
}
.center-border > h1 { 
	padding: 35px 0 15px;
}