@charset "utf-8";
html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#wrapper {
	background: none;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none !important;
}
.onlySP02 {
	display: none !important;
}

#ct_bg {
	color: #666;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.2em;
}

.modalContents a,
#ct_bg a {
	color: #9fbadb;
	text-decoration: underline;
}

.modalContents a:hover,
#ct_bg a:hover {
	text-decoration: none;
}

.modalContents a.linkType02,
#ct_bg a.linkType02 {
	color: #ff3300 !important;
}

.modalContents a.linkType03,
#ct_bg a.linkType03 {
	color: #4472c4 !important;
}

.modalContents a.linkType04,
#ct_bg a.linkType04 {
	color: #e66881 !important;
}

#ct_bg .faqSection01 a {
	color: #81a1cb;
}

.modalContents img,
#ct_bg img {
	max-width: 100%;
	height: auto;
}

#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;
}

#ct_bg .imgOver02 > a {
	position: relative;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

#ct_bg .imgOver02 > a::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.60);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
}
#ct_bg .imgOver02 a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg p {
	word-break: normal;
	word-wrap: break-word;
}

#ct_bg .br01, #ct_bg .br03 {
	display: none;
}

#ct_bg .color01 {
	color: #c5ab7a;
}

#ct_bg .color02 {
	color: #9fbadb;
}

#ct_bg .color03 {
	color: #ff3300;
}

#ct_bg .color04 {
	color: #4472c4;
}

#ct_bg .color05 {
	color: #EF94A6;
}

#ct_bg strong {
	font-size: 1.5rem;
	font-weight: 600;
}

.modalContents .wrap01,
#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;
}
.modalContents .wrap01.bC,
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.modalContents .wrap01.between,
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.modalContents .wrap01.aC,
#ct_bg .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.modalContents .wrap01.reverse,
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#ct_bg .headTitleArea01 {
/*	min-width: 1200px;*/
}

#ct_bg .headTitleArea01 > .inner01 {
	margin: 0 auto;
	padding: 6px 0 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	color: #9fbadb;
	font-size: 1.4rem;
}

#ct_bg .headTitleArea01 > .inner01 .title01 {
	margin-left: 9px;
}

#ct_bg .localNav01 {
	/*margin-top: 1px;*/
	background-color: #9fbadb;
	/*min-width: 1200px;*/
}

#ct_bg .localNav01 > .localNav01In {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	padding: 5px 0;
	/*width: 960px;*/
	max-width: 960px;
}

#ct_bg .localNav01In > .logo01 {
	margin-left: 0;
	margin-right: 10px;
}

#ct_bg .localNav01In > .button01 {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-right: 5px;
}

#ct_bg .localNav01In > .button01 a {
	display: block;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

#ct_bg .localNav01In > .button01 img {
	display: block;
}

#ct_bg .localNav01In > .button01:hover a::before {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 15px;
	background: url("../img/ic_common01_on.svg") 0 0/ 100% no-repeat;
	width: 28px;
	height: 28px;
	content: "";
}

#ct_bg .localNav01In > .button01 a::after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9fbadb;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
}

#ct_bg .localNav01In > .button01:hover a::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#ct_bg .localNav01In > .button03 {
	position: relative;
	margin-left: 5px;
	width: 90px;
	height: 60px;
}

#ct_bg .localNav01In > .button03::after {
	position: absolute;
	bottom: inherit;
	top: 50%;
	right: 9%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #9fbadb;
	transition: border .15s;
	content: "";
}

#ct_bg .localNav01In > .button03 > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 11px 16px 10px 0;
	background-color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	white-space: nowrap;
	border-radius: 10px;
}

#ct_bg .localNav01In > .button03 > a::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9fbadb;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
	border-radius: 10px;
}

#ct_bg .localNav01In > .button03:hover > a:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#ct_bg .localNav01In > .button03:hover > a {
	color: #fff;
}

#ct_bg .localNav01In > .button03:hover::after {
	border-color: transparent transparent transparent #fff;
}

#ct_bg .localNav01In > .button03:hover > a > span::before,
#ct_bg .localNav01In > .button03:hover > a > span::after {
	background-color: #fff;
}

#ct_bg .localNav02 {
	display: none;
}

#ct_bg .navigation01 {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: 0;
}

#ct_bg .navigation01 > li {
	position: relative;
	margin-left: 5px;
	width: 124px;
	height: 70px;
}

/*
#ct_bg .navigation01 > li::after {
	position: absolute;
	width: 0;
	height: 0;
	bottom: 1px;
	right: 1px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #9fbadb transparent;
	content: "";
}
*/

#ct_bg .navigation01 > li > a,
#ct_bg .navigation01 > li > .comingWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	/*background-color: #9fbadb;*/
	border: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3;

	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;

	white-space: nowrap;
}

#ct_bg .navigation01 > li > a span,
#ct_bg .navigation01 > li > .comingWrap span {
	display: block;
	width: 100%;
	height: 100%;
}

#ct_bg .navigation01 > li.app > a span {
	background: url("../img/nav_common01.png") no-repeat 50% 50% / cover;
}
#ct_bg .navigation01 > li.top > a span {
	background: url("../img/nav_common02.png") no-repeat 50% 50% / cover;
}
#ct_bg .navigation01 > li.insta > a span {
	background: url("../img/nav_common03.png") no-repeat 50% 50% / cover;
}
#ct_bg .navigation01 > li.coming > .comingWrap span {
	background: url("../img/nav_common03_coming.png") no-repeat 50% 50% / cover;
}
#ct_bg .navigation01 > li.faq > a span {
	background: url("../img/nav_common04.png") no-repeat 50% 50% / cover;
}
#ct_bg .navigation01 > li.info > a span {
	background: url("../img/nav_common05.png") no-repeat 50% 50% / cover;
}
#ct_bg .navigation01 > li.place > a span {
	background: url("../img/nav_common06.png") no-repeat 50% 50% / cover;
}





#ct_bg .navigation01 > li > a::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #adc4e0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
}

#ct_bg .navigation01 > li:hover > a:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*
#ct_bg .navigation01 > li:hover > a {
	background-color: #adc4e0;
}
*/

#ct_bg .navigation01 > li > a > span,
#ct_bg .navigation01 > li > .comingWrap > span {
	position: relative;
	display: block;
	/*
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-left: 0.13em;
	width: 100%;
	text-align: center;
	*/
	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*
#ct_bg .navigation01 > li > a > span::before,
#ct_bg .navigation01 > li > a > span::after {
	position: absolute;
	top: -2px;
	background-color: #9fbadb;
	width: 1px;
	height: 17px;
	content: "";
}
#ct_bg .navigation01 > li > a > span::before {
	left: 50%;
	margin-left: -4.85em;
	transform:rotate(-25.4deg);
}

#ct_bg .navigation01 > li > a > span::after {
	right: 50%;
	margin-right: -4.65em;
	transform:rotate(25.4deg);
}



#ct_bg .navigation01 > li:hover > a {
	color: #fff;
}

#ct_bg .navigation01 > li:hover::after {
	border-color: transparent transparent #fff transparent;
}

#ct_bg .navigation01 > li:hover > a > span::before,
#ct_bg .navigation01 > li:hover > a > span::after {
	background-color: #fff;
}
*/

#ct_bg .localheader01 {
	padding: 40px 0 50px;
	background: url("../img/bg_common03_pc.png") center bottom no-repeat;
}

#ct_bg .localheader01 > .logo01 {
	margin: 0 auto;
	width: 218px;
}

#ct_bg .localheader01 > .logo01 > img {
	width: 100%;
}

#ct_bg .subSection01 {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 960px;
}

#ct_bg .subSection02 {
	margin-top: 30px;
}

#ct_bg .subSection03 {
	margin: 70px auto 120px;
	width: 960px;
}

#ct_bg .subSection04 {
	margin: 60px auto 0;
	width: 960px;
}

.modalContents .subSection05,
#ct_bg .subSection05 {
	margin: 40px auto 0;
}

#ct_bg .subSection06 {
	margin: 0 auto;
	width: 960px;
}

#ct_bg .subSection06.type01 {
	margin-top: 115px;
}

#ct_bg .subSection06.type02 {
	margin-top: 120px;
}

#ct_bg .subSection07 {
	position: relative;
	padding: 60px 0 120px;
}

#ct_bg .subSection07::before {
	position: absolute;
	top: 14px;
	width: 100%;
	height: 100%;
	background: url("../img/bg_common02.png") center top repeat-y;
	content: "";
	z-index: -2;
}

#ct_bg .subSection08 {
	position: relative;
	margin-top: 123px;
	padding: 100px 0 110px;
}

#ct_bg .subSection08::before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f5fb;
	transform: skewY(-10deg);
	content: "";
	z-index: -3;
}

#ct_bg .subSection09 {
	margin: 40px auto 30px;
	width: 960px;
}

#ct_bg .subSection10 {
	background-color: #f0f5fb;
	padding-bottom: 70px;
}

#ct_bg .frameArea09 + .subSection10 {
	margin-top: -30px;
}

#ct_bg .mainArea01 {
	margin: 0 auto;
	max-width: 1400px;
	opacity: 0;
	transition: .8s;
}

#ct_bg .mainBn01 {
	margin: 0 auto;
	max-width: 1400px;
}

#ct_bg .mainArea01.slick-initialized {
	opacity: 1;
}

#ct_bg .mainArea01 .item01 {
	position: relative;
}

#ct_bg .mainArea01 .item01 .button {
	position: absolute;
	bottom: 44px;
	right: 44px;
}

#ct_bg .mainArea01 .item01 .button a {
	width: 175px;
	height: 175px;
	padding-top: 8px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #fff;
	background: #9fbadb;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
}

#ct_bg .mainArea01 .item01 .button a:hover {
	background: #fff;
	color: #9fbadb;
	border-color: #9fbadb;
}

#ct_bg .mainArea01 .item01 >  .button a::after {
	content: '';
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
}

#ct_bg .mainArea01 .item01 >  .button a:hover::after {
  border-color: transparent transparent transparent #9fbadb;
}




#ct_bg .slick-slide {
	outline:none;
}

#ct_bg .movieWrap01 {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

 #ct_bg .movieWrap01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


#ct_bg .movieArea01 {
	margin: 60px auto 0;
	width: 800px;
}

#ct_bg .movieArea02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 40px auto 0;
	width: 800px;
}

#ct_bg .movieArea02In {
	width: 255px;
}

#ct_bg .movieArea03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -55px;
}

#ct_bg .movieArea03In {
	position: relative;
	margin: 55px auto 0;
	width: 460px;
}

#ct_bg .movieArea03In > .ic01 {
	position: absolute;
	z-index: 10;
	top: -20px;
	left: 0;
	padding: 7px 5px 5px 7px;
	background: #9fbadb;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
}

#ct_bg .slideArea01 {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
	opacity: 0;
	transition: .8s;
}
#ct_bg .slideArea01 > .button01 a,
#ct_bg .slideArea01 > .button02 a,
#ct_bg .slideArea02 > .button01 a,
#ct_bg .slideArea02 > .button02 a{
	display: block;
}
#ct_bg .slideArea01 > .button01 {
	position: absolute;
	top: 77%;
	left: 23%;
	width: 130px;
}
#ct_bg .slideArea01 > .button02 {
	position: absolute;
	top: 39px;
	left: 33%;
	width: 144px;
}
#ct_bg .slideArea02 > .button01 {
	position: absolute;
	bottom: 10%;
	right: 17%;
	width: 130px;
}
#ct_bg .slideArea02 > .button02 {
	position: absolute;
	top: 30px;
	left: 45%;
	width: 144px;
}
#ct_bg .slideArea01 > .button01 a::before,
#ct_bg .slideArea02 > .button01 a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../img/bt_index02hov.png");
	background-size: 130px;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}
#ct_bg .slideArea01 > .button02 a::before,
#ct_bg .slideArea02 > .button02 a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../img/bt_index01hov.png");
	background-size: 144px;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}
#ct_bg .slideArea01 > .button02.type01 a::before,
#ct_bg .slideArea02 > .button02.type01 a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../img/bt_index03hov.png");
	background-size: 144px;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}
#ct_bg .slideArea01 > .button01 a:hover::before,
#ct_bg .slideArea01 > .button02 a:hover::before,
#ct_bg .slideArea02 > .button01 a:hover::before,
#ct_bg .slideArea02 > .button02 a:hover::before {
	overflow: visible;
	opacity: 1;
}

#ct_bg .movieArea01 .text01,
#ct_bg .movieArea02 .text01,
#ct_bg .movieArea03 .text01 {
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: center;
}


#ct_bg .slideArea01.slick-initialized {
	opacity: 1
}

#ct_bg .frameArea01 {
	margin-top: 10px;
	padding: 14px;
	background-color: #e1ebf7;
	text-align: center;
}

#ct_bg .frameArea01 .select02 {
	padding: 7px;
}

#ct_bg .frameArea01 .formBtn {
	padding: 6px 10px;
	border: 1px solid #9fbadb;
	background-color: #fff;
	font-size: 1.4rem;
	color: #9fbadb;
	font-weight: bold;
	cursor: pointer;
}

#ct_bg .frameArea02 {
	border: 5px solid #9fbadb;
	border-radius: 30px;
}

#ct_bg .frameArea02 + .frameArea02 {
	margin-top: 60px;
}

#ct_bg .frameArea02 > .hgroup01 {
	display: flex;
	flex-wrap: wrap;
}

#ct_bg .frameArea02 > .hgroup01 > .date01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 136px;
	background-color: #9fbadb;
	border-radius: 22px 0 0 0;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.3;
}

#ct_bg .frameArea02 > .hgroup01 > .title01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 17px 30px 14px;
	width: 814px;
	background-color: #e1ebf7;
	border-radius: 0 25px 0 0;
	font-size: 2rem;
	font-weight: bold;
}

.modalContents .frameArea02 .image01,
#ct_bg .frameArea02 .image01 {
	text-align: center;
}

.modalContents .frameArea02 .wrap01 .image02,
#ct_bg .frameArea02 .wrap01 .image02 {
	width: 49%;
	margin-top: 15px;
}

.modalContents .frameArea02 .border01,
#ct_bg .frameArea02 .border01 {
	border: 3px solid #9fbadb;
	border-radius: 5px;
}

.modalContents .frameArea02 .text01,
#ct_bg .frameArea02 .text01 {
	margin-top: 16px;
}

.modalContents .frameArea02 .text02,
#ct_bg .frameArea02 .text02 {
	display: table;
	margin-top: 16px;
	padding: 2px 15px 0px;
	background-color: #9fbadb;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

.modalContents .frameArea02 .text03 {
	display: table;
	margin-top: 16px;
	padding: 15px 15px 10px;
	background-color: #e1ebf7;
	font-size: 1.8rem;
	font-weight: bold;
}

.modalContents .frameArea02 .image01 + .text01,
#ct_bg .frameArea02 .image01 + .text01 {
	margin-top: 24px;
}

.modalContents .frameArea02In,
#ct_bg .frameArea02In {
	padding: 40px 55px;
}

.modalContents .frameArea02 > .hgroup01 > .date01 span,
#ct_bg .frameArea02 > .hgroup01 > .date01 span {
	display: block;
}

#ct_bg .frameArea03 {
	position: relative;
	margin-top: 60px;
	padding: 55px 55px 50px;
	border: 5px solid #9fbadb;
	border-radius: 30px;
	background: url("../../whats/img/bg_index01_pc.jpg") 0 0 no-repeat;
	overflow: hidden;
}

#ct_bg .frameArea03 > .image01{
	width: 520px;
}

#ct_bg .frameArea03 > .image02{
	width: 374px;
	margin: 32px 0 0 23px;
}

#ct_bg .frameArea03 > .frameArea03In {
	margin-top: 80px;
}

#ct_bg .frameArea03 > .frameArea03In > .column01 {
	margin-left: 30px;
	width: 260px;
}

#ct_bg .frameArea03 > .frameArea03In > .column01:first-child {
	margin-left: 0;
}

#ct_bg .frameArea03 > .frameArea03In > .column01 > .image01 {
	margin: 0 auto;
	width: 180px;
}

#ct_bg .frameArea03 > .frameArea03In > .column01 > .text01 {
	margin-top: 25px;
	font-size: 1.4rem;
}

#ct_bg .frameArea03 > .buttonList01 {
	margin: 25px 0 0 40px;
}

#ct_bg .frameArea03 > .buttonList01 > li {
	margin-left: 10px;
	height: 60px;
}

#ct_bg .frameArea03 > .buttonList01 > li > a,
#ct_bg .frameArea03 > .buttonList01 > li > span {
	border-radius: 9px;
	height: 60px;
	display: inline-block;
}

#ct_bg .frameArea03 > .buttonList01 > li img {
	width: auto;
	height: 100%;
}

#ct_bg .frameArea04 {
	position: relative;
	margin-top: 30px;
	padding: 42px 55px 46px;
	border: 5px solid #9fbadb;
	border-radius: 30px;
}

#ct_bg .frameArea04 > .title01 {
	font-size: 3.6rem;
	color: #9fbadb;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#ct_bg .frameArea04 > .image01{
	position: absolute;
	top: 121px;
	right: 60px;
	width: 227px;
}

#ct_bg .frameArea04 > .note02 {
	margin-top: 25px;
}

#ct_bg .frameArea04 .column01 {
	margin-top: 47px;
	width: 120px;
}

#ct_bg .frameArea04 .column02 {
	margin: 42px 0 0 30px;
	font-weight: bold;
}

#ct_bg .frameArea04 .buttonList01 {
	margin: -60px 0 0 150px;
}

#ct_bg .frameArea04 .buttonList01 li {
	margin-right: 10px;
	height: 60px;
	border-radius: 9px;
	line-height: 0;
}

#ct_bg .frameArea04 .buttonList01 li a,
#ct_bg .frameArea04 .buttonList01 li span {
	height: 60px;
	display: inline-block;
}

#ct_bg .frameArea04 .buttonList01 li img {
	width: auto;
	height: 100%;
}

#ct_bg .frameArea05 {
	border: 5px solid #9fbadb;
  border-radius: 30px;
}
#ct_bg .frameArea05 + .frameArea05 {
	margin-top: 60px;
}
#ct_bg .frameArea05 > .frameArea05In {
	padding: 40px 55px;
	display: flex;
	justify-content: space-between;
}
#ct_bg .frameArea05 > .frameArea05In .hgroup01 {
	margin-bottom: 40px;
}
#ct_bg .frameArea05 > .frameArea05In .title02 {
	font-size: 2rem;
	font-weight: bold;
	color: #9fbadb;
	letter-spacing: 0.2em;
}
#ct_bg .frameArea05 > .frameArea05In .title02 > .font01 {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0;
	border-radius: 50%;
	margin-left: 5px;
	color: #fff;
	background: #9fbadb;
}
#ct_bg .frameArea05 > .frameArea05In > .col04 {
	width: 600px;
}
#ct_bg .frameArea05 > .frameArea05In > .col04 > * + * {
	margin-top: 1rem;
}
#ct_bg .frameArea05 > .frameArea05In > .col04 strong {
	font-weight: bold;
	color: #9fbadb;
}
#ct_bg .frameArea05 > .frameArea05In > .col05 {
	width: 300px;
	margin-left: 30px;
}
#ct_bg .frameArea05 > .frameArea05In > .col05 img:hover {
	opacity: 0.7;
}
#ct_bg .frameArea05 > .frameArea05In .flowList01 {
	counter-reset: flowList;
}
#ct_bg .frameArea05 > .frameArea05In .flowList01 li {
	text-indent: -10px;
	padding-left: 25px;
}
#ct_bg .frameArea05 > .frameArea05In .flowList01 li::before {
	display: inline-block;
	width: 10px;
	counter-increment: flowList;
	content: counter(flowList);
	font-weight: bold;
	color: #9fbadb;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
}

#ct_bg .btnList01 > li img {
	height: 100%;
}

#ct_bg .btnList02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

#ct_bg .btnList02 > li{
	margin-right: 10px;
}

#ct_bg .faqList01 {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .faqList01 + .btn02 {
	margin-bottom: 34px;
}

#ct_bg .faqList01 > li {
	width: 30.52%;
	margin-right: 4.22%;
	margin-top: 34px;
}

#ct_bg .faqList01 > li a:hover {
	opacity: 0.7;
}

#ct_bg .faqList01 > li:nth-child(3n + 3) {
	margin-right: 0;
}

#ct_bg .faqList01 > li .btn01 {
	margin-top: 15px;
}

#ct_bg .faqList01 > li .btn01 > a {
	opacity: 1;
}

#ct_bg .box01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 175px;
}

#ct_bg .box01 > .column01 {
	text-align: center;
}

#ct_bg .box01 > .column01 >.image01 {
	margin: 0 auto;
	width: 250px;
}

#ct_bg .box01 > .column01 >.text01 {
	margin-top: 20px;
	font-size: 2rem;
}

#ct_bg .box01 > .column02 {
	margin-left: 50px;
	width: 280px;
}

#ct_bg .box02 {
	position: relative;
	margin-top: 60px;
	padding-bottom: 96px;
	background: url("../img/bg_common04_pc.png") center bottom no-repeat;
}

#ct_bg .box02 > .image01 {
	width: 500px;
}

#ct_bg .box02 > .text01 {
	margin-top: 30px;
	font-size: 1.4rem;
}

#ct_bg .box02 > .slideArea01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	opacity: 0;
	transition: .8s;
}

#ct_bg .box02 > .slideArea02 {
	margin-top: 75px;
	width: 500px;
	opacity: 0;
	transition: .8s;
}

#ct_bg .slideArea01.slick-initialized,
#ct_bg .slideArea02.slick-initialized {
	opacity: 1
}

#ct_bg .instaArea01 {
	margin-top: 34px;
}

#ct_bg .col01 {
	width: 600px;
}

#ct_bg .col01 > .col01In {
	margin: 25px 0 0 20px;
}

#ct_bg .col02 {
	margin-left: 30px;
	width: 330px;
}

#ct_bg .col03 {
	margin-top: 40px;
	width: 460px;
}

#ct_bg .col03:nth-child(odd) {
	margin-right: 20px;
}
#ct_bg .col03:nth-child(even) {
	margin-left: 20px;
}

#ct_bg .table01 {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #9fbadb;
	letter-spacing: 0;
}

#ct_bg .table01 th {
	padding: 10px 15px;
	background-color: #e1ebf7;
	font-weight: bold;
	border: 1px solid #9fbadb;
}

#ct_bg .table01 th.th01 {
	padding: 10px 15px;
	border: 1px solid #9fbadb;
	background-color: #fff;
	font-weight: normal;
	vertical-align: top;
}
#ct_bg .table01 th.th01 .underline01 {
	display: block;
	margin-bottom: -15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
}

#ct_bg .table01 td {
	padding: 10px 15px;
	border: 1px solid #9fbadb;
	vertical-align: top;
}

#ct_bg .table01 .w01 {	width: 35%;}
#ct_bg .table01 .w02 {	width: 65%;}
#ct_bg .table01 .w03 {	width: 23%;}
#ct_bg .table01 .w04 {	width: 31%;}
#ct_bg .table01 .w05 {	width: 50%;}


#ct_bg .ic_new {
	color: #fff;
	padding: 1px 2px 0;
	margin-right: 3px;
	background-color: #c4a879 ;
}

.modalContents .list01,
#ct_bg .list01 {
	margin-top: 25px;
}

.modalContents .heading02 + .list01,
#ct_bg .heading02 + .list01 {
	margin-top: 20px;
}

.modalContents .list01 > li,
#ct_bg .list01 > li {
	position: relative;
	margin-top: 5px;
	padding-left: 16px;
}

.modalContents .list01.type01 > li {
	border-bottom: 2px solid #e1ebf7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.modalContents .list01 > li:before,
#ct_bg .list01 > li:before {
	position: absolute;
	top: .6em;
	left: 0;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #9fbadb;
	border-radius: 50%
}

#ct_bg .list02 {
	margin-top: 15px;
	counter-reset: li;
}

#ct_bg .heading02 + .list02 {
	margin-top: 20px;
}

#ct_bg .list02 > li {
	position: relative;
	margin-top: 10px;
	padding-left: 2em;
}

#ct_bg .list02 > li:before {
	position: absolute;
	left: 0;
	counter-increment: li;
	content: counter(li);
	color: #9fbadb;
	font-weight: bold;
	letter-spacing: 0;
}

#ct_bg .list03 {
	margin-top: 10px;
}

#ct_bg .list02 > .list03 {
	counter-reset: li;
}

#ct_bg .list03 > li {
	margin-top: 10px;
	padding-left: 1.2em;
	text-indent: -1.2em
}

#ct_bg .list04 {
	margin-top: 15px;
}

#ct_bg .list04 > li {
	position: relative;
	margin-top: 5px;
	padding-left: 16px;
	font-size: 1.4rem;
	color: #9fbadb;
	font-weight: bold;
}

#ct_bg .list04 > li:before {
	position: absolute;
	top: .5em;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #9fbadb;
	border-radius: 50%
}

#ct_bg .list05 {
	margin-top: 53px;
}

#ct_bg .list05 dt {
	position: relative;
	margin-top: 23px;
	font-weight: bold;
	padding-left: 37px;
}

#ct_bg .list05 dd {
	position: relative;
	margin-top: 16px;
	padding-bottom: 23px;
	border-bottom: 1px solid #9fbadb;
	padding-left: 37px;
}

#ct_bg .list05 dt::before,
#ct_bg .list05 dd::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #9fbadb;
	font-weight: bold;
}

#ct_bg .list05 dt::before {
	content: "Q";
}

#ct_bg .list05 dd::before {
	content: "A";
}

#ct_bg .heading01 {
	margin-top: 40px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	color: #9fbadb;
	line-height: 1.3;
	letter-spacing: 0.2em;
	font-family: 'Montserrat', sans-serif;
}

#ct_bg .heading01 > span {
	display: block;
	font-size: 1.6rem;
}

#ct_bg .heading02 {
	padding: 15px 20px 12px;
	background-color: #f0f5fb;
	border-radius: 10px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#ct_bg .heading03 {
	padding-bottom: 10px;
	text-align: center;
	color: #9fbadb;
	font-size: 3.6rem;
	font-weight: bold;
	background: url("../img/bg_common01_pc.png") bottom center no-repeat;
	letter-spacing: 0.2em;
}

#ct_bg .heading03 > span {
	display: block;
	font-size: 1.6rem;
}

.modalContents .heading04,
#ct_bg .heading04 {
	font-size: 2rem;
	font-weight: bold;
	color: #9fbadb;
	letter-spacing: 0.2em;
}

#ct_bg .heading05 {
	padding: 2px 30px;
	background: linear-gradient(to right, rgba(243,195,217,1) 0%,rgba(167,198,227,1) 100%);
	border-radius: 100px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2em;
}

#ct_bg .heading05 > span {
	margin-right: 5px;
	font-size: 2.4rem;
}

#ct_bg .heading06 {
	font-size: 3.6rem;
	color: #9fbadb;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#ct_bg .heading07 {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#ct_bg .heading07.type02 {
	color: #ff3300;
}

.modalContents .btn01,
#ct_bg .btn01 {
	margin-top: 30px;
	text-align: center;
}
	
.modalContents .btn01 > a,
#ct_bg .btn01 > a {
	position: relative;
	display: inline-block;
	padding: 12px 22px 10px 15px;
	min-width: 200px;
	border: 1px solid #9fbadb;
	border-radius: 30px;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

.modalContents .btn02,
#ct_bg .btn02,
#ct_bg .btn05 {
	margin-top: 60px;
	text-align: center;
}

.modalContents .btn02 > a,
#ct_bg .btn02 > a {
	position: relative;
	display: inline-block;
	padding: 30px;
	min-width: 460px;
	border: 1px solid #9fbadb;
	border-radius: 50px;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

.modalContents .btn02 > a > span,
#ct_bg .btn02 > a > span {
	display: inline-block;
	padding-top: 1px;
	padding-right: 46px;
	min-height: 26px;
	background: url("../img/ic_common02_no.svg") right top / 26px 26px no-repeat;
}

.modalContents .btn02 > a:hover > span,
#ct_bg .btn02 > a:hover > span{
	background-image: url("../img/ic_common02_on.svg");
}

.modalContents .btn02.type02,
#ct_bg .btn02.type02 {
	margin-top: 0;
}
.modalContents .btn02.type02 > a,
#ct_bg .btn02.type02 > a {
	padding: 17px 30px 15px;
	border: 2px solid #ff3300;
	color: #ff3300;
}
.modalContents .btn02.type02 > a::before,
#ct_bg .btn02.type02 > a::before {
	background: #ff3300;
}
.modalContents .btn02.type02 > a::after,
#ct_bg .btn02.type02 > a::after {
	border-color: transparent transparent transparent #ff3300;
}

#ct_bg .btn02Text {
	position: relative;
	display: table;
	margin: 60px auto 0;
	padding: 30px;
	min-width: 460px;
	border: 1px solid #4472c4;
	border-radius: 15px;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	color: #4472c4;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

#ct_bg .btn04 {
	text-align: center;
	line-height: 0;
}


#ct_bg .btn04 a {
	position: relative;
	display: inline-block;
	padding: 12px 22px 10px 15px;
	width: 240px;
	border: 1px solid #9fbadb;
	border-radius: 30px;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

#ct_bg .btn05 > a {
	position: relative;
	display: inline-block;
	padding: 30px;
	min-width: 460px;
	border: 1px solid #9fbadb;
	border-radius: 60px;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

#ct_bg .btn05 > a > span {
	display: block;
	font-size: 1.6rem;
}

.modalContents .btn01 > a::before,
.modalContents .btn02 > a::before,
.modalContents .btn04 > a::before,
.modalContents .btn05 > a::before,
#ct_bg .btn01 > a::before,
#ct_bg .btn02 > a::before,
#ct_bg .btn04 > a::before,
#ct_bg .btn05 > a::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9fbadb;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
}
.modalContents .btn01 > a::after,
.modalContents .btn02 > a::after,
.modalContents .btn04 > a::after,
.modalContents .btn05 > a::after,
#ct_bg .btn01 > a::after,
#ct_bg .btn02 > a::after,
#ct_bg .btn04 > a::after,
#ct_bg .btn05 > a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #9fbadb;
	transition: border .15s;
	content: "";
}

.modalContents .btn01 > a:hover::before,
.modalContents .btn02 > a:hover::before ,
.modalContents .btn04 > a:hover::before,
.modalContents .btn05 > a:hover::before,
#ct_bg .btn01 > a:hover::before,
#ct_bg .btn02 > a:hover::before ,
#ct_bg .btn04 > a:hover::before,
#ct_bg .btn05 > a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.modalContents .btn01 > a:hover::after,
.modalContents .btn02 > a:hover::after,
.modalContents .btn04 > a:hover::after,
.modalContents .btn05 > a:hover::after,
#ct_bg .btn01 > a:hover::after,
#ct_bg .btn02 > a:hover::after,
#ct_bg .btn04 > a:hover::after,
#ct_bg .btn05 > a:hover::after {
	border-color: transparent transparent transparent #fff;
}
.modalContents .btn01 > a:hover,
.modalContents .btn02 > a:hover,
.modalContents .btn04 > a:hover,
.modalContents .btn05 > a:hover,
#ct_bg .btn01 > a:hover,
#ct_bg .btn02 > a:hover,
#ct_bg .btn04 > a:hover,
#ct_bg .btn05 > a:hover {
	color: #fff;
}

#ct_bg .btn03 {
	margin-top: 16px;
	text-align: center;
	line-height: 0;
}

#ct_bg .btn03 > a {
	position: relative;
	display: inline-block;
	padding: 27px;
	min-width: 320px;
	border: 1px solid #000;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

#ct_bg .btn03 > a::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d8d8d8;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
}

#ct_bg .btn03 > a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#ct_bg .btn03 > a > span {
	padding: 5px 0px 5px 60px;
	background: url("../img/ic_common04.svg") 0 0 / 40px 40px no-repeat;
}

#ct_bg .txt01 {
	margin-top: 25px;
	text-align: center;
}

#ct_bg .txt02 {
	margin-top: 25px;
}

#ct_bg .txt03 {
	margin-top: 50px;
	font-size: 2rem;
	text-align: center;
}
#ct_bg .txt04 {
	letter-spacing: 0.15em;
}
#ct_bg .txt06 {
	position: relative;
	margin-top: 25px;
	padding-left: 1em;
	font-size: 1.4rem;
}
#ct_bg .txt06::before {
	content: "※";
	position: absolute;
	left: 0;
}
#ct_bg .txt06 + .txt06 {
	margin-top: 0;
}

#ct_bg .bn01 {
	margin: 60px auto 0;
	width: 600px;
	line-height: 0;
}

#ct_bg .img01 {
	margin-top: 40px;
}

#ct_bg .note01 {
	font-size: 1.4rem;
}

#ct_bg .note02 {
	margin-top: 15px;
	font-size: 1.2rem;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#ct_bg .note03 {
	margin-top: 10px;
	font-size: 1.4rem;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#ct_bg .note04 {
	text-align: center;
	font-size: 1.2rem;
}

#ct_bg .font01 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

#ct_bg .jqBtn01,
#ct_bg .jqBtn02 {
	display: none;
}

.modalContents .messageArea,
#ct_bg .messageArea {
	text-align: center;
	margin: 20px 0 30px;
}

.modalContents .messageArea.type02,
#ct_bg .messageArea.type02 {
	text-align: center;
	margin: -20px auto 50px;
	width: 960px;
}

.modalContents .messageArea p,
#ct_bg .messageArea p {
	display: block;
	width: 100%;
	border: 1px solid #ff3300;
	padding: 1em 1em 1em;
	font-size: 100%;
	line-height: 1.5;
	color: #ff3300;
	font-weight: bold;
}

.modalContents .underLine01 {
	color: #ef94a6;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fbe5ea 0%) repeat scroll 0 0;
}

#ct_bg .displayNone {
	display: none;
}

.updown01 {
	animation-name:updown1;
	animation-delay:0s;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite; 
}
.updown02 {
	animation-name:updown1;
	animation-delay:0s;
	animation-duration: 3.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
 
@keyframes updown1 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}
#ct_bg .mainArea02 {
	position: relative;
}
#ct_bg .mainArea02 .logoWrap {
	background-color: rgba(159, 187, 220, 0.8);
	padding-top: 13px;
	height: 127px;
	position: relative;
}
#ct_bg .mainArea02 .logoWrap > .inner01 {
	width: 960px;
	margin: 0 auto;
}
#ct_bg .mainArea02 .logoWrap > .inner01 .logo {
	width: 365px;
	margin: 10px auto 0;
}
#ct_bg .mainArea02 .logoWrap > .img01 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(187%, -72.2%);
}
#ct_bg .mainArea02 .logoWrap > .button01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-264.8%, -50%);
}
#ct_bg .mainArea02 .logoWrap > .button01 a {
	display: block;
}
#ct_bg .mainArea02 > .button02 {
	position: absolute;
	top: 39px;
	left: 50%;
	transform: translate(-239.1%, 0);
}
#ct_bg .mainArea02 > .button02 a {
	display: block;
}
#ct_bg .mainArea02 .logoWrap > .button01 a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../img/bt_index02hov.png");
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}
#ct_bg .mainArea02 > .button02 a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../img/bt_index01hov.png");
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}
#ct_bg .mainArea02 .logoWrap > .button01 a:hover::before,
#ct_bg .mainArea02 > .button02 a:hover::before{
	overflow: visible;
	opacity: 1;
}

#ct_bg .featureSection01 .heading08 {
	position: relative;
	border-top: 1px solid #fff;
	background-color: #9fbadb;
	padding: 12px 0;
	cursor: pointer;
}
#ct_bg .featureSection01 .heading08 span {
	display: block;
	width: 900px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
#ct_bg .featureSection01 .heading08 span img {
	width: auto;
	height: 36px;
}
#ct_bg .featureSection01 .heading08 span::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #fff;
	transform: translate(0, -50%) rotate(180deg);
}
#ct_bg .featureSection01 .heading08.open span::before {
	transform: translate(0, -50%);
}
#ct_bg .featureSection01 .heading08.open {
	background: #adc4e0;
}
#ct_bg .featureSection01 .heading08::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #adc4e0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
}
#ct_bg .featureSection01 .heading08:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#ct_bg .featureSection01 > .inner01 {
	display: none;
	background: url("../../img/bg_index02_pc.png") repeat 50% 0;
}
#ct_bg .featureSection01 > .inner01 > .inner02 {
	width: 960px;
	margin: 0 auto;
	padding: 30px 2px 50px 0;
}
#ct_bg .featureSection01 > .inner01 > .inner02 .item {
	width: 458px;
	padding: 0 38px 0 31px;
}
#ct_bg .featureSection01 >.inner01 >.inner02 .item:nth-of-type(2n + 1) {
	margin-bottom: 30px;
}
#ct_bg .featureSection01 >.inner01 >.inner02 .item:nth-of-type(2n + 2) {
	margin-top: 30px;
}
#ct_bg .featureSection01 >.inner01 >.inner02 .item:nth-of-type(3) {
	margin-top: -11px;
}
#ct_bg .featureSection01 > .inner01 > .inner02 .item .fig01 {
	border: 10px solid #9fbadb;
	box-shadow: 10px 10px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner02 .item .text01 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	width: 458px;
	padding: 26px 38px 29px 31px;
	margin-left: -31px;
	margin-right: -38px;
	background: url("../../img/bg_index03_pc.png") no-repeat 50% 100%;
}
#ct_bg .featureSection01 > .inner01 > .inner03 {
	width: 960px;
	margin: 0 auto;
	padding: 30px 2px 50px 0;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item {
	width: 458px;
	padding: 0 38px 0 31px;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 {
	width: 960px;
	padding: 0 38px 54px 31px;
	background: url("../../img/bg_index04.png") no-repeat 50% 100%;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 dl {
	width: 389px;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 dl dt {
	width: 118px;
	margin: 0 auto 15px;
	text-align: center;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 dl dd {
	text-align: center;
	font-size: 1.4rem;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 dl dd p + p {
	margin-top: 12px;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 {
	margin-top: 40px;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 dl {
	display: flex;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 dl dt {
	width: 118px;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 dl dd {
	text-align: left;
	padding: 10px 0 0 10px;
	min-height: 58px;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item .fig01 {
	box-shadow: 9px 9px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 dl {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	width: 458px;
	padding: 20px 0 29px;
	margin-left: -31px;
	margin-right: -38px;
	background: url("../../img/bg_index03_pc.png") no-repeat 50% 100%;
}
#ct_bg .featureSection01 > .inner01 > .inner04 {
	width: 960px;
	margin: 0 auto;
	padding: 30px 2px 18px 0;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item {
	width: 458px;
	padding: 0 38px 33px 31px;
	background: url("../../img/bg_index03_pc.png") no-repeat 50% 100%;
}
#ct_bg .featureSection01 >.inner01 >.inner04 .item:nth-of-type(n + 3) {
	margin-top: 30px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl {
	display: flex;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl dt {
	width: 118px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl dd {
	text-align: left;
	padding: 10px 0 0 10px;
	width: 340px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl dd p + p {
	margin-top: 8px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl dd .note,
#ct_bg .featureSection01 > .inner01 > .inner06 .item .note {
	font-size: 1.2rem;
	margin-top: 4px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item .fig01 {
	box-shadow: 9px 9px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	width: 458px;
	padding: 20px 0 0;
	margin-left: -31px;
	margin-right: -38px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl + .btn04 {
	margin-top: 17px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item .fig01 {
	border: 10px solid #9fbadb;
	box-shadow: 10px 10px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 {
	padding: 0 0 33px 31px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 {
	width: 960px;
	background: none;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 ul {
	width: 458px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 ul li + li {
	padding-top: 20px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item .btn04.tyep02 {
	width: calc(100% + 38px + 31px);
	margin-left: -31px;
	margin-right: -38px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 .btn04.tyep02 {
	width: 100%;
	margin: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner05 {
	width: 960px;
	margin: 0 auto;
	padding: 30px 2px 45px 0;
	background: url("../../img/bg_index04.png") no-repeat 50% 100%;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .item {
	width: 458px;
	padding: 0 38px 0 31px;
}
#ct_bg .featureSection01 >.inner01 >.inner05 .item:nth-of-type(2n + 1) {
	margin-bottom: 30px;
}
#ct_bg .featureSection01 >.inner01 >.inner05 .item:nth-of-type(2n + 2) {
	margin-top: 30px;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .item .fig01 {
	border: 10px solid #9fbadb;
	box-shadow: 10px 10px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner05 .item .text01 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	width: 458px;
	padding: 27px 0 23px;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .btn04.tyep03 a {
	width: 460px;
	margin: 0 auto;
	padding: 19px 22px 18px 15px;
	border-radius: 40px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 {
	width: 960px;
	margin: 0 auto;
	padding: 21px 0 47px;
	image-rendering: -webkit-optimize-contrast;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .wrap01 {
	margin-right: 10px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item.wrap01 {
	width: 450px;
	margin-right: -10px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .heading09 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom: 3px;
	text-shadow: rgb(102, 102, 102) 1px 0 0, rgb(102, 102, 102) 0.53125px 0.828125px 0, rgb(102, 102, 102) -0.40625px 0.90625px 0, rgb(102, 102, 102) -0.984375px 0.140625px 0, rgb(102, 102, 102) -0.640625px -0.75px 0, rgb(102, 102, 102) 0.28125px -0.953125px 0, rgb(102, 102, 102) 0.953125px -0.265625px 0, 3px 3px 3px #9fbadb;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item {
	width: 450px;
}
#ct_bg .featureSection01 >.inner01 >.inner06 .item:nth-of-type(n + 3) {
	margin-top: 25px;
}
#ct_bg .featureSection01 >.inner01 >.inner06 .item:nth-of-type(6) {
	margin-right: -10px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item .fig01 {
	box-shadow: 9px 9px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item .text01 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 20px 0 0;
	margin-right: -10px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item ul {
	width: 100%;
	margin-bottom: 84px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item ul li + li {
	padding-top: 20px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .btn04.tyep02 {
	width: 460px;
	margin: 0 auto 30px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item .btn04.tyep02 {
	width: 100%;
	margin-bottom: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner07 {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 55px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item {
	width: 100%;
	padding: 30px 30px 50px;
	background: url("../../img/bg_index04.png") no-repeat 50% 100%;
	position: relative;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item2 {
	width: 186px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item3 {
	width: 203px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box {
	border: 10px solid #9fbadb;
	background: #fff;
	padding: 24px 20px 20px 29px;
	margin-top: 9px;
	box-shadow: 9px 9px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box.type02 {
	width: 485px;
	padding: 20px 28px 27px 29px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box ol {
	display: flex;
	margin-left: 75px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box ol li {
	width: 190px;
	margin: 0 17px 0 16px;
	position: relative;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box ol li + li::before {
	content: '';
	position: absolute;
	left: -26px;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 13px solid #9fbadb;
	transform: translate(0, -74%) rotate(90deg);
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl {
	display: flex;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl dt {
	width: 118px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl dd {
	font-size: 1.4rem;
	text-align: left;
	padding: 10px 0 0 10px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .text01 {
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-left: 0;
	padding-top: 10px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .text01.type02 {
	margin-left: 30px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .text02 dt {}
#ct_bg .featureSection01 > .inner01 > .inner07 .text02 dd {}
#ct_bg .featureSection01 > .inner01 > .inner07 .item .fig02 {
	position: absolute;
	right: 29px;
	bottom: 74px;
	width: 396px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item .btn04.tyep02 a {
	width: 160px;
}
#ct_bg .infoSection {
	overflow-x: hidden;
}
#ct_bg .infoSection > .inner01 {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
#ct_bg .infoSection > .inner01::before {
	content: '';
	position: absolute;
	top: 0;
	left: -88px;
	width: 257px;
	height: 125px;
	background: url("../../img/img_index47.png") no-repeat 0 0;
}
#ct_bg .infoSection > .inner01::after {
	content: '';
	position: absolute;
	top: 47px;
	right: -88px;
	width: 255px;
	height: 125px;
	background: url("../../img/img_index48.png") no-repeat 0 0;
}
#ct_bg .infoArea01 {
	margin: 55px auto 0;
	padding: 35px 20px;
	width: 100%;
	background-color: #dee6f3;
}
#ct_bg .infoWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .infoWrap01 > .infoBlock01 {
	width: 49%;
}
#ct_bg .infoWrap01 > .infoBlock02 {
	width: 47%;
}
#ct_bg .infoWrap01 > .infoBlock01 > .text01 {
	margin-top: 10px;
	font-size: 1.2rem;
}
#ct_bg .infoWrap01 > .infoBlock01 > .text01 + .text01 {
	margin-top: 0;
}
#ct_bg .moviesSection {
	padding-bottom: 70px;
}
#ct_bg .moviesSection > .inner01 {
	width: 800px;
	margin: 0 auto;
	padding-top: 74px;
	position: relative;
}
#ct_bg .moviesSection > .inner01::before {
	content: '';
	position: absolute;
	top: 0;
	left: -88px;
	width: 256px;
	height: 125px;
	background: url("../../img/img_index44.png") no-repeat 0 0;
}
#ct_bg .moviesSection > .inner01::after {
	content: '';
	position: absolute;
	top: 56px;
	right: -88px;
	width: 257px;
	height: 144px;
	background: url("../../img/img_index45.png") no-repeat 0 0;
}
#ct_bg .moviesSection > .inner01 .heading01 {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
#ct_bg .moviesSection > .inner01 .btn02 > a {
	padding: 26px 30px;
}
#ct_bg .designSection > .text01 {
	margin-top: 40px;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
#ct_bg .designSection > .text02 {
	position: relative;
	margin-top: 40px;
	padding-left: 1em;
	font-size: 1rem;
}
#ct_bg .designSection > .text02::before {
	content: "※";
	position: absolute;
	left: 0;
}
#ct_bg .designSection > .text02 + .text02 {
	margin-top: 0;
}
#ct_bg .designList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}
#ct_bg .designList01 > li {
	width: 32.6%;
}
#ct_bg .designList01 > li:nth-child(n + 4) {
	margin-top: 40px;
}
#ct_bg .designList01 > li > .text03 {
	text-align: right;
	font-size: 1.2rem;
}
#ct_bg .designArea01 {
	background-color: #dee7f3;
}
#ct_bg .designArea01 > .text02 {
	padding-top: 14px;
	text-align: center;
	background-color: #9fbadb;
}
#ct_bg .designArea01 > .text02 > img {
	width: 35.1%;
}
#ct_bg .designArea01 > .image01 {
	padding: 20px 10px 35px;
	text-align: center;
    background: url(../../img/bg_index04.png) no-repeat 50% 100%;
}
#ct_bg .btn04.tyep02 a,
#ct_bg .btn04.tyep03 a {
	width: 100%;
	background: #fff;
}
#ct_bg .btn04.tyep02 > a > span {
	display: inline-block;
	padding-right: 26px;
	min-height: 16px;
	background: url("../img/ic_common02_no.svg") 100% 50%/16px 16px no-repeat;
}
#ct_bg .btn04.tyep02 > a:hover > span {
	background: url("../img/ic_common02_on.svg") 100% 50%/16px 16px no-repeat;
}
#ct_bg .btn04.tyep03 > a {
	display: flex;
	justify-content: center;
}
#ct_bg .btn04.tyep03 > a > span {
	display: flex;
	align-items: center;
	font-size: 2rem;
	padding-left: 59px;
	min-height: 41px;
	background: url("../img/ic_common03.png") 0 50%/41px 41px no-repeat;
}
#ct_bg .btn04.tyep04 a {
	width: 250px;
	padding: 21px 22px 19px 15px;
}
#ct_bg .btn06 {
	text-align: center;
	line-height: 0;
}
#ct_bg .btn06 + .btn06 {
	margin-top: 20px;
}
#ct_bg .btn06 a {
	position: relative;
	display: inline-block;
	padding: 4px;
	width: 440px;
	border: 1px solid #9fbadb;
	background: #9fbadb;
	border-radius: 4px;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}
#ct_bg .btn06 a span {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 0 13px 13px;
}
#ct_bg .btn06 > a::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #adc4e0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
}
#ct_bg .btn06 > a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #fff;
	transition: border 0.15s;
	content: "";
}
#ct_bg .btn06 > a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#ct_bg .btn06.type01 a {
	border: 1px solid #ef94a6;
	background: #ef94a6;
}
#ct_bg .btn06.type01 > a::before {
	background: #f2a9b8;
}

#ct_bg .frameArea09 {
	border-top: 5px solid #dee7f3;
	border-bottom: 5px solid #dee7f3;
	padding: 20px 0;
	margin-bottom: 30px;
}
#ct_bg .frameArea09 > .inner01 {
	width: 960px;
	margin: 0 auto;
	padding-left: 58px;
	padding-right: 61px;
}
#ct_bg .frameArea09 .column01 {
	width: 90px;
}
#ct_bg .frameArea09 .column01 img {
	border-radius: 16px;
}
#ct_bg .frameArea09 .column02 {
	margin: 0 0 0 30px;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
#ct_bg .frameArea09 .buttonList01 {
	margin-left: auto;
}
#ct_bg .frameArea09 .buttonList01 li {
	margin-left: 9px;
	height: 55px;
	border-radius: 9px;
	line-height: 0;
}
#ct_bg .frameArea09 .buttonList01 li a,
#ct_bg .frameArea09 .buttonList01 li span {
	height: 55px;
	display: inline-block;
}
#ct_bg .frameArea09 .buttonList01 li img {
	width: auto;
	height: 100%;
}
#ct_bg .frameArea10 {
	margin: 49px auto 30px;
	width: 960px;
}

#ct_bg .frameArea11 {
	margin: 0 auto;
	padding: 50px 60px 60px;
	width: 960px;
	background-color: #fff;
}

#ct_bg .frameArea11 + .frameArea11 {
	margin-top: 30px;
}

#ct_bg .frameArea11In {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px auto 0;
	width: 100%;
}

#ct_bg .frameArea11In + .frameArea11In {
	margin-top: 50px;
}

#ct_bg .frameArea11 .text01 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .frameArea11 .text01 > .spNone {
	display: inline !important;
}

#ct_bg .frameArea11 .text02 {
	margin-top: 40px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

#ct_bg .frameArea11 .text02 > .text04 {
	margin-right: 15px;
	padding: 2px 15px;
	background-color: #9ebadb;
	color: #fff;
}

#ct_bg .frameArea11 .text03 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .frameArea11 .text04 {
	margin: 30px 0 0 0;
	font-size: 2rem;
	font-weight: bold;
}

#ct_bg .frameArea11 .column01 {
	margin-top: 50px;
	width: 405px;
	margin-right: -13px;
}

#ct_bg .frameArea11 .column01:nth-child(-n+2) {
	margin-top: 30px;
}

#ct_bg .frameArea11 .column01 > .image01 {
	margin: 0 0 0 -13px;
	width: 405px;
}

#ct_bg .frameArea11 .column01 > .textArea01 {
	margin: 10px 0 0 2px;
	width: 390px;
}

#ct_bg .frameArea11 .column01 > .textArea01 > .text01 {
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
}
#ct_bg .frameArea11 .column01 > .textArea01 > .text01 > strong {
	font-size: 1.6rem;
}


#ct_bg .btnList03 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#ct_bg .btnList03 > li + li {
	margin-left: 10px;
}
#ct_bg .spacing0 {
	letter-spacing: 0;
}
#ct_bg .subSection03.typeFAQ {
	margin-top: 67px;
}
#ct_bg .subSection03.typeNEWS {
	margin-top: 67px;
	margin-bottom: 0;
}
#ct_bg .faqWrap {
	margin-top: 52px;
}
#ct_bg .faqWrap .btn05 > a {
	padding-top: 17px;
	padding-bottom: 14px;
}
#ct_bg .faqWrap .btn05 > a::after {
	right: 18px;
}
#ct_bg .faqSection01 > .inner01 {
	display: none;
	background: #dee7f3;
	padding: 16px 30px 30px;
}
#ct_bg .faqSection01 > .inner01 .btn01 a {
	background: #fff;
}
#ct_bg .faqSection01 > .inner01 .flowList01 {
	counter-reset: flowList;
}
#ct_bg .faqSection01 > .inner01 .flowList01 li {
	text-indent: -10px;
	padding-left: 25px;
}
#ct_bg .faqSection01 > .inner01 .flowList01 li::before {
	display: inline-block;
	width: 10px;
	counter-increment: flowList;
	content: counter(flowList);
	font-weight: bold;
	color: #81a1cb;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
}
#ct_bg .faqSection01 > .inner01 .fig01 {
	width: 440px;
	margin: 20px auto 0;
}
#ct_bg .faqSection01.typeQA > .inner01 {
	padding: 20px;
	position: relative;
}
#ct_bg .faqSection01 > .inner01 .ic {
	width: 17px;
}
#ct_bg .faqSection01.typeQA > .inner01 .inner02 {
	width: calc(100% - 26px);
	letter-spacing: 0.1em;
}
#ct_bg .heading10 {
	border-top: 1px solid #fff;
	padding: 9px 19px 9px 44px;
	background-color: #9fbadb;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
#ct_bg .heading10 .title {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#ct_bg .faqSection01 .heading10 {
	padding: 9px 19px 9px 44px;
}
#ct_bg .faqSection01 .heading10 .title .ic {
	position: absolute;
	top: 3px;
	left: -30px;
	width: 17px;
}
#ct_bg .heading10.open {
	background: #adc4e0;
}
#ct_bg .heading10::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #adc4e0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
}
#ct_bg .heading10:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#ct_bg .heading10 .title::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 19px;
	height: 3px;
	background: rgba(255, 255, 255, 0.8);
	transform: translate(0, -50%);
}
#ct_bg .heading10 .title::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 19px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	transform: translate(0, -50%) rotate(90deg);
	transition: 0.3s;
}
#ct_bg .heading10.open .title::after {
	transform: translate(0, -50%) rotate(180deg);
}
.modalContents {
	color: #666;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.2em;
	max-width: 960px;
}
.modalContents .frameArea02 {
	border: 5px solid #9fbadb;
	border-radius: 10px;
}
.modalContents .frameArea02 + .frameArea02 {
	margin-top: 60px;
}
.modalContents .frameArea02 > .hgroup01 {
	display: flex;
	flex-wrap: wrap;
}
.modalContents .frameArea02 > .hgroup01 > .date01 {
	width: 100%;
	background-color: #9fbadb;
	border-radius: 4px 4px 0 0;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.3;
	padding: 9px 15px 13px;
	letter-spacing: 0.2em;
	position: relative;
}
.modalContents .frameArea02 > .hgroup01 > .date01 .fin {
	position: absolute;
	top: 50%;
	right: 13px;
	display: inline-block;
	text-align: center;
	width: 120px;
	color: #e66881;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.2em;
	padding: 0.15em 0.15em 0.15em 0.3em;
	transform: translate(0, -50%);
}
.modalContents .frameArea02 > .hgroup01 > .title01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 17px 20px 14px;
	width: 100%;
	background-color: #e1ebf7;
	border-radius: 0 0 0 0;
	font-size: 2rem;
	font-weight: bold;
}
.modalContents .frameArea02 > .hgroup01 > .title01 >a {
	text-decoration: none;
	pointer-events: none;
}
.modalContents .frameArea02In {
	padding: 40px 55px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#ct_bg .heading11 {
	margin: 0 auto;
	width: 802px;
}

.newsList02 li + li {
	margin-top: 10px;
}
.newsList02 li a {
	display: block;
	text-decoration: none !important;
	background: linear-gradient(90deg, rgba(159,186,219,1) 0%, rgba(159,186,219,1) 14.58%, rgba(225,235,247,1) 14.58%, rgba(225,235,247,1) 100%);
	border-radius: 9px;
	position: relative;
	transition: 0.3s;
}
.newsList02 li a:hover {
	opacity: 0.75;
}
.newsList02 li a::after {
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #9fbadb;
	transition: border 0.15s;
	content: "";
}
.newsList02 li dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsList02 li dl dt {
	width: 14.58%;
	padding: 16px 10px;
	line-height: 1.6;
	text-align: center;
}
.newsList02 li dl dt .date {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	word-break: break-all;
}
.newsList02 li dl dt .fin {
	display: inline-block;
	width: 100%;
	color: #e66881;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.2em;
	padding-top: 0.15em;
}
.newsList02 li dl dd {
	color: #666666;
	font-size: 1.6rem;
	font-weight: bold;
	width: 85.42%;
	padding: 16px 52px 16px 20px;
}

.newsSection01 {
	margin-bottom: 25px;
}

.newsSection01 > .titleArea01 {
	margin-top: 1px;
	padding: 15px 0;
	border-top: 1px solid #ef94a6;
	background-color: #fbe5ea;
}

.newsSection01 > .titleArea01 > .title01 {
	max-width: 900px;
	margin: 0 auto;
}

.newsList03 {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
	font-family: 'Montserrat';
	font-weight: 600;
}

.newsList03 > dt {
	margin-top: 10px;
	width: 150px;
}

.newsList03 > dt:first-child {
	margin-top: 20px;
}

.newsList03 > dd {
	margin-top: 10px;
	width: 750px;
}

.newsList03 > dd > a {
	color: #666 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #b3b3b3;
}

.newsList03 > dd > a:hover {
	border-bottom: none;
}

.newsList03 > dt:first-child + dd {
	margin-top: 20px;
}

#ct_bg .mskImg01 {
	width: 155px;
	mask-image: url("../../app/img/dl/mask_dl1.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url("../../app/img/dl/mask_dl1.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	transition: .2s;
}

#ct_bg .mskImg01:hover {
	opacity: .6;
	transition: .4s;
}

.infoArea02 {
	background: #fbe5ea;
	border-top: 1px solid #fff;
	text-align: center;
}
.infoArea02 > .hdg {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 20px 0 15px;
	background: #e35471;
	position: relative;
}
.infoArea02 > .hdg::before,
.infoArea02 > .hdg::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fbe5ea;
}
.infoArea02 > .hdg::before {
	top: 4px;
}
.infoArea02 > .hdg::after {
	bottom: 4px;
}
.infoArea02 > .inner01 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 23px 0 20px; 
}
.infoArea02 > .inner01 > .text01 {
	color: #e35471;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 12px;
}
.infoArea02 > .inner01 > .text02 {
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
#ct_bg .infoArea02 > .inner01 > .list01 {
	margin-top: 15px;
}
#ct_bg .infoArea02 > .inner01 > .list01 li {
	color: #e35471;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
	padding-left: 19px;
	margin-top: 0;
}
#ct_bg .infoArea02 > .inner01 > .list01 > li:before {
	top: .7em;
	left: 2px;
	width: 5px;
	height: 5px;
	background: #e35471;
}
#ct_bg .infoArea02 > .inner01 > .btn07 {
	margin-top: 17px;
	text-align: center;
	line-height: 0;
}
#ct_bg .infoArea02 > .inner01 > .btn07 > a {
	color: #e35471;
	display: inline-block;
	padding: 14px 29px 12px 30px;
	min-width: 200px;
	border: none;
	border-bottom: 1px solid #e35471;
	border-radius: 0;
	background: #fff;
	text-decoration: none;
	font-size: 1.8rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
	overflow: hidden;
	transition: background .15s;
}
#ct_bg .infoArea02 > .inner01 > .btn07 > a:hover {
	color: #fff;
	background: #e35471;
}
#ct_bg .infoArea02 > .inner01 > .btn07 > a:hover  span::after {
	border-color: transparent transparent transparent #fff;
}
#ct_bg .infoArea02 > .inner01 > .btn07 > a span {
	padding-right: 21px;
	position: relative;
}
#ct_bg .btn07 > a span::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #e35471;
	transition: border .15s;
	content: "";
}

@media screen and (max-width: 639px) {

#ct_bg {
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#header {
	border-bottom: #ccc solid 1px;
}
.modalContents img,
#ct_bg img {
	width: 100%;
	height: auto;
}

#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

.footMain01 .footerPageTop01 {
	display: none
}

#ct_bg .imgOver02 > a::before {
	content: none;
}

.onlyPC {
	display: none !important;
}
.onlySP {
	display: block !important;
}
img.onlySP {
	display: inline-block;
}

#ct_bg strong {
	font-size: 1.3rem;
}

#ct_bg .font02 {
	font-size: 1.2rem !important;
}

#ct_bg .headTitleArea01 {
	min-width: auto;
}
#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-size: 1.2rem;
}

#ct_bg .localNav01 {
	min-width: auto;
}

#ct_bg .localNav01 > .localNav01In {
	padding: 1.33vw;
	padding: 1.33vw 0.8vw 1.33vw 1.33vw;
	width: 100%;
}

#ct_bg .localNav01In > .logo01 {
	margin-left: 1.449%;
	width: 43.899%;
}

#ct_bg .localNav01In > .button01 {
	margin-left: auto;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

#ct_bg .localNav01In > .button01 a {
	padding: 11.5px;
}

#ct_bg .localNav01In > .button01:hover a::before,
#ct_bg .localNav01In > .button01 a::after {
	content: none;
}

#ct_bg .localNav01In > .button03 {
	width: 28vw;
	height: 50px;
}

#ct_bg .localNav01In > .button03 a {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding-right: 0.7em;
}

#ct_bg .localNav01In > .button03 a::after {
	border-width: 5px 0 5px 5px;
	right: 10%;
}

#ct_bg .localNav02 {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 3001;
	padding: 15px 6.667%;
	width: 100%;
	height: 70px;
	background-color: #fff;
	border-top: 2px solid #9fbadb;
	z-index: 11006;
}

#ct_bg .localNav02 > dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#ct_bg .localNav02 > dl dt {
	width: 40px;
}

#ct_bg .localNav02 > dl .button01 {
	margin-left: 10px;
	height: 40px;
}

#ct_bg .localNav02 > dl .button01 img {
	width: auto;
	height: 100%;
}

#ct_bg .localNav02 > dl .button02 {
	margin-left: auto;
	margin-right: 0;
}

#ct_bg .localNav02 > dl .button02 {
	width: 32%;
	height: 40px;
}

#ct_bg .localNav02 > dl .button02 > a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-right: 5%;
	width: 100%;
	height: 100%;
	border: 1px solid #9fbadb;
	border-radius: 30px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

#ct_bg .localNav02 > dl .button02 > a::after {
	position: absolute;
	top: 50%;
	right: 9.166%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #9fbadb;
	transition: border .15s;
	content: "";
}


#ct_bg .navigation01 {
	justify-content: center;
	width: 100%;
}

#ct_bg .navigation01 > li {
	margin-left: 0;
	width: 23.46vw;
	height: 13.33vw;
}
	
#ct_bg .navigation01 > li + li {
	margin-left: 1vw;	
}

#ct_bg .navigation01 > li > a {
	padding: 0;
}

#ct_bg .navigation01 > li:hover > a {
	background-color: #9fbadb;
}

#ct_bg .navigation01 > li > a::before {
	background-color: #fff;
}
	
#ct_bg .navigation01 > li:hover > a:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

#ct_bg .navigation01 > li > a > span::before {
	margin-left: -6.1em;
}

#ct_bg .navigation01 > li > a > span::after {
	margin-right: -5.8em;
}

#ct_bg .navigation01 > li:hover::after {
	border-color: transparent transparent #9fbadb transparent;
}

#ct_bg .navigation01 > li:hover > a > span::before,
#ct_bg .navigation01 > li:hover > a > span::after {
	background-color: #9fbadb;
}

#ct_bg .localheader01 {
	padding: 30px 0 45px;
	background: url("../img/bg_common03_sp.png") center bottom /100% auto no-repeat;
}

#ct_bg .localheader01 > .logo01 {
	width: 52.754%;
}

#ct_bg .subSection01 {
	padding: 0 4% 40px;
	width: 100%;
}

#ct_bg .subSection02 {
	margin-top: 25px;
}

#ct_bg .subSection03 {
	padding: 0 4%;
	margin: 50px auto 60px;
	width: 100%;
}

#ct_bg .subSection04 {
	margin: 40px auto 0;
	width: 100%;
}

.modalContents .subSection05,
#ct_bg .subSection05 {
	margin-top: 30px;
}

#ct_bg .subSection06 {
	padding: 0 4%;
	width: 100%;
}

#ct_bg .subSection06.type01 {
	margin-top: 55px;
}

#ct_bg .subSection06.type02 {
	margin-top: 50px;
}

#ct_bg .subSection07 {
	padding: 40px 0 60px;
}

#ct_bg .subSection07::before {
	content: none;
}

#ct_bg .subSection08 {
	position: relative;
	margin-top: 60px;
	padding: 50px 0 50px;
}

#ct_bg .subSection09 {
	padding: 0 4%;
	margin: 30px auto;
	width: 100%;
}

#ct_bg .subSection10 {
	padding: 0 4% 70px;
}

#ct_bg .frameArea09 + .subSection10 {
	margin-top: -15px;
}

#ct_bg .movieArea01 {
	margin: 20px auto 0;
	width: 100%;
}
	
#ct_bg .mainArea01.slick-initialized {
	transition: opacity 1.0s ease .2s;
}

#ct_bg .mainArea01 .item01 .button {
	bottom: 20px;
	right: 20px;
}

#ct_bg .mainArea01 .item01 .button a {
	width: 101px;
	height: 101px;
	padding-top: 0;
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	border: 1px solid #fff;
}

#ct_bg .mainArea01 .item01 .button a::after {
	content: '';
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.25px 0 4.25px 4.5px;
  border-color: transparent transparent transparent #ffffff;
}

#ct_bg .movieArea02 {
	margin-top: 0;
	width: 100%;
}

#ct_bg .movieArea02In {
	margin: 30px auto 0;
	width: 75%;
}

#ct_bg .movieArea02In {
	margin: 30px auto 0;
	width: 75%;
}

#ct_bg .movieArea03 {
	margin-top: -30px;
}

#ct_bg .movieArea03In {
	margin: 30px auto 0;
	width: 100%;
}

#ct_bg .movieArea03In > .ic01 {
	top: -15px;
	padding: 6px 7px;
}

#ct_bg .movieArea01 .text01,
#ct_bg .movieArea02 .text01,
#ct_bg .movieArea03 .text01 {
	margin-top: 5px;
	font-size: 1.2rem;
}

#ct_bg .frameArea01 .select02 {
	margin-left: -24px;
}

#ct_bg .frameArea01 span {
	display: block;
	margin-bottom: 10px;
}

#ct_bg .frameArea02 + .frameArea02 {
	margin-top: 40px;
}

#ct_bg .frameArea02 > .hgroup01 > .date01 {
	justify-content: flex-start;
	padding: 12px 5.97% 15px;
	width: 100%;
	border-radius: 22px 22px 0 0;
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}

#ct_bg .frameArea02 > .hgroup01 > .title01 {
	padding: 20px 5.97%;
	width: 100%;
	border-radius: 0;
	font-size: 1.6rem;
}

.modalContents .frameArea02 .text01,
#ct_bg .frameArea02 .text01 {
	margin-top: 6px;
}
	
.modalContents .frameArea02 .text02,
#ct_bg .frameArea02 .text02 {
	padding: 2px 5px;
	font-size: 1.4rem;
}

.modalContents .frameArea02 .text03 {
	padding: 2px 5px;
	font-size: 1.4rem;
}

.modalContents .frameArea02 .image01 + .text01,
#ct_bg .frameArea02 .image01 + .text01 {
	margin-top: 14px;
}

.modalContents .frameArea02 .wrap01 .image02,
#ct_bg .frameArea02 .wrap01 .image02 {
	width: 100%;
}

.modalContents .frameArea02In,
#ct_bg .frameArea02In {
	padding: 30px 5.97%;
}

.modalContents .frameArea02 > .hgroup01 > .date01 span,
#ct_bg .frameArea02 > .hgroup01 > .date01 span {
	display: inline-block;
}

#ct_bg .frameArea03 {
	margin-top: 40px;
	padding: 11.126% 5.882% 5.563%;
	background-image: url("../../whats/img/bg_index01_sp.jpg");
	background-size: 100% auto;
}

#ct_bg .frameArea03 > .image01 {
	width: 100%;
}

#ct_bg .frameArea03 > .image02 {
	width: 74.023%;
	margin: 5.981% 0 0 -11.017%;
}

#ct_bg .frameArea03 > .frameArea03In {
	margin-top: 5.333vw;
	justify-content: center;
}

#ct_bg .frameArea03 > .frameArea03In > .column01 {
	margin-top: 5.333vw;
	margin-left: 0;
	width: 47.458%;
}

#ct_bg .frameArea03 > .frameArea03In > .column01:first-child {
	margin-right: 5.088%;
}

#ct_bg .frameArea03 > .frameArea03In > .column01 > .image01 {
	width: 78.571%;
}

#ct_bg .frameArea03 > .frameArea03In > .column01 > .text01 {
	margin-top: 15px;
	font-size: 1.2rem;
}

#ct_bg .frameArea03 > .buttonList01 {
	margin: 5.563% 0 0 0;
	justify-content: space-between;
}

#ct_bg .frameArea03 > .buttonList01 > li {
	margin-left: 0;
	height: auto;
}

#ct_bg .frameArea03 > .buttonList01 > li > a,
#ct_bg .frameArea03 > .buttonList01 > li > span {
	height: 12vw;
}

#ct_bg .frameArea04 {
	margin-top: 20px;
	padding: 25px 5.882% 30px;
}

#ct_bg .frameArea04 > .title01 {
	font-size: 2rem;
}

#ct_bg .frameArea04 > .image01 {
	position: static;
	margin: 30px auto 0;
	width: 57.627%;
}

#ct_bg .frameArea04 .column01 {
	margin-top: 20px;
	width: 31.034%;
}

#ct_bg .frameArea04 .column02 {
	margin: 15px 0 0 4.411%;
	font-weight: bold;
	font-size: 1.4rem;
}

#ct_bg .frameArea04 .buttonList01 {
	justify-content: space-between;
	margin: 20px 0 0 0;
}

#ct_bg .frameArea04 .buttonList01 li {
	margin-right: 0;
	height: auto;
}

#ct_bg .frameArea04 .buttonList01 li a,
#ct_bg .frameArea04 .buttonList01 li span {
	height: 12vw;
}

#ct_bg .frameArea04 .buttonList01 li img {
	width: auto;
	height: 100%;
}

#ct_bg .frameArea04 > .note02 {
	margin-top: 15px;
}

#ct_bg .frameArea05 + .frameArea05 {
	margin-top: 40px;
}
#ct_bg .frameArea05 > .frameArea05In {
	padding: 30px 5.97%;
	flex-direction: column;
}
#ct_bg .frameArea05 > .frameArea05In .hgroup01 {
	margin-bottom: 20px;
}
#ct_bg .frameArea05 > .frameArea05In > .col04 {
	width: 100%;
	margin-bottom: 20px;
}
#ct_bg .frameArea05 > .frameArea05In > .col04 p + p {
	margin-top: 1rem;
}
#ct_bg .frameArea05 > .frameArea05In > .col04 strong {
	font-weight: bold;
	color: #9fbadb;
}
#ct_bg .frameArea05 > .frameArea05In > .col05 {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .frameArea05 > .frameArea05In > .col05 img:hover {
	opacity: 1;
}

#ct_bg .btnList01 > li img {
	height: 100%;
}

#ct_bg .btnList02 {
	margin-top: 15px;
}

#ct_bg .btnList02 > li{
	margin-right: auto;
}

#ct_bg .faqList01 {
	margin-bottom: 34px;
}

#ct_bg .faqList01 > li {
	width: 48%;
	margin-right: 4%;
	margin-top: 17px;
}

#ct_bg .faqList01 > li:nth-child(3n + 3) {
	margin-right: 4%;
}

#ct_bg .faqList01 > li:nth-child(2n + 2) {
	margin-right: 0;
}

#ct_bg .faqList01 > li a:hover {
	opacity: 1;
}

#ct_bg .faqList01 > li .btn01 > a{
	min-width: auto;
	width: 100%;
}

#ct_bg .box01 {
	margin-left: 0;
}

#ct_bg .box01 > .column01 {
	width: 100%;
}

#ct_bg .box01 > .column01 > .image01 {
	margin: 0 auto;
	width: 50.724%;
}

#ct_bg .box01 > .column01 > .text01 {
	margin-top: 15px;
	font-size: 1.6rem;
}

#ct_bg .box01 > .column02 {
	margin: 15px auto 0;
	width: 56.811%;

}

#ct_bg .box02 {
	margin-top: 60px;
	padding-bottom: 12%;
	background: url("../img/bg_common03_sp.png") center bottom / 92.533% no-repeat;
}

#ct_bg .box02 > .image01 {
	margin: 0 auto;
	width: 89.855%;
}

#ct_bg .box02 > .text01 {
	margin-top: 20px;
	font-size: 1.2rem;
	text-align: center;
}

#ct_bg .box02 > .slideArea01 {
	position: static;
	margin-top: 25px;
	width: 69.565%;
}

#ct_bg .box02 > .slideArea02 {
	margin: 15px auto 0;
	width: 81.449%;
}

#ct_bg .instaArea01 {
	margin-top: 24px;
}

#ct_bg .col01 {
	width: 100%;
}

#ct_bg .col01 > .col01In {
	margin: 20px 0 0 0;
}

#ct_bg .col02 {
	margin: 15px auto 0;
	width: 69.565%;
}

#ct_bg .col03 {
	margin-top: 30px;
	width: 100%;
}

#ct_bg .col03 + .col03 {
	margin-top: 20px;
}

#ct_bg .col03:nth-child(odd) {
	margin-right: 0;
}

#ct_bg .col03:nth-child(even) {
	margin-left: 0;
}

#ct_bg .table01 {
	margin-top: 10px;
	font-size: 1.2rem;
}

#ct_bg .table01 th,
#ct_bg .table01 td {
	padding: 5px 2.3%;
}

#ct_bg .heading01 {
	margin-top: 30px;
	font-size: 2.4rem;
}

.modalContents .list01,
#ct_bg .list01 {
	margin-top: 10px;
}

.modalContents .heading02 + .list01,
#ct_bg .heading02 + .list01 {
	margin-top: 15px;
}

#ct_bg .list02 {
	margin-top: 10px;
}

#ct_bg .heading02 + .list02 {
	margin-top: 15px;
}

#ct_bg .list02 > li {
	padding-left: 1.7em;
}

#ct_bg .list03 {
	margin-top: 5px;
}

#ct_bg .list04 {
	margin-top: 10px;
}

#ct_bg .list04 > li {
	margin-top: 0;
	padding-left: 16px;
	font-size: 1.2rem;
}

#ct_bg .list04 > li:before {
	top: .45em;
}

#ct_bg .list05 {
	margin-top: 43px;
}

#ct_bg .list05 dt {
	padding-left: 27px;
}

#ct_bg .list05 dd {
	margin-top: 16px;
	padding-left: 27px;
}

#ct_bg .heading01 > span {
	font-size: 1.4rem;
}

#ct_bg .heading02 {
	padding: 10px 4% 10px;
	font-size: 1.6rem;
}
#ct_bg .heading02.type02 {
	font-size: 1.4rem;
}

#ct_bg .heading03 {
	padding-bottom: 7.246%;
	font-size: 2.4rem;
	background: url("../img/bg_common01_sp.png") bottom center/ 100% auto no-repeat;
}

#ct_bg .heading03 > span {
	font-size: 1.4rem;
}

.modalContents .heading04,
#ct_bg .heading04 {
	font-size: 1.6rem;
}

#ct_bg .heading05 {
	padding: 2px 5.797%;
	font-size: 1.6rem;
}

#ct_bg .heading05 > span {
	font-size: 1.8rem;
}

#ct_bg .heading06 {
	font-size: 2.4rem;
}

#ct_bg .heading07 {
	font-size: 1.6rem;
}

.modalContents .btn01 > a,
#ct_bg .btn01 > a {
	padding: 10px 22px 10px 15px;
	font-size: 1.2rem;
}

.modalContents .btn02,
#ct_bg .btn02,
#ct_bg .btn05 {
	margin-top: 40px;
}

.modalContents .btn02 > a,
#ct_bg .btn02 > a {
	padding: 20px;
	min-width: 69.565%;
	font-size: 1.6rem;
	font-weight: bold;
}

.modalContents .btn02.type02 > a,
#ct_bg .btn02.type02 > a {
	padding: 7px 20px;
	border: 1px solid #ff3300;
	font-size: 1.4rem;
}

.modalContents .btn02.type02 > a:hover::after,
#ct_bg .btn02.type02 > a:hover::after {
	border-color: transparent transparent transparent #ff3300;
}

.modalContents .btn02.type02 > a:hover,
#ct_bg .btn02.type02 > a:hover{
	color: #ff3300;
}

#ct_bg .btn02Text {
	padding: 20px;
	min-width: 69.565%;
	font-size: 1.6rem;
}
#ct_bg .btn02Text.type01 {
	padding: 15px 10px;
	min-width: 250px;
	font-size: 1.1rem;
}

#ct_bg .btn04 {
	margin: 5px auto 0;
	width: 75.862%;
}

#ct_bg .btn04 a {
	margin: 0 auto;
	padding: 12px 22px 12px 15px;
	width: 100%;
	font-size: 1.2rem;
}

#ct_bg .btn05 a {
	padding: 20px;
	min-width: 69.565%;
	font-size: 1.6rem;
	font-weight: bold;
}
#ct_bg .btn05 > a > span {
	font-size: 1.2rem;
}
.modalContents .btn01 > a::before,
.modalContents .btn02 > a::before,
.modalContents .btn04 > a::before,
.modalContents .btn05 > a::before,
#ct_bg .btn01 > a::before,
#ct_bg .btn02 > a::before,
#ct_bg .btn04 > a::before,
#ct_bg .btn05 > a::before {
	content: none;
}
.modalContents .btn01 > a::after,
.modalContents .btn02 > a::after,
.modalContents .btn04 > a::after,
.modalContents .btn05 > a::after,
#ct_bg .btn01 > a::after,
#ct_bg .btn02 > a::after,
#ct_bg .btn04 > a::after,
#ct_bg .btn05 > a::after {
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 0 5px 5px;
}
.modalContents .btn01 > a:hover::after,
.modalContents .btn02 > a:hover::after,
.modalContents .btn04 > a:hover::after,
.modalContents .btn05 > a:hover::after,
#ct_bg .btn01 > a:hover::after,
#ct_bg .btn02 > a:hover::after,
#ct_bg .btn04 > a:hover::after,
#ct_bg .btn05 > a:hover::after {
	border-color: transparent transparent transparent #9fbadb;
}
.modalContents .btn01 > a:hover,
.modalContents .btn02 > a:hover,
.modalContents .btn04 > a:hover,
.modalContents .btn05 > a:hover
#ct_bg .btn01 > a:hover,
#ct_bg .btn02 > a:hover,
#ct_bg .btn04 > a:hover,
#ct_bg .btn05 > a:hover {
	color: #9fbadb;
}

#ct_bg .btn02 > a > span {
	padding-top: 3px;
}

#ct_bg .btn02 > a:hover > span {
	background-image: url("../img/ic_common02_no.svg");
}

#ct_bg .btn03 {
	margin-top: 5px;
}

#ct_bg .btn03 > a {
	padding: 20px 7.971%;
	min-width: auto;
	font-size: 1.6rem;
}

#ct_bg .btn03 > a::before {
	content: none;
}

#ct_bg .btn03 > a > span {
	padding: 6px 0px 6px 45px;
	background-size: 30px;
}

#ct_bg .txt01 {
	margin-top: 20px;
}

#ct_bg .txt02 {
	margin-top: 15px;
}

#ct_bg .txt03 {
	margin-top: 35px;
	font-size: 1.6rem;
}
#ct_bg .txt06 {
	font-size: 1.2rem;
}

#ct_bg .bn01 {
	margin-top: 40px;
	width: 92%;
}

#ct_bg .img01 {
	margin-top: 20px;
}

#ct_bg .note01 {
	font-size: 1.2rem;
}

#ct_bg .note02 {
	font-size: 1rem;
}

#ct_bg .note03 {
	font-size: 1.2rem;
}

#ct_bg .messageArea {
	margin: 20px 0 20px;
}

#ct_bg .messageArea.type02 {
	margin: 0 0 30px;
	padding: 0 4%;
	width: 100%;
}

#ct_bg .messageArea p {
	width: 100%;
}

#ct_bg .featureSection01 .heading08 {
	padding: 4vw 0;
}
#ct_bg .featureSection01 .heading08 span {
	width: 94.66vw;
}
#ct_bg .featureSection01 .heading08 span img {
	width: 75.1vw;
	height: auto;
}
#ct_bg .featureSection01 .heading08 span::before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
#ct_bg .featureSection01 .heading08.open span::before {
	transform: translate(0, -50%);
}
#ct_bg .featureSection01 .heading08::before {
	display: none;
}
#ct_bg .featureSection01 .heading08.open {
	background: #9fbadb;
}

#ct_bg .slideArea01 > .button01 {
	width: 20.6vw;
	top: auto;
	left: auto;
	right: 2vw;
	bottom: 17vw;
}
#ct_bg .slideArea01 > .button02 {
	width: 26vw;
	top: 8vw;
	left: auto;
	right: 4vw;
}
#ct_bg .slideArea02 > .button01 {
	width: 20.6vw;
	top: 64vw;
	right: 3vw;
}
#ct_bg .slideArea02 > .button02 {
	width: 26vw;
	top: 23vw;
	left: 2vw;
}
#ct_bg .slideArea01 > .button01 a::before,
#ct_bg .slideArea01 > .button02 a::before,
#ct_bg .slideArea02 > .button01 a::before,
#ct_bg .slideArea02 > .button02 a::before {
	display: none;
}
#ct_bg .mainArea02 {
	position: relative;
}
#ct_bg .mainArea02 .logoWrap {
	background-color: rgba(159, 187, 220, 0.8);
	padding-top: 1.73vw;
	height: 16.93vw;
	position: relative;
}
#ct_bg .mainArea02 .logoWrap > .inner01 {
	width: 94.4vw;
	margin: 0 auto;
}
#ct_bg .mainArea02 .logoWrap > .inner01 .logo {
	width: 48.66vw;
	margin: 0 auto;
}
#ct_bg .mainArea02 .logoWrap > .img01 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 19.73vw;
	margin: 0;
	transform: translate(129%, -47.5%);
}
#ct_bg .mainArea02 .logoWrap > .button01 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 21.33vw;
	margin-left: 0;
	transform: translate(-221.5%, -50%);
}
#ct_bg .mainArea02 .logoWrap > .button01 a {
	display: block;
}
#ct_bg .mainArea02 > .button02 {
	position: absolute;
	top: 39px;
	left: 50%;
	width: 26.8vw;
	transform: translate(-178.5%, 0);
}
#ct_bg .mainArea02 > .button02 a {
	display: block;
}
#ct_bg .mainArea02 .logoWrap > .button01 a::before,
#ct_bg .mainArea02 > .button02 a::before {
	display: none;
}
#ct_bg .featureSection01 > .inner01 {
	background: url("../../img/bg_index02_sp.png") repeat 50% 0/375px auto;
}
#ct_bg .featureSection01 > .inner01 > .inner02 {
	width: 100%;
	padding: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner02 .item {
	width: 100%;
	padding: 4vw 4vw 8.66vw;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
}
#ct_bg .featureSection01 > .inner01 > .inner02 .item .wrap01 {
	align-items: center;
}
#ct_bg .featureSection01 >.inner01 >.inner02 .item:nth-of-type(2n + 1) {
	margin-bottom: 0;
}
#ct_bg .featureSection01 >.inner01 >.inner02 .item:nth-of-type(2n + 2) {
	margin-top: 0;
}
#ct_bg .featureSection01 >.inner01 >.inner02 .item:nth-of-type(2n + 2) .wrap01 {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ct_bg .featureSection01 >.inner01 >.inner02 .item:nth-of-type(3) {
	margin-top: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner02 .item .fig01 {
	width: 48vw;
	border: 5px solid #9fbadb;
	box-shadow: 5px 5px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner02 .item .text01 {
	width: 39.4vw;
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	background: none;
}
#ct_bg .featureSection01 > .inner01 > .inner03 {
	width: 100%;
	padding: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item {
	width: 100%;
	padding: 4vw 4vw 8.66vw;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 {
	width: 100%;
	padding: 4vw 4vw 8.66vw;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 dl {
	width: 39.4vw;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 dl dt {
	width: 71px;
	margin: 0 auto 6px;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 dl dd {
	text-align: left;
	font-size: 1.2rem;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type01 dl dd p + p {
	margin-top: 6px;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 {
	margin-top: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 dl {
	display: inline;
	width: 39.4vw;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 dl dt {
	width: 71px;
	margin: 0 auto;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 dl dd {
	text-align: left;
	padding: 10px 0 0;
	min-height: inherit;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item .wrap01 {
	align-items: center;
}
#ct_bg .featureSection01 >.inner01 >.inner03 .item:nth-of-type(2n + 2) {
	padding: 4vw 5.2vw 8.66vw 4.2vw;
}
#ct_bg .featureSection01 >.inner01 >.inner03 .item:nth-of-type(2n + 2) .wrap01 {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item .fig01 {
	width: 48.13vw;
	box-shadow: 5px 5px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item .fig02 {
	width: 20vw;
	margin: 0 auto;
}
#ct_bg .featureSection01 > .inner01 > .inner03 .item.type02 dl {
	font-size: 1.2rem;
	text-align: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	background: none;
}
#ct_bg .featureSection01 > .inner01 > .inner04 {
	width: 100%;
	padding: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item {
	width: 100%;
	padding: 4vw 4vw 6.93vw;
	margin-top: 0;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item .wrap01 {
	align-items: center;
}
#ct_bg .featureSection01 >.inner01 >.inner04 .item:nth-of-type(n + 3) {
	margin-top: 0;
}
#ct_bg .featureSection01 >.inner01 >.inner04 .item:nth-of-type(2n + 2) .wrap01 {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl dt {
	width: 71px;
	margin: 0 auto 5px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl dd {
	text-align: left;
	padding: 0;
	width: auto;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl dd p + p {
	margin-top: 8px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl dd .note {
	font-size: 1rem;
	margin-top: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item .fig01 {
	width: 48.13vw;
	box-shadow: 5px 5px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl {
	display: inline;
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: center;
	width: 39.5vw;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item .fig01 {
	border: 5px solid #9fbadb;
	box-shadow: 5px 5px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item .fig02 {
	width: 46.13vw;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 {
	width: 100%;
	padding: 4vw 4vw 6.93vw;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 ul {
	width: 44vw;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 ul li + li {
	padding-top: 10px;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item .btn04.tyep02 {
	width: 100%;
	margin: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item.type02 .btn04.tyep02 {
	width: 100%;
	margin: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner04 .item dl + p {
	margin-top: 16px !important;
}
#ct_bg .featureSection01 > .inner01 > .inner05 {
	width: 100%;
	padding: 0 0 6.93vw;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .item {
	width: 100%;
	padding: 4vw 4vw 8.66vw;
	margin-top: 0;
}
#ct_bg .featureSection01 >.inner01 >.inner05 .item:nth-of-type(2n + 1) {
	margin-bottom: 0;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
}
#ct_bg .featureSection01 >.inner01 >.inner05 .item:nth-of-type(2n + 2) {
	margin-top: 0;
	padding-bottom: 4vw;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .item .fig01 {
	width: 46.13vw;
	border: 5px solid #9fbadb;
	box-shadow: 5px 5px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner05 .item .text01 {
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: left;
	width: 39.5vw;
	padding: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .item .wrap01 {
	align-items: center;
}
#ct_bg .featureSection01 >.inner01 >.inner05 .item:nth-of-type(2n + 2) .wrap01 {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .btn04.tyep03 {
	width: 92vw;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .btn04.tyep03 a {
	width: 100%;
	margin: 0 auto;
	padding: 15px 22px 13px 15px;
}
#ct_bg .featureSection01 > .inner01 > .inner05 .btn04.tyep03 a > span {
	font-size: 1.6rem;
}
#ct_bg .featureSection01 > .inner01 > .inner06 {
	width: 100%;
	padding: 3.4vw 4vw 6.93vw;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .wrap01 {
	margin-right: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .heading09 {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item {
	width: 100%;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item.wrap01 {
	width: 100%;
	margin-right: -10px;
}
#ct_bg .featureSection01 >.inner01 >.inner06 .item:nth-of-type(n + 2) {
	margin-top: 12px;
}
#ct_bg .featureSection01 >.inner01 >.inner06 .item:nth-of-type(6) {
	margin-right: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item .fig01 {
	box-shadow: 5px 5px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item .text01 {
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: left;
	letter-spacing: 0.2em;
	padding: 10px 0 0;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item ul {
	display: flex;
	margin-bottom: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item ul li + li {
	padding-top: 0;
	padding-left: 10px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .btn04.tyep02 {
	width: 77.33vw;
	margin: 0 auto 15px;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item .btn04.tyep02 {
	width: 100%;
	margin-bottom: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner06 .item .btn04.tyep02 a {
	width: 100%;
	line-height: 1.2;
	border-radius: 30px;
	padding: 6px 11px 6px 7px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 {
	width: 100%;
	padding: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item {
	width: 100%;
	padding: 4vw 4vw 8.6vw;
	background: url("../../img/bg_index03_sp.png") no-repeat 50% 100%/100% auto;
	position: relative;
}
/*
#ct_bg .featureSection01 >.inner01 >.inner07 .item .wrap01 {
	align-items: center;
}
*/
#ct_bg .featureSection01 >.inner01 >.inner07 .item2,
#ct_bg .featureSection01 > .inner01 > .inner07 .item3 {
	width: 37.33vw;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box {
	border: 5px solid #9fbadb;
	background: #fff;
	padding: 2.53vw 3.86vw 2.1vw;
	margin-top: 9px;
	box-shadow: 5px 5px 0 rgba(101, 101, 101, 0.2);
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box.type02 {
	width: 92vw;
	padding: 2.53vw 3.86vw 2.1vw;
	position: relative;
	margin-top: -12px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box.type03 {
	width: 92vw;
	padding: 2.53vw 2.4vw 2.1vw 2.6vw;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box ol {
	display: flex;
	margin-left: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box ol li {
	width: 25.4vw;
	margin: 0 1.4vw;
	position: relative;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .box ol li + li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #9fbadb;
	transform: translate(-104%, -294%) rotate(90deg);
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl {
	display: flex;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl.text02 {
	display: inline;
	width: 30.6vw;
	margin-bottom: 5vw;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl.text03 {
	width: 59.3vw;
	align-items: center;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl dt {
	width: 18.93vw;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl dd {
	font-size: 1.2rem;
	text-align: left;
	padding: 0 0 0 10px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl.text02 dd {
	padding: 6px 0 0;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item dl.text03 dd {
	width: 37.86vw;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .fig01 {
	width: 52.4vw;
	margin: 0 auto;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .text01 {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	margin-left: 0;
	padding-top: 7px;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .text01.type02 {
	margin-left: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item .fig02 {
	position: inherit;
	right: inherit;
	bottom: inherit;
	width: 56.8vw;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item .btn04.tyep02 {
	width: auto;
	margin: 0;
}
#ct_bg .featureSection01 > .inner01 > .inner07 .item .btn04.tyep02 a {
	width: auto;
}
#ct_bg .infoSection > .inner01 {
	width: 92vw;
	margin: 0 auto;
	padding-top: 10.86vw;
	position: relative;
}
#ct_bg .infoSection > .inner01::before {
	content: '';
	position: absolute;
	top: 0;
	left: -6vw;
	width: 128px;
	height: 62.5px;
	background: url("../../img/img_index47.png") no-repeat 0 0/128px auto;
}
#ct_bg .infoSection > .inner01::after {
	content: '';
	position: absolute;
	top: 19.4vw;
	right: -5.5vw;
	width: 128px;
	height: 72px;
	background: url("../../img/img_index48.png") no-repeat 0 0/128px auto;
}
#ct_bg .infoSection > .inner01 .heading01 {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 700;
}
#ct_bg .infoSection > .inner01 .infoArea01 {
	margin-top: 11.2vw;
	padding: 5vw 4vw;
}
#ct_bg .infoWrap01 > .infoBlock01,
#ct_bg .infoWrap01 > .infoBlock02 {
	width: 100%;
}
#ct_bg .infoWrap01 > .infoBlock01 + .infoBlock02 {
	margin-top: 3vw;
}
#ct_bg .infoWrap01 > .infoBlock01 > .text01 {
	font-size: 1.1rem;
}
#ct_bg .moviesSection {
	padding-bottom: 70px;
}
#ct_bg .moviesSection > .inner01 {
	width: 92vw;
	margin: 0 auto;
	padding-top: 13.86vw;
	position: relative;
}
#ct_bg .moviesSection > .inner01::before {
	content: '';
	position: absolute;
	top: 0;
	left: -6vw;
	width: 128px;
	height: 62.5px;
	background: url("../../img/img_index44.png") no-repeat 0 0/128px auto;
}
#ct_bg .moviesSection > .inner01::after {
	content: '';
	position: absolute;
	top: 16.4vw;
	right: -5.5vw;
	width: 128px;
	height: 72px;
	background: url("../../img/img_index45.png") no-repeat 0 0/128px auto;
}
#ct_bg .moviesSection > .inner01 .heading01 {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 700;
}
#ct_bg .moviesSection > .inner01 .btn02 > a {
	padding: 26px 30px;
}
#ct_bg .moviesSection > .inner01 .movieArea01 {
	margin-top: 11.2vw;
}
#ct_bg .designSection > .text01 {
	font-size: 1.4rem;
}
#ct_bg .designSection > .text02 {
	font-size: 1.2rem;
}
#ct_bg .designList01 {
	display: block;
	width: 100%;
}
#ct_bg .designList01 > li {
	width: 100%;
}
#ct_bg .designList01 > li:nth-child(n + 2) {
	margin-top: 35px;
}
#ct_bg .designArea01 > .text02 {
	padding: 14px 0 10px;
}
#ct_bg .designArea01 > .text02 > img {
	width: 35.1%;
}
#ct_bg .designArea01 > .image01 {
	padding: 20px 10px 35px;
	text-align: center;
    background: url(../../img/bg_index04.png) no-repeat 50% 100%;
}
#ct_bg .btn04.tyep02 a,
#ct_bg .btn04.tyep03 a {
	width: 100%;
	background: #fff;
}
#ct_bg .btn04.tyep02 > a > span {
	display: inline-block;
	padding-right: 22px;
	min-height: 16px;
	background: url("../img/ic_common02_no.svg") 100% 50%/16px 16px no-repeat;
}
#ct_bg .btn04.tyep02 > a:hover > span {
	background: url("../img/ic_common02_on.svg") 100% 50%/16px 16px no-repeat;
}
#ct_bg .btn04.tyep03 > a {
	display: flex;
	justify-content: center;
}
#ct_bg .btn04.tyep03 > a > span {
	display: flex;
	align-items: center;
	font-size: 2rem;
	padding-left: 38px;
	min-height: 30px;
	background: url("../img/ic_common03.png") 0 50%/30px 30px no-repeat;
}
#ct_bg .btn04.tyep04 {
	width: 49.27%;
	margin: 0;
}
#ct_bg .btn04.tyep04 > a {
	width: 100%;
	padding: 0 17px 0 15px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ct_bg .btn04.tyep04 > a::after {
	right: 6px;
}
#ct_bg .btn06 + .btn06 {
	margin-top: 10px;
}
	
#ct_bg .btn06 a {
	width: 92vw;
	border-radius: 5px;
	font-size: 1.2rem;
}
#ct_bg .btn06 a span {
	padding: 12px 0 10px;
}
#ct_bg .btn06 > a::after {
	margin-top: -6px;
	border-width: 6px 0 6px 6px;
}
#ct_bg .btn06 > a:hover::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
#ct_bg .btn06 > a:hover::after {
	border-color: transparent transparent transparent #fff;
}
#ct_bg .btn06 > a:hover span {
	border: 1px solid #fff;
	color: #fff;
}
#ct_bg .btnList03 {
	justify-content: space-between;
	width: 92vw;
	margin: 25px auto 0;
}
#ct_bg .btnList03 > li + li {
	margin-left: 0;
}
#ct_bg .btnList03 > li:nth-child(3) {
	margin-top: 10px;
}
#ct_bg .frameArea09 {
	border-top: 5px solid #dee7f3;
	border-bottom: 5px solid #dee7f3;
	padding: 15px 0 20px;
	margin-bottom: 15px;
}
#ct_bg .frameArea09 > .inner01 {
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
#ct_bg .frameArea09 .column01 {
	width: 26.08%;
}
#ct_bg .frameArea09 .column01 img {
	border-radius: 10px;
}
#ct_bg .frameArea09 .column02 {
	margin: 0 0 0 auto;
	font-weight: bold;
	font-size: 1.4rem;
	width: 69.42%;
}
#ct_bg .frameArea09 .buttonList01 {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
}
#ct_bg .frameArea09 .buttonList01 li {
	margin-left: 0;
	height: auto;
	line-height: 0;
}
#ct_bg .frameArea09 .buttonList01 li:nth-of-type(1) {
	width: 43.33%;
}
#ct_bg .frameArea09 .buttonList01 li:nth-of-type(2) {
	width: 53.62%;
}
#ct_bg .frameArea09 .buttonList01 li a,
#ct_bg .frameArea09 .buttonList01 li span {
	width: 100%;
	height: auto;
	display: inline-block;
}
#ct_bg .frameArea09 .buttonList01 li img {
	width: 100%;
	height: auto;
}

#ct_bg .frameArea10 {
	margin: 35px auto 15px;
	width: 100%;
}

#ct_bg .frameArea11 {
	padding: 30px 7.246% 35px;
	width: 100%;
}

#ct_bg .frameArea11 + .frameArea11 {
	margin-top: 10px;
}

#ct_bg .frameArea11In {
	justify-content: center;
	margin: 30px auto 0;
	width: 100%;
	gap: 5.3vw;
}

#ct_bg .frameArea11In + .frameArea11In {
	margin-top: 30px;
}

#ct_bg .frameArea11 .text01 > .spNone {
	display: none !important;
}

#ct_bg .frameArea11 .text01 {
	font-size: 1.7rem;
}

#ct_bg .frameArea11 .text02 {
	margin-top: 35px;
	font-size: 1.5rem;
}

#ct_bg .frameArea11 .text02 > span {
	margin-top: 15px;
	width: 100%;
	display: block;
}

#ct_bg .frameArea11 .text02 > .text04 {
	display: inline-block;
	width: auto;
	margin-right: 0;
}

#ct_bg .frameArea11 .text03 {
	margin-top: 10px;
	font-size: 1rem;
}

#ct_bg .frameArea11 .text04 {
	margin-top: 20px;
	font-size: 1.5rem;
}

#ct_bg .frameArea11 .column01 {
	margin: 30px 4.915% 0 6.271%;
	width: 88.813%;
}

#ct_bg .frameArea11 .column01 > .image01 {
	margin: 0 0 0 -0;
	width: 100%;
}

#ct_bg .frameArea11 .column01 > .textArea01 {
	margin: 10px 0 0 3.481%;
	width: 96.565%;
}

#ct_bg .frameArea11 .column01 > .textArea01 > .text01 {
	font-size: 1.3rem;
}
#ct_bg .frameArea11 .column01 > .textArea01 > .text01 > strong {
	font-size: 1.3rem;
}

#ct_bg .subSection03.typeFAQ {
	padding: 0;
	margin-top: 9.06vw;
}
#ct_bg .subSection03.typeNEWS {
	padding: 0;
	margin-top: 9.06vw;
}
#ct_bg .faqWrap {
	margin-top: 6.4vw;
}
#ct_bg .faqWrap .btn05 > a {
	padding-top: 12px;
	padding-bottom: 9px;
	width: 78.66%;
}
#ct_bg .faqSection01 > .inner01 {
	padding: 8px 15px 30px;
}
#ct_bg .faqSection01 > .inner01 .fig01 {
	width: 100%;
	margin: 20px auto 0;
}
#ct_bg .faqSection01 .heading09 {
	padding: 5px 19px 6px 35px;
}
#ct_bg .faqSection01 .heading09 .title .ic {
	top: 10px;
	left: 11px;
	width: 14px;
}
#ct_bg .heading10.open {
	background: #9fbadb;
}
#ct_bg .heading10 .title {
	font-size: 1.6rem;
}
#ct_bg .heading10::before {
	display: none;
}
#ct_bg .heading10 .title::before {
	top: 50%;
	right: -10px;
	width: 15px;
	height: 2px;
}
#ct_bg .heading10 .title::after {
	right: -10px;
	width: 15px;
	height: 2px;
}
.modalContents {
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}
.modalContents .frameArea02 {
	border: 5px solid #9fbadb;
	border-radius: 10px;
}
.modalContents .frameArea02 + .frameArea02 {
	margin-top: 60px;
}
.modalContents .frameArea02 > .hgroup01 {
	display: flex;
	flex-wrap: wrap;
}
.modalContents .frameArea02 > .hgroup01 > .date01 {
	width: 100%;
	background-color: #9fbadb;
	border-radius: 4px 4px 0 0;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.3;
	padding: 9px 15px 13px;
	letter-spacing: 0.2em;
}
.modalContents .frameArea02 > .hgroup01 > .date01 .fin {
	position: absolute;
	top: 50%;
	right: 13px;
	display: inline-block;
	text-align: center;
	width: 60px;
	color: #e66881;
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.2em;
	padding: 0.15em 0.15em 0.15em 0.3em;
	transform: translate(0, -50%);
}
.modalContents .frameArea02 > .hgroup01 > .title01 {
	padding: 17px 20px 14px;
	font-size: 1.6rem;
}
.modalContents .frameArea02In {
	padding: 30px 5.97%;
}

#ct_bg .heading11 {
	width: 100%;
}

.newsList02 {
	margin-right: -4vw;
}
.newsList02 li a {
	display: block;
	text-decoration: none !important;
	background: linear-gradient(90deg, rgba(159,186,219,1) 0%, rgba(159,186,219,1) 18%, rgba(225,235,247,1) 18%, rgba(225,235,247,1) 100%);
	border-radius: 9px 0 0 9px;
	position: relative;
	transition: 0.3s;
}
.newsList02 li a:hover {
	opacity: 1;
}
.newsList02 li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #9fbadb;
	transition: border 0.15s;
	content: "";
}
.newsList02 li dl dt {
	width: 18%;
	padding: 10px 4px 10px 6px;
	line-height: 1.3;
	text-align: center;
}
.newsList02 li dl dt .date {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.19em;
}
.newsList02 li dl dt .fin {
	font-size: 1rem;
	width: 86%;
}
.newsList02 li dl dd {
	width: 82%;
	padding: 10px 30px 10px 16px;
	line-height: 1.4;
}

.newsSection01 > .titleArea01 > .title01 {
	max-width: 150px;
	margin: 0 0 0 4vw;
}

.newsList03 {
	margin: 0 4vw;
	font-size: 1.2rem;
}

.newsList03 > dt {
	margin-top: 3vw;
}

.newsList03 > dt:first-child {
	margin-top: 4vw;
}

.newsList03 > dd {
	margin-top: 0;
}

.newsList03 > dt:first-child + dd {
	margin-top: 0;
}

.newsList03 > dd > a:hover {
	border-bottom: 1px solid #b3b3b3;
}

#ct_bg .mskImg01 {
	width: 22.667vw;
	transition: none;
}

#ct_bg .mskImg01:hover {
	opacity: 1;
	transition: none;
}

.infoArea02 {
	border-top: none;
}
.infoArea02 > .hdg {
	font-size: 2.1rem;
	padding: 14px 0 15px;
}
.infoArea02 > .inner01 {
	padding: 23px 15px 20px; 
}
.infoArea02 > .inner01 > .text01 {
	font-size: 1.7rem;
	margin-bottom: 16px;
}
.infoArea02 > .inner01 > .text02 {
	font-size: 1.4rem;
}
#ct_bg .infoArea02 > .inner01 > .list01 {
	margin-top: 24px;
	margin-bottom: 29px;
}
#ct_bg .infoArea02 > .inner01 > .list01 li {
	font-size: 1.5rem;
	padding-left: 19px;
}
#ct_bg .infoArea02 > .inner01 > .list01 > li:before {
	left: 5px;
	width: 3.5px;
	height: 3.5px;
}
#ct_bg .infoArea02 > .inner01 > .btn07 {
	margin-top: 20px;
}
#ct_bg .infoArea02 > .inner01 > .btn07 > a {
	width: 100%;
	padding: 14px 0 12px 0;
	font-size: 1.4rem;
}
#ct_bg .infoArea02 > .inner01 > .btn07 > a span {
	padding-right: 21px;
}
#ct_bg .btn07 > a span::after {
	border-width: 5.5px 0 5.5px 5.5px;
}
#ct_bg .infoArea02 > .inner01 > .btn07 > a:hover {
	color: #e35471;
	background: #fff;
}
#ct_bg .infoArea02 > .inner01 > .btn07 > a:hover  span::after {
	border-color: transparent transparent transparent #e35471;
}
}
@media screen and (max-width: 420px) {
#ct_bg .br03 {
	display: block;
}
}

@media screen and (max-width: 360px) {
#ct_bg .localNav02 {
	padding: 15px 4%;
}

#ct_bg .br01 {
	display: block;
}

#ct_bg .br02 {
	display: none;
}

#ct_bg .frameArea04 .column02 {
	font-size: 1.3rem;
}

#ct_bg .btn04 {
	width: 82%;
}

.onlySP.type02 {
	display: block !important;
}
.onlySP02 {
	display: block !important;
}
}

@media screen and(max-width: 320px) {
	.newsList02 li a {
		background: linear-gradient(90deg, rgba(159,186,219,1) 0%, rgba(159,186,219,1) 22%, rgba(225,235,247,1) 22%, rgba(225,235,247,1) 100%);
	}
	.newsList02 li dl dt {
		width: 22%;
	}
	.newsList02 li dl dd {
		width: 78%;
	}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}

.asterisk {
	font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}

#ct_bg .info202303Wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
#ct_bg .info202303Wrap > .inner01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}
#ct_bg .info202303Wrap .hdg01 {
	border-top: 3px solid #dee7f3;
	border-bottom: 3px solid #dee7f3;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.2em;
	padding: 17px 0 10px;
	margin-bottom: 25px;
}
#ct_bg .info202303Wrap .hdg02 {
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #9fbadb;
	padding: 10px 5px 8px;
	margin-top: 32px;
	margin-bottom: 25px;
}
#ct_bg .info202303Wrap .hdg03 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #666666;
	padding: 7px 20px 8px;
}
#ct_bg .info202303Wrap .text01 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 22px;
}
#ct_bg .info202303Wrap .box {
	text-align: center;
	color: #e35471;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #fbe5ea;
	padding: 19px 20px 18px;
	margin-bottom: 23px;
}
#ct_bg .info202303Wrap dl + dl {
	margin-top: 28px;
}
#ct_bg .info202303Wrap dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 1.5em;
	margin-bottom: 5px;
	position: relative;
}
#ct_bg .info202303Wrap dl dt .qa,
#ct_bg .info202303Wrap dl dd .qa {
	color: #9fbadb;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
#ct_bg .info202303Wrap dl dd {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding-left: 1.5em;
	position: relative;
}
#ct_bg .info202303Wrap .box2 {
	border: 2px solid #666666;
	margin-top: 42px;
}
#ct_bg .info202303Wrap .box2 .inner01 {
	padding: 12px 20px 13px;
}
#ct_bg .info202303Wrap .box2 .inner01 p {
	letter-spacing: 0.1em;
}
#ct_bg .info202303Wrap .box2 .inner01 p + p {
	margin-top: 5px;
}
#ct_bg .info202303Wrap .box2 .inner01 p .title {
	font-weight: bold;
	margin-right: 0.5em;
}
#ct_bg .info202303Wrap .box2 .inner01 p strong {
	font-size: 2.2rem;
	font-weight: bold;
	margin-right: 0.5em;
}
#ct_bg .info202303Wrap .box2 .inner01 .note {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#ct_bg .info202303Wrap .box2 .inner01 p a {
	color: #666666;
}
@media screen and (max-width: 639px) {
	#ct_bg .info202303Wrap {
		padding: 30px 15px 60px;
	}
	#ct_bg .info202303Wrap > .inner01 {
		font-size: 1.4rem;
		margin-bottom: 25px;
	}
	#ct_bg .info202303Wrap .hdg01 {
		font-size: 2.5rem;
		line-height: 1.2;
		padding: 17px 0 20px;
		margin-bottom: 24px;
	}
	#ct_bg .info202303Wrap .hdg02 {
		font-size: 1.8rem;
		padding: 6px 5px 7px;
		margin-top: 33px;
		margin-bottom: 24px;
	}
	#ct_bg .info202303Wrap .hdg03 {
		font-size: 1.4rem;
		padding: 7px 8px 9px;
	}
	#ct_bg .info202303Wrap .text01 {
		text-align: left;
		font-size: 1.6rem;
		margin-bottom: 22px;
	}
	#ct_bg .info202303Wrap .box {
		font-size: 2.1rem;
		padding: 21px 20px 21px;
		margin-bottom: 24px;
	}
	#ct_bg .info202303Wrap dl + dl {
		margin-top: 27px;
	}
	#ct_bg .info202303Wrap dl dt {
		font-size: 1.4rem;
		padding-left: 1.5em;
		margin-bottom: 7px;
		position: relative;
	}
	#ct_bg .info202303Wrap dl dt .qa,
	#ct_bg .info202303Wrap dl dd .qa {
		color: #9fbadb;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 0;
	}
	#ct_bg .info202303Wrap dl dd {
		font-size: 1.4rem;
		padding-left: 1.5em;
		position: relative;
	}
	#ct_bg .info202303Wrap .box2 {
		border: 2px solid #666666;
		margin-top: 42px;
	}
	#ct_bg .info202303Wrap .box2 .inner01 {
		padding: 9px 20px 15px;
	}
	#ct_bg .info202303Wrap .box2 .inner01 p {
		letter-spacing: 0.1em;
	}
	#ct_bg .info202303Wrap .box2 .inner01 p + p {
		margin-top: 5px;
	}
	#ct_bg .info202303Wrap .box2 .inner01 p .title {
		font-weight: bold;
		margin-right: 0.5em;
	}
	#ct_bg .info202303Wrap .box2 .inner01 p strong {
		font-size: 2.0rem;
	}
	#ct_bg .info202303Wrap .box2 .inner01 .note {
		font-size: 1.2rem;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	#ct_bg .info202303Wrap .box2 .inner01 p a {
		color: #666666;
	}
}
