@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	padding-top: 30px;
	background: url(../img/bg_high_info01.png) repeat 0 0 / 8px;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg a {
	color: #003c90;
	text-decoration: underline;
}
#ct_bg a:hover {
	color: #003c90;
	text-decoration: none;
}

#ct_bg .imgOver01 a {
	position: relative;
	display: block;
}

#ct_bg .imgOver01 a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .5s;
}

#ct_bg .imgOver01 a:hover:before {
	transition: opacity .3s;
	opacity: .35;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}


@media screen and (max-width: 639px) {
#ct_bg {
	padding-top: 20px;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#ct_bg a {
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}
#header {
	border-bottom: #ccc solid 1px;
}
#ct_bg img {
	width: 100%;
	height: auto;
}

#ct_bg .imgOver01 a:before {
	content: normal;	
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#footerIn .pageTop {
	display: block;
	top: -32px;
	right: 50%;
	margin-right: -75px;
	width: 150px;
	height: 32px;
}

#footerIn .pageTop a {
	display: block;
	width: 150px;
	height: 32px;
	background: url(../img/btn_high_info01.png) no-repeat left top;
	background-size: 100%;
}
}

/* footer
*****************************************/
#ct_bg .footer01 {
	margin: 30px auto 0;
	padding-bottom: 30px;
	width: 960px;
}

#ct_bg .footer01 > .text01 {
	color: #333;
	font-size: 1.2rem;
}

@media screen and (max-width: 639px) {
#ct_bg .footer01 {
	padding: 0 2.6% 50px;
	width: 100%;
}

}


/* aside
*****************************************/
#ct_bg .aside01 {
	width: 240px;
}

#ct_bg .localNavi01 {
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

#ct_bg .localNavi01 > li:not(:last-child) {
	border-bottom: #e6e6e6 solid 1px;
}

#ct_bg .localNavi01 > li > a {
	position: relative;
	display: block;
	padding: 10px 15px 10px 34px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	transition: all .5s;
}

#ct_bg .localNavi01 > li > a:hover {
	background-color: #f5f9ff;
	transition: all .3s;
}

#ct_bg .localNavi01 > li > a:before,
#ct_bg .localNavi01 > li > a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#ct_bg .localNavi01 > li > a:before{
	left: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #003c90;
}
#ct_bg .localNavi01 > li > a:after {
	left: 14px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#ct_bg .snsBtn01 {
	margin-top: 30px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

@media screen and (max-width: 639px) {
#ct_bg .aside01 {
	margin-top: 30px;
	width: 100%;
}

#ct_bg .localNavi01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .localNavi01 > li {
	width: 50%;
}

#ct_bg .localNavi01 > li:nth-child(2) {
	border-top: none
}

#ct_bg .localNavi01 > li:nth-child(odd) {
	border-right: #e6e6e6 solid 1px;
}

#ct_bg .localNavi01 > li > a {
	position: relative;
	display: block;
	padding: 10px 15px 10px 34px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	transition: all .5s;
}

#ct_bg .localNavi01 > li > a:hover {
	background-color: #fff;
}

#ct_bg .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .snsBtn01 > li {
	margin: 10px 5px 0;
}

}



/* contents
*****************************************/
#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#ct_bg .heading01 {
	padding: 18px 0;
	border-top: #003c90 solid 4px;
	border-bottom: #003c90 solid 4px;
	background-color: rgba(255, 255, 255, .7);
	text-align: center;
}

#ct_bg .heading02 {
	padding: 23px 0;
	background: linear-gradient(to right, rgba(0,60,144,1) 0%,rgba(0,71,170,1) 50%,rgba(0,60,144,1) 100%);
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .heading03 {
	position: relative;
	padding: 0 0 15px 36px;
	border-bottom: #666 solid 1px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
}

#ct_bg .heading03:before {
	position: absolute;
	top: -2px;
	left: 0;
	content: "";
	width: 23px;
	height: 27px;
	background: url(../img/icon_high_info01.png) no-repeat 0 0 / 100%;
}

#ct_bg .heading04 {
	margin-top: 5px;
	font-size: 1.8rem;
	font-weight: bold;
}

#ct_bg .frameArea01 {
	margin-top: 60px;
	padding: 50px 0;
	border-top: #d1d1d1 solid 1px;
	border-bottom: #d1d1d1 solid 1px;
	background-color: #ededed;
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	width: 960px;
}

#ct_bg .frameArea01 > .inner01 > .title01 {
	margin: 0 auto;
	width: 167px;
}

#ct_bg .frameArea02 {
	position: relative;
	margin-top: 30px;
	padding: 20px 20px 85px;
	min-height: 307px;
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}

#ct_bg .heading03 + .frameArea02 {
	margin-top: 20px;
}

#ct_bg .frameArea02 > .text01 {
	margin: 10px 0 0 220px;
}

#ct_bg .frameArea02 > .button01 {
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
}

#ct_bg .frameArea02 > .button01 > a {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 8px 10px;
	min-width: 320px;
	background: url(../img/bg_high_info02.png) repeat 0 0 / 4px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all .5s;
}

#ct_bg .frameArea02 > .button01 > a:before {
	position: absolute;
	top: 50%;
	right: 11px;
	content: "";
	margin-top: -7px;
	width: 14px;
	height: 13px;
	background: url(../img/icon_high_info02.png) no-repeat 0 0 / 100%;
	transition: all .5s;
}

#ct_bg .frameArea02 > .button01 > a:hover {
	transition: all .3s;
	background: #003c90;
	color: #fff;
}
#ct_bg .frameArea02 > .button01 > a:hover:before {
	transition: all .3s;
	background-image: url(../img/icon_high_info02_on.png);
}

#ct_bg .box01 > .image01 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
}

#ct_bg .box01 > .inner01 {
	margin-left: 220px;
}

#ct_bg .box01 > .inner01 > .text01 {
	color: #666;
}

#ct_bg .box01 > .inner01 > .text01 > .icon01 {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	background-color: #e85c9c;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.0;
}

#ct_bg .pdfIcon01 {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	border: #003c90 solid 1px;
	line-height: 1.0;
	color: #003c90;
	font-size: 1.2rem;
	font-weight: bold;
	vertical-align: text-top;
}

#ct_bg .bnrList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px -12px 0 0;
}

#ct_bg .bnrList01 > li {
	margin: 12px 12px 0 0;
	width: 231px;
}

#ct_bg .subSection01 {
	padding-top: 30px;
	background: url(../img/bg_high_info03.png) no-repeat top 0 right 40px;
}

#ct_bg .wrapper01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 40px auto 0;
	width: 960px;
}

#ct_bg .contents01 {
	width: 680px;
}

@media screen and (max-width: 639px) {
#ct_bg .heading01 {
	padding: 15px 4.5%;
	border-top: #003c90 solid 3px;
	border-bottom: #003c90 solid 3px;
}

#ct_bg .heading02 {
	padding: 15px 0;
	font-size: 1.8rem;
}

#ct_bg .heading03 {
	padding: 0 0 10px 25px;
	font-size: 1.8rem;
}

#ct_bg .heading03:before {
	top: 1px;
	width: 15px;
	height: 22px;
}

#ct_bg .heading04 {
	font-size: 1.6rem;
}

#ct_bg .frameArea01 {
	padding: 50px 2.6%;
}

#ct_bg .frameArea01 > .inner01 {
	width: 100%;
}

#ct_bg .frameArea01 > .inner01 > .title01 {
	width: 32.9%;
}

#ct_bg .frameArea02 {
	padding: 15px 2.8%;
	min-height: inherit;
}

#ct_bg .frameArea02 > .text01 {
	margin: 15px 0 0;
}

#ct_bg .frameArea02 > .button01 {
	position: static;
	bottom: 0;
	margin-top: 15px;
	width: 100%;
}

#ct_bg .frameArea02 > .button01 > a {
	min-width: 250px;
	background: url(../img/bg_high_info02.png) repeat 0 0 / 4px;
}

#ct_bg .frameArea02 > .button01 > a:before {
	margin-top: -6px;
	width: 12px;
	height: 12px;
}

#ct_bg .frameArea02 > .button01 > a:hover {
	background: url(../img/bg_high_info02.png) repeat 0 0 / 4px;
	color: #003c90;
}
#ct_bg .frameArea02 > .button01 > a:hover:before {
	background-image: url(../img/icon_high_info02.png);
}

#ct_bg .box01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .box01 > .image01 {
	position: static;
	top: 0;
	left: 0;
	width: 35.8%;
}

#ct_bg .box01 > .inner01 {
	margin-left: 0;
	width: 61.1%;
}

#ct_bg .box01 > .inner01 > .text01 > .icon01 {
	font-size: 1.1rem;
}

#ct_bg .pdfIcon01 {
	display: table;
	margin: 5px 0 0;
	font-size: 1.1rem;
}

#ct_bg .bnrList01 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 0 0;
}

#ct_bg .bnrList01 > li {
	margin: 10px 0 0;
	width: 48.7%;
}

#ct_bg .subSection01 {
	padding-top: 20px;
	background: none;
}

#ct_bg .wrapper01 {
	margin-top: 20px;
	padding: 0 2.6%;
	width: 100%;
}

#ct_bg .contents01 {
	width: 100%;
}



}


/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
