@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-bottom: 40px;
	background: url(../img/bg_index01.png) repeat left top;
	background-size: 200px;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg a {
	color: #fff;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

.pageTop {
	position: absolute;
	right: 0;
	top: -40px;
	width: 160px;
	height: 40px;
}

.pageTop a {
	display: block;
	height: 40px;
	background: url(../img/btn_index01_no.png) no-repeat left top;
	background-size: 100%;
}

.pageTop a:hover {
	background: url(../img/btn_index01_on.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .header01 {
	margin: 0 auto;
	padding: 19px 0;
	width: 960px;
}

#ct_bg .header01 > .button01 {
	width: 226px;
}

#ct_bg .wrapper01 {
	background: url(../img/bg_index04.png) repeat left top/325px;
	border-bottom: solid 2px #00388b;
}
#ct_bg .wrapper01 > .inner01 {
	margin: 0 auto;
	padding: 36px 0 100px;
	width: 960px;
}
#ct_bg .wrapper01 > .inner01 > .image01 {
	margin-top: 40px;
}

#ct_bg .sns_wrapper {
	padding: 30px 0 20px;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .wrap01 {
	margin-top: 40px;
	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 .mainArea01 {
	position: relative;
}
#ct_bg .mainArea01 > .image01 {
	margin-left: 1px;
}
#ct_bg .mainArea01 > .note01 {
	position: absolute;
	right: 0;
	bottom: 24px;
}
#ct_bg .mainArea01 + .cvArea01 {
	position: relative;
	z-index: 1;
	margin-top: -10px;
}

#ct_bg .heading01 {
	margin-top: 6px;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
}

#ct_bg .heading02 {
	text-align: center;
}
#ct_bg .heading02 > img {
	height: 52px;
}

#ct_bg .subSection01 {
	margin-top: 60px;
}
#ct_bg .subSection01 > .image01 {
	margin-top: 45px;
}
#ct_bg .subSection01 > .image02 {
	margin-top: 30px;
	text-align: center;
}
#ct_bg .subSection01 > .image03 {
	width: 704px;
	margin: 30px auto 0;
}
#ct_bg .subSection01 > .image03 + .cvArea01 {
	margin-top: 60px;
}

#ct_bg .frameArea01 {
	position: relative;
	background: url(../img/bg_index06.png) repeat-x left -5px/auto 105%;
}
#ct_bg .frameArea01:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	top: -5px;
	background: url(../img/bg_index02.png) repeat-x left top/auto 5px;
	
}
#ct_bg .frameArea01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -5px;
	background: url(../img/bg_index03.png) repeat-x left bottom/auto 5px;
}

#ct_bg .heading01 {
	background: url(../img/bg_index05_pc.png) no-repeat center -5px;
}
#ct_bg .heading01 > .logo01 {
	width: 734px;
}

#ct_bg .frameArea02 {
	margin-top: 20px;
	padding: 20px 20px 40px;
	border: solid 6px #e85298;
	border-radius: 30px;
	background-color: #fffed2;
	text-align: center;
}

#ct_bg .cvArea01 {
	margin-top: 35px;
	padding: 20px 22px;
	border: solid 2px #00a0e9;
	border-radius: 20px;
	background: -webkit-linear-gradient(top, #a0d8ef 0%,#ddf1fc 100%);
    background: linear-gradient(to bottom, #a0d8ef 0%,#ddf1fc 100%);
	-webkit-box-shadow:0px 0px 0px 2px #fff inset;
	box-shadow:0px 0px 0px 2px #fff inset;
	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 .cvArea01 > .image01 {
	width: 578px;
	margin-top: 32px;
	margin-left: 3px;
}

#ct_bg .col01 {
	width: 300px;
}
#ct_bg .col01 > .text01 {
	color: #000000;
	font-weight: bold;
}
#ct_bg .col01 > .text02 {
	margin-top: 40px;
	color: #000000;
	font-size: 1.4rem;
}
#ct_bg .col01 > .text02 > .font01 {
	display: inline-block;
	margin-left: 10px;
	font-size: 2.0rem;
}

#ct_bg .btn01 {
	margin-top: 5px;
}

#ct_bg .copyright01 {
	width: 960px;
	margin: 5px auto -15px;
	font-size: 1.0rem;
}


@media screen and (max-width: 639px) {
#ct_bg {
	padding: 9px 0 35px;
	background: url(../img/bg_index01.png) repeat left top;
	background-size: 200px;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	word-break: normal;
	word-wrap: break-word;
}

#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:hover img {
	opacity: 1.0;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#footerIn .pageTop {
	display: block;
	top: -40px;
	right: 50%;
	margin-right: -80px;
	width: 160px;
	height: 40px;
}

#footerIn .pageTop a {
	display: block;
	width: 160px;
	height: 40px;
	background: url(../img/btn_index01_no.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .sns_wrapper {
	padding: 35px 0 15px;
}	
#ct_bg .sns_wrapper .snsBtn01 {
	flex-wrap: wrap;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}

#ct_bg .header01 {
	width: 100%;
	padding-top: 10px;
}

#ct_bg .header01 > .button01 {
	margin: 0 auto;
	width: 70.6%;
}

#ct_bg .wrapper01 > .inner01 {
	width: 100%;
	padding: 26px 10px 46px;
}

#ct_bg .heading01 {
	padding-top: 30px;
	background-image: url(../img/bg_index05_sp.png);
	background-size: 100%;
	background-position: center top;
}
#ct_bg .heading01 > .logo01 {
	width: 92.133%;
}

#ct_bg .heading02 > img {
	width: 100%;
	height: auto;
}

#ct_bg .subSection01 {
	margin-top: 40px;
}
#ct_bg .subSection01 > .image01 {
	width: 91.54%;
	margin: 20px auto 0;
}
#ct_bg .subSection01 > .image02 {
	margin-top: 16px;
}
#ct_bg .subSection01 > .image03 {
	width: 100%;
	margin-top: 15px;
}
#ct_bg .subSection01 > .image03 > img {
	right: 0;
}
#ct_bg .subSection01 > .image03 + .cvArea01 {
	margin-top: 20px;
}

#ct_bg .frameArea01 {
	background-image: url(../img/bg_index06.png);
}

#ct_bg .frameArea02 {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
	border-width: 4px;
}

#ct_bg .mainArea01 > .note01 {
	position: static;
	margin-top: 5px;
}
#ct_bg .mainArea01 + .cvArea01 {
	margin-top: 10px;
}

#ct_bg .cvArea01 {
	margin-top: 10px;
	background-size: auto;
}
#ct_bg .cvArea01 > .image01 {
	width: 305px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#ct_bg .col01,
#ct_bg .col02 {
	width: 100%;
}
#ct_bg .col01 > .text01 {
	margin-top: 15px;
}
#ct_bg .col01 > .text02 {
	margin-top: 0;
	font-size: 1.2rem;
}
#ct_bg .col01 > .text02 > .font01 {
	font-size: 1.8rem;
}

#ct_bg .btn01 {
	width: 79.29%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .copyright01 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}


}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
