@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#wrapper {
	min-width: inherit;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	background: url(../img/bg_common01.png) repeat-y 50% 0/100%;
	color: #fff;
	font-family: "メイリオ", Meiryo, 'Hiragino Sans', "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
}

#ct_bg a {
	color: #ff0;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .snsBtn01 {
	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-top: 60px;
}

#ct_bg .snsBtn01 > li {
	margin: 10px 5px 0;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .header01 {
	position: relative;
	padding-top: 28px;
	padding-bottom: 20px;
	background: url(../img/bg_common03_pc.png) repeat 50% 0;
	overflow-x: hidden;
    overflow-y: hidden;
}

#ct_bg .header01::before {
	position: absolute;
	top: 0;
	left: -300px;
	left: 0;
	width: 553px;
	height: 160px;
	background: url(../img/img_common01.png) no-repeat 0 0;
	content: "";
}

#ct_bg .header01::after {
	position: absolute;
	top: 0;
	right: -70px;
	width: 457px;
	height: 160px;
	background: url(../img/img_common02.png) no-repeat 0 0;
	content: "";
}


#ct_bg > .contents01 > .button01 {
	width: 480px;
	margin: 40px auto;
}



@media screen and (max-width: 1300px) {
#ct_bg .header01::before,
#ct_bg .header01::after {
	content: none;
}
}

#ct_bg .header01 .colWrap01.between {
	width: 586px;
	margin: 0 auto;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .header01 .logo01 {
	width: 400px;
}

#ct_bg .header01 .button01 {
	width: 180px;
	margin-bottom: 10px;
	border: solid 2px #fff;
	border-radius: 50px;
}

#ct_bg .header01 .button01 > a {
	display: block;
	text-align: center;
	width: 100%;
	padding: 9px 6px 7px;
	border-radius: 50px;
	border: solid 1px #000;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
	transition: all .3s;
}

#ct_bg .header01 .button01 > a:hover {
	background-color: #000;
	color: #fff;
}

#ct_bg .footer01 {
	position: relative;
	padding-bottom: 60px;
	border-top: double 6px #646464;
	background-color: #000;
}

#ct_bg .footer01:before {
	left: 0;
	background: url(../img/img_common10.png) no-repeat 0 0/100%;
}
#ct_bg .footer01:after {
	right: 0;
	background: url(../img/img_common11.png) no-repeat 0 0/100%;
}
#ct_bg .footer01:before,
#ct_bg .footer01:after {
	position: absolute;
	top: -30px;
	width: 100px;
	height: 28px;
	content: "";
}

#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 .contents01 {
	padding-bottom: 80px;
}

#ct_bg .mainImg01 > img {
	width: 100%;
}

#ct_bg .txt01 {
	width: 849px;
	margin: 40px auto;
}

#ct_bg .block01 {
	width: 1040px;
	margin: 22px auto 0;
	padding: 0 20px;
}

#ct_bg .block01:first-child {
	margin-top: 16px;
}

#ct_bg .block01 > .text01 {
	font-weight: bold;
}

#ct_bg .block01 > .text02 {
	font-weight: bold;
	padding: 5px 10px;
	background: #000096;
	margin-bottom: 10px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 25px;
}

#ct_bg .block01 > .text02:first-child {
	margin-top: 0;
}

#ct_bg .block01 > .text02.type01 {
	background: #8b0707;
}

#ct_bg .block01 > .text02.type02 {
	background: #006002;
}

#ct_bg .block01 > .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;
	margin-bottom: 30px;
}

#ct_bg .block01 > .image01 {
	width: 517px;
	margin: 30px auto;
}

#ct_bg .col01 {
	width: 300px;
	padding-bottom: 20px;
	background: linear-gradient(#4872ea,#000096)
}

#ct_bg .col01.type01 {
	background: linear-gradient(#e75050,#8b0707)
}

#ct_bg .col01.type02 {
	background: linear-gradient(#30bc33,#006002)
}

#ct_bg .col01 > .image01 {
	width: 100%;
}

#ct_bg .col01 > .text01 {
	color: #000096;
	font-weight: bold;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 5px 0;
	margin: 4px auto 0;
	width: 280px;
}


#ct_bg .col01 > .text01.type01 {
	color: #8b0707;
}

#ct_bg .col01 > .text01.type02 {
	color: #006002;
}

#ct_bg .col01 > .text01:first-child {
	margin-top: 15px;
}

#ct_bg .col01 > .text02 {
	color: #fff;
	font-weight: bold;
	height: 100px;
	margin: 20px;
}

#ct_bg .col02 {
	width: 300px;
}

#ct_bg .col02 > .image01 {
	margin-bottom: 10px;
}

#ct_bg .col03 {
	width: 300px;
}

#ct_bg .col03 > .image01 {
	margin-bottom: 15px;
}

#ct_bg .col03 > .text01 {
	font-weight: bold;
}

#ct_bg .col04 {
	width: 314px;
	border-right: 2px solid #666;
}
#ct_bg .col04:last-child {
	border-right: none;
	width: 312px;
}

#ct_bg .col04 > .text01 {
	text-align: center;
	padding: 5px 0 10px;
	border-bottom: 2px solid #666;
	font-weight: bold;
}

#ct_bg .col04 > .image01 {
	margin: 10px 10px 0;
}

#ct_bg .col05 {
	width: 620px;
	margin: 0 auto;
}

#ct_bg .col06 {
	width: 300px;
}

#ct_bg .col06 > .image01 {
	margin-bottom: 15px;
}

#ct_bg .col06 > .text01 {
	font-weight: bold;
}

#ct_bg .col06:nth-child(n+3) {
	margin-top: 15px;
}

#ct_bg .colWrap01 {
	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;
	width: 100%;
	margin-top: 20px;
}

#ct_bg .col07 {
	width: 30%;
	margin-top: 30px;
}

#ct_bg .col07:not(:nth-child(3n+1)) {
	margin-left: 5%;
}

#ct_bg .col07 > .image01 {
	margin-top: 30px;
}

#ct_bg .col08 {
	max-width: 700px;
	margin: 40px auto 0;
}

#ct_bg .col08 > .title01 {
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .imageWrap01 {
	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;
	margin-bottom: 30px;
}


#ct_bg .subSection01 {
	padding-top: 60px;
}

#ct_bg .subSection01.type02 {
	padding-top: 30px;
}

#ct_bg .subSection01 > .inner01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .subSection01 > .inner01 > .text01 {
	width: 80%;
	margin: 60px auto 0;
	text-align: center;
}

#ct_bg .subSection02 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .subSection03 {
	margin-top: 30px;
}

#ct_bg .subSection03 + .subSection03 {
	margin-top: 60px;
}

#ct_bg .subSection04 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

#ct_bg .subSection04 + .subSection04 {
	padding-top: 75px;
}

#ct_bg .subSection04 .inner01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .titleArea01 {
	padding: 60px 0 0;
}

@media screen and (min-width:1001px) { 
}

@media screen and (max-width:1000px) { 
}


#ct_bg .box01 {
	margin-top: 20px;
}

#ct_bg .box01:first-child {
	margin-top: 30px;
}

#ct_bg .box01 > .title01 {
	margin-bottom: 30px;
	text-align: center;
}

#ct_bg .frameArea01 {
	border: 5px solid #a17c0e;
	border-radius: 20px;
	padding: 30px 0 30px;
	width: 1000px;
	margin: 0 auto 30px;
}

#ct_bg .frameArea01 > .title01 {
	width: 605px;
	margin: 0 auto;
}

#ct_bg .frameArea01 > .text01 {
	font-size: 2.0rem;
	font-weight: bold;
	background: #a17c0e;
	text-align: center;
	padding-top: 2px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 40px;
}

#ct_bg .frameArea01 .courseTitle {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	border-right: 2px solid #666;
	width: 272px;
	padding-left:calc(1.4em + 20px);
	text-indent:-1.4em;
	padding-top: 8px;
	padding-bottom: 12px;
	
	display: flex;
	align-items: center;
}

#ct_bg .frameArea01 .courseSubTitle {
	font-size: 1.6rem;
	font-weight: bold;
	width: 124px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	display: flex;
	align-items: center;
}
#ct_bg .frameArea01 .courseSubTitle.course02,
#ct_bg .frameArea01 .courseSubTitle.course03 {
	display: none;
}
#ct_bg .frameArea01 .buttonWrap {
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	width: 272px;
	display: flex;
	align-items: center;
	padding: 9px 10px;
}

#ct_bg .frameArea01 .buttonWrap.courseNo07,
#ct_bg .frameArea01 .buttonWrap.courseNo14,
#ct_bg .frameArea01 .buttonWrap.courseNo21 {
	padding-bottom: 0;
}

#ct_bg .frameArea01 .buttonWrap .btn02 {
	width: 100%;
}
#ct_bg .frameArea01 .buttonWrap .btn02 a {
	width: 100%;
	padding: 20px 0; 
}


#ct_bg .frameArea01 .courseColumn {
	width: 940px;
	margin: 0 auto;
}
#ct_bg .frameArea01 .courseNo01 {
	order: 1;
	width: 274px;
	margin-left: 122px;
	border-left: 2px solid #666;
}
#ct_bg .frameArea01 .courseNo08 {
	order: 2;
}
#ct_bg .frameArea01 .courseNo15 {
	order: 3;
}
#ct_bg .frameArea01 .courseNo02 {
	order: 4;
}
#ct_bg .frameArea01 .courseNo03 {
	order: 5;
}
#ct_bg .frameArea01 .courseNo10 {
	order: 6;
}
#ct_bg .frameArea01 .courseNo17 {
	order: 7;
}
#ct_bg .frameArea01 .courseNo04 {
	order: 8;
}
#ct_bg .frameArea01 .courseNo05 {
	order: 9;
}
#ct_bg .frameArea01 .courseNo12 {
	order: 10;
}
#ct_bg .frameArea01 .courseNo19 {
	order: 11;
}
#ct_bg .frameArea01 .courseNo06 {
	order: 12;
}
#ct_bg .frameArea01 .courseNo07 {
	order: 13;
}
#ct_bg .frameArea01 .courseNo14 {
	order: 14;
}
#ct_bg .frameArea01 .courseNo21 {
	order: 15;
}

#ct_bg .frameArea02 {
	width: 1000px;
	margin: 0 auto 30px;
	border: 5px solid #000096;
	border-radius: 20px;
}

#ct_bg .frameArea02:last-child {
	margin-bottom: 0;
}



#ct_bg .frameArea02.type01 {
	border-color: #8b0707;
}

#ct_bg .frameArea02.type02 {
	border-color: #006002;
}

#ct_bg .frameArea02.type03 {
	border-color: #a17c0e;
}

#ct_bg .frameArea02 > .title01 {
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	padding: 4px 0;
	background: #000096;
}

#ct_bg .frameArea02 > .title01.type01 {
	background: #8b0707
}

#ct_bg .frameArea02 > .title01.type02 {
	background: #006002;
}

#ct_bg .frameArea02 > .title01.type03 {
	background: #a17c0e;
}


#ct_bg .frameArea02In {
	padding: 30px 25px;
}

#ct_bg .frameArea02In.type01 {
	padding: 30px 0;
	margin-right: 25px;
	margin-left: 25px;
}

#ct_bg .frameArea02In.type01+.frameArea02In.type01 {
	border-top: 2px solid #666;
}

#ct_bg .frameArea02In > .text01 {
	font-weight: bold;
}

#ct_bg .frameArea02In > .text02 {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
}

#ct_bg .frameArea02In > .text03 {
	margin: 10px 0 20px;
	color: #ff0;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .frameArea02In > .text03 > span {
	background: #c00;
	padding: 3px 8px 2px;
	margin: 0 3px;
	line-height: 0;
}

#ct_bg .frameArea02In > .text02:after {
	content: "";
	width: 148px;
	height: 2px;
	background-color: #a17c0e;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#ct_bg .frameArea03 {
	margin-top: 30px;
	padding: 30px 25px;
	border: solid 5px #0f398d;
	border-radius: 20px;
	background-color: rgba(0,0,0,.75);
}

#ct_bg .frameArea03 > .text01 {
	color: #ff0;
	font-size: 2.0rem;
	font-weight: bold;
}

#ct_bg .frameArea03 > .text01:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .frameArea03 > .text01 > .font01 {
	display: inline-block;
	text-indent: -.5em;
}

#ct_bg .frameArea03 > .text02 {
	margin-top: 10px;
	font-weight: bold;
}

#ct_bg .frameArea04 {
	margin-top: 20px;
	padding: 20px 3%;
	border: solid 1px #fff;
}

#ct_bg .frameArea04 > .title01 {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}

#ct_bg .frameArea05 {
	margin-top: 22px;
	padding: 30px 25px;
	border: solid 5px #c00;
	border-radius: 20px;
}

#ct_bg .frameArea05 > .title01 {
	width: 64.21%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea06 {
	padding: 15px 5px 5px;
	border-radius: 10px;
	border: solid 3px #b90000;
	background: rgba(0,0,0,.75);
}

#ct_bg .frameArea06 > .title01 {
	color: #ff0;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}

#ct_bg .frameArea06 > .image01 {
	margin-top: 5px;
}

#ct_bg .frameArea07 {
	margin-top: 5px;
	padding: 10px 15px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	border: 1px solid #fff;
	color: #000;
}

#ct_bg .heading01 {
	position: relative;
	width: calc(100% + 10px);
	width: -webkit-calc(100% + 10px);
	left: -10px;
	margin-bottom: 12px;
	padding-left: 10px;
	color: #ff0;
	font-size: 2.0rem;
	font-weight: bold;
	overflow: hidden;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

#ct_bg .heading01 > span {
	position: relative;
	display: inline-block;
	width: auto;
	padding-right: 20px;
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
}

#ct_bg .heading01 > span::before {
	position: absolute;
	top: 50%;
	right: -1000%;
	width: 1000%;
	height: 6px;
	margin-top: -6px;
	background: url("../../img/bg01.png") no-repeat;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	content: "";
}


#ct_bg .list01 li {
	margin-top: 2px;
	position: relative;
	padding-left: 16px;
}

#ct_bg .list01 li::before {
	position: absolute;
	top: .7em;
	left: 0;
	content: " ";
	width: 8px;
	height: 8px;
	background-color: #ff0;
	border-radius: 50%;
}

#ct_bg .list02 {
	margin-top: 10px;
}

#ct_bg .list02 li {
	margin-top: 2px;
	position: relative;
	padding-left: 14px;
}

#ct_bg .list02 li::before {
	position: absolute;
	top: .7em;
	left: 0;
	content: " ";
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
}

#ct_bg .list03 {
	margin-top: 25px;
}

#ct_bg .list03 > dt {
	float: left;
	clear: left;
	color: #ff0;
	font-weight: bold;
	text-align: left;
}

#ct_bg .list03 > dd {
	font-weight: bold;
	text-align: left;
}

#ct_bg .list04 {
	
}

#ct_bg .list04 > li {
	font-weight: bold;
	margin-left: 1.2em;
	text-indent: -1.2em;
}

#ct_bg .list04 > li:not(:first-child) {
	margin-top: 15px;
}

#ct_bg .list04 > li > .notes01 {
	margin-top: 0;
}

#ct_bg .list04 > li::first-letter {
	display: inline-block;
	margin-right: .2em;
	color: #ff0;
}

#ct_bg .list04 {
	
}



	
#ct_bg .list05 {
	margin-top: 25px;
}

#ct_bg .list05 > dt {
	float: left;
	clear: left;
	color: #ff0;
	font-weight: bold;
	text-align: left;
}

#ct_bg .list05 > dd {
	font-weight: bold;
	text-align: left;
}




#ct_bg .btnList01 {
	margin-top: 20px;
}

#ct_bg .btnList01 > li:not(:first-child) {
	margin-top: 10px;
}

#ct_bg .bnrList01 {
	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;
	max-width: 1000px;
	margin: 0 auto;
}

#ct_bg .bnrList01 > li {
	width: 22%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-top: 30px;
}

#ct_bg .img01 {
	margin: 30px auto 0;
	text-align: center;
}

#ct_bg .img01 + .img01 {
	margin-top: 25px;
}

#ct_bg .img02 {
	margin: 60px auto 0;
	text-align: center;
}

#ct_bg .img03 {
	width: 48.5%;
	margin: 10px auto 0;
}

#ct_bg .img04 {
	width: 92%;
	max-width: 690px;
	margin: 40px auto 0;
}

#ct_bg .btn01 {
	text-align: center;
}

#ct_bg .btn01 > a {
	display: inline-block;
	padding: 13px 30px 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff600;
	box-shadow: inset 2px 2px 0 #fff600, inset -2px -2px 0 #fff600,
	inset 3px 3px 0 #000, inset -3px -3px 0 #000;
	transition: all .3s;
}

#ct_bg .btn01.type01 > a {
	display: block;
	width: 100%;
}

#ct_bg .btn01.type02 > a {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .btn02.type04 > a {
	padding: 20px 0;
	width: 400px;
}


#ct_bg .btn01 > a:hover {
	color: #fff600;
	background-color: #000;
}

#ct_bg .btn02 {
	margin-top: 2px;
	text-align: center;
}

#ct_bg .btn02 > a {
	display: inline-block;
	position: relative;
	padding: 8px 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	border: solid 4px #c00;
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	transition: all .3s;
}

#ct_bg .btn02 > a:hover {
	border: solid 4px #ff6666;
	background-color: #ff6666;
}

#ct_bg .btn02.type01 > a {
	border: solid 4px #000096;
	background-color: #000096;
}

#ct_bg .btn02.type01 > a:hover,
#ct_bg .btn02.type01 > a > .text02 {
	border: solid 4px #4747f9;
	background-color: #4747f9;
}

#ct_bg .btn02.type02 > a {
	border: solid 4px #8b0707;
	background-color: #8b0707;
}

#ct_bg .btn02.type02 > a:hover,
#ct_bg .btn02.type02 > a > .text02 {
	border: solid 4px #ff6666;
	background-color: #ff6666;
}

#ct_bg .btn02.type03 > a {
	border: solid 4px #006002;
	background-color: #006002;
}

#ct_bg .btn02.type03 > a:hover,
#ct_bg .btn02.type03 > a > .text02 {
	border: solid 4px #10a313;
	background-color: #10a313;
}




#ct_bg .btn02 > a > .text02 {
	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;
	position: absolute;
	top: -4px;
	left: -4px;
	width: -webkit-calc(100% + 8px);
	width: calc(100% + 8px);
	height: -webkit-calc(100% + 8px);
	height: calc(100% + 8px);
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	border: solid 4px #ff6666;
	background-color: #ff6666;
	opacity: 0;
	transition: all .5s;
}

#ct_bg .btn02 > a > .text02.success {
	opacity: 1.0;
}

#ct_bg .txt01 {
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}

#ct_bg .txt02 {
	width: 78%;
}

#ct_bg .txt03 {
	display: inline-block;
	margin-top: 5px;
	padding: 8px 15px 5px;
	border: solid 1px #ff0;
	color: #ff0;
	font-weight: bold;
	font-size: 2.0rem;
}

#ct_bg .txt04 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .txt05 {
	margin-top: 20px;
	padding: 15px 10px 10px;
	font-size: 5.0rem;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	text-align: center;
	color: #b90000;
	background-color: #ffff00;
	line-height: 1.2;
}

#ct_bg .img01 + .txt05 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
}

#ct_bg .txt05 + .frameArea07 {
	margin-top: 0;
	border-radius: 0 0 10px 10px;
	border-top: none;
}

#ct_bg .txt06 {
	margin-top: 20px;
	padding: 15px 10px 10px;
	font-size: 2.5rem;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	text-align: center;
	color: #ffff00;
	line-height: 1.5;
	text-shadow:1px 1px 3px #544321;
}

#ct_bg .txt07 {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .txt08 {
	font-weight: bold;
	font-size: 2.0rem;
	padding: 10px;
	text-align: center;
	background: #ff0;
	color: #000;
}

#ct_bg .notes01 {
	margin-top: 10px;
	margin-left: 1.0em;
	text-indent: -1.0em;
	font-weight: normal;
	font-size: 1.4rem;
}

#ct_bg .notes01 + .notes01 {
	margin-top: 0;
}

#ct_bg .color01 {
	color: #ff0;
}
#ct_bg .color02 {
	color: #b90000;
}

#ct_bg .localNavArea01 {
	padding-top: 40px;
	border-top: solid 1px #646464;
	max-width: 1000px;
	margin: 40px auto;
}

#ct_bg .localNavArea01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#ct_bg .localNavArea01 > ul > li {
	width: 32%;
}

#ct_bg .localNavArea01 > ul > li:not(:first-child) {
	margin-left: 2%;
}

#ct_bg .localNavArea01 > ul > li > a {
	transition: all .3s;
}

#ct_bg .localNavArea01 > ul > li > a:hover {
	opacity: .6;
}

#ct_bg .line01 {
	display: inline-block;
	text-decoration: line-through;
}

#ct_bg .bnr01 {
	width: 440px;
	margin: 40px auto 0;
}

#ct_bg .bnr02 {
	width: 360px;
	margin: 30px auto 0;
}

#ct_bg .jqImage01 {
	margin-top: 30px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 6px ridge #9c7728;
	text-align: center;
}

#ct_bg .jqImage01 > a {
	display: block;
	position: relative;
	border: 10px outset #9c7728
}

#ct_bg .jqImage01 > a::before,
#ct_bg .jqImage01 > a::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	transition: opacity .3s;
	content: "";
}
#ct_bg .jqImage01 > a::before {
	z-index: 1;
	background: url(../img/icon_common01_no.png) no-repeat 0 0/100%;
}
#ct_bg .jqImage01 > a::after {
	opacity: 0;
	z-index: 102;
	background: url(../img/icon_common01_on.png) no-repeat 0 0/100%;
}
#ct_bg .jqImage01 > a:hover::after {
	opacity: 1.0;
}

#ct_bg .headTitleArea01 {
	text-align: center;
	background: #023e73;
	padding: 10px 10px 8px;
}

#ct_bg .headTitleArea01 > .text01,
#ct_bg .headTitleArea01 > .text02 {
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	display: inline-block;
}

#ct_bg .headTitleArea01 > .text02 {
	margin-left: 7px;
}

@media screen and (max-width: 639px) {
#ct_bg {
	min-width: inherit;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	word-break: normal;
	word-wrap: break-word;
}

#ct_bg a {
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}
#header {
	border-bottom: #ccc solid 1px;
}
#ct_bg img {
	width: 100%;
	height: auto;
}

#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}
	
#ct_bg .header01 {
	padding: 6vw 0 6vw;
	padding: 3.733vw 0 4.4vw;
	background-image: url(../img/bg_common03_sp.png);
	background-size: cover;
}
	
#ct_bg .header01 .colWrap01.between {
	width: 95.734vw;
	margin-left: 4.2vw;
}

#ct_bg .header01 .logo01 {
	width: 56.66vw;
}

#ct_bg .header01 .button01 {
	width: 37.33vw;
	margin-bottom: 1.6vw;
	border-radius: 50px 0 0 50px;
	border-right: none;
}

#ct_bg .header01 .button01 > a {
	text-align: center;
	font-size: 1.1rem;
	border-right: none;
	padding: 9px 0 7px 3.2vw;
	padding: 3vw 0 3vw 1vw;
	border-radius: 50px 0 0 50px;
}

#ct_bg .header01 .button01 > a:hover {
	background-color: #fff;
	color: #000;
}

#ct_bg .subSection01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
	
#ct_bg .subSection01 > .inner01 > .text01 {
	width: 92.608%;
}
	
#ct_bg .subSection02 {
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .subSection04 {
	max-width: 100%;
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 9.86vw;
}

#ct_bg .subSection04 .inner01 {
	width: 100%;
}
	
#ct_bg titleArea01 {
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .txt01 {
	width: 86.95%;
}

#ct_bg .block01 {
	width: 92%;
	padding: 0;

}

#ct_bg .block01 > .image01 {
	width: 100%;
}

#ct_bg .heading01 {
	font-size: 1.8rem;
}

#ct_bg .col01 {
	width: 100%;
	margin-bottom: 20px;
}

#ct_bg .col01:last-child {
	margin-bottom: 0;
}

#ct_bg .col01 > .text01 {
	width: 94.2%;
}

#ct_bg .col01 > .text02 {
	height: auto;
}

#ct_bg .col02 {
	width: 100%;
	margin-top: 30px;
}

#ct_bg .col02:first-child {
	margin-top: 10px;
}

#ct_bg .col02 > .image01 {
	width: 57.97%;
	margin: 0 auto 10px;
}

#ct_bg .col03 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .col03 > .image01 {
	margin-bottom: 5px;
}

#ct_bg .col04 {
	width: 100%;
	border-right: none;
	border-top: 2px solid #666;
	margin-top: 30px;
	padding-top: 28px;
}
	
#ct_bg .col04:last-child {
	width: 100%;
}
	
#ct_bg .col04:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#ct_bg .col04 > .text01 {
	text-align: center;
	padding: 0 0 0;
	border-bottom: none;
}

#ct_bg .col04 > .image01 {
	margin: 20px 0 0;
}

#ct_bg .col04 > .text01 + .image01 {
	margin: 15px 0 0;
}

#ct_bg .col05 {
	width: 100%;
}

#ct_bg .col06 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .col06 > .image01 {
	margin-bottom: 5px;
}

#ct_bg .col06:nth-child(n+3) {
	margin-top: 20px;
}
	
#ct_bg .col07 {
	width: 100%;
}

#ct_bg .col07:not(:nth-child(3n+1)) {
	margin-left: 0;
}
	
#ct_bg .col07 > .image01 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	
#ct_bg .col07 > .title01 {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	width: 65%;
}
	
#ct_bg .col08 > .title01 {
	max-width: auto;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .box01 > .title01 {
	margin-bottom: 6.75vw;
}

#ct_bg .frameArea01 {
	width: 100%;
}

#ct_bg .frameArea01 > .title01 {
	width: 80.86%;
}

#ct_bg .frameArea01 > .text01 {
	font-size: 1.8rem;
}
	
	
#ct_bg .frameArea01 .courseTitle {
	font-size: 1.4rem;
	font-weight: bold;
	border-right: none;
	width: 100%;
	padding-left: 0;
	text-indent:0;
	padding-top: 0;
	padding-bottom: 8px;
	
	display: inline;
	align-items: inherit;
	text-align: center;
}	
#ct_bg .frameArea01 .courseTitle.course02,
#ct_bg .frameArea01 .courseTitle.course03 {
	border-top: 2px solid #666;
	margin-top: 30px;
	padding-top: 25px;
}

#ct_bg .frameArea01 .courseSubTitle {
	font-size: 1.4rem;
	font-weight: bold;
	width: 100%;
	border-top: none;
	border-right: none;
	display: inline;
	align-items: inherit;
	padding-top: 15px;
}
#ct_bg .frameArea01 .courseSubTitle.course02,
#ct_bg .frameArea01 .courseSubTitle.course03 {
	display: inline;
}
#ct_bg .frameArea01 .buttonWrap {
	border-top: none;
	border-right: none;
	width: 100%;
	display: block;
	align-items: baseline;
	padding: 0 10px;
}

#ct_bg .frameArea01 .buttonWrap.courseNo07,
#ct_bg .frameArea01 .buttonWrap.courseNo14,
#ct_bg .frameArea01 .buttonWrap.courseNo21 {
	padding-bottom: 0;
}

#ct_bg .frameArea01 .buttonWrap .btn02 {
	width: 94.5%;
	max-width: inherit;
}
#ct_bg .frameArea01 .buttonWrap .btn02 a {
	width: 100%;
	padding: 1.1em 0;
}

#ct_bg .btn02.type04 {
	max-width: inherit !important;
	width: 91.04%;
}

#ct_bg .btn02.type04 > a {
	padding: 1.1em 0;
	width: 88%;
}

#ct_bg .frameArea01 .courseColumn {
	width: 91.04%;
	margin: 0 auto 0;
	text-align: center;
}
	
#ct_bg .frameArea01 .courseNo01 {
	order: 1;
	width: 100%;
	margin-left: 0;
	border-left: none;
}
#ct_bg .frameArea01 .courseNo02 {
	order: 2;
}
#ct_bg .frameArea01 .courseNo03 {
	order: 3;
}
#ct_bg .frameArea01 .courseNo04 {
	order: 4;
}
#ct_bg .frameArea01 .courseNo05 {
	order: 5;
}
#ct_bg .frameArea01 .courseNo06 {
	order: 6;
}
#ct_bg .frameArea01 .courseNo07 {
	order: 7;
}
#ct_bg .frameArea01 .courseNo08 {
	order: 8;
}
#ct_bg .frameArea01 .courseNo09 {
	order: 9;
}
#ct_bg .frameArea01 .courseNo10 {
	order: 10;
}
#ct_bg .frameArea01 .courseNo11 {
	order: 11;
}
#ct_bg .frameArea01 .courseNo12 {
	order: 12;
}
#ct_bg .frameArea01 .courseNo13 {
	order: 13;
}
#ct_bg .frameArea01 .courseNo14 {
	order: 14;
}
#ct_bg .frameArea01 .courseNo15 {
	order: 15;
}
#ct_bg .frameArea01 .courseNo16 {
	order: 16;
}
#ct_bg .frameArea01 .courseNo17 {
	order: 17;
}
#ct_bg .frameArea01 .courseNo18 {
	order: 18;
}
#ct_bg .frameArea01 .courseNo19 {
	order: 19;
}
#ct_bg .frameArea01 .courseNo20 {
	order: 20;
}
#ct_bg .frameArea01 .courseNo21 {
	order: 21;
}

#ct_bg .frameArea02 {
	width: 100%;
}

#ct_bg .frameArea02 > .title01 {
	font-size: 1.8rem;
}

#ct_bg .frameArea02In {
	padding: 25px 15px;
}

#ct_bg .frameArea02In.type01 {
	padding: 25px 0;
	margin-right: 15px;
	margin-left: 15px;
}

#ct_bg .frameArea02In > .text02 {
	font-size: 1.8rem;
	margin-bottom: 0;
}

#ct_bg .frameArea02In > .text02:after {
	width: 132px
}

#ct_bg .frameArea02In > .text03 {
	font-size: 1.8rem;
	text-align: left;
}

#ct_bg .frameArea03 > .text01 {
	font-size: 1.8rem;
}
	
#ct_bg .frameArea04 {
	padding-left: 5.797%;
	padding-right: 5.797%;
}

#ct_bg .frameArea04 > .title01 {
	font-size: 1.8rem;
}
	
#ct_bg .frameArea05 {
	padding-left: 15px;
	padding-right: 15px;
}

#ct_bg .frameArea05 > .title01 {
	width: 100%;
}
	
#ct_bg .frameArea06 {
	padding-top: 10px;
}

#ct_bg .frameArea06 > .title01 {
	font-size: 2.0rem;
}

#ct_bg .frameArea06 > .image01 {
	margin-top: 5px;
}
	
#ct_bg .list03 {
	margin-top: 20px;
}

#ct_bg .btnList01 {
	width: 54.339%;
	margin-top: 0;
}

#ct_bg .bnrList01 > li {
	width: 66.666%;
	margin-left: 0;
	margin-right: 0;
}
	
	


#ct_bg .btn01 > a {
	padding: 8px 15px 8px;
	font-size: 1.14rem;
}

#ct_bg .btn01.type01 > a,
#ct_bg .btn01.type02 > a {
	display: inline-block;
	width: auto;
}

#ct_bg .btn01 > a:hover {
	color: #000;
	background-color: #fff600;
}
	
#ct_bg .btn02 {
	max-width: 245px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .btn02 > a {
	padding-top: 8px;
	padding-bottom: 4px;
}
	
#ct_bg .btn02 > a:hover {
	border-color: #c00;
	background-color: #c00;
}

#ct_bg .img01 {
	margin-top: 15px;
}

#ct_bg .img01 + .img01 {
	margin-top: 10px;
}
	
#ct_bg .img03 {
	width: 100%;
}

	
#ct_bg .txt02 {
	font-size: 1.8rem;
}
	
#ct_bg .txt03 {
	font-size: 1.6rem;
}

#ct_bg .txt04 {
	margin-top: 25px;
	font-size: 1.8rem;
}

#ct_bg .txt05 {
	font-size: 1.8rem;
}

#ct_bg .img01 + .txt05 {
	width: 92%;
}

#ct_bg .txt06 {
	font-size: 1.5rem;
}
	
#ct_bg .txt07 {
	font-size: 1.5rem;
}
	
#ct_bg .txt08 {
	font-size: 1.6rem;
}

#ct_bg .notes01 {
	font-size: 1.2rem;
}

#ct_bg .localNavArea01 {
	max-width: 100%;
	margin-left: 4%;
	margin-right: 4%;
}

#ct_bg .localNavArea01 > ul {
	display: block;
}

#ct_bg .localNavArea01 > ul > li {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .localNavArea01 > ul > li:not(:first-child) {
	margin-left: auto;
	margin-top: 20px;
}

#ct_bg .localNavArea01 > ul > li > a:hover {
	opacity: 1.0;
}
	
#ct_bg .bnr01 {
	width: 250px;
}
	
#ct_bg .bnr02 {
	max-width: 360px;
	width: 60%;
}
	
	
#ct_bg .headTitleArea01 {
	padding: 7px 10px 5px;
}
#ct_bg .headTitleArea01 > .text01,
#ct_bg .headTitleArea01 > .text02 {
	font-size: 1.1rem;
	display: block;
}

#ct_bg > .contents01 > .button01 {
	width: 73.6vw;
	margin: 30px auto;
}
	
#ct_bg .titleArea01 {
	width: 69.466vw;
	margin: 0 auto;
	padding: 8.133vw 0 0;
}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
