@charset "UTF-8";


/*** RESET ***/
p {
    text-indent: 0;
}

/************************************************************
全体
************************************************************/
.link{
	margin-top: 5px;
	padding: 0 0 0 15px;
	background: url(/common_images/point_red.gif) no-repeat left center;
}

.pdfLink {
	margin-top: 5px;
	display: inline-block;
	background: url(/common_images/icon_pdf01.gif) no-repeat scroll 0 3px;
	text-indent: 0;
	padding-left: 35px;
	padding-top: 3px;
	min-height: 27px;
	height: auto !important;
}

.h-4 {
	font-size: 130%;
	padding-left: 1.4rem;
	margin-top: 40px;;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}

.h-4:first-of-type{
	margin-top: 0;
}

.h-4:before {
	content: '';
	width: 5px;
	height: 5px;
	border: 5px solid #24c56f;
	/*border: 5px solid #ec6d65;*/
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	border-radius: 100%;
}

table.course {
	width: 100%;
	border: 1px solid #e6e6e6;
	margin: 10px 0 30px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.course  thead td {	
    background-color: #009d45;
	padding: 8px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 114%;
}

table.course th ,
table.course td  {
	text-align: left;
	padding: 20px 15px;
	border: 1px solid #e6e6e6;
}

table.course  th {
	width: 32%;
	font-size: 114%;
	background-color: #f0faf5;
	white-space: nowrap;
}

/*
dl.course {
	padding: 10px 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: #f5f5f5;
}

dl.course dt,dd {
	border-bottom: dashed 1px #AAADB6;
	padding: 15px 0;
}

dl.course dt {
	margin: 0;
	vertical-align: top;
	font-size: 114%;
	font-weight: bold;
	width: 35%;
}

dl.course dd {
	width: 65%;
	padding-left: 0;
}
*/

/************************************************************
コンテンツ
************************************************************/
h3 img {
	width: 100%;
}

#mainArea #infoContents #contentsArea #contLeft h3 {
	text-align: center;
	font-size: 14px;
	margin: 40px 0 ;
}

#mainArea #infoContents #contentsArea #contLeft h3 strong {
	display: block;
	font-size: 36px;
	letter-spacing: 0.1em;
	margin: 10px;
}

#mainArea #infoContents #contentsArea #contLeft h3 .sub {
	font-size: 16px;
	letter-spacing: 0.15em;
}

/* .lead {
	background-color:#fee5e3;
	padding: 1.5em;
} */

.lead h4 {
	color:#e96b62;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	text-align: center;
}

.lead p {
	text-align: center;
}


.lead img {
	width: 100%;
	margin: 2em 0;
}

/* .course {
	margin: 1.5em 0 3em;
	background-color: #f9f9d8;
} */

.course .copy {
	font-size: 1.2em;
	font-weight: bold;
}

.course .kotsu {
	width: calc(100% - 40px);
	background-color: #fff;
	padding: 10px;
	border-radius: 15px;
}

.course .kotsu .icon li img {
	height: 30px;
	vertical-align: middle;
	margin-left: 5px;
}

.course dl {
	margin-top: 1em;
}

.course dl dt {
	width: 14em;
	background-color: #e95105;
	text-align: center;
	padding: 0.4em 0 0.2em;
	border-radius: 1em;
	color: #fff;
	margin-bottom: 0.5em;
}

.course dl + dl dt {
	background-color: #4cb5c5;
}

.course dl dd li + li {
	margin-top: 0.2em;
}

.course .corse_list {
	padding: 5px 10px 10px 5px;
	margin-top: 1em;
	border-radius: 10px;
}

.course .corse_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.course .corse_list li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.course .corse_list li:nth-of-type(even) {
	margin-left: 10px;
}


.course .corse_list li img {
	width: 100%;
}

.report {
	margin: 40px 0;
}

.report .copy {
	font-size: 20px;
	text-align: center;
	margin-bottom: 1em;
}

.report .box {
	border: 1px solid #000;
	padding: 1.5em;
}

.report .box h4 {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.report .box li + li {
	margin-top: 0.5em;
}

.report .copy strong {
	position: relative;
	z-index: 2;
}

.report .copy strong::before {
	content: "";
	width: calc(100% + 20px);
	height: 15px;
	position: absolute;
	left: -10px;
	bottom: -5px;
	background-color: #ecdbff;
	z-index: -1;
}

.report .close {
	width: 20em;
	font-size: 1.1em;
	background-color: #ea5f57;
	display: flex;
	border: 2px solid #ea5f57;
	border-radius: 2em;
	margin: 2em auto 0;
}

.report .close dt {
	width: 7em;
	text-align: center ;
	color: #fff;
	padding: 0.5em 0;
}

.report .close dd {
	width: calc(100% - 7em);
	background-color: #fff;
	text-align: center;
	padding: 0.5em 0;
	border-radius: 0 2em 2em 0;
	color: #ea5f57;
	font-weight: bold;
}

.report .qrArea {
	text-align: center;
	/* background-color: #fff3cf; */
	padding: 1px 0 20px;
	/* margin-top: 20px; */
	/* margin-bottom: 40px; */
}

.report .qrArea .btn {
	width: calc(100% - 50px);
	margin: 20px auto 0;
}

.report .qrArea .btn a {
	display: block;
	background-color: #009d45;
	padding: 12px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.report .qrArea .btn a:hover {
	opacity: 0.8;
}

.report .qrArea .btn a span {
	position: relative;
	padding-left: 20px;
}

.report .qrArea .btn a span:before {
	content: "";
	width: 0;
	height: 0;
	font-size: 0;
	border:  5px solid transparent;
	border-left: 7px solid #fff;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -5px;
}

.report .qrArea .btn.soon a {
		background-color: #ccc;
		pointer-events: none;
		cursor: default;
}

.report .qrArea .box {
	border: 1px solid #009d45;
	padding: 15px 0;
	width: 318px;
	margin: 20px auto 0;
	background-color: #fff;
}

.report .qrArea .box p {
	font-size: 1.1em;
	margin-bottom: 5px;
}

.report .box li {
	text-indent: -1em;
	padding-left: 1em;
}

.report .result .box {
	border: 1px solid #009d45;
	padding: 15px 0;
	width: 318px;
	margin: 20px auto 0;
	background-color: #fff;
}

.report .result .box p {
	font-size: 16px;
	margin-bottom: 5px;
}

.iyc2025 {
	margin: 40px 0;
}

.iyc2025 h4 {
	width: 23em;
	background-color: #2badc3;
	text-align: center;
	padding: 0.25em 0;
	color: #fff;
	font-size: 1.2em;
	border-radius: 1.5em;
	margin-bottom: 1em;
}

.iyc2025 figure {
	width: 80px;
	float: left;
	margin: 0 20px 20px 0;
}	

.iyc2025 figure img {
	width: 100%;
}

.organizer {
	margin: 40px 0;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

.organizer h4 {
	width: 10em;
	background-color: #e83828;
	text-align: center;
	padding: 0.25em 0;
	color: #fff;
	font-size: 1em;
	border-radius: 1.5em;
	margin-bottom: 0.25em;
}

.organizer h4:nth-of-type(2) {
	background-color: #f09400;
}

.organizer h4:not(:first-child) {
	margin-top: 1.5em;
}

.organizer p.main {
	font-size: 1.3em;
	margin-bottom: 0.25em;
}

.organizer p.contact {
	color:#eb6b5f;
	font-size: 1.3em;
	margin-bottom: 0.25em;
	font-weight: bold;
}

/* .contact {
	margin: 40px 0;
	background-color: #fee5e3;
	padding: 20px;
}

.contact h4 {
	width: 10em;
	background-color: #eb6b5f;
	text-align: center;
	padding: 0.25em 0;
	color: #fff;
	font-size: 1em;
	border-radius: 1.5em;
	margin-bottom: 0.25em;
}

.contact p.main {
	color:#eb6b5f;
	font-size: 1.3em;
	font-weight: bold;
} */


/*　チャレンジコース　*/
.challenge {
	margin: 50px 0 0 0;
}

.challenge h4{
	background: #333;
	color: #fff;
	padding: 8px 15px;
	margin-bottom: 15px;
	font-size: 18px;
}

.challenge h6{
	font-size: 114%;
	color: #009d45;
	margin-top: 40px;
	margin-bottom: 5px;
	font-weight: bold;
}

.challenge h6:first-of-type{
	margin-top: 0;
}

.challenge .box {
	overflow: hidden;
}

.challenge .box figure {
    float: right;
    margin: 0 0 0 25px;
}

.challenge .osusume {
    background-color: #f0faf5;
    padding: 15px 30px;
}
.challenge .osusume  li + li {
	margin-top: 5px;
}

.challenge .flow li {
	list-style-type: none;
	background-color: #f0faf5;
	padding: 15px 30px 15px 40px;
	position: relative;
}

.challenge .flow li + li {
	margin-top: 20px;
}

.challenge .flow li:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;	
	border-top: 20px solid #f0faf5;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	left: calc(50% - 10px);
	bottom: -20px;
}

.challenge .flow li:last-child:after {
	content: none;
}

.challenge .flow ol li p:first-child {
	font-size: 114%;
	margin-bottom: 10px;
	font-weight: bold;
	text-indent: -1.6em;
}


.challenge .katsuyou dl{
	text-align: center;
}

.challenge .katsuyou dl + dl{
	margin-top:  40px;
}

.challenge .katsuyou dl dt{
	font-size: 114%;
	font-weight: bold;
}

.challenge .katsuyou dl dd{
	/* background-color: #ccc; */
	/* padding: 140px; */
	margin-top: 10px;
}

.challenge .try li h6{
	font-size: 120%;
	border-bottom: 1px solid #009d45;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.challenge .try {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.challenge .try li{
	width: calc(50% - 52px);
	border: solid 2px #009d45;
	padding: 14px;
	margin-top: 10px;
	border-radius: 16px;
}

.challenge .try li:nth-of-type(even) {
	margin-left: 10px;
}

.challenge .try li figure {
	margin: 10px 0 0;
	text-align: center;
	float: none;
}

.challenge .try li figure img{
	width: 100%;
	border: solid 1px #e6e6e6;
}

.challenge .katsuyou .youtube {
	position: relative;
	width: 570px;
/*
	max-width: 874px;
*/
	padding-top: 56.25%;
	margin: 10px 0 10px;
}

.challenge .katsuyou .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 570px;
}
