@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap');

#ct_bg {
	overflow-x: hidden;
}

#ct_bg .ctsWrap01 {
	background: #01a0e9;
}

#ct_bg .mainArea01 {
	position: relative;
	background: url(../img/bg_index01.jpg) no-repeat 0 0 / cover;
}

#ct_bg .mainArea01 > .image01 {
	width: 1200px;
	min-width: 1200px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#ct_bg .mainArea01 > .inner01 {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 0;
	left: 50%;
	transform: translateX(-50%);
}

#ct_bg .headTitle01 {
	text-align: center;
	color: #0080cc;
	font-size: 3.6rem;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #fffbd9;
	padding: 30px 0;
}

#ct_bg .cvArea01 {
	background: url(../img/bg_index02.png) repeat 0 0;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #000;
}

#ct_bg .cvArea01 > .button01 {
	width: 240px;
	margin: 30px auto 0;
}

#ct_bg .cvArea01 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .cvArea01 > .inner01 > .image01 {
	width: 285px;
}

#ct_bg .cvArea01 > .inner01 > .column01 {
	width: 530px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text01 {
	margin-top: -8px;
	margin-left: 5px;
	font-weight: bold;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text01 > .font01 {
	font-size: 2.4rem;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text02 {
	font-size: 1.4rem;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 23px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text02 > a {
	color: #fff;
}

#ct_bg .localNav01 {
	width: 730px;
	margin: 24px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .localNav01 > li {
	width: 360px;
	padding: 1px;
	border: solid 1px #ccc;
}

#ct_bg .localNav01 > li:nth-child(n+3) {
	margin-top: 10px;
}

#ct_bg .localNav01 > li > a {
	position: relative;
	display: block;
	padding: 14px 20px 11px 60px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	transition: background .3s;
}

#ct_bg .localNav01 > li > a:hover {
	background-color: #f5d9e3;
}
#ct_bg .localNav01 > li:nth-child(2) > a:hover {
	background-color: #ccede1;
}
#ct_bg .localNav01 > li:nth-child(3) > a:hover {
	background-color: #e2edf3;
}
#ct_bg .localNav01 > li:nth-child(4) > a:hover {
	background-color: #f1e9f5;
}

#ct_bg .localNav01 > li > a::after {
	position: absolute;
	width: 0;
	height: 0;
	right: 2px;
	bottom: 2px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #e50050 transparent;
	content: "";
}
#ct_bg .localNav01 > li:nth-child(2) > a::after {
	border-color: transparent transparent #009b63 transparent;
}
#ct_bg .localNav01 > li:nth-child(3) > a::after {
	border-color: transparent transparent #108ccf transparent;
}
#ct_bg .localNav01 > li:nth-child(4) > a::after {
	border-color: transparent transparent #7d4698 transparent;
}

#ct_bg .subSection01 {
	position: relative;
	padding-top: 125px;
	padding-bottom: 120px;
}

#ct_bg .subSection01::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1600px;
	width: 100%;
	min-height: 400px;
	height: 100%;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221600%22%20height%3D%22400%22%20viewBox%3D%220%200%201600%20400%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%20%3E%3Cpolyline%20points%3D%220%2C0%201600%2C0%200%2C400%200%2C0%22%20fill%3D%22%23d0f0ff%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E') no-repeat 0 0/100%;
	content: "";
}

#ct_bg .subSection01::after {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 54px;
	height: 50px;
	background: url(../img/icon_index01.png) no-repeat 0 0 / 100% auto;
	content: "";
}

#ct_bg .subSection01 > .inner01 {
	position: relative;
	z-index: 1;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .subSection01 > .inner01 .text02 {
	text-align: center;
}

#ct_bg .subSection01 > .inner01 .text02 span {
	display: inline-block;
	text-align: center;
	color: #e60012;
	font-size: 3.6rem;
	line-height: 1;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #f3bfaa;
	min-width: 360px;
	padding: 12px 12px;
	border-radius: 30px;
}

#ct_bg .subSection01 > .inner01 .text03 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px 0 15px;
}

#ct_bg .subSection01 > .inner01 .text03 span {
	color: #e60012;
}

#ct_bg .subSection01 > .inner01::before,
#ct_bg .subSection01 > .inner01::after {
	position: absolute;
	z-index: -1;
	content: "";
}
#ct_bg .subSection01 > .inner01::before {
	top: 172px;
	left: -151px;
	width: 223px;
	height: 386px;
	background: url(../img/img_index01.png) no-repeat 0 0;
}
#ct_bg .subSection01 > .inner01::after {
	top: 120px;
	right: -221px;
	width: 317px;
	height: 253px;
	background: url(../img/img_index02.png) no-repeat 0 0;
}
#ct_bg .subSection01.type01 > .inner01::before {
	top: 83px;
	left: -175px;
	width: 293px;
	height: 349px;
	background: url(../img/img_index03.png) no-repeat 0 0;
}
#ct_bg .subSection01.type01 > .inner01::after {
	top: -23px;
	right: -120px;
	width: 289px;
	height: 325px;
	background: url(../img/img_index04.png) no-repeat 0 0;
}
#ct_bg .subSection01.type02 > .inner01::before {
	top: 83px;
	left: -176px;
	width: 294px;
	height: 351px;
	background: url(../img/img_index05.png) no-repeat 0 0;
}
#ct_bg .subSection01.type02 > .inner01::after {
	top: -17px;
	right: -201px;
	width: 339px;
	height: 451px;
	background: url(../img/img_index06.png) no-repeat 0 0;
}
#ct_bg .subSection01.type03 > .inner01::before,
#ct_bg .subSection01.type03 > .inner01::after {
	background: none;
}
#ct_bg .subSection02 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ebebeb;
}

#ct_bg .subSection02.type01 {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
}

#ct_bg .subSection02 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .subSection03 {
	background-image: -moz-linear-gradient( -90deg, rgb(208,240,255) 0%, rgb(0,128,204) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(208,240,255) 0%, rgb(0,128,204) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(208,240,255) 0%, rgb(0,128,204) 100%);
	padding: 60px 0;
}

#ct_bg .subSection03 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .subSection03 > .inner01 > .text01 {
}

#ct_bg .subSection03 > .inner01 > .text01 + .text01 {
	margin-top: 1em;
}

#ct_bg .subSection03 > .inner01 > .movieArea {
	margin: 40px 95px 56px;
}

#ct_bg .subSection03 > .inner01 > .wrap01 + .wrap01 {
	margin-top: 19px;
}

#ct_bg .subSection04 {
	padding-top: 50px;
	padding-bottom: 60px;
}

#ct_bg .subSection04 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .subSection04 > .inner01 > .text01 {
	text-align: center;
	color: #0080cc;
	font-size: 3.6rem;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom: 30px;
}

#ct_bg .subSection04 > .inner01 > .anchorList02 {
	margin-bottom: 40px;
}

#ct_bg .subSection04 > .inner01 > .anchorList02 li {
	width: 49.5%;
}

#ct_bg .subSection04 > .inner01 > .anchorList02 li:nth-child(n + 3) {
	margin-top: 10px;
}

#ct_bg .subSection04 > .inner01 > .anchorList02 li a {
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: #e60012 url(../img/icon_index01.png) no-repeat 8px 50% / 29px auto;
	border: 2px solid #ffe100;
	border-radius: 10px;
	padding: 12px 15px 12px 45px;
	position: relative;
	text-decoration: none;
	transition: background .3s;
}

#ct_bg .subSection04 > .inner01 > .anchorList02 li a:hover {
	background: #ff9000 url(../img/icon_index01.png) no-repeat 8px 50% / 29px auto;
}

#ct_bg .subSection04 > .inner01 > .anchorList02 li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -5px;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#ct_bg .block01 {
	margin-top: 82px;
	position: relative;
}

#ct_bg .block01.type02 {
	margin-top: 60px;
}

#ct_bg .block01.type02 + .block01.typeBorder {
	margin-top: 80px;
	padding-top: 62px;
}

#ct_bg .block01.typeBorder {
	margin-top: 53px;
	padding-top: 62px;
}

#ct_bg .block01.typeBorder::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 1px;
	margin-left: -15px;
	background-color: #999;
	content: "";
}

#ct_bg .block02 + .block02 {
	margin-top: 60px;
}

#ct_bg .block02 > .title01 {
	margin-top: -15px;
	margin-bottom: -20px;
	font-weight: bold;
	font-size: 3.6rem;
	text-align: center;
}

#ct_bg .block03 {
	padding-top: 50px;
	padding-bottom: 60px;
}

#ct_bg .block03 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .block03 > .inner01 > .text01 {
	text-align: center;
	color: #0080cc;
	font-size: 3.6rem;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom: 30px;
}

#ct_bg .block03 > .inner01 > .bnrList01 {
	margin-bottom: 40px;
}

#ct_bg .block03 > .inner01 > .bnrList01 li {
	width: 48.5%;
}

#ct_bg .block03 > .inner01 > .bnrList01 li span {
	display: block;
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .block03 > .inner01 > .bnrList01 li a img:hover {
	transition: 0.5s;
	opacity: 0.5 ;
}

#ct_bg .heading01 {
	position: relative;
	margin-top: -15px;
	padding-left: 100px;
	padding-right: 100px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 4.8rem;
	text-align: center;
}

#ct_bg .heading02 {
	position: relative;
	top: -7px;
	font-size: 2.4rem;
	text-align: center;
}

#ct_bg .heading02:not(:first-child) {
	margin-top: 60px;
}

#ct_bg .heading02 > .text01 {
	display: block;
	margin-top: 2px;
	margin-bottom: 15px;
	color: #666;
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .heading03 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 3.6rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#ct_bg .heading03:not(:first-child) {
	margin-top: 50px;
}

#ct_bg .heading03 > span {
	display: block;
	font-size: 1.8rem;
}

#ct_bg .hgroup01 {
	width: 100%;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#ct_bg .hgroup01 > .inner01 {
	display: table;
	width: 960px;
	margin: 0 auto 0;
}

#ct_bg .hgroup01 > .inner01  > .logo01 {
	margin-left: 322px;
	width: 315px;
}

#ct_bg .hgroup01 > .inner01  > .btn02 {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}

#ct_bg .col01 {
	width: 640px;
	margin: 29px auto 0;
}

#ct_bg .col02 {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .col03 {
	width: 464px;
	padding: 0 29px;
}

#ct_bg .col04 {
	width: 464px;
	padding-top: 18px;
}

#ct_bg .col05 {
	width: 464px;
	padding-top: 91px;
	position: relative;
}

#ct_bg .col05 .text01 {
	position: absolute;
	top: 0;
	left: 0;
}

#ct_bg .col05 .inner01 {
	background: #cc7eb2;
	border-radius: 5px;
	padding: 30px 10px 10px;
}

#ct_bg .col06 {
	width: 464px;
	padding-top: 25px;
}

#ct_bg .col07 {
	text-align: center;
	width: 465px;
	background: url("../img/bg_index03.png") repeat 0 0;
	border: 2px solid #ffe100;
	border-radius: 10px;
	padding: 24px 0 20px;
}

#ct_bg .col07 .text01 {
	color: #0080cc;
	font-size: 2.8rem;
	line-height: 1.2857;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-bottom: 13px;
}

#ct_bg .col07 + .col07 .text01 {
	margin-bottom: 20px;
}

#ct_bg .col07 .text02 {
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	margin-left: 25px;
	margin-bottom: 13px;
}

#ct_bg .frameArea01 {
	margin-top: 60px;
	padding: 30px;
	border: solid 1px #ccc;
}

#ct_bg .frameArea01 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .frameArea01 > .inner01 > .image01 {
	width: 200px;
}

#ct_bg .frameArea01 > .inner01 > .column01 {
	width: 470px;
}

#ct_bg .frameArea01 > .inner01 > .column01 > .text01 {
	margin-top: -8px;
	font-size: 1.4rem;
}


#ct_bg .frameArea03 {
	margin-top: 40px;
	border: solid 1px #ccc;
}

#ct_bg .frameArea05 {
	margin: 30px auto 0;
	padding: 30px 30px;
	border-radius: 20px;
	background-color: #fff;
	width: 960px;
}

#ct_bg .frameArea05 .title01 {
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #00155a;
}

#ct_bg .frameArea05 .title01.type01 {
	padding-top: 20px;
	border-top: 2px solid #e60012;
}

#ct_bg .frameArea05 .title02 {
	margin-top: 40px;
	padding: 5px 10px;
	background-color: #e60012;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

#ct_bg .frameArea05 .title02.type01 {
	border: 1px solid #ccc;
	border-bottom: none;
}

#ct_bg .frameArea05 .title03 {
	margin-top: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #00155a;
}

#ct_bg .frameArea05 .table01 {
	margin-top: 25px;
	border: 1px solid #ccc;
}

#ct_bg .frameArea05 .table01 th,
#ct_bg .frameArea05 .table01 td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}

#ct_bg .frameArea05 .table02 {
	border: 1px solid #ccc;
	width: 100%;
}

#ct_bg .frameArea05 .table02 th {
	background-color: #e60012;
	color: #fff;
}

#ct_bg .frameArea05 .table02 th,
#ct_bg .frameArea05 .table02 td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}

#ct_bg .frameArea05 .listItem01 {
	margin-top: 25px;
}

#ct_bg .frameArea05 .listItem01 li {
	position: relative;
	padding: 0 0 0 1.3em;
	vertical-align: middle;
	text-decoration: none;
}

#ct_bg .frameArea05 .listItem01 li:before {
	position: absolute;
	top: .5em;
	left: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background-color: #e60012;
	border-radius: 4px;
	content: "";
	vertical-align: middle;
}

#ct_bg .frameArea05 .listItem02 {
	margin-top: 25px;
	counter-reset:listItem02_num;
}

#ct_bg .frameArea05 .listItem02 > li {
	position: relative;
	padding-left: 1.3em;
}

#ct_bg .frameArea05 .listItem02 > li:nth-child(n+10) {
	padding-left: 1.8em;
}

#ct_bg .frameArea05 .listItem02 > li:before {
	position: absolute;
	left: 0;
	counter-increment: listItem02_num;
	content: counter(listItem02_num);
	color: #e60012;
	font-weight: bold;
}

#ct_bg .frameArea05 .listItem02 > li:after {
	position: absolute;
	top: 0;
	left: .7em;
	content: "";
	color: #e60012;
	font-weight: bold;
}

#ct_bg .frameArea05 .textBlock01 {
	margin-top: 30px;
	padding: 15px 20px;
	border: 1px solid #e60012;
}

#ct_bg .frameArea05 .button01 {
	margin-top: 25px;
}

#ct_bg .frameArea05 .button01 > a {
	display: inline-block;
	position: relative;
	padding: 15px 20px 15px 44px;
	min-width: 220px;
	background-color: #fff000;
	border: 1px solid #c2b700;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	transition: background .3s;
}

#ct_bg .frameArea05 .button01 > a:hover {
	background-color: #fff;
	transition: background .3s;
}

#ct_bg .frameArea05 .button01 > a:before {
	position: absolute;
	top: 50%;
	left: 13px;
	content: "";
	margin-top: -7px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #999900;
	border-right: 2px solid #999900;
	transform: rotate(45deg)
}

#ct_bg .frameArea05 .text01 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;

}
#ct_bg .frameArea05 .text01 > time {
	position: relative;
	padding-left: 10px;
	background-color: #fff;
	color: #00155a;
	text-align: right;
	font-size: 1.4rem;
	z-index: 1;
}

#ct_bg .frameArea05 .text01::before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background-color: #e60012;
	content: "";
}

#ct_bg .frameArea05 .text02 {
	margin-top: 10px;
}

#ct_bg .frameArea05 .text03 {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #666;
}

#ct_bg .frameArea05 .text04 {
	margin-top: 40px;
}

#ct_bg .frameArea05 .title02 + .text02,
#ct_bg .frameArea05 .title03 + .text02 {
	margin-top: 25px;
}

#ct_bg .frameArea05 .image01 {
	margin-top: 20px;
}

#ct_bg .frameArea05 .qaList01Wrap {
  padding: 13px 0 13px;
}

#ct_bg .frameArea05 .qaList01Wrap .qaList01 + .qaList01 {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding-top: 35px;
}

#ct_bg .frameArea05 .qaList01Wrap .qaList01 dt,
#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd {
	font-size: 1.6rem;
  padding-left: 42px;
  position: relative;
}

#ct_bg .frameArea05 .qaList01Wrap .qaList01 dt {
  font-weight: bold;
}
#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd {
  margin-top: 20px;
}

#ct_bg .frameArea05 .qaList01Wrap .qaList01 dt .mark,
#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd .mark {
  position: absolute;
  top: -2px;
  left: 0;
  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  
	font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  background: #e60012;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd .mark {
  background: #01a0e9;
}

#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd ul li {
  padding-left:1em;
  text-indent:-1em;
}

#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd ul li::before {
  content: '・';
}



#ct_bg .txtBlock01 .title01 {
	margin-top: -4px;
	font-weight: bold;
	font-size: 1.8rem;
}

#ct_bg .txtBlock01 > .text01 {
	margin-top: -5px;
}

#ct_bg .txtBlock01 > .text01 > .font01 {
	font-size: 2.4rem;
}

#ct_bg .list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 10px auto 0;
}

#ct_bg .list01.type01 {
	width: 964px;
}

#ct_bg .list01 > li {
	width: 235px;
	margin-left: 3px;
	margin-right: 3px;
}

#ct_bg .list01 > li > .text01 {
	margin-top: 7px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
}

#ct_bg .list01.type01 > li:nth-child(n+5),
#ct_bg .list01.type02 > li:nth-child(n+4) {
	margin-top: 25px;
}

#ct_bg .list02 {
	margin-top: 15px;
}

#ct_bg .list02.type01{
	margin-top: 0;
}

#ct_bg .list02.type02{
	margin-top: 15px;
	text-align: center;
}

#ct_bg .list02 > li {
	margin-left: 1.3em;
	text-indent: -1.3em;
	color: #666;
	font-size: 1.4rem;
}

#ct_bg .list02.type01 > li {
	text-align: center;
}

#ct_bg .list02 > li::before {
	content: '※';
}

#ct_bg .list02 > li:not(:first-child) {
	margin-top: -2px;
}

#ct_bg .list03 {
	margin-top: 8px;
}

#ct_bg .list03 > li {
	font-size: 1.4rem;
}

#ct_bg .list04 {
	margin: 20px 0 0;
	padding-bottom: 10px;
	width: 100%;
	background-color: #d8c1e3;
	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 .list04 > li:not(:nth-child(1)) {
	margin-left: 10px;
}

#ct_bg .btnList01 {
	margin-top: 0px;
	margin-left: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .btnList01 > li {
	height: 56px;
}

#ct_bg .btnList01 > li:not(:first-child) {
	margin-left: 10px;
}

#ct_bg .btnList01 > li img {
	width: auto;
	height: 100%;
}

#ct_bg .btnList01 > li > a {
	transition: opacity .3s;
}

#ct_bg .btnList01 > li > a:hover {
	opacity: .5;
}

#ct_bg .frameArea05 + .btn02 {
	margin: 60px auto 0;
	padding-bottom: 60px;
	text-align: center;
}

#ct_bg .btn02 a {
	display: inline-block;
	position: relative;
	padding: 4px 25px 2px 39px;
	color: #fff;	
	background-color: #e60012;
	font-size: 1.4rem;
	border-radius: 20px;
	text-decoration: none;
	text-align: left;
	transition: background .3s;
}

#ct_bg .btn02 > a:hover {
	background-color: #ff9000;
	transition: background .3s;
}

#ct_bg .btn02 > a:before {
	position: absolute;
	top: 50%;
	left: 28px;
	content: "";
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-135deg)
}

#ct_bg .color01 {
	color: #e5004f;
}

#ct_bg .color02 {
	color: #009b63;
}

#ct_bg .color03 {
	color: #108ccf;
}

#ct_bg .color04 {
	color: #7d4698;
}

#ct_bg .line01 {
	position: relative;
	z-index: 1;
	display: inline-block;
}

#ct_bg .line01::before {
	position: absolute;
	z-index: -1;
	bottom: 9px;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #fff000;
	content: "";
}

#ct_bg .img01 {
	display: none;
}

#ct_bg .img02 {
	margin: 40px auto 0;
	text-align: center;
}

#ct_bg .copyrights01 {
	width: 960px;
	margin: 0 auto 15px;
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

#ct_bg .date01 {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 8px;
	border: solid 1px #0080cc;
	padding: 2px 8px 0;
	color: #0080cc;
	background: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}

#ct_bg .txt01 {
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .wrap01 > .qaBtn01 {
	margin-left: 15px;
}

#ct_bg .pdfBtn01:nth-child(1),
#ct_bg .qaBtn01:nth-child(1) {
	margin-left: 0;
}

#ct_bg .animeframe01 {
}

#ct_bg .animeframe01 > ul {
	position: relative;
	overflow: hidden;
	padding-bottom: 63.03%;
	height: 0;
}

#ct_bg .animeframe01 > ul > li {
	position: absolute;
	top: 0;
	left: 0;
}

#ct_bg .animeframe02 {
	margin-bottom: 24px;
}

#ct_bg .animeframe02 > ul {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

#ct_bg .animeframe02 > ul > li {
	position: absolute;
	top: 0;
	left: 0;
}

#ct_bg .animeframe02 + .text01 {
	margin-left: -160px;
	margin-right: -160px;
	text-align: center;
}

@media screen and (max-width: 639px) {
	#ct_bg .mainArea01 {
		margin-top: 0;
	}
	
	#ct_bg .mainArea01 > .image01 {
		width: 100%;
		min-width: inherit;
		left: 0;
		transform: translateX(0);
	}

	#ct_bg .mainArea01 > .inner01 > .icon01 {
		width: 22vw;
		position: absolute;
		left: 2%;
		top: 10px;
		height: 22vw;
	}

	#ct_bg .headTitle01 {
		font-size: 2.4rem;
		padding: 8.8vw 0;
	}

	#ct_bg .cvArea01 {
		background: url(../img/bg_index02.png) repeat 0 0 / 15px auto;
		padding-left: 4%;
		padding-right: 4%;
	}

	#ct_bg .cvArea01 > .inner01 {
		display: block;
		width: 100%;
	}

	#ct_bg .cvArea01 > .inner01 > .image01 {
		width: 62%;
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .cvArea01 > .inner01 > .column01 {
		width: 100%;
	}

	#ct_bg .cvArea01 > .inner01 > .column01 > .text01 {
		margin-top: 10px;
		margin-left: 0;
	}

	#ct_bg .cvArea01 > .inner01 > .column01 > .text01 > .font01 {
		font-size: 1.8rem;
	}

	#ct_bg .cvArea01 > .inner01 > .column01 > .text02 {
		font-size: 1.2rem;
		margin-top: 8px;
		margin-left: 0;
	}
	
	#ct_bg .hgroup01 {
		padding-top: 3.5vw;
		padding-bottom: 3.5vw;
	}

	#ct_bg .hgroup01 > .inner01 {
		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: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 92%;
	}

	#ct_bg .hgroup01 > .inner01 > .logo01 {
		display: table-cell;
		vertical-align: middle;
		margin-left: 0;
		width: 61.066vw;
	}

	#ct_bg .hgroup01 > .inner01 > .btn02 {
		width: 24vw;
	}

	#ct_bg .col01 {
		width: 92.753%;
		margin-top: 50px;
	}

	#ct_bg .col02 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .col03 {
		width: 100%;
		padding: 0 8.68vw;
	}

	#ct_bg .col04 {
		width: 100%;
		padding: 0 3.32vw;
	}

	#ct_bg .col05 {
		width: 100%;
		padding-top: 18.1vw;
		position: relative;
	}

	#ct_bg .col05 .text01 {
		position: absolute;
		top: 0;
		left: 0;
	}

	#ct_bg .col05 .inner01 {
		background: #cc7eb2;
		border-radius: 5px;
		padding: 6vw 2.133333333vw 1.733333333vw;
	}

	#ct_bg .col06 {
		width: 100%;
		padding-top: 5.3vw;
	}

	#ct_bg .col07 {
		width: 100%;
		background: url("../img/bg_index03.png") repeat 0 0;
		border: 2px solid #ffe100;
		border-radius: 10px;
		padding: 4vw 0 4vw;
	}

	#ct_bg .col07 + .col07 {
		margin-top: 5.2vw;
		padding: 4vw 0 4.5vw;
	}

	#ct_bg .col07 .text01 {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 2.5vw;
	}

	#ct_bg .col07 + .col07 .text01 {
		margin-bottom: 4.5vw;
	}

	#ct_bg .col07 .text02 {
		font-size: 1.6rem;
		margin-left: 25px;
		margin-bottom: 13px;
	}

	#ct_bg .col07 .image01 {
		width: 72.5%;
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .col07 + .col07 .image01 {
		width: 91.5%;
	}

	#ct_bg .localNav01 {
		width: 100%;
		margin: 24px auto 0;
	}

	#ct_bg .localNav01 > li {
		width: 100%;
	}

	#ct_bg .localNav01 > li:nth-child(n+2) {
		margin-top: 5px;
	}

	#ct_bg .localNav01 > li > a {
		padding: 10px 20px 8px 40px;
		width: 100%;
		font-size: 1.6rem;
	}

	#ct_bg .localNav01 > li > a:hover,
	#ct_bg .localNav01 > li:nth-child(2) > a:hover,
	#ct_bg .localNav01 > li:nth-child(3) > a:hover,
	#ct_bg .localNav01 > li:nth-child(4) > a:hover {
		background-color: #fff;
	}

	#ct_bg .localNav01 > li > a::before {
		height: 17px;
		width: 42px;
		top: 13px;
	}

	#ct_bg .subSection01 {
		padding-top: 30.7vw;
		padding-bottom: 16vw;
	}

	#ct_bg .subSection01::before {
		min-width: inherit;
		min-height: inherit;
		height: 45.066vw;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22750%22%20height%3D%22338%22%20viewBox%3D%220%200%20750%20338%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%20%3E%3Cpolyline%20points%3D%220%2C0%20750%2C0%200%2C338%200%2C0%22%20fill%3D%22%23d0f0ff%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
	}

	#ct_bg .subSection01::after {
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		width: 10.4vw;
		height: 9.6vw;
		background: url(../img/icon_index01.png) no-repeat 0 0 / 100% auto;
		content: "";
	}

	#ct_bg .subSection01 > .inner01 {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}

	#ct_bg .subSection01 > .inner01 .text02 span {
		font-size: 2.4rem;
		line-height: 1;
		min-width: 53.33vw;
		padding: 2.2vw 2vw 2.2vw;
		border-radius: 30px;
	}

	#ct_bg .subSection01 > .inner01 .text03 {
		font-size: 1.8rem;
		margin: 4.2vw 0 5.5vw;
	}

	#ct_bg .subSection01 > .inner01 .text03 span {
		color: #e60012;
	}

	#ct_bg .subSection01 > .inner01 .image01 {
		margin: 6.7vw 0 0;
	}

	#ct_bg .subSection01 > .inner01::before,
	#ct_bg .subSection01 > .inner01::after {
		content: none;
	}

	#ct_bg .subSection02 {
		padding-top: 70px;
	}

	#ct_bg .subSection02.type01 {
		padding-bottom: 10px;
	}

	#ct_bg .subSection02 > .inner01 {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}

	#ct_bg .subSection03 {
		width: 100%;
		padding: 10vw 4vw;
	}

	#ct_bg .subSection03 > .inner01 {
		width: 100%;
	}

	#ct_bg .subSection03 > .inner01 > .text01 + .text01 {
		margin-top: 1.5em;
	}

	#ct_bg .subSection03 > .inner01 > .movieArea {
		margin: 9.5vw 0 7.7vw;
	}

	#ct_bg .subSection03 > .inner01 > .wrap01 + .wrap01 {
		margin-top: 4.3vw;
	}

	#ct_bg .subSection04 {
		padding-top: 14.2vw;
		padding-bottom: 16vw;
	}

	#ct_bg .subSection04 > .inner01 {
		width: 100%;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	#ct_bg .subSection04 > .inner01 > .text01 {
		font-size: 2.4rem;
		margin-bottom: 8.7vw;
	}

	#ct_bg .subSection04 > .inner01 > .anchorList02 {
		margin-bottom: 40px;
	}

	#ct_bg .subSection04 > .inner01 > .anchorList02 li {
		width: 100%;
	}

	#ct_bg .subSection04 > .inner01 > .anchorList02 li:nth-child(n + 2) {
		margin-top: 2.5vw;
	}

	#ct_bg .subSection04 > .inner01 > .anchorList02 li a {
		font-size: 1.6rem;
		background: #e60012 url(../img/icon_index01.png) no-repeat 8px 50% / 29px auto;
		border: 2px solid #ffe100;
		border-radius: 10px;
		padding: 2.5vw 2.5vw 2.5vw 11.5vw;
	}

	#ct_bg .subSection04 > .inner01 > .anchorList02 li a:hover {
		background: #ff9000 url(../img/icon_index01.png) no-repeat 8px 50% / 29px auto;
	}

	#ct_bg .subSection04 > .inner01 > .anchorList02 li a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		margin-top: -5px;
		width: 7px;
		height: 7px;
		border: 0px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#ct_bg .block01 {
		margin-top: 82px;
		position: relative;
	}

	#ct_bg .block01.type02 {
		margin-top: 60px;
	}

	#ct_bg .block01.type02 + .block01.typeBorder {
		margin-top: 16vw;
		padding-top: 15.7vw;
	}

	#ct_bg .block01.typeBorder {
		margin-top: 53px;
		padding-top: 62px;
	}

	#ct_bg .block02 > .title01 {
		margin-top: -8px;
		margin-bottom: -10px;
		font-size: 2.4rem;
	}

	#ct_bg .block03 {
		padding-top: 14.2vw;
		padding-bottom: 16vw;
	}

	#ct_bg .block03 > .inner01 {
		width: 100%;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	#ct_bg .block03 > .inner01 > .text01 {
		font-size: 2.3rem;
		margin-bottom: 6.7vw;
		margin-left: -4vw;
		margin-right: -4vw;
		letter-spacing:-0.1rem;
	}

	#ct_bg .block03 > .inner01 > .bnrList01 {
		margin-bottom: 40px;
	}

	#ct_bg .block03 > .inner01 > .bnrList01 li {
		width: 100%;
	}

	#ct_bg .block03 > .inner01 > .bnrList01 li:nth-child(n + 2) {
		margin-top: 2.5vw;
	}

	#ct_bg .heading01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		min-height: 19.2vw;
		margin-top: -1.666vw;
		padding-left: 13.333vw;
		padding-right: 13.333vw;
		font-size: 6.4vw;
		line-height: 1.5;
	}

	#ct_bg .heading01::before {
		top: 0;
		width: 11.733vw;
		height: 19.2vw;
	}

	#ct_bg .heading02 {
		top: -2px;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	#ct_bg .heading02:not(:first-child) {
		margin-top: 60px;
	}

	#ct_bg .heading02 > .text01 {
		margin-top: 2.5vw;
		margin-bottom: 0;
		font-size: 1.2rem;
	}

	#ct_bg .heading03 {
		font-size: 2.4rem;
	}

	#ct_bg .col01 {
		width: 92.753%;
		padding-bottom: 18.133vw;
		padding-bottom: 0;
		margin-top: 8.7vw;
	}

	#ct_bg .col01::before {
		top: inherit;
		bottom: 0;
		left: -1.733vw;
		width: 86.933vw;
		height: 20.666vw;
	}
	
	#ct_bg .frameArea01 {
		padding: 6.2vw 8.695%;
	}

	#ct_bg .frameArea01 > .inner01 {
		display: block;
	}

	#ct_bg .frameArea01 > .inner01 > .image01 {
		width: 100px;
		float: left;
		margin-top: 4px;
		margin-bottom: 20px;
		margin-right: 8vw;
	}

	#ct_bg .frameArea01 > .inner01 > .column01 {
		width: 100%;
	}

	#ct_bg .frameArea01 > .inner01 > .column01 > .text01 {
		margin-top: 0;
		font-size: 1.2rem;
		line-height: 1.82;
	}

	#ct_bg .frameArea03 {
		margin-top: 40px;
		border: solid 1px #ccc;
	}

	#ct_bg .frameArea05 {
		margin: 40px auto 0;
		padding: 30px 3.623%;
		width: 92%;
	}

	#ct_bg .frameArea05 .title01 {
		font-size: 1.6rem;
	}

	#ct_bg .frameArea05 .title02 {
		font-size: 1.6rem;
	}

	#ct_bg .frameArea05 .title03 {
		font-size: 1.4rem;
	}

	#ct_bg .frameArea05 .textBlock01 {
		margin-top: 30px;
		padding: 15px 6%;
	}

	#ct_bg .frameArea05 .button01 > a {
		padding: 15px 6.25% 15px 13.75;
		min-width: 220px;
		font-size: 1.6rem;
		transition: none;
	}

	#ct_bg .frameArea05 .button01 > a:hover {
		background-color: #fff000;
		transition: none;
	}

	#ct_bg .frameArea05 .text01 {
		font-size: 1.2rem;
	}

	#ct_bg .frameArea05 .text03 {
		font-size: 1.2rem;
	}

	#ct_bg .frameArea05 .qaList01Wrap {
		padding: 8px 0 8px;
	}

	#ct_bg .frameArea05 .qaList01Wrap .qaList01 + .qaList01 {
		border-top: 1px solid #cccccc;
		margin-top: 26px;
		padding-top: 30px;
	}

	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dt,
	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd {
		font-size: 1.4rem;
		padding-left: 32px;
		position: relative;
	}

	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dt {
		font-weight: bold;
	}
	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd {
		margin-top: 20px;
	}

	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dt .mark,
	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd .mark {
		position: absolute;
		top: 0;
		left: 0;

		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;

		font-size: 1.6rem;
		font-weight: normal;
		color: #fff;
		background: #e60012;
		border-radius: 50%;
		width: 24px;
		height: 24px;
	}

	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd .mark {
		background: #01a0e9;
	}

	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd ul li {
		padding-left:1em;
		text-indent:-1em;
	}

	#ct_bg .frameArea05 .qaList01Wrap .qaList01 dd ul li::before {
		content: '・';
	}

	#ct_bg .txtBlock01 {
		position: absolute;
		width: calc(100% - 115px);
		width: -webkit-calc(100% - 115px);
		left: 115px;
		top: 0;
	}

	#ct_bg .txtBlock01 > .title01 {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	#ct_bg .txtBlock01 > .text01 {
		margin-top: 2px;
		line-height: 1.5;
	}

	#ct_bg .txtBlock01 > .text01 > .font01 {
		font-size: 1.8rem;
	}

	#ct_bg .list01 {
		margin: 0 auto 0;
	}

	#ct_bg .list01.type01,
	#ct_bg .list01.type02 {
		width: 100%;
	}

	#ct_bg .list01 > li {
		width: 47.75%;
		margin-left: 2.243%;
		margin-right: 2.243%;
	}

	#ct_bg .list01 > li:nth-child(2n+1) {
		margin-left: 0;
	}

	#ct_bg .list01 > li:nth-child(2n+2) {
		margin-right: 0;
	}

	#ct_bg .list01 > li > .text01 {
		margin-top: 2vw;
		font-size: 1.2rem;
	}

	#ct_bg .list01.type01 > li:nth-child(n+5),
	#ct_bg .list01.type02 > li:nth-child(n+4) {
		margin-top: 0;
	}
	

	#ct_bg .list02.type01{
		margin-top: 10px;
	}

	#ct_bg .list02 > li {
		margin-left: 1.0em;
		text-indent: -1.0em;
		font-size: 1.2rem;
	}

	#ct_bg .list02.type01 > li {
		text-align: left;
	}

	#ct_bg .list02.type02{
		margin-top: 15px;
	}

	#ct_bg .list03 {
		margin-top: 3.5vw;
	}

	#ct_bg .list03 > li {
		font-size: 1.2rem;
	}

	#ct_bg .list04 {
		margin-top: 20px;
		padding-top: 10px;
		display: block;
	}

	#ct_bg .list04 > li:not(:nth-child(1)) {
		margin-left: auto;
	}

	#ct_bg .list04 > li:nth-child(1) {
		margin-top: 0;
	}

	#ct_bg .btnList01 {
		margin-top: 20px;
		margin-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#ct_bg .btnList01 > li {
		height: 42px;
		margin-right: 10px;
	}

	#ct_bg .btnList01 > li:not(:first-child) {
		margin-left: inherit;
		margin-right: 0;
	}

	#ct_bg .btnList01 > li > a:hover {
		opacity: 1.0;
	}

	#ct_bg .btnList01 > li.btn03 {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		width: 88.406%;
	}


	#ct_bg .btnList01 > li.btn03 > a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#ct_bg .btnList01 > li.btn03 > a:hover {
		opacity: 1;
		background-color: #fff000;
	}

	#ct_bg .btn01 {
		margin-left: auto;
		margin-right: auto;
		width: 66%;
	}

	#ct_bg .btn01 > a {
		padding: 11px 5.797%;
	}

	#ct_bg .btn01 > a:hover {
		background-color: #fff;
		color: #7d4698;
	}

	#ct_bg .btn01 > a > .inner01 {
		padding-right: 15px;
	}

	#ct_bg .btn01 > a > .inner01::before {
		margin-top: -8px;
		width: 12px;
		height: 12px;
	}

	#ct_bg .btn01 > a:hover > .inner01::before {
		border-color: #fff;
	}

	#ct_bg .btn01 > a:hover {
		background-color: #fff;
		color: #7d4698;
	}

	#ct_bg .btn01 > a:hover > .inner01::before {
		border-color: #7d4698;
	}

	#ct_bg .btn02 a {
		text-align: right;
		padding: 3.2vw 2.6vw 3.2vw 7.7vw;
		border-radius: 5px;
		font-size: 1.2rem;
		transition: none;
	}

	#ct_bg .btn02 > a:before {
		left: 4.2vw;
	}

	#ct_bg .btn02 > a:hover {
		background-color: #e60012;
		transition: none;
	}

	#ct_bg .btnList01 > li.btn03 {
		height: auto;
	}

	#ct_bg .btn03 a {
		padding: 15px 4%;
		height: auto;
	}

	#ct_bg .btn03 a > span {
		padding: 3px 7px;
	}


	#ct_bg .btn05 a {
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.3;
	}

	#ct_bg .btn05 > a:hover {
		background-color: #22489a;
		color: #ff0;
	}
	#ct_bg .btn05 > a:hover > .inner01::before {
		border-color: #ff0;
	}

	#ct_bg .line01::before {
		bottom: 4px;
		height: 6px;
	}

	#ct_bg .img01 {
		display: block;
		margin-top: 30px;
	}

	#ct_bg .img02 {
		width: 85.333%;
	}

	#ct_bg .copyrights01 {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
		font-size: 1.0rem;
	}

	#ct_bg .copyrights01 br {
		display: none;
	}

	#ct_bg .date01 {
		margin-top: 20px;
		margin-left: 0;
		margin-bottom: 0;
		font-size: 1.1rem;
	}

	#ct_bg .txt01 {
		margin-top: 10px;
		font-size: 1.2rem;
	}

	#ct_bg .wrap01 > .qaBtn01 {
		margin-left: auto;
	}

	#ct_bg .pdfBtn01:nth-child(1) {
		margin-left: auto;
	}
	#ct_bg .qaBtn01 {
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .animeframe02 {
		margin-bottom: 5vw;
	}

	#ct_bg .animeframe02 + .text01 {
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}
}

@media screen and (max-width: 320px) {
	#ct_bg .btn02 > a:before {
		margin-top: -1.7vw;
	}
	#ct_bg .hgroup01 > .inner01 > .btn02 a {
		padding: 3.4vw 2.6vw 3.2vw 5.7vw;
	}
	#ct_bg .hgroup01 > .inner01 > .btn02 > a:before {
		margin-top: -1.5vw;
		left: 3.2vw;
	}
}


/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
