@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#wrapper {
	min-width: inherit;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	background: url(../img/bg_common01.png) repeat-y 50% 0/100%;
	color: #fff;
	font-family: "メイリオ", Meiryo, 'Hiragino Sans', "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
}

#ct_bg a {
	color: #ff0;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#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;
	margin-top: 60px;
}

#ct_bg .snsBtn01 > li {
	margin: 10px 5px 0;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .header01 {
	position: relative;
	padding-top: 17px;
	padding-bottom: 20px;
	background: url(../img/bg_common03_pc.png) repeat 50% 0;
	overflow-x: hidden;
}

#ct_bg .header01::before {
	position: absolute;
	top: 0;
	left: -300px;
	width: 553px;
	height: 160px;
	background: url(../img/img_common01.png) no-repeat 0 0;
	content: "";
}

#ct_bg .header01::after {
	position: absolute;
	top: 0;
	right: -70px;
	width: 457px;
	height: 160px;
	background: url(../img/img_common02.png) no-repeat 0 0;
	content: "";
}

@media screen and (max-width: 1023px) {
#ct_bg .header01::before,
#ct_bg .header01::after {
	content: none;
}
}

#ct_bg .header01 > .logo01 {
	position: relative;
	z-index: 2;
	width: 507px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .header01 > .button01 {
	position: relative;
	z-index: 2;
	display: table;
	margin: 8px auto 0;
	border: solid 2px #fff;
	border-radius: 50px;
}

#ct_bg .header01 > .button01 > a {
	display: block;
	width: 100%;
	padding: 9px 26px 7px;
	border-radius: 50px;
	border: solid 1px #000;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
	transition: all .3s;
}

#ct_bg .header01 > .button01 > a:hover {
	background-color: #000;
	color: #fff;
}

#ct_bg .footer01 {
	position: relative;
	padding-bottom: 60px;
	border-top: double 6px #646464;
	background-color: #000;
}

#ct_bg .footer01:before {
	left: 0;
	background: url(../img/img_common10.png) no-repeat 0 0/100%;
}
#ct_bg .footer01:after {
	right: 0;
	background: url(../img/img_common11.png) no-repeat 0 0/100%;
}
#ct_bg .footer01:before,
#ct_bg .footer01:after {
	position: absolute;
	top: -30px;
	width: 100px;
	height: 28px;
	content: "";
}

#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 .contents01 {
	padding-bottom: 80px;
}

#ct_bg .mainImg01 > img {
	width: 100%;
}

#ct_bg .subSection01 {
	padding-top: 60px;
}

#ct_bg .subSection01 > .inner01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .subSection01 > .inner01 > .text01 {
	width: 80%;
	margin: 60px auto 0;
	text-align: center;
}

#ct_bg .subSection02 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .subSection03 {
	margin-top: 30px;
}

#ct_bg .subSection03 + .subSection03 {
	margin-top: 60px;
}

#ct_bg .titleArea01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px 0;
}

#ct_bg .titleArea01 > .text01 {
	margin-top: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .titleArea01 > .button01 {
	width: 400px;
	margin: 20px auto 0;
}

#ct_bg .colWrap01 {
	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;
	width: 100%;
	margin-top: 20px;
}

#ct_bg .col01 {
	margin-top: 30px;
	width: 48.5%;
}

#ct_bg .col01.type01 {
	margin-top: 15px;
}

#ct_bg .col01:nth-child(odd) {
	margin-right: 1.5%;
}

#ct_bg .col01:nth-child(even) {
	margin-left: 1.5%;
}

#ct_bg .col01 > .title01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (min-width:1001px) { 
#ct_bg .col01 > .title01 {
	height: 116px;
}
}

@media screen and (max-width:1000px) { 
#ct_bg .col01 > .title01 {
	height: 11vw;
}
}

#ct_bg .col02 {
	margin: 30px 0 0 11px;
	width: 326px;
}

#ct_bg .col02:nth-child(3n-2) {
	margin-left: 0;
}

#ct_bg .col03 {
	width: 30%;
	margin-top: 30px;
}

#ct_bg .col03:not(:nth-child(3n+1)) {
	margin-left: 5%;
}

#ct_bg .col03 > .image01 {
	margin-top: 30px;
}

#ct_bg .col04 {
	width: 31.196%;
	margin-top: 20px;
}

#ct_bg .col04:not(:nth-child(4n+1)) {
	margin-left: 3.205%;
}

#ct_bg .col04 > .text01 {
	margin-top: 10px;
	text-align: center;
}

#ct_bg .col05 {
	width: 48.5%;
	margin-top: 25px;
}

#ct_bg .col06 {
	width: 29.873%;
	margin-top: 28px;
	text-align: center;
}

#ct_bg .col06 > .text01 {
	font-size: 2.0rem;
}

#ct_bg .col07 {
	width: 32.6%;
	margin-top: 25px;
}

#ct_bg .col07:not(:nth-child(4n+1)) {
	margin-left: 1.1%;
}

#ct_bg .col08 {
	width: 23.5%;
	margin-top: 40px;
}

#ct_bg .col08:not(:nth-child(4n+1)) {
	margin-left: 2%;
}

#ct_bg .col09 {
	max-width: 700px;
	margin: 30px auto 0;
}

#ct_bg .col09 > .title01 {
	text-align: center;
}

#ct_bg .col10 {
	width: 40%;
	margin-top: 30px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

#ct_bg .col10:nth-child(3n+1) {
	margin-left: 0;
}
#ct_bg .col10:nth-child(3n) {
	margin-right: 0;
}

#ct_bg .col10 > .title01 {
	text-align: center;
}

#ct_bg .col10 > .image01 {
	margin-top: 30px;
}

#ct_bg .box01 {
	margin-top: 20px;
}

#ct_bg .box01:first-child {
	margin-top: 30px;
}

#ct_bg .box01 > .title01 {
	margin-bottom: 30px;
	text-align: center;
}

#ct_bg .frameArea01 {
	position: relative;
	margin-top: 34px;
	padding: 12px 3.157% 20px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 20px;
	font-weight: bold;
}

#ct_bg .frameArea01 + .frameArea01 {
	margin-top: 33px;
}

#ct_bg .frameArea01::after {
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 20px 0 20px;
	content: "";
}

#ct_bg .frameArea01.type01 {
	border: 5px solid #0f398d;
}

#ct_bg .frameArea01.type02 {
	border: 5px solid #b90000;
}

#ct_bg .frameArea01.type01::after {
	border-color: #0f398d transparent transparent transparent;
}
#ct_bg .frameArea01.type02::after {
	border-color: #b90000 transparent transparent transparent;
}

#ct_bg .frameArea01:last-of-type::after {
	content: none;
}

#ct_bg .frameArea01In {
	position: relative;
	margin-top: 10px;
	padding: 25px 6.741%;
	border-radius: 10px;
}

#ct_bg .frameArea01In + .frameArea01In {
	margin-top: 33px;
}

#ct_bg .frameArea01In + .frameArea01In::before {
	position: absolute;
	top: -33px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 20px 0 20px;
	content: "";
}

#ct_bg .type01 > .frameArea01In {
	background-color: #0f398d;
}

#ct_bg .type02 > .frameArea01In {
	background-color: #b90000;
}

#ct_bg .type01 .frameArea01In + .frameArea01In::before {
	border-color: #0f398d transparent transparent transparent;
}

#ct_bg .type02 .frameArea01In + .frameArea01In::before {
	border-color: #b90000 transparent transparent transparent;
}

#ct_bg .frameArea01 > .text01 + .frameArea02 {
	margin-top: 20px;
}

#ct_bg .frameArea01In > .inner01 {
	margin-top: 5px;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 5px;
}

#ct_bg .frameArea01In > .inner01 > .list01 {
	color: #000;
	
}
#ct_bg .frameArea01In > .inner01 > .list01 li::before {
	background-color: #b90000;
}

#ct_bg .frameArea01In .text01 {
	font-size: 2.0rem;
}

#ct_bg .frameArea01In .text02 {
	font-size: 1.2rem;
}

#ct_bg .frameArea02 {
	position: relative;
	margin-top: 30px;
	padding: 4px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 10px;
	border: 3px solid #b90000;
	font-weight: bold;
}

#ct_bg .frameArea02 > .text01 {
	margin: 10px 0;
}

#ct_bg .frameArea03 {
	margin-top: 30px;
	padding: 30px 25px;
	border: solid 5px #0f398d;
	border-radius: 20px;
	background-color: rgba(0,0,0,.75);
}

#ct_bg .frameArea03 > .text01 {
	color: #ff0;
	font-size: 2.0rem;
	font-weight: bold;
}

#ct_bg .frameArea03 > .text01:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .frameArea03 > .text01 > .font01 {
	display: inline-block;
	text-indent: -.5em;
}

#ct_bg .frameArea03 > .text02 {
	margin-top: 10px;
	font-weight: bold;
}

#ct_bg .frameArea04 {
	margin-top: 20px;
	padding: 20px 3%;
	border: solid 1px #fff;
}

#ct_bg .frameArea04 > .title01 {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}

#ct_bg .frameArea05 {
	margin-top: 22px;
	padding: 30px 25px;
	border: solid 5px #c00;
	border-radius: 20px;
}

#ct_bg .frameArea05 > .title01 {
	width: 64.21%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea06 {
	padding: 15px 5px 5px;
	border-radius: 10px;
	border: solid 3px #b90000;
	background: rgba(0,0,0,.75);
}

#ct_bg .frameArea06 > .title01 {
	color: #ff0;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}

#ct_bg .frameArea06 > .image01 {
	margin-top: 5px;
}

#ct_bg .frameArea07 {
	margin-top: 5px;
	padding: 10px 15px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	border: 1px solid #fff;
	color: #000;
}
#ct_bg .heading01 {
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ct_bg .heading01 > img {
	width: 69%;
}

#ct_bg .heading02 {
	text-align: center;
}

#ct_bg .heading03 {
	position: relative;
	width: calc(100% + 10px);
	width: -webkit-calc(100% + 10px);
	left: -10px;
	margin-bottom: 12px;
	padding-left: 10px;
	color: #ff0;
	font-size: 2.0rem;
	font-weight: bold;
	overflow: hidden;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

#ct_bg .heading03 > span {
	position: relative;
	display: inline-block;
	width: auto;
	padding-right: 20px;
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
}

#ct_bg .heading03 > span::before {
	position: absolute;
	top: 50%;
	right: -1000%;
	width: 1000%;
	height: 13px;
	margin-top: -10px;
	background: url(../img/bg_common04.png) repeat-x 0 0/auto 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	content: "";
}

#ct_bg .heading04 {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .block01:first-child {
	margin-top: 16px;
}

#ct_bg .block01 {
	margin-top: 22px;
}

#ct_bg .block01 .text01 {
	font-weight: bold;
}

#ct_bg .block01 .list01 {
	font-weight: bold;
}

#ct_bg .block01 .btn01 > a {
	min-width: 280px;
}

#ct_bg .block01 > .button01 {
	width: 440px;
	margin: 20px auto 0;
}

#ct_bg .block02 {
	margin-top: 40px;
}

#ct_bg .list01 li {
	margin-top: 2px;
	position: relative;
	padding-left: 16px;
}

#ct_bg .list01 li::before {
	position: absolute;
	top: .7em;
	left: 0;
	content: " ";
	width: 8px;
	height: 8px;
	background-color: #ff0;
	border-radius: 50%;
}

#ct_bg .list02 {
	margin-top: 10px;
}

#ct_bg .list02 li {
	margin-top: 2px;
	position: relative;
	padding-left: 14px;
}

#ct_bg .list02 li::before {
	position: absolute;
	top: .7em;
	left: 0;
	content: " ";
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
}

#ct_bg .list03 {
	margin-top: 25px;
}

#ct_bg .list03 > dt {
	float: left;
	clear: left;
	color: #ff0;
	font-weight: bold;
	text-align: left;
}

#ct_bg .list03 > dd {
	font-weight: bold;
	text-align: left;
}

#ct_bg .list04 {
	
}

#ct_bg .list04 > li {
	font-weight: bold;
	margin-left: 1.2em;
	text-indent: -1.2em;
}

#ct_bg .list04 > li:not(:first-child) {
	margin-top: 15px;
}

#ct_bg .list04 > li > .notes01 {
	margin-top: 0;
}

#ct_bg .list04 > li::first-letter {
	display: inline-block;
	margin-right: .2em;
	color: #ff0;
}

#ct_bg .list04 {
	
}

#ct_bg .btnList01 {
	margin-top: 20px;
}

#ct_bg .btnList01 > li:not(:first-child) {
	margin-top: 10px;
}

#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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 1000px;
	margin:  0 auto;
}

#ct_bg .bnrList01 > li {
	width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 30px;
}

#ct_bg .img01 {
	margin: 30px auto 0;
	text-align: center;
}

#ct_bg .img01 + .img01 {
	margin-top: 25px;
}

#ct_bg .img02 {
	margin: 60px auto 0;
	text-align: center;
}

#ct_bg .img03 {
	width: 48.5%;
	margin: 10px auto 0;
}

#ct_bg .img04 {
	width: 92%;
	max-width: 690px;
	margin: 40px auto 0;
}

#ct_bg .btn01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .btn01 > a {
	display: inline-block;
	padding: 13px 30px 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff600;
	box-shadow: inset 2px 2px 0 #fff600, inset -2px -2px 0 #fff600,
	inset 3px 3px 0 #000, inset -3px -3px 0 #000;
	transition: all .3s;
}

#ct_bg .btn01.type01 > a {
	display: block;
	width: 100%;
}

#ct_bg .btn01.type02 > a {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .btn01 > a:hover {
	color: #fff600;
	background-color: #000;
}

#ct_bg .btn02 {
	margin-top: 2px;
}

#ct_bg .btn02 > a {
	display: block;
	position: relative;
	padding: 8px 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	border: solid 4px #c00;
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	transition: all .3s;
}

#ct_bg .btn02 > a:hover {
	border: solid 4px #ff6666;
	background-color: #ff6666;
}

#ct_bg .btn02 > a > .text02 {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: -4px;
	left: -4px;
	width: -webkit-calc(100% + 8px);
	width: calc(100% + 8px);
	height: -webkit-calc(100% + 8px);
	height: calc(100% + 8px);
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	border: solid 4px #ff6666;
	background-color: #ff6666;
	opacity: 0;
	transition: all .5s;
}

#ct_bg .btn02 > a > .text02.success {
	opacity: 1.0;
}

#ct_bg .txt01 {
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}

#ct_bg .txt02 {
	font-size: 2.4rem;
	color: #ff0;
	font-weight: bold;
	text-align: center;
}

#ct_bg .txt03 {
	display: inline-block;
	margin-top: 5px;
	padding: 8px 15px 5px;
	border: solid 1px #ff0;
	color: #ff0;
	font-weight: bold;
	font-size: 2.0rem;
}

#ct_bg .txt04 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .txt05 {
	margin-top: 20px;
	padding: 15px 10px 10px;
	font-size: 5.0rem;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	text-align: center;
	color: #b90000;
	background-color: #ffff00;
	line-height: 1.2;
}

#ct_bg .img01 + .txt05 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
}

#ct_bg .txt05 + .frameArea07 {
	margin-top: 0;
	border-radius: 0 0 10px 10px;
	border-top: none;
}

#ct_bg .txt06 {
	margin-top: 20px;
	padding: 15px 10px 10px;
	font-size: 2.5rem;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	text-align: center;
	color: #ffff00;
	line-height: 1.5;
	text-shadow:1px 1px 3px #544321;
}

#ct_bg .txt07 {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .notes01 {
	margin-top: 10px;
	margin-left: 1.0em;
	text-indent: -1.0em;
	font-weight: normal;
}

#ct_bg .notes01 + .notes01 {
	margin-top: 0;
}

#ct_bg .color01 {
	color: #ff0;
}
#ct_bg .color02 {
	color: #b90000;
}

#ct_bg .localNavArea01 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #646464;
}

#ct_bg .localNavArea01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .localNavArea01 > ul > li {
	width: 32%;
}

#ct_bg .localNavArea01 > ul > li:not(:first-child) {
	margin-left: 2%;
}

#ct_bg .localNavArea01 > ul > li > a {
	transition: all .3s;
}

#ct_bg .localNavArea01 > ul > li > a:hover {
	opacity: .6;
}

#ct_bg .line01 {
	display: inline-block;
	text-decoration: line-through;
}

#ct_bg .bnr01 {
	width: 440px;
	margin: 40px auto 0;
}

#ct_bg .bnr02 {
	width: 360px;
	margin: 30px auto 0;
}

#ct_bg .jqImage01 {
	margin-top: 30px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 6px ridge #9c7728;
	text-align: center;
}

#ct_bg .jqImage01 > a {
	display: block;
	position: relative;
	border: 10px outset #9c7728
}

#ct_bg .jqImage01 > a::before,
#ct_bg .jqImage01 > a::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	transition: opacity .3s;
	content: "";
}
#ct_bg .jqImage01 > a::before {
	z-index: 1;
	background: url(../img/icon_common01_no.png) no-repeat 0 0/100%;
}
#ct_bg .jqImage01 > a::after {
	opacity: 0;
	z-index: 102;
	background: url(../img/icon_common01_on.png) no-repeat 0 0/100%;
}
#ct_bg .jqImage01 > a:hover::after {
	opacity: 1.0;
}

@media screen and (max-width: 639px) {
#ct_bg {
	min-width: inherit;
	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;
}
	
#ct_bg .header01 {
	padding: 7px 4% 15px;
	background-image: url(../img/bg_common03_sp.png);
	background-size: cover;
}

#ct_bg .header01 > .logo01 {
	width: 96.811%;
}

#ct_bg .header01 > .button01 {
	margin-top: 7px;
}

#ct_bg .header01 > .button01 > a {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 1.2rem;
}

#ct_bg .header01 > .button01 > a:hover {
	background-color: #fff;
	color: #000;
}

#ct_bg .subSection01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
	
#ct_bg .subSection01 > .inner01 > .text01 {
	width: 92.608%;
}
	
#ct_bg .subSection02 {
	padding-left: 4%;
	padding-right: 4%;
}
	
#ct_bg .titleArea01 {
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .titleArea01 > .text01 {
	margin-top: 25px;
	font-size: 1.8rem;
}

#ct_bg .titleArea01 > .button01 {
	width: 250px;
}

#ct_bg .col01 {
	width: 100%;
}

#ct_bg .col01 + .col01 {
	margin-top: 15px;
}

#ct_bg .col01.type01 + .col01 {
	margin-top: 30px;
}

#ct_bg .col01:nth-child(odd),
#ct_bg .col01:nth-child(even) {
	margin-right: 0;
	margin-left: 0;
}
	
#ct_bg .col01 > .title01 {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	
	#ct_bg .col01 > .button01 {
		max-width: 300px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

#ct_bg .col02 {
	margin: 30px 0 0 0;
	width: 100%;
}
	
#ct_bg .col03 {
	width: 100%;
}

#ct_bg .col03:not(:nth-child(3n+1)) {
	margin-left: 0;
}
	
#ct_bg .col03 > .image01 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	
#ct_bg .col03 > .title01 {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	width: 65%;
}
	
#ct_bg .col04 {
	width: 100%;
	margin-top: 20px;
}

#ct_bg .col04:not(:nth-child(4n+1)) {
	margin-left: 0;
}
	
#ct_bg .col05 {
	width: 100%;
}
	
#ct_bg .col05 + .col05 {
	margin-top: 10px;
}
	
#ct_bg .col06 {
	width: 80.327%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .col06 > .text01 {
	font-size: 1.8rem;
}
	
#ct_bg .col07 {
	width: 100%;
}

#ct_bg .col07:not(:nth-child(4n+1)) {
	margin-left: 0
}
	
#ct_bg .col08 {
	width: 47.926%;
	margin-top: 30px;
}

#ct_bg .col08:not(:nth-child(4n+1)) {
	margin-left: inherit;
}
	
#ct_bg .col08:nth-child(even) {
	margin-left: 4.147%;
}

#ct_bg .col10 {
	width: 100%;
}

#ct_bg .col10 > .title01 {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	width: 65%;
}
	
#ct_bg .col10 > .image01 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .box01 > .title01 {
	margin-bottom: 6.75vw;
}

#ct_bg .heading01 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
	
#ct_bg .heading01 > img {
	width: 100%;
}
	
#ct_bg .heading03 {
	font-size: 1.8rem;
}
	
#ct_bg .heading03 > span::before {
	margin-top: -9px;
}
	
#ct_bg .heading04 {
	max-width: 100%;
}

#ct_bg .frameArea01 {
	margin-top: 0;
}

#ct_bg .frameArea01In {
	padding: 15px 4%;
}
	
#ct_bg .frameArea01In .text01 {
	font-size: 1.6rem;
}
	
#ct_bg .frameArea03 > .text01 {
	font-size: 1.8rem;
}
	
#ct_bg .frameArea04 {
	padding-left: 5.797%;
	padding-right: 5.797%;
}

#ct_bg .frameArea04 > .title01 {
	font-size: 1.8rem;
}
	
#ct_bg .frameArea05 {
	padding-left: 15px;
	padding-right: 15px;
}

#ct_bg .frameArea05 > .title01 {
	width: 100%;
}
	
#ct_bg .frameArea06 {
	padding-top: 10px;
}

#ct_bg .frameArea06 > .title01 {
	font-size: 2.0rem;
}

#ct_bg .frameArea06 > .image01 {
	margin-top: 5px;
}
	
#ct_bg .block01:first-child {
	margin-top: 22px;
}
	
#ct_bg .block01 > .button01 {
	width: 250px;
}

#ct_bg .block02 {
	margin-top: 30px;
}
	
#ct_bg .list03 {
	margin-top: 20px;
}

#ct_bg .btnList01 {
	width: 54.339%;
	margin-top: 0;
}

#ct_bg .bnrList01 > li {
	width: 66.666%;
	margin-left: 0;
	margin-right: 0;
}
	
#ct_bg .btn01.type01 > a,
#ct_bg .btn01.type02  > a {
	display: inline-block;
	width: auto;
}

#ct_bg .btn01 > a:hover {
	color: #000;
	background-color: #fff600;
}
	
#ct_bg .btn02 {
	max-width: 245px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .btn02 > a {
	padding-top: 8px;
	padding-bottom: 4px;
}
	
#ct_bg .btn02 > a:hover {
	border-color: #c00;
	background-color: #c00;
}

#ct_bg .img01 {
	margin-top: 15px;
}

#ct_bg .img01 + .img01 {
	margin-top: 10px;
}
	
#ct_bg .img03 {
	width: 100%;
}

	
#ct_bg .txt02 {
	font-size: 1.8rem;
}
	
#ct_bg .txt03 {
	font-size: 1.6rem;
}

#ct_bg .txt04 {
	margin-top: 25px;
	font-size: 1.8rem;
}

#ct_bg .txt05 {
	font-size: 1.8rem;
}
#ct_bg .img01 + .txt05 {
	width: 92%;
}

#ct_bg .txt06 {
	font-size: 1.5rem;
}
	
#ct_bg .txt07 {
	font-size: 1.5rem;
}

#ct_bg .localNavArea01 > ul {
	display: block;
}

#ct_bg .localNavArea01 > ul > li {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .localNavArea01 > ul > li:not(:first-child) {
	margin-left: auto;
	margin-top: 20px;
}

#ct_bg .localNavArea01 > ul > li > a:hover {
	opacity: 1.0;
}
	
#ct_bg .bnr01 {
	width: 250px;
}
	
#ct_bg .bnr02 {
	max-width: 360px;
	width: 60%;
}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
