@charset "UTF-8";

body{
    line-height: 1.8;
	background:#fff;
	font-size: 13px;
}

html.open,
html.open body {
  overflow: hidden;
  height: 100%;
}

a:link,
a:visited{
	color: #0b3775;
	text-decoration: none;
	font-weight: bold;
	
	-webkit-transition:.2s all ease;
	-moz-transition:.2s all ease;
	-o-transition:.2s all ease;
	transition:.2s all ease;
}

a:hover{
	color: #ed6e46;
}

a:active{
	color: #0b3775;
	text-decoration: none;
	font-weight: bold;
}


a.orange:link{
	color: #ff7e00;
}
a.orange:hover{
	color: #ffa200;
}

.ov:hover {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


.orange {
	color: #ed6e46;
}

a.link_arrow {
	background: url(../img/icon_link_arrow.svg) no-repeat left center;
	padding-left: 12px;
}
a.link_arrow_w {
	background: url(../img/icon_link_arrow_w.svg) no-repeat left center;
	padding-left: 12px;
}

a.icon_blank {
	background: url(../img/icon_double.svg) no-repeat left center;
	padding-left: 20px;
}

a.icon_zoom {
	background: url(../img/icon_zoom.svg) no-repeat left center;
	padding: 5px 0 5px 30px;
}

a.icon_arrow_up {
	background: url(../img/arrow_up.svg) no-repeat left center;
	padding: 6px 0 6px 36px;
}

a.icon_arrow_down {
	background: url(../img/arrow_down.svg) no-repeat left center;
	background-size: 26px;
	padding: 5px 0 5px 36px;
}

a.icon_pdf {
	background: url(../img/icon_pdf.png) no-repeat right center;
	background-size: 28px auto;
	padding: 0 36px 0 0;
}

.top_page_link {
	text-align: right;
}


/* header /////////////////////////////////////////////////////////////////////////////////*/

#header{
	background: #0b3775;
	margin: 0 auto;
	box-sizing: border-box;
}

#header .inner{
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
	display:table;
	padding: 20px 0;
}

#header h1{
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;	
	text-align: left;
}

#header ul{
	display: table-cell;
	vertical-align: middle;
	width:60%;
	padding-left: 220px
	
}

#header li{
	display: inline;
	float: left;
	font-size: 12px;
	padding: 0 20px 0 0;
}

#header li a{color: #fff;text-decoration: none;}
#header li a:hover{color: #ed6e46;}
#header .tel{
	display: table-cell;
	border-left:1px solid #fff;
	padding-left: 30px;
	text-align: right;}

@media screen and (max-width: 767px) {
	
#header .inner{
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
	display:block;
	text-align: center;
}
	
#header h1{
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	vertical-align: middle;	
	text-align: center;
}

#header ul{
	display: block;
	margin: 15px auto;
	padding:10px 0;
	text-align: center;
	width: 220px;
}
	
#header ul li{
	text-align: center;
}	

#header ul li:last-child{
	padding-right: 0;
}

#header .tel{
	display: block;
	border-left:none;
	padding-top: 20px;
	text-align: center;
	padding-left: 0;
	width: 60%;
	margin: 0 auto;
}
}
	


#header a:link{
	text-decoration:none;
}

#main #content{
	background: none;
}

.fb_btn{
	overflow:hidden;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

.info{
	width:90%;
	text-align:center;
	margin:0 auto;
}

.info .inner{
	text-align:left;
}


/* main_header /////////////////////////////////////////////////////////////////////////////////*/
#main_header {
	width: 100%;
	background-color: #fff;
}
#main_header .inner {
	width: 960px;
	height: 70px;
	margin: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
#main_header .btns {
	display: none;
}
@media screen and (max-width: 767px) {
	#main_header {
		background-color: #0b3775;
	}
	#main_header .inner {
		display: block;
		width: 100%;
		height: auto;
		padding: 30px 20px;
	}
	#main_header h1 {
		width: 56vw;
		margin-bottom: 15px;
		line-height: 1;
	}
	#main_header .tel img {
		width: auto;
	}
	#main_header .btns {
		margin-bottom: 12px;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#main_header .btns li {
		width: 47%;	
	}
}



/* main_nav /////////////////////////////////////////////////////////////////////////////////*/
#main_nav {
	width: 100%;
	background-color: #0b3775;
}
#main_nav .outer {
	position: relative;
	height: auto;
}
#main_nav .inner {
	width: inherit;
}
#main_nav ul {
	display: table;
	/* table-layout: fixed; */
	width: 960px;
	margin: auto;
}
#main_nav ul li {
	width: 11.5%;
	display: table-cell;
	text-align: center;
}
#main_nav ul li:nth-child(3),
#main_nav ul li:nth-child(4) {
	width: 17.5%;
}
#main_nav ul li:nth-child(5),
#main_nav ul li:nth-child(7) {
	width: 14.5%;
}
#main_nav ul li:nth-child(6) {
	width: 13%;
}
#main_nav ul li a {
	display: block;
	padding: 18px 0;
	font-weight: normal;
	color: #fff;
	line-height: 1;
	background-color: #0b3775;
	-webkit-transition: .6s background ease-out;
	transition: .6s background ease-out;
}
#main_nav ul li:nth-child(3) a span,
#main_nav ul li:nth-child(4) a span {
	position: relative;
	display: inline-block;
	padding-right: 31px;
}
#main_nav ul li:nth-child(3) a span::after,
#main_nav ul li:nth-child(4) a span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 14px;
	margin-top: -7px;
	background: url(../img/icon_pdf_w.png) no-repeat;
	background-size: cover;
}
#main_nav ul li a:hover,
#main_nav ul li.active a {
	background-color: #014fbd;
}
#main_nav .hbm_btn {
	display: none;
}
@media screen and (min-width:1px) and (max-width: 767px) {
	#main_nav .outer {
	  position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: rgba(35,75,138,.9);
		-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
		-webkit-opacity: 0;
		opacity: 0;
	}
	#main_nav.open .outer {
		z-index: 4000;
	  -webkit-opacity: 1;
		opacity: 1;
	}
	#main_nav .inner {
	    position: absolute;
	    top: 0;
	    right: 0;
	    padding: 0 25px;
	    width: 0;
	    height: 100%;
	    background: #fff;
		overflow: hidden;
		-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
		-webkit-opacity: 0;
		opacity: 0;
	}
	#main_nav .inner.open_bg {
    width: 60%;
		-webkit-opacity: 1;
		opacity: 1;
	}
	#main_nav ul {
		position: relative;
		display: block;
		width: auto;
		margin: 0;
		top: 50%;
		-webkit-transform: translate3d(20px, -50%, 0);
		transform: translate3d(20px, -50%, 0);
		-webkit-opacity: 0;
		opacity: 0;
		-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	}
	#main_nav ul.open_nav {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		-webkit-opacity: 1;
		opacity: 1;
	}
	#main_nav ul li {
		width: inherit;
		display: block;
		text-align: left;
		white-space: nowrap;
	}
	#main_nav ul li a:hover {
		-webkit-opacity: 1;
		opacity: 1;
	}
	#main_nav ul li a {
		padding: 16px 0;
		color: #0b3775;
		font-size: 16px;
		background-color: #fff;
	}
	#main_nav ul li:nth-child(3) a span::after,
	#main_nav ul li:nth-child(4) a span::after {
		background: url(../img/icon_pdf.png) no-repeat;
		background-size: cover;
	}
	#main_nav ul li a:hover,
	#main_nav ul li.active a {
		background-color: #fff;
	}
	#main_nav ul li.active a {
		font-weight: bold;
	}
	#main_nav .hbm_btn {
		display: block;
		position: absolute;
	    top: 25px;
	    right: 25px;
	    z-index: 5000;
	    display: block;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 15px 6px;
	    width: 44px;
	    height: 44px;
		-webkit-opacity: 1;
		opacity: 1;
	}
	html.open #main_nav .hbm_btn {
		position: fixed;
	}
	#main_nav .hbm_btn_inner {
		position: relative;
	    width: 100%;
	    height: 100%;
	}
	#main_nav .bar_item {
		margin-bottom: 4px;
	    width: 100%;
	    height: 1px;
	    background: #fff;
	    -webkit-transition: all .6s cubic-bezier(.23,1,.32,1);
	    transition: all .6s cubic-bezier(.23,1,.32,1);
	}
	#main_nav .bar_item:nth-child(3n) {
    	margin-bottom: 0;
	}
	#main_nav .bar_item:nth-child(4n),
	#main_nav .bar_item:nth-child(5n) {
	    position: absolute;
	    top: 5px;
	    margin-bottom: 0;
	}
	#main_nav.open .bar_item {
    	background: #0b3775;
	}
	#main_nav.open .bar_item:first-child {
	    opacity: 0;
	    -webkit-transform: translateY(10px);
	    transform: translateY(10px);
	}
	#main_nav.open .bar_item:nth-child(2) {
    	opacity: 0;
	}
	#main_nav.open .bar_item:nth-child(3) {
    	opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	#main_nav.open .bar_item:nth-child(4) {
    	-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#main_nav.open .bar_item:nth-child(5) {
    	-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@media screen and (max-width: 320px) {
	#main_nav ul li a {
		padding: 13px 0;
		font-size: 15px;
	}
}



/* footer /////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 767px) {
	#footer .copyright img {
		width: auto;
		height: 13px;
	}
}
@media screen and (max-width: 320px) {
	#footer .copyright {
		font-size: 10px;
	}
}



/*//////////////////////////
ご注意事項
//////////////////////////*/

#main #content .info { margin-top:25px; padding: 25px 10px; font-size:13px;}
#main #content .info h3 { margin-bottom:14px; font-size:13px; font-weight: bold;}
#main #content .info h3 ~ h3{ margin-top:30px; }
#main #content .info h4 { margin-top:38px;margin-bottom:10px; }
#main #content .info p { margin:0 0 1em 0; font-size:13px;/*padding-left:1em; text-indent:-1em;*/ }
#main #content .info ul { margin:0 0 40px 0; }
#main #content .info ul li { margin-top:0;  }

#main #content .info ul li.dot { margin-top:0; margin-bottom: 0.5em; list-style: disc;margin-left:1.5em; }

#main #content .info ul li.kome{ 
	margin-top:0; margin-bottom: 0.5em;text-indent:-1.2em;margin-left:1.2em;
}
#main #content .info ul li.kome:before{ 
	content:"※ ";
	display: inline; 
	
}
	
#main #content .info ul.notes{
	margin-top: 20px;
}
#main #content .info ul.notes li {
	margin-bottom: 0.2em;
}

#main #content .info a{
	text-decoration: underline;
	color: #ea5404;
}



#footer {
	padding: 20px 0px;
}

.txt_white {
	color: #fff;
}

.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f13 { font-size:100%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }
.f28 { font-size:205%; }


.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}
.mb70{margin-bottom:70px;}
.mb75{margin-bottom:75px;}
.mb80{margin-bottom:80px;}
.mb85{margin-bottom:85px;}
.mb90{margin-bottom:90px;}
.mb95{margin-bottom:95px;}
.mb100{margin-bottom:100px;}


@media screen and (max-width: 767px) {
.sp{
	display: block;
}

.pc{
	display: none;
}
	
img {
	width: inherit;
}

.top_page{
	background:url(../img/icon_top.png) no-repeat 0 20%;
	text-align:left;
	margin: 10px 0 20px auto;
	padding: 0 10px 0 20px;
	width: 70px;
}

table,tr,td{
	display:inherit;
}

.s_main .box {
	width: 90%;
	margin: 0 auto;
}

/*
h1 {
	margin: 0;
}

h1 img{
	width: 100%;
	height: auto;	
}
*/

.category_bg{
	width:100%;
	padding-bottom:50px;
	
}
.category01{
	margin:0 auto;
}
}

@media screen and (min-width: 768px) {

.sp{
	display: none;
}
.pc{
	display: block;
}
#body{
	width: 100%;
	overflow: hidden;
}
#main{
	width: 100%;
}
img {
	width: auto;
	height: auto;
	max-width: initial;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
.top_page{
	background:url(../img/icon_top.png) no-repeat 93% 20%;
	text-align:right;
	right:0px;
	margin-bottom:20px;
}
.category_bg{
	padding-bottom:80px;
}
.category01{
	margin:0 auto;
}




/*///////////////////////////////
ご注意事項
///////////////////////////////*/

#main #content .info { margin-top:35px;  }
#main #content .info h3 { margin-bottom:15px;  }
#main #content .info h3 ~ h3 { margin-top:25px; }
#main #content .info h4 { margin-top:20px; }
#main #content .info .inner{
	width: 800px;
	margin: 0 auto;
}
}




/*//////////////////////////
共_電子版オプション ポップアップ
//////////////////////////*/
.white-popup-block {
    background: #fff;
    padding: 40px 30px;
    text-align: left;
    max-width: 70%;
    margin: 40px auto;
    position: relative;
     overflow: hidden;
}
.white-popup-block.cp {
	max-width: 600px;
}

.mfp-hide {
    display: none !important
}

.white-popup-block h3{
	color: #0b3775;
}

.white-popup-block h4{
	color: #0b3775;
	font-size: 16px;
	font-weight: bold;
/* 	width: 200px; */
	margin-bottom: 1em;
}

.white-popup-block h5{
	color: #0b3775;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.2;
}

.white-popup-block ul{
	width: 90%;
	margin: 0 auto;
}

.white-popup-block li{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	
	border-bottom: 1px solid #000;
	padding: 30px 0; 
	width:100%;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.white-popup-block li p{margin-right: 15px;}


@media screen and (max-width: 767px) {
.white-popup-block li{
	width:100%;
}	
	
}

.white-popup-block h6{
	margin-bottom: 40px;
}

.white-popup-block p{
	margin-bottom: 1em;
}
.overlay_img_right {
	float: right;
}
.btn_close {
	display: inline-block;
	cursor: pointer;
	padding: 10px 80px;
	background: #0b3775 url(../img/icon_close.svg) no-repeat 15px center;
	color: #fff;
	text-align: center;
	margin: 20px auto 0 auto;
		
	-webkit-transition:.3s all ease;
	-moz-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease;
	
}

.btn_close:hover {
	background: #999 url(../img/icon_close.svg) no-repeat 15px center;
}

#modal_Gday.white-popup-block h6{
	margin-bottom:10px;
}
#modal_Gday.white-popup-block img{
	max-width:100%;
}

.white-popup-block .box{
	overflow: hidden;
}
.white-popup-block .btn_box{
	text-align: center;
}

.white-popup-block.cp h5{
	color: #000;
	font-size: 18px;
}

.white-popup-block.cp h6{
	font-size: 14px;
}


/*地域選択*/
#modal_region .inner {
	width: 100%;
	max-width: 740px;
	margin: 50px auto 0;
	position: relative;
}

#modal_region .inner img{
	max-width: 100%;
	height: auto;
}

#modal_region ul{
	width: 100%;
	letter-spacing: -0.4em;
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
	height: 60px;
}

#modal_region li{
	width: 33%;
	border: none;
	display: inline-block;
	letter-spacing: normal;
	padding: 0 0.3em;
	vertical-align: middle;
	text-align: center;
}

#modal_region li a{
	display: block;
	background: #ef3900 url(../img/icon_link_arrow_w.svg) no-repeat 95% center;
	color: #fff;
	
	padding: 1em 10% 1em 1em;
	line-height: 1.2;
	
	-webkit-transition:.5s all ease;
	-ms-transition:.5s all ease;
	transition:.5s all ease;
}

#modal_region li a:hover {
	background: #ed6e46 url(../img/icon_link_arrow_w.svg) no-repeat 95% center;
}



@media screen and (max-width: 767px) {

/*//////////////////////////
SP_電子版オプション ポップアップ
//////////////////////////*/
.white-popup-block {
    background: #fff;
    padding: 40px 20px;
    text-align: left;
    max-width: 95%;
    margin: 40px auto;
    position: relative; 
    overflow: hidden;
}
.white-popup-block.cp {
	max-width: 90%;
}

.white-popup-block.cp img.img_cp_code{
	width: 100%;
	height: auto;
}

.overlay_img_right{
	float: none;
	width: 100%;
	height: auto;
}




#modal_region .inner {
	margin: 50px auto 20%;
}


#modal_region ul{
	width: 80%;
	max-width: 280px;
	
	top: 3%;
	height: auto;
	
	
}

#modal_region li{
	width: 100%;
	display: block;
	padding: 0 0.3em;
	vertical-align: middle;
	margin-bottom: 1em;
}


}