@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: #2dbd6c;
	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;
}
*/

/************************************************************
コンテンツ
************************************************************/
.intro .result {
	font-size: 114%;
	margin-bottom: 1em;
}

.intro .result strong{
	font-size: 120%;
}

.intro .result span{
	font-size: 80%;
}

.intro .qrArea {
	text-align: center;
	background-color: #fff3cf;
	padding: 20px 0 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

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

.intro .qrArea .btn a {
	display: block;
	background-color: #2dbd6c;
	padding: 12px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

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

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

.intro .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;
}

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

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

.intro .qrArea .box p {
	font-size: 16px;
	margin-bottom: 5px;
}

.intro p.attention {
	color: #f00;
	text-indent: 0;
	margin-top: 10px;
	background-color: #ffeded;
	padding: 1em;
	border: 1px solid #f00;
}


/*　チャレンジコース　*/
.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: #2dbd6c;
	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 #2dbd6c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.challenge .try {
	display: flex;
	flex-wrap: wrap;
}

.challenge .try li{
	width: calc(50% - 52px);
	border: solid 2px #2dbd6c;
	padding: 20px;
	margin-top: 20px;
	border-radius: 8px;
}

.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;
}
