@charset "utf-8";
#ct_bg {
	overflow-x: hidden;
}

#ct_bg .ctsWrap01 {
	background: url("../img/bg_index03.png") 0 0 /25px 44px repeat;
}

#ct_bg .mainArea01 {
	position: relative;
	margin-top: 6px;
	background-color: #000;
}

#ct_bg .mainArea01 > .image01 {
	width: 1600px;
	min-width: 1600px;
	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 .mainArea01 > .inner01 >.icon01 {
	width: 130px;
	position: absolute;
	left: -75px;
	top: 20px;
	height: 130px;
}

@media screen and (max-width: 1024px) {
#ct_bg .mainArea01 > .inner01 >.icon01 {
	left: 0;
}
}

#ct_bg .cvArea01 {
	background-color: #262626;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

#ct_bg .cvArea01 > .title01 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
}

#ct_bg .cvArea01 > .title01 > .text01 {
	display: block;
	font-size: 1.6rem;
	color: #1d888f;
	font-weight: bold;
	text-align: center;
}

#ct_bg .cvArea01 > .title01 > .text02 {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#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: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .cvArea01 > .inner01 > .image01 {
	width: 230px;
	margin-left: 176px;
}

#ct_bg .cvArea01 > .inner01 > .column01 {
	width: 515px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text01 {
	margin-top: -8px;
	margin-left: 5px;
}

#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 > .text03 {
	font-size: 1.4rem;
	margin-top: 20px;
	margin-left: 5px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text02 > a,
#ct_bg .cvArea01 > .inner01 > .column01 > .text03 > a {
	color: #fff;
}


#ct_bg .leadArea01 {
	padding: 50px 4% 40px;
	background-color: #ebebeb;
}

#ct_bg .leadArea01 > .text01 {
	line-height: 2.0;
	text-align: center;
}

#ct_bg .leadArea01 > .text01 + .text01 {
	margin-top: 25px;
}

#ct_bg .localNavArea01 {
	padding: 60px 4%;
}

#ct_bg .localNavArea01 > .title01 {
	display: table;
	margin-top: -5px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 3.6rem;
	text-align: center;
}

#ct_bg .localNavArea01 > .title01::before {
	position: absolute;
	z-index: -1;
	top: 35px;
	left: 36px;
	width: 185px;
	height: 15px;
	background: url(../img/bg_index01.png) no-repeat 0 0/100%;
	content: "";
}

#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::before {
	position: absolute;
	height: 26px;
	width: 53px;
	left: 0;
	text-align: center;
	top: 16px;
	background: url(../img/icon_index01.png) no-repeat 50% 0/auto 100%;
	content: "";
}
#ct_bg .localNav01 > li:nth-child(2) > a::before {
	background-image: url(../img/icon_index02.png);
}
#ct_bg .localNav01 > li:nth-child(3) > a::before {
	background-image: url(../img/icon_index03.png);
}
#ct_bg .localNav01 > li:nth-child(4) > a::before {
	background-image: url(../img/icon_index04.png);
}

#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: 120px;
	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%23f5d9e3%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E') no-repeat 0 0/100%;
	content: "";
}
#ct_bg .subSection01.type01::before {
	background-image: 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%23ccede1%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
}
#ct_bg .subSection01.type02::before {
	background-image: 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%23e2edf3%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
}
#ct_bg .subSection01.type03::before {
	background-image: 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%23f1e9f5%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
}

#ct_bg .subSection01 > .inner01 {
	position: relative;
	z-index: 1;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .subSection01 > .inner01::before,
#ct_bg .subSection01 > .inner01::after {
	position: absolute;
	z-index: -1;
	content: "";
}
#ct_bg .subSection01 > .inner01::before {
	top: 175px;
	left: -249px;
	width: 338px;
	height: 351px;
	background: url(../img/img_index01.png) no-repeat 0 0;
}
#ct_bg .subSection01 > .inner01::after {
	top: -86px;
	right: -218px;
	width: 332px;
	height: 333px;
	background: url(../img/img_index02.png) no-repeat 0 0;
}
#ct_bg .subSection01.type01 > .inner01::before {
	top: 175px;
	left: -176px;
	width: 294px;
	height: 352px;
	background: url(../img/img_index04.png) no-repeat 0 0;
}
#ct_bg .subSection01.type01 > .inner01::after {
	top: -16px;
	right: -120px;
	width: 289px;
	height: 325px;
	background: url(../img/img_index03.png) no-repeat 0 0;
}
#ct_bg .subSection01.type02 > .inner01::before {
	top: 185px;
	left: -185px;
	width: 294px;
	height: 353px;
	background: url(../img/img_index05.png) no-repeat 0 0;
}
#ct_bg .subSection01.type02 > .inner01::after {
	top: -72px;
	right: -250px;
	width: 393px;
	height: 646px;
	background: url(../img/img_index06.png) no-repeat 0 0;
}
#ct_bg .subSection01.type03 > .inner01::before {
	top: 300px;
	left: -189px;
	width: 304px;
	height: 257px;
	background: url(../img/img_index07.png) no-repeat 0 0;
}
#ct_bg .subSection01.type03 > .inner01::after {
	top: -62px;
	right: -147px;
	width: 295px;
	height: 280px;
	background: url(../img/img_index08.png) no-repeat 0 0;
}

#ct_bg .subSection02 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ebebeb;
}

#ct_bg .subSection02.type01 {
	padding-top: 0;
	padding-bottom: 10px;
	background-color: #fff;
}

#ct_bg .subSection02 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .subSection03 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

#ct_bg .block01 {
	margin-top: 60px;
	position: relative;
}

#ct_bg .block01 + .block01 {
	padding-top: 56px;
}

#ct_bg .block01 + .block01::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 1px;
	margin-left: -15px;
	background-color: #999;
	content: "";
}

#ct_bg .block01 > .text01 {
	margin-top: 12px;
}

#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 .heading01 {
	position: relative;
	margin-top: -15px;
	padding-left: 120px;
	padding-right: 120px;
	font-size: 4.8rem;
	text-align: center;
}

#ct_bg .heading01::before {
	position: absolute;
	top: -50px;
	left: 0;
	width: 90px;
	height: 144px;
	background: url(../img/icon_index01.png) no-repeat 50% 0/auto 100%;
	content: "";
}
#ct_bg .type01 .heading01::before {
	background-image: url(../img/icon_index02.png);
}
#ct_bg .type02 .heading01::before {
	background-image: url(../img/icon_index03.png);
}
#ct_bg .type03 .heading01::before {
	background-image: url(../img/icon_index04.png);
}

#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 {
	margin-top: 50px;
	font-size: 3.6rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#ct_bg .heading03 > span {
	display: block;
	font-size: 1.8rem;
}

#ct_bg .hgroup01 {
	display: table;
	width: 960px;
	margin: 13px auto 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #22489a;
}

#ct_bg .hgroup01 > .logo01 {
	margin-left: 362px;
	width: 235px;
}

#ct_bg .hgroup01 > .btn02 {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
}

#ct_bg .col01 {
	position: relative;
	width: 640px;
	margin: 30px auto 0;
	padding-bottom: 100px;
}

#ct_bg .col01::before {
	position: absolute;
	pointer-events: none;
	z-index: 1;
	top: 20px;
	left: -100px;
	width: 960px;
	height: 500px;
	background: url(../img/txt_index01_pc.png) no-repeat 0 0;
	content: "";
}

#ct_bg .col02 {
	width: 640px;
	margin: 40px auto 0;
}

#ct_bg .col03 {
	width: 392px;
	margin: 20px 15px 0;
}

#ct_bg .col03 > .text01 {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

#ct_bg .col04 {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .col05 {
	width: 640px;
	margin: 20px auto 0;
}

#ct_bg .col06 {
	width: 280px;
	margin-top: 30px;
}

#ct_bg .col06:nth-child(n+4) {
	margin-top: 20px;
}

#ct_bg .col06:not(:nth-child(3n+1)) {
	margin-left: 18px;
}

#ct_bg .col06 > .image01 > a {
	position: relative;
	display: block;
}

#ct_bg .col06 > .image01 > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.6);
	transition: opacity .3s;
	pointer-events: none;
	opacity: 0;
	content: "";
}

#ct_bg .col06 > .image01 > a:hover::before  {
	opacity: 1.0;
}

#ct_bg .col07 {
	width: 48%;
	margin-top: 20px;
}

#ct_bg .col07:nth-child(n+3) {
	margin-top: 40px;
}

#ct_bg .col07Wrap > .col07 {
	width: 280px;
	margin-top: 20px;
}

#ct_bg .col07Wrap > .col07:nth-child(n+4) {
	margin-top: 40px;
}

#ct_bg .col07Wrap > .col07 > iframe {
	min-width: 280px !important;
}

#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 .frameArea02 {
	margin-top: 60px;
}

#ct_bg .frameArea02.type01 {
	margin-top: 0;
}

#ct_bg .frameArea02 > .title01 {
	padding: 15px 10px 14px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #7d4698;
}

#ct_bg .frameArea02.type01 > .title01 {
	background-color: #262626;
}

#ct_bg .frameArea02 > .inner01 {
	padding: 30px 0;
	background-color: #f1e9f5;
}

#ct_bg .frameArea02.type01 > .inner01 {
	background-color: #ebebeb;
}

#ct_bg .frameArea02 > .inner01 > .box01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 30px;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .image01 {
	width: 100px;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .image02 {
	width: 188px;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .column01 {
	margin-left: 20px;
	width: 780px;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .column01 > .list02 {
	margin-top: 0;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .column01 > .title01 {
	font-size: 1.8rem;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .column02 {
	width: 490px;
}

#ct_bg .frameArea02 > .inner01 > .list02 {
	padding: 0 30px;
}

#ct_bg .frameArea03 {
	margin-top: 40px;
	border: solid 1px #ccc;
}

#ct_bg .frameArea04 {
	position: relative;
	width: 960px;
	margin: 60px auto 0;
	padding: 40px;
	border: solid 2px #262626;
	background: url(../img/bg_index02.png) repeat 0 0/8px;
}

#ct_bg .frameArea04 > .title01 {
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
}

#ct_bg .frameArea04 > .icon01 {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

#ct_bg .frameArea05 {
	margin: 40px 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: #00155a;
}

#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 + .list01 {
	margin-top: 25px;
}

#ct_bg .list01.type01 {
	width: 770px;
}

#ct_bg .list01.type02 {
	width: 576px;
}

#ct_bg .list01 > li {
	width: 188px;
	margin-left: 2px;
	margin-right: 2px;
}

#ct_bg .list01.type03 > li:first-child {
	margin-left: 4px;
}
#ct_bg .list01.type03 > li:nth-child(4) {
	margin-right: 4px;
}

#ct_bg .list01.type03 > li:nth-child(n+5) {
	margin-top: 25px;
}

#ct_bg .list01 > li > .text01 {
	margin-top: 5px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
}

#ct_bg .list01 > li:nth-child(n+6) {
	margin-top: 25px;
}

#ct_bg .list01.type01 > li:nth-child(n+5) {
	margin-top: 25px;
}

#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: 30px;
}

#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 .btnList01 > li.btn03 {
	margin-left: 20px;
}

#ct_bg .btn01 {
	display: table;
	margin-top: 10px;
	width: 220px;
}

#ct_bg .btn01 > a {
	display: block;
	padding: 10px 10px 8px;
	border-radius: 100px;
	border: solid 2px #7d4698;
	background-color: #fff;
	color: #7d4698;
	font-weight: bold;
	text-decoration: none;
	transition: background .3s,color .3s;
	text-align: center;
	font-size: 1.4rem;
}

#ct_bg .btn01 > a:hover {
	background-color: #7d4698;
	color: #fff;
}

#ct_bg .btn01 > a > .inner01 {
	position: relative;
	padding-right: 17px;
}

#ct_bg .btn01 > a > .inner01::before {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -9px;
	width: 14px;
	height: 14px;
	right: 0;
	border-top: 1px solid #7d4698;
	border-right: 1px solid #7d4698;
	transition: border .3s;
	transform: rotate(45deg);
	content: "";
}

#ct_bg .btn01 > a:hover > .inner01::before {
	border-color: #fff;
}

#ct_bg .frameArea05 + .btn02 {
	margin: 60px auto 0;
	padding-bottom: 60px;
	text-align: center;
}

#ct_bg .btn02 a {
	display: inline-block;
	position: relative;
	padding: 5px 20px 5px 35px;
	background-color: #fff;
	font-size: 1.4rem;
	border-radius: 20px;
	text-decoration: none;
	text-align: left;
	transition: background .3s;
}

#ct_bg .btn02 > a:hover {
	background-color: #fff000;
	transition: background .3s;
}

#ct_bg .btn02 > a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	content: "";
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg)
}

#ct_bg .btn03 a {
	padding: 0 20px;
	height: 56px;
	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;
	background-color: #fff000;
	border: 1px solid #c2b700;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s;
}

#ct_bg .btnList01 > li.btn03 > a {
	transition: all .3s;
}
#ct_bg .btnList01 > li.btn03 > a:hover {
	opacity: 1;
	background-color: #fff;
	transition: all .3s;
}

#ct_bg .btn03 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: 10px;
	background-color: #c2b700;
	border-radius: 10px;
	color: #fff;
	font-size: 100%;
	padding: 3px 8px 0;
	line-height: 1;
	word-break: normal;
	word-wrap: break-word;
}

#ct_bg .btn04 {
	display: table;
	margin: 10px auto 0;
}

#ct_bg .btn04 > a {
	display: block;
	padding: 10px 30px 8px;
	border-radius: 100px;
	border: solid 2px #22489a;
	background-color: #fff;
	color: #22489a;
	font-weight: bold;
	text-decoration: none;
	transition: background .3s,color .3s;
}

#ct_bg .btn04 > a:hover {
	background-color: #22489a;
	color: #fff;
}

#ct_bg .btn04 > a > .inner01 {
	position: relative;
	padding-right: 17px;
}

#ct_bg .btn04 > a > .inner01::before {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -9px;
	width: 14px;
	height: 14px;
	right: 0;
	border-top: 1px solid #22489a;
	border-right: 1px solid #22489a;
	transition: border .3s;
	transform: rotate(45deg);
	content: "";
}

#ct_bg .btn04 > a:hover > .inner01::before {
	border-color: #fff;
}

#ct_bg .btn05 {
	display: table;
	margin: 10px auto 0;
}

#ct_bg .btn05 > a {
	display: block;
	padding: 10px 30px 8px;
	border-radius: 100px;
	border: solid 2px #22489a;
	background-color: #22489a;
	color: #ff0;
	font-weight: bold;
	text-decoration: none;
	transition: background .3s,color .3s;
	text-align: center;
	font-size: 1.8rem;
}

#ct_bg .btn05 > a:hover {
	background-color: #fff;
	color: #22489a;
}

#ct_bg .btn05 > a > .inner01 {
	position: relative;
	padding-right: 17px;
	display: block;
}

#ct_bg .btn05 > a > .inner01::before {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -9px;
	width: 14px;
	height: 14px;
	right: 0;
	border-top: 1px solid #ff0;
	border-right: 1px solid #ff0;
	transition: border .3s;
	transform: rotate(45deg);
	content: "";
}

#ct_bg .btn05 > a:hover > .inner01::before {
	border-color: #22489a;
}

#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;
	color: #666;
	font-size: 1.2rem;
	line-height: 1.5;
}

#ct_bg .date01 {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 8px;
	border: solid 1px #fff;
	padding: 2px 8px 0;
	color: #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 > ul {
	position: relative;
	overflow: hidden;
	padding-bottom: 51.5625%;
	height: 0;
}

#ct_bg .animeframe01 > ul > li {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 639px) {
#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 .cvArea01 {
	padding-left: 4%;
	padding-right: 4%;
}
	
#ct_bg .cvArea01 > .title01 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
}

#ct_bg .cvArea01 > .title01 > .text01 {
	margin-top: 10px;
	font-size: 1.4rem;
}

#ct_bg .cvArea01 > .title01 > .text02 {
	margin-bottom: 2px;
	font-size: 1.4rem;
}

#ct_bg .cvArea01 > .inner01 {
	display: block;
	width: 100%;
}

#ct_bg .cvArea01 > .inner01 > .image01 {
	width: 66.956%;
	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 .cvArea01 > .inner01 > .column01 > .text03 {
	font-size: 1.2rem;
	margin-left: 0;
}


#ct_bg .leadArea01 {
	padding: 50px 4% 40px;
}

#ct_bg .leadArea01 > .text01 {
	text-align: left;
}

#ct_bg .hgroup01 {
	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%;
	margin-top: 15px;
	padding-bottom: 15px;
}

#ct_bg .hgroup01 > .logo01 {
	display: table-cell;
	vertical-align: middle;
	margin-left: 0;
	padding-right: 4.6377%;
	width: 59.710%;
}

#ct_bg .hgroup01 > .btn02 {
	width: 40.29%;
}

#ct_bg .col01 {
	width: 92.753%;
	padding-bottom: 18.4vw;
}

#ct_bg .col01::before {
	top: inherit;
	bottom: 0;
	left: -1.866vw;
	width: 86.933vw;
	height: 20.666vw;
	background: url(../img/txt_index01_sp.png) no-repeat 0 0/100%;
}
	
#ct_bg .col02 {
	width: 92.753%;
	margin-top: 50px;
}

#ct_bg .localNavArea01 > .title01 {
	font-size: 2.4rem;
}

#ct_bg .localNavArea01 > .title01::before {
	top: 26px;
	left: 24px;
	width: 120px;
	height: 10px;
}

#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: 16vw;
	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%23f5d9e3%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
}
#ct_bg .subSection01.type01::before {
	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%23ccede1%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
}
#ct_bg .subSection01.type02::before {
	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%23e2edf3%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
}
#ct_bg .subSection01.type03::before {
	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%23f1e9f5%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E')
}

#ct_bg .subSection01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
	
#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-left: 4%;
	padding-right: 4%;
	margin-bottom: 30px;
}

#ct_bg .subSection03 > .frameArea02 {
	margin-top: 30px;
}

#ct_bg .block02 > .title01 {
	margin-top: -8px;
	margin-bottom: -10px;
	font-size: 2.4rem;
}

#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: 8px;
	margin-bottom: 20px;
	font-size: 1.2rem;
}

#ct_bg .heading03 {
	font-size: 2.4rem;
}

#ct_bg .col01 {
	width: 92.753%;
	padding-bottom: 18.133vw;
	
}

#ct_bg .col01::before {
	top: inherit;
	bottom: 0;
	left: -1.733vw;
	width: 86.933vw;
	height: 20.666vw;
}

#ct_bg .col02 {
	width: 92.753%;
	margin-top: 50px;
}

#ct_bg .col03 {
	width: 92.753%;
	margin: 20px 15px 0;
}

#ct_bg .col03 > .text01 {
	margin-top: 5px;
	font-size: 1.2rem;
}

#ct_bg .col04 {
	width: 100%;
}
	
#ct_bg .col05 {
	width: 100%;
	margin-top: 25px;
}
	
#ct_bg .col06 {
	width: 48%;
	margin-top: 20px;
}

#ct_bg .col06:nth-child(n+3) {
	margin-top: 10px;
}

#ct_bg .col06:not(:nth-child(3n+1)) {
	margin-left: 0;
}
	
#ct_bg .col06:nth-child(even) {
	margin-left: 4%;
}

#ct_bg .col06 > .image01 > a:hover::before  {
	opacity: 0;
}

#ct_bg .col07 {
	width: 100%;
}

#ct_bg .col07Wrap > .col07 {
	width: 100%;
}

#ct_bg .col07Wrap > .col07:first-child {
	margin-top: 10px;
}

#ct_bg .col07Wrap > .col07:not(:first-child) {
	margin-top: 40px;
}

#ct_bg .frameArea01 {
	padding-left: 8.695%;
	padding-right: 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;
}

#ct_bg .frameArea02 > .title01 {
	padding: 12px 5.797% 11px;
	font-size: 1.6rem;
	line-height: 1.5;
}

#ct_bg .frameArea02 > .inner01 {
	padding: 20px 0;
}
	
#ct_bg .frameArea02.type01 > .inner01 {
	padding-bottom: 30px;
}
	
#ct_bg .frameArea02 > .inner01 > .box01 {
	position: relative;
	display: block;
	padding: 0 5.797%;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .image01 {
	width: 21.311%;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .image02 {
	width: 94px;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .column01 {
	margin-left: 0;
	width: 100%;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .column01 > .list02 {
	margin-top: 15px;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .column01 > .title01 {
	position: absolute;
	left: 26.885%;
	top: 8px;
	width: 67.318%;
	margin-top: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

#ct_bg .frameArea02 > .inner01 > .box01 > .column02 {
	width: 100%;
	margin-top: 30px;
}

#ct_bg .frameArea02 > .inner01 > .list02 {
	padding: 0 5.797%;
}

#ct_bg .frameArea03 {
	margin-top: 40px;
	border: solid 1px #ccc;
}
	
#ct_bg .frameArea04 {
	width: 100%;
	padding: 40px 5.882% 30px;
}

#ct_bg .frameArea04 > .title01 {
	font-size: 2.0rem;
}

#ct_bg .frameArea04 > .icon01 {
	width: 85px;
}

#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: #00155a;
}

#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: 10px auto 0;
}

#ct_bg .list01.type01,
#ct_bg .list01.type02 {
	width: 100%;
}

#ct_bg .list01 > li {
	width: 31.304%;
	margin-left: 1.449%;
	margin-right: 1.449%;
}
	
#ct_bg .list01 > li:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .list01 > li:nth-child(3n) {
	margin-right: 0;
}
	
#ct_bg .list01.type03 > li:first-child {
	margin-left: 0;
}
#ct_bg .list01.type03 > li:nth-child(4) {
	margin-right: 0;
}

#ct_bg .list01 > li > .text01 {
	font-size: 1.2rem;
}

#ct_bg .list01 > li:nth-child(n+4) {
	margin-top: 25px;
}

#ct_bg .list01.type01 > li:nth-child(n+4) {
	margin-top: 25px;
}

#ct_bg .list01.type02 > li:nth-child(n+4) {
	margin-top: 25px;
}

#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: 10px;
}

#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 {
	padding: 8px 8.791% 8px 18.504%;
	border-radius: 10px;
	font-size: 1.2rem;
	transition: none;
}
	
#ct_bg .btn02 > a:before {
	left: 8.791%;
}

#ct_bg .btn02 > a:hover {
	background-color: #fff;
	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;
}
}

@media screen and (max-width:340px) {
#ct_bg .frameArea04 > .title01 {
	font-size: 1.8rem;
}

#ct_bg .frameArea04 > .icon01 {
	width: 70px;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
