	@charset "utf-8";

#ct_bg {
	color: #010101;
	font-size: 133.33%;
	line-height: 1.75;
	font-family: "メイリオ", Meiryo, 'Hiragino Sans', "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", sans-serif;
}

#ct_bg a {
	color: #000;
	text-decoration: underline;
}

#ct_bg a:hover {
	color: #000;
	text-decoration: none;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg strong {
	font-weight: 600;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ct_bg .aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#ct_bg .contents01 {
	width: 100%;
	overflow: hidden;
}

#ct_bg .header01 {
	padding-bottom: 18px;
}

#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 10000;
	color: #fff;
	background: #00a0e9;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .mainArea01 {
	position: relative;
	background-color: #fdd000;
	text-align: center;
}

#ct_bg .mainArea01 > .logo01 {
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 88px;
	width: 780px;
}

#ct_bg .mainArea01 > .logo01 img {
	position: relative;
	left: 6px;
}

#ct_bg .mainArea01 > .image01 {
	margin-top: -74px;
	text-align: center;
}

#ct_bg .subSection01 {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #00a0e9;
	color: #fff;
}

#ct_bg .subSection01 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

#ct_bg .subSection02 {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #00a0e9;
	color: #fff;
}

#ct_bg .subSection02.type01 {
	border-top: 1px solid #fff;
	padding-top: 0;
}

#ct_bg .subSection02.type01 > .inner01 {
	position: relative;
}

#ct_bg .subSection02 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

#ct_bg .heading01 {
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-left: 55px;
	padding-right: 55px;
	margin-top: -10px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 250%;
	line-height: 1.5;
	text-align: center;
}

#ct_bg .heading01.type01 {
	margin-top: 30px;
}

#ct_bg .heading01::before {
	left: 0;
}
#ct_bg .heading01::after {
	right: 0;
}
#ct_bg .heading01::before,
#ct_bg .heading01::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 37px;
	background: url(../img/icon_index01.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .heading01:not(:first-child) {
	margin-top: 60px;
}

#ct_bg .heading02 {
	position: relative;
	display: inline-block;
	margin-top: -10px;
	padding-bottom: 2px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 200%;
	line-height: 1.5;
}

#ct_bg .heading02::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - .5em);
	width: -webkit-calc(100% - .5em);
	height: 2px;
	background-color: #fdd000;
	content: "";
}

#ct_bg .heading03 {
	position: relative;
	margin-top: 40px;
	padding-left: 50px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 137.5%;
	line-height: 1.5;
}

#ct_bg .heading03::before {
	position: absolute;
	top: -.1em;
	left: 0;
	width: 41px;
	height: 37px;
	background: url(../img/icon_index01.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .col01 {
	width: 460px;
	margin-top: 40px;
}

#ct_bg .col02 {
	width: 440px;
}

#ct_bg .col03 {
	width: 370px;
}

#ct_bg .col04 {
	width: 540px;
}

#ct_bg .col04 > .image01 {
	margin-top: -50px;
}

#ct_bg .col05 {
	width: 425px;
	margin-top: 25px;
}

#ct_bg .col05 > .image01 {
	width: 170px;
	margin-right: 15px;
}

#ct_bg .col05 > .text01 {
	margin-top: -90px;
	font-weight: bold;
}

#ct_bg .col06 {
	margin-top: 30px;
	width: 300px;
}

#ct_bg .col06:nth-child(3n+2) {
	margin-left: 30px;
	margin-right: 30px;
}

#ct_bg .col07 {
	width: 800px;
	margin: 0 auto;
}

#ct_bg .movieWrap01 {
	margin-top: 30px;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}

#ct_bg .movieWrap01 > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#ct_bg .frameArea01 {
	margin-top: 110px;
}

#ct_bg .frameArea01 > .title01 {
	position: relative;
	z-index: 1;
	padding-top: 8px;
	padding-bottom: 6px;
	border-radius: 20px 20px 0 0;
	background-color: #fdd000;
	color: #000;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 200%;
	text-align: center;
}

#ct_bg .frameArea01 > .title01::before {
	position: absolute;
	z-index: -1;
	top: -72px;
	left: 50%;
	margin-left: -92px;
	width: 184px;
	height: 92px;
	background-color: #fdd000;
	border-radius: 92px 92px 0 0;
	content: "";
}

#ct_bg .frameArea01 > .title01 > .icon01 {
	position: absolute;
	height: 34px;
	top: -38px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#ct_bg .frameArea01 > .title01 > .icon01 img {
	height: 100%;
	width: auto;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 40px 15px;
	border: solid 5px #fdd000;
	border-top: none;
	border-radius: 0 0 20px 20px;
}

#ct_bg .frameArea02 {
	position: relative;
	margin-top: 30px;
	padding: 30px;
	border: solid 5px #fff;
	border-radius: 20px;
}

#ct_bg .frameArea02 > .title01 {
	margin-top: -10px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 137.5%;
	text-align: center;
}

#ct_bg .frameArea02 > .btn01 {
	position: absolute;
	right: 34px;
	bottom: 60px;
}

#ct_bg .frameArea03 {
	padding-top: 40px;
	background-color: #00a0e9;
}

#ct_bg .frameArea03 > .inner01 {
	margin: 0 auto;
	padding: 0 30px 30px;
	width: 800px;
	background-color: #fff;
	border-radius: 20px;
}

#ct_bg .frameArea03 > .inner01 > .text01 {
	margin: 0 -30px;
	padding: 5px;
	background-color: #fdd000;
	border-radius: 20px 20px 0 0;
	color: #e6000a;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 200%;
	text-align: center;
}

#ct_bg .frameArea03 > .inner01 > .inner02 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 30px;
}

#ct_bg .frameArea03 > .inner01 > .wrap01 > .column01 {
	margin-left: 20px;
	width: 377px;
}

#ct_bg .frameArea03 > .inner01 > .wrap01 > .column02 {
	width: 343px;
}

#ct_bg .frameArea03 > .inner01 > .inner02 .text01 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 150%;
}

#ct_bg .frameArea03 > .inner01 > .inner02 .text02 {
	display: inline-block;
	padding: 5px 20px;
	background-color: #00a0e9;
	border-radius: 100px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 200%;
	color: #fff;
}

#ct_bg .frameArea03 > .inner01 > .inner02 .text03 {
	margin-top: 25px;
	font-size: 75%;
}

#ct_bg .frameArea04 {
	margin-top: 40px;
	padding: 25px 30px 30px;
	background-color: #fff;
	border-radius: 20px;
}

#ct_bg .frameArea04 > .text01 {
	font-size: 150%;
	color: #e6000a;
	font-weight: bold;
}

#ct_bg .list01 {
	color: #000;
}

#ct_bg .list01 dt {
	position: relative;
	margin-top: 5px;
	padding-left: 45px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 132%;
}
#ct_bg .list01.type01 dt {
	border-top: 1px solid #00a0e9;
	padding-top: 30px;
}

#ct_bg .list01.type01 dt:nth-child(n+2) {
	margin-top: 30px;
}

#ct_bg .list01 dd {
	position: relative;
	margin-top: 20px;
	padding-left: 45px;
}

#ct_bg .list01 dt::before,
#ct_bg .list01 dd::before {
	position: absolute;
	left: 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	line-height: 1;
}

#ct_bg .list01 dt::before{
	font-size: 161.9%;
	content: 'Q.';
	color: #e6000a;
}

#ct_bg .list01 dd::before {
	top: -5px;
	content: 'A.';
	font-size: 212.5%;
	color: #00a0e9;
}

#ct_bg .titleBlock01 {
	position: relative;
	margin-left: 50px;
	padding: 18px 35px 20px 95px;
	margin-top: 60px;
	background-color: #0073bc;
	border-radius: 20px;
}

#ct_bg .titleBlock01:first-child {
	margin-top: 20px;
}

#ct_bg .titleBlock01.type01 {
	margin-left: 0;
	margin-right: 50px;
	padding-right: 90px;
	padding-left: 35px;
}

#ct_bg .titleBlock01::before {
	left: -50px;
}
#ct_bg .titleBlock01.type01::before {
	left: inherit;
	right: -50px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
#ct_bg .titleBlock01::before,
#ct_bg .titleBlock01.type01::before {
	position: absolute;
	top: -18px;
	width: 124px;
	height: 160px;
	background: url(../img/icon_index02.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .titleBlock02 {
	position: relative;
	margin-left: 50px;
	padding: 18px 35px 20px 115px;
	margin-top: 60px;
	background-color: #0073bc;
	border-radius: 20px;
}

#ct_bg .titleBlock02:first-child {
	margin-top: 20px;
}

#ct_bg .titleBlock02.type01 {
	margin-left: 0;
	margin-right: 50px;
	padding-right: 90px;
	padding-left: 35px;
}

#ct_bg .titleBlock02::before {
	left: -50px;
}
#ct_bg .titleBlock02.type01::before {
	left: inherit;
	right: -50px;
}
#ct_bg .titleBlock02::before,
#ct_bg .titleBlock02.type01::before {
	position: absolute;
	top: -18px;
	width: 149px;
	height: 160px;
	background: url(../img/icon_index03.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .titleBlock02.type01::before {
	background-image: url(../img/icon_index08.png);
	width: 138px;
	height: 158px;
}

#ct_bg .titleBlock01 > .text01 {
	
}

#ct_bg .cvArea01 {
	
}

#ct_bg .cvArea01 > .inner01 {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#ct_bg .cvArea01 > .inner01.type01 {
	padding-bottom: 30px;
}

#ct_bg .cvArea01 > .inner01 > .image01 {
	position: absolute;
	top: 26px;
	left: 3px;
	width: 370px;
}

#ct_bg .cvArea01 > .inner01 > .column01 {
	margin-left: 388px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .title01 {
	margin-top: -8px;
	color: #e6000a;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 150%;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text01 {
	margin-top: 5px;
	font-weight: bold;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text02 {
	margin-top: 8px;
	font-size: 87.5%;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .btn01 {
	margin-left: 4px;
}

#ct_bg .movieArea01 {
	width: 800px;
	margin: 30px auto 0;
}

#ct_bg .movieWrap01 {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

#ct_bg .movieWrap01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#ct_bg .btn01 {
	z-index: 1;
	width: 234px;
	margin-top: 20px;
	margin-bottom: 4px;
	border-radius: 60px;
	background-color: #fff;
}

#ct_bg .btn01 > a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	min-height: 50px;
	background-color: #fdd000;
	padding: 4px 10px;
	border-radius: 60px;
	color: #e6000a;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 150%;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0,#fff -1px 1px 0, #fff 1px -1px 0,#fff 0px 1px 0, #fff  0-1px 0,#fff -1px 0 0, #fff 1px 0 0;
	text-align: center;
	box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px #e6000a;
	transition: all .3s;
}

#ct_bg .btn01 > a:hover {
	opacity: .6;
}

#ct_bg .btn01 > a > .inner01 {
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

#ct_bg .btn01 > a > .inner01::before {
	position: absolute;
	top: .3em;
	left: 0;
	width: 29px;
	height: 28px;
	background: url(../img/icon_index04.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .btn02 {
	margin: 20px 0;
	width: 201px;
}

#ct_bg .btn02:nth-child(n+2) {
	margin-left: 25px;
}

#ct_bg .btn02 > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	background-color: #00a0e9;
	padding: 4px 20px;
	border-radius: 60px;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 126%;
	text-decoration: none;
	text-align: center;
	box-shadow: 0px 0px 0px 2px #fff,0px 0px 0px 4px #00a0e9;
	transition: all .3s;
}

#ct_bg .btn02 > a:hover {
	opacity: .6;
}

#ct_bg .btn02 > a> span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start ;
	-ms-flex-align: start ;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-left: 5px;
	background-color: #fff;
	border-radius: 10px;
	color: #00a0e9;
	font-size: 100%;
	padding: 0 8px;
	line-height: 1;
}

#ct_bg .btnArea01 {
	border-top: 1px solid #00a0e9;
	margin-top: 30px;
}

#ct_bg .btnArea01 > .btn02 {
	margin: 30px auto 0;
	width: 197px;
}

#ct_bg .img01:not(:first-child) {
	margin-top: 40px;
}

#ct_bg .txt04 + .img01 {
	margin-top: 15px;
}

#ct_bg .img02 {
	margin-top: 15px;
}

#ct_bg .img03 {
	width: 342px;
	margin-top: 15px;
}

#ct_bg .img04 {
	width: 430px;
	margin-top: 15px;
}

#ct_bg .txt01 {
	margin-top: 30px;
	font-size: 125%;
	font-weight: bold;
}

#ct_bg .txt01 + .txt01 {
	margin-top: 15px;
}

#ct_bg .txt02 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 200%;
	line-height: 1.5;
}

#ct_bg .txt03 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 137.5%;
	line-height: 1.454;
}

#ct_bg .txt04 {
	margin-top: 20px;
	font-weight: bold;
}

#ct_bg .txt05 {
	margin-top: 20px;
	font-size: 87.5%;
}

#ct_bg .txt06 {
	margin-top: 10px;
	font-weight: bold;
}

#ct_bg .txt07 {
	position: absolute;
	top: -16px;
	right: 0;
	font-weight: bold;
	margin-top: 10px;
	transition: all .3s;
}

#ct_bg .txt07 > a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 6px 14px 6px 50px;
	background: #00a0e9 url(../qa/img/icon_index01.png) no-repeat 13px 18px;
}

#ct_bg .txt07:hover {
	opacity: .6;
}

#ct_bg .copyrights01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .copyrights02 {
	background: #00a0e9;
	text-align: center;
	padding: 40px 0 38px;
	margin-bottom: 20px;
	color: #fff;
}

#ct_bg .bannerBlock {
	padding-top: 70px;
}

#ct_bg .bannerBlock > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .bannerBlock > .inner01 > .text01 {
	text-align: center;
	color: #fdd000;
	font-size: 2.0rem;
	line-height: 1.5;
	font-family: 'M PLUS 1p', sans-serif;
	margin-bottom: 30px;
}
#ct_bg .bannerBlock > .inner01 > .bnrList01 li {
	text-align: center;
}
#ct_bg .bannerBlock > .inner01 > .bnrList01 li a {
	color: #FFF;
}
#ct_bg .bannerBlock > .inner01 > .bnrList01 li span {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
	font-weight: bold;
}

#ct_bg .bannerBlock > .inner01 > .bnrList01 li a img:hover {
	transition: 0.5s;
	opacity: 0.8;
}


@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 116.66%;
}	
#ct_bg a:hover {
	color: #000;
	text-decoration: underline;
}
	
#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

#ct_bg .header01 {
	padding-top: 18px;
}


#ct_bg .headTitleArea01 {
	font-size: 85.714%;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 6px;
	display: block;
	text-align: center;
	line-height: 1.5;
}

#ct_bg .mainArea01 > .logo01 {
	top: 5.533vw;
	width: 91.733%;
}

#ct_bg .mainArea01 > .logo01 img {
	left: 0;
}

#ct_bg .mainArea01 > .image01 {
	margin-top: 0;
}

#ct_bg .subSection01 {
	padding-top: 16vw;
	padding-bottom: 10.666vw;
}

#ct_bg .subSection01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
	
#ct_bg .subSection02 {
	padding-top: 12vw;
}

#ct_bg .subSection02 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .heading01 {
	max-width: 92%;
	margin-top: -10px;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 168.42%;
}
#ct_bg .heading01::before,
#ct_bg .heading01::after {
	width: 36px;
}

#ct_bg .heading01.type01 {
	margin-top: 40px;
}

#ct_bg .heading02 {
	display: table;
	left: .2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	padding-bottom: 8px;
	font-size: 157.14%;
	text-align: center;
}

#ct_bg .heading03 {
	margin-top: 30px;
	padding-left: 35px;
	font-size: 114.28%;
}

#ct_bg .heading03::before {
	top: -.15em;
	width: 30px;
	height: 27px;
}

#ct_bg .col01 {
	width: 100%;
	margin-top: 50px;
}

#ct_bg .col02 {
	width: 100%;
}

#ct_bg .col03 {
	width: 100%;
}

#ct_bg .col04 {
	width: 100%;
}

#ct_bg .col04 > .image01 {
	margin-top: 15px;
	width: 95.238%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .col05 {
	width: 100%;
	margin-top: 20px;
}
	
#ct_bg .col05:first-child {
	margin-top: 15px;
}

#ct_bg .col05 > .image01 {
	width: 154px;
	margin-right: 0;
}

#ct_bg .col05 > .text01 {
	margin-top: 0;
	width: 45.238%;
	margin-left: 2.76%;
	font-size: 95%;
}

#ct_bg .col06 {
	width: 47.826%;
}

#ct_bg .col06:nth-child(3n+2) {
	margin-left: 0;
	margin-right: 0;
}

#ct_bg .col06:nth-child(odd) {
	margin-right: 2.173%;
}
	
#ct_bg .col06:nth-child(even) {
	margin-left: 2.173%;
}

#ct_bg .col07 {
	width: 100%;
}

#ct_bg .frameArea01 {
	margin-top: 100px;
}

#ct_bg .frameArea01 > .title01 {
	padding-top: 14px;
	padding-bottom: 16px;
	font-size: 157.14%;
	line-height: 1.409;
}

#ct_bg .frameArea01 > .title01::before {
	top: -62px;
	margin-left: -74px;
	width: 147px;
	height: 74px;
	border-radius: 74px 74px 0 0;
}

#ct_bg .frameArea01 > .title01 > .icon01 {
	height: 28px;
	top: -34px;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 25px 2.985%;
}

#ct_bg .frameArea02 {
	margin-top: 0;
	padding: 25px 2.985%;
}

#ct_bg .frameArea02 > .title01 {
	margin-top: -5px;
	font-size: 112.28%;
}

#ct_bg .frameArea02 > .btn01 {
	position: static;
	right: inherit;
	bottom: inherit;
}

#ct_bg .frameArea03 {
	padding: 0 4% 6.666vw;
	background-color: #fff;
}

#ct_bg .frameArea03 > .inner01 {
	padding: 0 4% 4%;
	width: 100%;
	border: 3px solid #fdd000;
}

#ct_bg .frameArea03 > .inner01 > .text01 {
	margin: -0.5% -4.8% 0;
	border-radius: 15px 15px 0 0;
	font-size: 157.14%;
}

#ct_bg .frameArea03 > .inner01 > .inner02 {
	margin-top: 5.333%;
}

#ct_bg .frameArea03 > .inner01 > .wrap01 > .column01 {
	margin-left: 0;
	width: 100%;
}

#ct_bg .frameArea03 > .inner01 > .wrap01 > .column02 {
	margin-top: 2.666%;
	width: 100%;
	text-align: center;
}

#ct_bg .frameArea03 > .inner01 > .inner02 .text01 {
	font-size: 157.14%;
}

#ct_bg .frameArea03 > .inner01 > .inner02 .text02 {
	font-size: 157.14%;
}

#ct_bg .frameArea03 > .inner01 > .inner02 .text03 {
	margin-top: 4%;
	font-size: 63%;
	text-align: left;
}

#ct_bg .frameArea04 > .text01 {
	font-size: 128.57%;
}

#ct_bg .titleBlock01 {
	margin-left: 0;
	padding: 14px 5.349% 24px;
}

#ct_bg .titleBlock01:first-child {
	margin-top: 0;
}

#ct_bg .titleBlock01.type01 {
	margin-left: 0;
	margin-right: 0;
	padding: 14px 5.349% 24px;
}

#ct_bg .titleBlock01 > .title01 {
	padding-left: 80px;
}
	
#ct_bg .titleBlock01.type01 > .title01 {
	padding-left: 0;
	padding-right: 80px;
}

#ct_bg .titleBlock01::before {
	left: 4.349%;
}
#ct_bg .titleBlock01.type01::before {
	right: 4.349%;
}
#ct_bg .titleBlock01::before,
#ct_bg .titleBlock01.type01::before {
	top: -15px;
	width: 73px;
	height: 93px;
}

#ct_bg .titleBlock02 {
	margin-left: 0;
	padding: 14px 5.349% 24px;
}

#ct_bg .titleBlock02:first-child {
	margin-top: 0;
}

#ct_bg .titleBlock02.type01 {
	margin-left: 0;
	margin-right: 0;
	padding: 14px 5.349% 24px;
}
	
#ct_bg .titleBlock02 > .title01 {
	padding-left: 100px;
}
	
#ct_bg .titleBlock02.type01 > .title01 {
	padding-left: 0;
	padding-right: 100px;
}

#ct_bg .titleBlock02::before {
	left: 4.349%;
}
#ct_bg .titleBlock02.type01::before {
	right: 4.349%;
}
#ct_bg .titleBlock02::before,
#ct_bg .titleBlock02.type01::before {
	top: -18px;
	width: 88px;
	height: 92px;
}
#ct_bg .titleBlock02.type01::before {
	width: 81px;
	height: 92px;
}

#ct_bg .cvArea01 > .inner01 {
	position: relative;
	width: 100%;
	padding: 10.666vw 4% 6.666vw;
}

#ct_bg .cvArea01 > .inner01 > .image01 {
	position: static;
	top: inherit;
	left: inherit;
	width: 73%;
	margin-left: auto;
	margin-right: auto;
}
	
#ct_bg .cvArea01 > .inner01 > .image01 img {
	display: block;
	margin-left: 4%;
}

#ct_bg .cvArea01 > .inner01 > .column01 {
	margin-left: 0;
	margin-top: 30px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .title01 {
	font-size: 128.57%;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text01 {
	margin-top: 8px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text02 {
	margin-top: 10px;
	font-size: 85.714%;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .btn01 {
	margin-left: auto;
}

#ct_bg .movieArea01 {
	width: 100%;
	margin-top: 0;
}

#ct_bg .btn01 {
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .btn01 > a {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 171.42%;
}

#ct_bg .btn01 > a:hover {
	opacity: 1.0;
	color: #e6000a;
}

#ct_bg .btn01 > a > .inner01 {
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

#ct_bg .btn01 > a > .inner01::before {
	top: .2em;
	width: 32px;
}

#ct_bg .btn02 {
	margin: 20px auto 0;
	width: 187px;
}

#ct_bg .btn02 > a:hover {
	opacity: 1;
	text-decoration: none;
	color: #fff;
}

#ct_bg .btn02:nth-child(n+2) {
	margin: 20px auto 0;
}

#ct_bg .btnArea01 > .btn02 {
	margin: 30px auto 0;
	max-width: 192px;
}


#ct_bg .img01 {
	width: 95.238%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .img01:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .img02 {
	width: 87.936%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .img03 {
	width: 70.158%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .img04 {
	width: 95.238%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .txt01 {
	margin-top: 35px;
	font-size: 114.28%;
}

#ct_bg .txt01 + .txt01 {
	margin-top: 20px;
}

#ct_bg .txt02 {
	font-size: 157.14%;
}

#ct_bg .txt03 {
	margin-top: 12px;
	font-size: 114.28%;
}

#ct_bg .txt04 {
	margin-top: 15px;
}

#ct_bg .txt05 {
	margin-top: 20px;
	font-size: 87.5%;
}


#ct_bg .txt07:hover {
	opacity: 1;
}

#ct_bg .txt07 {
	position: inherit;
	margin-top: 36px;
	text-align: center;
}

#ct_bg .txt07 > a {
	text-decoration: none;
	color: #fff;
	background: #00a0e9 url(../qa/img/icon_index01.png) no-repeat 11px 10px/16px 14px;
	padding-left: 32px;
}

#ct_bg .copyrights01 {
	font-size: 85.714%;
}

#ct_bg .copyrights02 {
	font-size: 85.714%;
	margin-bottom: 20px;
}
	#ct_bg .bannerBlock {
		padding-top: 14.2vw;
	}

	#ct_bg .bannerBlock > .inner01 {
		width: 100%;
	}

	#ct_bg .bannerBlock > .inner01 > .text01 {
		font-size: 1.8rem;
		margin-bottom: 3.2vw;
	}

	#ct_bg .bannerBlock > .inner01 > .bnrList01 {
		margin-bottom: 20px;
	}

	#ct_bg .bannerBlock > .inner01 > .bnrList01 li span {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 340px) {
#ct_bg .heading01 {
	padding-left: 45px;
	padding-right: 45px;
	font-size: 140%;
}

#ct_bg .heading01::before,#ct_bg .heading01::after {
	width: 32px;
}
	
#ct_bg .col05 > .image01 {
	width: 125px;
}
	
#ct_bg .col05 > .text01 {
	width: 48.238%;
	margin-left: 4.76%;
	font-size: 87.5%;
}
	
#ct_bg .heading02 {
	font-size: 132%;
}

#ct_bg .txt02 {
	font-size: 128.57%;
}

#ct_bg .txt03 {
	font-size: 100%;
}
}


