@charset "UTF-8";
.fcY {
	color: #ffff00;
}

.fcR {
	color: #d00f31;
}
.fcR2 {
	color: #ec0000;
}

.kv_area {
	position: relative;
}

.kv_txt {
    position: absolute;
    display: block;
    top: 40%;
    left: 22%;
    font-size: min(3.334vw, 32px);
    color: #3896ff;
	text-align: center;
}
.kv_txt li {
	padding-bottom: 4%;
}
.kv_txt li span {
	padding: 0 0.5em;
	background-color: #ffffff;
}

@media only screen and (min-width:641px) {
}

.conts01_wrap {
	background-image: url(../img/conts01_bg01.png);
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: top;
    padding-bottom: 4%;
}
.conts01_img01 {
    font-size: 0;
    line-height: 0;
}
.conts01_img02 {
    font-size: 0;
    line-height: 0;
}

.conts01_ttl01 {
	max-width: 779px;
	margin: 0 auto;
	width: 82%;
	padding: 10% 0 6%;
}

.conts01_list>li {
	max-width: 880px;
	margin: 0 auto 5%;
	width: 92%;
	border: solid 3px #ffffff;
	border-radius: 8px;
	background-color: #ffffff;
}

.conts01_list_body {
	padding: 2.2735% 4.0915%;
	font-size: 16px;
}
.conts01_list_body>li:not(:first-child) {
	border-bottom: 2px solid #41a6ec;
	padding-bottom: 3.095%;
	margin-bottom: 3.095%;
}
.conts01_list_body>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


.conts01_list_tag {
	display: flex;
	margin-bottom: 3.095%;
}
.conts01_list_tag li {
    color: #ffffff;
    font-size: 18px;
    padding: 0.1em 0 0.3em;
    width: 90px;
    line-height: 1.0;
    border-radius: 20px;
	text-align: center;
}

.conts01_list_tag li:not(:last-child) {
	margin-right: 16px;
}

.conts01_list_tag .study {
	background-color: #036eb8;
}
.conts01_list_tag .watch {
	background-color: #00a29a;
}
.conts01_list_tag .experience {
	background-color: #ea5514;
}

.conts01_list_ttl {
	font-size: 24px;
	font-weight: bold;
}
.conts01_list_body_inner {
	display: flex;
}

.conts01_list_body_inner>li:first-child {
    width: 32%;
    padding-right: 1.0em;
    box-sizing: border-box;

}

.conts01_list_body_inner>li:last-child {
	width: 68%;
}


.conts01_list_body_inner>li .br {
	margin-bottom: 1.0em;
}

.conts01_list_body_inner>li .fcR {
	font-size: 1.333333em;
}

.conts01_list_body_inner>li .fcR span {
	font-size: 1.5em;
}

.conts01_list_body_btn {
	padding: 2% 0;
}

.conts01_list_body_btn li{
	max-width: 672px;
	margin: 0 auto;
}

.conts01_list_body_btn li:not(:last-child) {
	margin: 0 auto 5.57%;
}

@media only screen and (min-width:641px) {
	.conts01_list>li {
		border: solid 4px #ffffff;
		border-radius: 20px;
	}
	.conts01_list_body {
		font-size: 24px;
	}
	.conts01_list_tag li {
		font-size: 28px;
		width: 163px;
	}

	.conts01_list_ttl {
		font-size: 32px;
	}
}

.conts02_wrap {
	background-image: url(../img/conts02_bg01.png);
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: top;
    padding: 6.9% 0 0;
}

.conts02_ttl01 {
    max-width: 648px;
    margin: 0 auto;
    width: 90%;
}

.conts02_flow {
	max-width: 800px;
    margin: 4.4% auto 0;
    width: 90%;
}
.conts02_flow_img {
	max-width: 644px;
	padding-right: 11.25%;
	margin: 0 auto 4.1%;
    box-sizing: border-box;
}
.conts02_flow_txt {
	text-align: center;
	font-size: 16px;
    padding-bottom: 10%;
}
.conts02_txt01 {
	font-size: 14px;
    max-width: 890px;
    margin: 0 auto;
    width: 93%;
    padding: 6.5% 0 10.8%;
}

@media only screen and (min-width:641px) {
	.conts02_flow_txt {
		text-align: center;
		font-size: 34px;
	}
	.conts02_txt01 {
		font-size: 30px;
	}
}


.notes_ttl {
	max-width: 467px;
    width: 90%;
	margin: 0 auto;
    padding: 11.7% 0 4.5%;
}

.note_wrap {
	font-size: 14px;
    width: 92.5%;
	margin: 0 auto;
}

.notes_subTtl {
	padding-top: 1.0em;
}

.notes_btn {
    max-width: 693px;
    margin: 0 auto;
    width: 90%;
    padding: 5.3% 0 6%;
}

.notes_txt {
	font-size: 14px;
    width: 92.5%;
	margin: 0 auto;
    padding-bottom: 6%;
}

.txtIndent2 {
	padding-left: 1.55em;
	text-indent: -1.55em;
}
.txtIndent3 {
	padding-left: 2.55em;
	text-indent: -2.55em;
}

@media only screen and (min-width:641px) {
	.note_wrap {
		font-size: 30px;
	}
	.notes_txt {
			font-size: 30px;
	}

}

a.txtLink {
	display: inline;
	color: #0000ff;
	text-decoration: underline;
}