@charset "utf-8";

#ct_bg {
	color: #000;
	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: url(../img/bg_index01.png) repeat 0 0/30px;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 2px;
	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 .headTitleArea01 > .inner01 > * {
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 10px;
}



#ct_bg .mainArea01 {
	position: relative;
	height: 700px;
	overflow: hidden;
}

#ct_bg .mainArea01 > .inner01 {
	position: relative;
	z-index: 5;
	height: 100%;
}

#ct_bg .mainArea01 > .inner01 > .logo01 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#ct_bg .mainArea01 > .inner01 > .button01 {
	position: absolute;
	right: 0;
	top: 20px;
}

#ct_bg .mainArea01 > .inner01 > .button01 > a {
	transition: opacity .3s;
}

#ct_bg .mainArea01 > .inner01 > .button01 > a:hover {
	opacity: .6;
}

#ct_bg .mainArea01 > .inner01 > .text01 {
	position: absolute;
	right: 20px;
	bottom: 15px;
	color: #fff;
	font-size: 87.5%;
}

#ct_bg .mainArea01 > .inner01 > .logo01,
#ct_bg .mainArea01 > .inner01 > .button01,
#ct_bg .mainArea01 > .inner01 > .text01 {
	transition: opacity .3s;
	opacity: 0;
}

#ct_bg .mainArea01.on > .inner01 > .logo01,
#ct_bg .mainArea01.on > .inner01 > .button01,
#ct_bg .mainArea01.on > .inner01 > .text01 {
	opacity: 1.0;
}

#ct_bg .mainArea01.on > .inner01 > .logo01 > img.onlyPC {
	transition: opacity .5s;
}

#ct_bg .mainArea01.on > .inner01 > .button01 > a {
	display: block;
	transition: opacity .3s;
}

#ct_bg .mainArea01.on > .inner01 > .button01 > a:hover {
	opacity: .6;
}

#ct_bg .mainArea01 > .inner01 > .image01,
#ct_bg .mainArea01 > .inner01 > .movieWrap01 {
	display: none;
}

#ct_bg .mainArea01 > .inner01 > .image01 img {
	width: 100%;
}

#ct_bg #video01,
#ct_bg #videoOverlay01 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}
 
#ct_bg #video01 {
	z-index: 2;
}
 
#ct_bg #videoOverlay01 {
	background: rgba(0,0,0,.2);
	z-index: 3;
}

#ct_bg .subSection01 {
	position: relative;
	z-index: 1;
	padding-top: 2px;
	background-color: #e8e8e8;
	overflow: hidden;
}
#ct_bg .subSection01.type01 {
	background-color: #f4f4f4;
}
#ct_bg .subSection01.type02 {
	background-color: #fff;
}
#ct_bg .subSection01.type03 {
	background-color: #fff;
}

#ct_bg .subSection01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}

#ct_bg .subSection01 > .inner01 {
	position: relative;
	z-index: 43;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

#ct_bg .subSection01.type03 > .inner01 {
	padding-top: 20px;
	padding-bottom: 22px;
}

#ct_bg .subSection01 > .inner01::before {
	position: absolute;
	top: -18px;
	left: 0;
	width: 36px;
	z-index: 99999;
	height: 36px;
	border-radius: 50%;
	border: solid 2px #fff;
	background-color: #f4f4f4;
	content: "";
}
#ct_bg .subSection01.type01 > .inner01::before {
	background-color: #e8e8e8;
}

#ct_bg .subSection01.type02 > .inner01::before {
	background-color: #e8e8e8;
}

#ct_bg .subSection01.type03 > .inner01::before {
	background: none;
	width: 0;
	height: 0;
}

#ct_bg .frameArea01 + .subSection01 {
	margin-top: 60px;
}

#ct_bg .frameArea01 + .subSection01 > .inner01::before {
	background-color: #fff;
}

#ct_bg .heading01 {
	text-align: center;
}

#ct_bg .col01 {
	width: 460px;
	margin-top: 35px;
}

#ct_bg .col01 > .text01 {
	font-weight: bold;
	font-size: 100%;
}
#ct_bg .col01 > .text01 + .text01 {
	margin-top: 15px;
}

#ct_bg .imgBlock01,
#ct_bg .imgBlock02 {
	margin-top: 30px;
}

#ct_bg .imgBlock01 > .image01 {
	width: 421px;
	margin-right: 6px;
}
#ct_bg .imgBlock01 > .image02 {
	width: 420px;
	margin-left: 6px;
	margin-top: 14px;
}
#ct_bg .imgBlock02 > .image01 {
	width: 440px;
	margin-right: 6px;
}
#ct_bg .imgBlock02 > .image02 {
	width: 420px;
	margin-left: 6px;
}

#ct_bg .frameArea01 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/bg_index01.png) repeat 0 0/30px;
	color: #fff;
}

#ct_bg .frameArea01 > .title01 {
	width: 326px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#ct_bg .frameArea01 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea01 > .inner01 .lead01 {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}

#ct_bg .frameArea02 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/bg_index02.png) repeat 0 0/30px;
}

#ct_bg .frameArea02 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea02 > .inner01 > .title01 {
	width: 426px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea02 > .inner01 > .title01 > a {
	transition: opacity .3s;
}

#ct_bg .frameArea02 > .inner01 > .title01 > a:hover {
	opacity: .6;
}

#ct_bg .frameArea03 {
	width: 690px;
	margin: 40px auto 0;
}

#ct_bg .frameArea03 > .inner01 {
	padding: 0 20px 40px;
	background-color: #f4f4f4;
	border-radius: 0 0 20px 20px;
}

#ct_bg .frameArea03 > .inner01 > .button01 {
	width: 300px;
	margin: 30px auto 0;
}

#ct_bg .frameArea04 {
	margin: 20px auto 0;
	width: 700px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 10px 10px 0 #bd77ff;
}

#ct_bg .frameArea04 > .image01 {
	width: 300px;
}

#ct_bg .frameArea05 {
	margin: 50px auto;
	width: 700px;
}

#ct_bg .frameArea05 > .text01 {
	text-align: center;
}

#ct_bg .frameArea05 > .text01 span {
	position: relative;
	font-weight: bold;
	color: #3398db;
	font-size: 125%;
	display: inline-block;
}

#ct_bg .frameArea05 > .text01 span::before {
	position: absolute;
	top: 0;
	left: -12px;
	width: 2px;
	height: 100%;
	background-color: #3398db;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	content: '';
}

#ct_bg .frameArea05 > .text01 span::after {
	position: absolute;
	top: 0;
	right: -12px;
	width: 2px;
	height: 100%;
	background-color: #3398db;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	content: '';
}

#ct_bg .frameArea05 > .movieWrap01 {
	margin-top: 10px;
}

#ct_bg .movieWrap01 {
	position: relative;
	margin-top: 20px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .movieWrap01 > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .list01 > li {
	font-size: 87.5%;
	text-align: center;
}

#ct_bg .btn01 {
	width: 690px;
	margin: 0 auto;
}

#ct_bg .btn02 {
	width: 470px;
}

#ct_bg .btn02:nth-child(even) {
	margin-left: 20px;
}

#ct_bg .btn03 {
	margin-top: 20px;
}

#ct_bg .txt01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .txt02 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 8px 1px;
	background-color: #f45188;
	color: #fff;
}

#ct_bg .notes01 {
	margin-top: 10px;
	font-size: 87.5%;
	text-align: center;
}


/*---------------------------------
	テーブル
---------------------------------*/
/*　テーブル　項目名側　*/
.table01 {
	margin-top: 42px;
}

.table01 th {
	/*　セル内の余白 */
	padding: 10px 15px 10px 15px;
	
	/*　背景色　*/
	background-color: #333;
	
	/*　枠　*/
	border-width: 2px;
	border-color: #e8e8e8;
	border-style: solid;
	
	/*　文字色　*/
	color: #fff;
	
	text-align: center;/* 左右位置 */
	vertical-align: middle;/*上下位置*/
}

.table01 th {
	/*　セル内の余白 */
	padding: 10px 15px 10px 15px;
	
	/*　背景色　*/
	background-color: #333;
	
	/*　枠　*/
	border-width: 2px;
	border-color: #e8e8e8;
	border-style: solid;
	
	/*　文字色　*/
	color: #fff;
	
	text-align: center;/* 左右位置 */
	vertical-align: middle;/*上下位置*/
}


/*　テーブル　入力欄側　*/
.table01 td {
	padding: 10px 15px 10px 15px;
	
	/*　背景色　*/
	background-color: #fff;
	
	/*　枠　*/
	border-width: 2px;
	border-color: #e8e8e8;
	border-style: solid;
	
	/*　文字色　*/
	color: #333;
	
	vertical-align: middle;/*上下位置*/
}

/*---------------------------------
	各セルの幅
---------------------------------*/
.w01 {	width: 16%;}
.w02 {	width: 42%;}
.w03 {	width: 42%;}




@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 .mainArea01 {
	height: auto;
}
	
#ct_bg .mainArea01 > .inner01 {
	padding: 0 4% 60px;
	background-color: #e8e8e8;
}

#ct_bg .mainArea01 > .inner01 > .logo01 {
	display: none;
}

#ct_bg .mainArea01 > .inner01 > .button01 {
	position: static;
	max-width: 315px;
	width: 100%;
	margin: 30px auto 0;
}

#ct_bg .mainArea01.on > .inner01 > .button01 > a:hover {
	opacity: 1.0;
}

#ct_bg .mainArea01 > .inner01 > .text01 {
	position: static;
	margin-top: 5px;
	right: inherit;
	bottom: inherit;
	color: #000;
	font-size: 85.714%;
	text-align: right;
}

#ct_bg .mainArea01 > .inner01 > .logo01,
#ct_bg .mainArea01 > .inner01 > .button01,
#ct_bg .mainArea01 > .inner01 > .text01 {
	opacity: 1.0;
}
	
#ct_bg .mainArea01 > .inner01 > .image01 {
	margin-left: -4%;
	margin-right: -4%;
}

#ct_bg .mainArea01 > .inner01 > .image01,
#ct_bg .mainArea01 > .inner01 > .movieWrap01 {
	display: block;
}

#ct_bg #video01,
#ct_bg #videoOverlay01 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
	
#ct_bg .subSection01 > .inner01::before {
	left: 4%;
}

#ct_bg #video01,
#ct_bg #videoOverlay01 {
	display: none;
}

#ct_bg .subSection01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
	
#ct_bg .subSection01.type02 > .inner01 > .wrap01 p + p {
	margin-top: 20px;
}
	
	

#ct_bg .col01 {
	width: 100%;
}

#ct_bg .col01 > .text01 {
	font-size: 100%;
}

#ct_bg .imgBlock01,
#ct_bg .imgBlock02 {
	padding-left: 4.347%;
	padding-right: 4.347%;
}

#ct_bg .imgBlock01 > .image01 {
	width: 80%;
	margin-right: auto;
	margin-left: 0;
}
#ct_bg .imgBlock01 > .image02 {
	width: 79.682%;
	margin-left: auto;
	margin-right: 0;
	margin-top: -10px;
}
#ct_bg .imgBlock02 > .image01 {
	width: 83.492%;
	margin-right: auto;
	margin-left: 0;
}
#ct_bg .imgBlock02 > .image02 {
	width: 79.841%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 6px;
}

#ct_bg .frameArea01 > .title01 {
	width: 65.33%;
}

#ct_bg .frameArea01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
	
#ct_bg .frameArea01 > .inner01 .lead01 {
	text-align: center;
	font-weight: bold;
	font-size: 114%;
}

#ct_bg .frameArea02 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .frameArea02 > .inner01 > .title01 {
	width: 92.753%;
}
	
#ct_bg .frameArea02 > .inner01 > .title01 > a:hover {
	opacity: 1.0;
}

#ct_bg .frameArea03 {
	width: 100%;
}

#ct_bg .frameArea03 > .inner01 {
	padding-left: 4.347%;
	padding-right: 4.347%;
}

#ct_bg .frameArea03 > .inner01 > .button01 {
	width: 225px;
}

#ct_bg .frameArea04 {
	padding: 20px 3%;
	box-shadow: 5px 5px 0 #bd77ff;
	width: 100%;
}

#ct_bg .frameArea04.wrap01 > .text01{
	width: 58%;
}

#ct_bg .frameArea04 > .image01{
	width: 40%;
}

#ct_bg .frameArea05 {
	margin: 40px auto;
	width: 100%;
}

#ct_bg .list01 > li {
	font-size: 85.714%;
}

#ct_bg .btn01 {
	width: 100%;
}

#ct_bg .btn02 {
	width: 100%;
}

#ct_bg .btn02:nth-child(even) {
	margin-left: 0;
}

#ct_bg .btn02:not(:first-child) {
	margin-top: 10px;
}

#ct_bg .btn03 {
	margin-top: 10px;
}

#ct_bg .txt01 {
	margin-top: 36px;
}

#ct_bg .txt02 {
	padding-left: 15px;
	padding-right: 15px;
}
	
#ct_bg .notes01 {
	font-size: 85.714%;
}

#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 .headTitleArea01 > .inner01 * {
	display: inline;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 0;
}

/*---------------------------------
	テーブル
---------------------------------*/
.table01 th {
	padding: 10px 15px 10px 15px;
	border-width: calc(2px * 2);
}
.table01 td {
	padding: 10px 15px 10px 15px;
	border-width: calc(2px * 2);
}
	
	
/*---------------------------------
	各セルの幅
---------------------------------*/
.w01 {	width: 20%;}
.w02 {	width: 40%;}
.w03 {	width: 40%;}

}

@media screen and (max-width: 340px) {


}


