@media screen and (max-width: 768px) {

#main {
	min-width: 100%;
	margin: auto;
}



/*--------------------------------------------------
  mv
--------------------------------------------------*/
.top .mv {
	margin-top: 50px;
	width: 100%;
  background: #c8dcee url("../images/sp-mv-bg.png") center top no-repeat;
	background-size: 100% auto;
	height: auto;
	padding-bottom: 26%;
	position: relative;
}

.top .mv .inner {
	margin: auto;
	width: 100%;
  padding-top: 4.5%;
}

.top .mv h1 {
	width: 92%;
	margin: auto;
	height: auto;
}

.top .mv .t-img01 {
	width: 53%;
	margin-left: 5%;
	height: auto;
	margin-top: 10px;
}

.top .mv .t-img02 a {
  position: absolute;
	width: 96%;
	height: auto;
	margin: auto;
	display: block;
	margin-top: 10px;
	left:0.5%;

}
	
	.top .mv .t-img02 a:hover{
		opacity: 1!important;
	}	
	
	
	
.top .mv .t-img02 .a-tx {
	position: absolute;
	bottom: 21%;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1.8;
	font-size: 2.7vw;
  padding-left:0;
  text-indent:0;
	text-align: center;
}
.top .mv .t-img02 .a-tx span {
	font-weight: bold;
	font-size: 3.2vw;
	margin-bottom: 0.5%;
	display: inline-block;
}
	
	
	
	
	
	
	
/*--------------------------------------------------
  sec01
--------------------------------------------------*/
	
	
.top .sec01 {
	width: 100%;
	border-top: solid #fff224 2px;
	border-bottom: solid #fff224 2px;
	box-sizing: border-box;
	margin-top: 90%;
}

.top .sec01 .inner {
	max-width: 94%;
	margin: auto;
	padding: 20px 0 25px 0;
}

.top .sec01 .ttl {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.top .sec01 .ttl span {
	font-size: 19px;
	font-weight: bold;
}


.top .sec01 .link-box {
	margin-top: 10px;
}
.top .sec01 ul {
	display: flex;
	justify-content: center;
}
.top .sec01 li {
	width: 32%;
	margin: 0 1% ;
}
	
/*--------------------------------------------------
  sec02 com01
--------------------------------------------------*/
.sec02 {
	margin-top: 40px;
}

.sec02 .inner{
	max-width: 90%;
	margin: auto;
}
.com01 .ttl {
	width: 100%;
	height: auto;
	margin: auto;
}


.com01 .link01 a{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
	display: block;
}
.com01 .link02 a{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
	display: block;	
}
	

/*--------------------------------------------------
  sec03   sec04
--------------------------------------------------*/
.sec03 {
	margin-top: 65px;
	background: #fef3ec;
	padding-bottom: 20px;
}

.sec03 .inner {
	width: 94%;
	margin: auto;
	padding: 40px 0 30px 0;
}

.sec04 {
	background: #e8f7f9;
	padding-bottom: 25px;
}

.sec04 .inner {
	width: 94%;
	margin: auto;
	padding: 45px 0 40px 0;
}



/*--------------------------------------------------.com-tll-box-----------------------------------------*/

.content-box {
	margin-bottom: 35px;
	background: #fff;
	border-radius: 10px;
	padding-bottom: 35px;
}
.content-box .con-ttl {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	padding: 15px 0;
	line-height: 1.4;
	border-radius: 10px 10px 0 0;
}

.content-box .con-ttl span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
	.color-box02 .con-ttl {
		line-height: 1;
	}
	
	
.color-box01 .con-ttl {
	background: #ff8637;
}

.color-box02 .con-ttl {
	background: #18ab7d;
}
.color-box03 .con-ttl {
	background: #3182d3;
}


.content-box .box-inner {
	padding: 0 15px;
}


/*--------------------------------------------------color-box01-----------------------------------------*/


.color-box01 .sub01{
	margin-top: 20px;
}
.sec03 .color-box01 .sub01 .left {
	float: none;
	width: 100%;
	height: auto;
	display: block;
}

.sec04 .color-box01 .sub01 .left {
	float: none;
	width: 100%;
	height: auto;
	display: block;	
}


.color-box01 .sub01 .right{
	float: none;
	position: relative;
	margin-top: 20px;
}

.sec03 .color-box01 .sub01 .right .coment {
	width: 100%;
	height: auto;	
	display: block;
	
}

.sec04 .color-box01 .sub01 .right .coment {
	width: 86%;
	height: auto;
	margin: auto;
	display: block;
}

.color-box01 .sub01 .p-link {
	position: absolute;
	bottom: 15%;
	left: 12%;
}

.color-box01 .sub01 .p-link a{
	position: relative;
	font-weight: bold;
	color: #f3400e;
	font-size: 3.5vw;
	text-decoration: underline;
}



.color-box01 .sub01 .p-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #f3400e;
	border-right: solid 2px #f3400e;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}



.sec03 .color-box01 .sub02 {
	background: #f5f5f5;
	border-radius: 7px;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 15px;
}

.sec04 .color-box01 .sub02 {
	background: #f5f5f5;
	border-radius: 7px;
	text-align: center;
	padding-bottom: 30px;
	margin-top: 15px;
} 





/*--------------------------------------------------comparison-----------------------------------------*/

.sec03 .color-box01 .sub03 .comparison , .sec04 .color-box01 .sub03 .comparison {
 margin-top: 15px;
}



.sec03 .color-box01 .sub03 .comparison .t-box01 , .sec04 .color-box01 .sub03 .comparison .t-box01 {
	position: relative;
	background: #f5f5f5;
	border-radius: 10px;
}

.sec03 .color-box01 .sub03 .comparison .t-box01 .arrow , .sec04 .color-box01 .sub03 .comparison .t-box01 .arrow{
	width: 24px;
	text-align: center;
	margin: auto;
	padding-right: 0;
}

.sec03 .color-box01 .sub03 .comparison .t-box01 .left , .sec04 .color-box01 .sub03 .comparison .t-box01 .left {
	float: none;
	width: 100%;
	text-align: center;
	border-right: none;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.sec03 .color-box01 .sub03 .comparison .t-box01 p , .sec04 .color-box01 .sub03 .comparison .t-box01 p {
	font-size: 13px;
	margin-top: -5px;
}

.sec03 .color-box01 .sub03 .comparison .t-box01 h4 , .sec04 .color-box01 .sub03 .comparison .t-box01 h4 {
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	margin-top: 5px;
	
}
.sec03 .color-box01 .sub03 .comparison .t-box01 h4 span , .sec04 .color-box01 .sub03 .comparison .t-box01 h4 span {
	color: #f7a900;
	font-weight: bold;
}

.sec03 .color-box01 .sub03 .comparison .t-box02 , .sec04 .color-box01 .sub03 .comparison .t-box02 {
	margin-top: 20px;
}
.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box {
	position: relative;
}

.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .arrow01 , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .arrow01 {
	width: 20px;
	margin: auto;
	margin-top:3px;
	position: inherit;
	left: 0;
	right: 0;
	top:0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);		
}

.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .left , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .left {
	float: none;
	width: 100%;
	border-radius: 10px;
	border: solid 3px #eaeaea;
	box-sizing: border-box;
}

.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .right , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .right {
	float: none;
	width: 100%;
	border-radius: 10px;
	background: #fee7d7;
	margin-top: 5px;
}
.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box h5 , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0;
	padding-top: 15px;
}
	
.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .note01 , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .note01{
	text-align: center;
	font-size: 12px;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 15px;
}

.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .course , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .course{
	text-align: center;
	margin-top: 0;
}
.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .course span , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .course span{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #ff8637;
	display: inline-block;
	margin: auto;
	border-radius: 100px;
	line-height: 1;
	padding: 3px 15px;
}


.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .ls-t , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .ls-t  {
	padding: 0 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
}
.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .ls-t02 , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .ls-t02 {
	color: #f3400e;
	padding-bottom: 20px;
}

.sec03 .color-box01 .sub03 .comparison .t-box02 .a-box .ls-t02 .tx02 , .sec04 .color-box01 .sub03 .comparison .t-box02 .a-box .ls-t02 .tx02{
	font-weight: bold;
	font-size: 30px;
}

.sec03 .color-box01 .sub03 .comparison .t-box01-mt , .sec04 .color-box01 .sub03 .comparison .t-box01-mt {
  margin-top: 40px;
}


	
	

/*--------------------------------------------------color-box02-----------------------------------------*/

.sec04 .color-box02 {
	padding-bottom: 20px;
}

.color-box02 .sub01 .left {
	float: none;
	margin-top: 20px;
}

.sec04 .color-box02 .sub01 .left {
	width: 100%;
}


.color-box02 .sub01 .left p{
	font-size: 4.4vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.color-box02 .sub01 .left .tx01 {
	font-size: 6.5vw;
	font-weight: bold;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.color-box02 .sub01 .left .tx01::after {
	content: "";
	background: #fff224;
	height: 6px;
	display: inline-block;
	position: absolute;
	width: 85%;
	bottom: 4px;
	z-index: -1;
	left: 8%;
	right: 0;
}

.color-box02 .sub01 .left .tx02 {
	font-size: 3.2vw;
	font-weight: bold;
	line-height: 1;
}




.color-box02 .sub01 .right{
	float: none;
	position: relative;
	margin-top: 10px;
}

.sec03 .color-box02 .sub01 .right .coment {
	width: 92%;
	height: auto;	
	margin: auto;
	display: block;	
}

.sec04 .color-box02 .sub01 .right .coment {
	width: 94%;
	margin: auto;
	height: auto;	
	display: block;
}



.color-box02 .sub01 .right .note {
	position: absolute;
	bottom: 0;
	left: 28px;
	line-height: 1.4;
	font-size: 10px;
}



.color-box02 .sub02 {
	background: #f8f8f8;
	border-radius: 7px;
	margin-top: 20px;
}

.color-box02 .sub02 .sub-inner {
	padding: 15px 15px 5px 15px;;
}

.color-box02 .sub02 .icon {
	float: none;
	margin-right: 0;
	width: 50%;
	margin: auto;
}



.color-box02 .sub02 .txt01 {
	position: relative;
	float: none;
	font-size: 20px;
	font-weight: bold;
	color: #18ab7d;
	line-height: 1.4;
	padding-left: 0;
	margin-top: 10px;
}

.color-box02 .sub02 .txt01::before {
	content: "・・・";
	position: absolute;
	font-size: 20px;
	left: 0;
	display: none;
}


.color-box02 .sub02 .txt02 {
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.4;
  margin-left: 5.4em;
	text-indent: -5.4em;	
}
.color-box02 .sub02 .txt02 .color01 {
	font-weight: bold;
	font-size: 20px;
}


.color-box02 .sub02 li {
	border-bottom: dotted 2px #8ed3be;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.color-box02 .sub02 li:last-child{
	border-bottom: none;
}
.color-box02 .sub03 .arrow {
	width: 42px;
	margin: auto;
	margin-top: -10px;
}

.color-box02 .sub03 .u-txt {
	text-align: center;
	margin-top: 10px;
}

.color-box02 .sub03 .u-txt span {
	font-size: 5.5vw;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline-block;
	z-index: 1;	
	line-height: 1.4;
	margin: auto;
}


.color-box02 .sub03 .u-txt span::after {
	content: "";
	background: #fff224;
	height: 6px;
	display: inline-block;
	position: absolute;
	width: 100%;
	bottom: 2px;
	z-index: -1;
	left: 0;
	right: 0;
}

.color-box02 .note {
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
}




/*--------------------------------------------------color-box03-----------------------------------------*/


.color-box03 .box-inner {
	position: relative;
}
.color-box03 .con-ttl {
	position: relative;
}

.color-box03 .con-ttl::after {
	content: "※";
	font-size: 10px;
	position: absolute;
	display: inline-block;
	top: 15%;
	left: 48.5%;
}



.color-box03 .sub01 .left {
	float: none;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.color-box03 .sub01 .left p{
  font-size: 4.4vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.color-box03 .sub01 .left .tx01 {
	font-size: 6.5vw;
	font-weight: bold;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.color-box03 .sub01 .left .tx01::after {
	content: "";
	background: #fff224;
	height: 6px;
	display: inline-block;
	position: absolute;
	width: 100%;
	bottom: 4px;
	z-index: -1;
	left: 0;
	right: 0;
}

.color-box03 .sub01 .left .tx02 {
	font-size: 14px;
	font-weight: bold;
}


.color-box03 .sub01 .right{
	margin-top: 5px;
	position: inherit;
	right: 32px;
}

.sec03 .color-box03 .sub01 .right .coment {
	width: 92%;
	height: auto;	
	margin: auto;
	display: block;
}
	
.sec04 .color-box03 .sub01 .right .coment{
	width: 80%;
	height: auto;	
	margin: auto;
	display: block;
	margin-top: 5px;
}

.color-box03 .sub02 {
	background: #f8f8f8;
	margin-top: 10px;
	border-radius: 7px;

}

.color-box03 .sub02 .sub-inner {
	padding: 20px 15px 25px 15px;
	
}
.color-box03 .sub02 .ttl-box {
	position: relative;
	background: #3182d3;
	border-radius: 7px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.color-box03 .sub02 .ttl-box .icon {
	width: 60px;
	position: absolute;
	left: -15px;
	top: -34px;
}

.sec03 .color-box03 .sub02 .ttl-box h4 {
	font-weight: bold;
	font-size: 4.4vw;
	padding-top: 15px;
	padding-bottom: 12px;
	line-height: 1.4;
}

.sec04 .color-box03 .sub02 .ttl-box h4 {
	font-weight: bold;
	font-size: 4.4vw;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4;
}


.color-box03 .sub02 .ttl-box .sec03-txt01 {
	margin: auto;
	width: 50%;
	margin-top: 0;
	padding-bottom: 20px;
}



/*--------------------------------------------------text-link-----------------------------------------*/

.content-box .t-link02 {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-top: 25px;
}
.content-box .t-link02 a {
	background: #fff;
	border-radius: 100px;
	border: solid #ff8637 2px;
	box-sizing: border-box;
	color: #ff8637;
	font-weight: bold;
	position: relative;
	padding: 12px 0;
	display: block;
	width: 100%;
	font-size: 16px;
}

.content-box .t-link02 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #ff8637;
	border-right: solid 2px #ff8637;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.color-box03 .t-link02 a {
	border: solid #3182d3 2px;
	color: #3182d3;
}

.color-box03 .t-link02 a:after {
	content: "";
	border-top: solid 2px #3182d3;
	border-right: solid 2px #3182d3;
}




/*--------------------------------------------------link-----------------------------------------*/

.sec03 .link-box .link01 a{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 0;
	display: block;

}
.sec04 .link-box .link01 a{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 0;
	display: block;
}

/*--------------------------------------------------.com-tll-box-----------------------------------------*/

.com-tll-box {
	margin-bottom: 35px;
}
	.sec04 .com-tll-box {
	margin-bottom: 15px;
}
	
.com-tll-box01 .course{
	background: url("../images/sp-ttl-bg01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 70%;
	height: 100%;
	color: #fff;
	text-align: center;
	margin: auto;
	font-weight: bold;
	line-height: 34px;
	font-size: 4.6vw;
	position: relative;
}

.com-tll-box02 .course{
	background: url("../images/sp-ttl-bg02.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 90%;
	height: 100%;
	color: #fff;
	text-align: center;
	margin: auto;
	font-weight: bold;
	line-height: 34px;
	font-size: 4.6vw;
	position: relative;
}


.com-tll-box01 .course::after {
	content: "※";
	font-size: 11px;
	position: absolute;
	display: inline-block;
	top: -8px;
}

.com-tll-box .title {
	font-size: 4.5vw;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	line-height: 1.4;
	position: relative;
}

.com-tll-box02 .title {
	font-size: 4.5vw;
	text-align: center;
	font-weight: bold;
	margin-top: 4px;
	line-height: 1.4;
	position: relative;
}


.com-tll-box02 .title::after {
	content: "※1";
	font-size: 11px;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 28%;
	font-weight: normal;
}

.com-tll-box02 .title::before {
	content: "※2";
	font-size: 10px;
	position: absolute;
	display: inline-block;
	top: 50%;
	font-weight: normal;
	right:24%;
}

.com-tll-box .title .tx01 {
	font-size: 7vw;
	font-weight: bold;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.com-tll-box .title .tx01::after {
	content: "";
	background: #fff224;
	height: 6px;
	display: inline-block;
	position: absolute;
	width: 90%;
	bottom: 3px;
	z-index: -1;
	left: 5%;
	right: 0;
}

.com-tll-box02 .title .tx01::after {
	content: "";
	background: #fff224;
	height: 6px;
	display: inline-block;
	position: absolute;
	width: 80%;
	bottom: 3px;
	z-index: -1;
	left: 9%;
	right: 0;
}



.com-tll-box .sub-t {
	margin-top: 10px;
	display: block;
	justify-content: center;
	text-align: center;
}
.com-tll-box02 .sub-t {
	margin-top: 10px;
	text-align: left;
}

.com-tll-box .sub-t .l-txt {
	font-size: 14px;
	line-height: 1.4;
}
.com-tll-box02 .sub-t .l-txt {
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: -0.04em;
}
	.com-tll-box .t-link01 {
		margin-top: 20px;
	
	}
.com-tll-box .t-link01 a {
	background: #fff;
	border-radius: 100px;
	border: solid #ff8637 2px;
	box-sizing: border-box;
	color: #ff8637;
	font-weight: bold;
	position: relative;
	padding: 10px 40px;
	font-size: 14px;

}

.com-tll-box .t-link01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	margin-top: -6px;
	border-top: solid 2px #ff8637;
	border-right: solid 2px #ff8637;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


.com-tll-box01 .sub-t .l-txt {
	color: #ff8637;
}

.com-tll-box02 .sub-t .l-txt {
	color: #1eb2ce;
}
.com-tll-box01 .title {
	color: #ff8637;
}
.com-tll-box02 .title {
	color: #1eb2ce;
}


.note-box p{
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 12px;
}

.note-box p a {
	text-decoration: underline;
	font-weight: bold;
}	
	
	
	
	
	
/*--------------------------------------------------
  sec05
--------------------------------------------------*/

.sec05 {
	background: #edf2ec;
	padding-bottom: 0;
}

.sec05 .inner {
	max-width: 94%;
	margin: auto;
	padding: 35px 0 60px 0;	
}


.sec05 .ttl {
	width: 90%;
	margin: auto;
}

.sec05 .box {
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px 30px 15px;
	margin-top: 25px;
}
.sec05 .list {
	margin-bottom: 12px;
}
.sec05 h4 {
	border-bottom: dotted 2px #16ab7c;
	padding-bottom: 5px;
	position: relative;
	font-weight: bold;
	color: #16ab7c;
	font-size: 18px;
	padding-left: 12px;
}
.sec05 h4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 2px;
	background: #16ab7c;
	height: 17px;
	border-radius: 20px;
}


.sec05 .list .txt {
	padding-left: 12px;
	font-size: 15px;
	margin-top: 6px;
}
.sec05 .list .txt span {
	font-weight: bold;
}
.sec05 .list .image {
	margin: auto;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.sec05 .list li{
	float: none;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 20px;
}


.sec05 .list li .txt {
	text-align: left;
}

.sec05 .list li .image {
	margin-top: 10px;
}



.sec05 .h-link a {
	display: inline-block;
	margin:10px auto 0;
	padding: 0 0 0 17px;
	background: url("../images/arrow01.png") left 0 top 5px no-repeat;
	background-size: 13px auto;
	position: relative;
	font-size: 12px;
}
	
	
	
	

/*--------------------------------------------------
  sec06
--------------------------------------------------*/

.sec06 {
	margin-top: 60px;
}

.sec06 .inner {
	max-width: 94%;
	margin: auto;
	padding: 0;
}

.sec06 .content .ttl-box {
	background: #16ab7c;
	padding: 10px 0;
	border-radius: 7px 7px 0 0;
}
.sec06 .content .ttl {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
	
}
.sec06 .content .ttl span {
	font-weight: bold;
}
.sec06 .content .ttl .tx {
	font-size: 22px;
}
.sec06 .content .box {
	background: #edf9f6;
	padding: 0 15px 35px;
	border-radius:0 0 15px 15px;
}
	
.sec06 .content03 .box {
	padding: 0 15px 25px;
}	
.sec06 .content .box .arrow {
	width: 12px;
	padding-left: 40px;
}


/*--------------------------------------------------content01 -----------------------------------------*/

.sec06 .content01 {
	margin-bottom: 40px;
}
.sec06 .content01 .ar-box {
	position: relative;
	z-index: 1;
}

.sec06 .content01 .ar {
	width: 27px;
	position: inherit;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
}
.sec06 .content01 .arrow01 {
	left: 0;
	margin: 14px auto 5px;
}

.sec06 .content01 .item-box {
  display: block;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 20px;
}
.sec06 .content01 .item-box .item {
	width: 100%;
	background: #fff;
	border-radius: 5px;
  position: relative;
	margin-bottom: 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
	padding-bottom: 10px;
}
	
	.sec06 .content01 .item-box .item:last-child{
		margin-bottom: 0;
	}
.sec06 .content01 .item-box .item:after {
	content: "";
	position: absolute; 
	height: 100%;
	width: 100%;
	top: 3px;
	z-index: -1;
	background: #16ab7c;
	display: block;
	border-radius: 10px;
}


.sec06 .content01 .item-box .item .i-inner {
	padding: 15px;
}

.sec06 .content01 .item-box .item h4 {
	color: #fff;
	text-align: center;
	background: #16ab7c;
	border-radius: 2px;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}
.sec06 .content01 .item-box .item .icon {
	width: 38%;
	margin: auto;
	margin-bottom: 8px;
}
.sec06 .content01 .item-box .item .txt01{
	line-height: 1.4;
	font-size: 15px;
}


.sec06 .content01 .item-box .item p .tx01 {
	font-size: 11px;
	line-height: 1;
	color: #555555;
	position: relative;
	top: -4px;
	padding-left: 10px;
	display: inline-block;
}
.sec06 .content01 .item-box .item p .tx03 {
  margin-bottom: 2px;
	display: inline-block;
}
.sec06 .content01 .item-box .item p .tx02 {
  margin-top: 2px;
	display: inline-block;
}

.sec06 .content01 .item-box .item .s-txt {
	font-size: 11px;
	margin-top: 6px;
}

.sec06 .content01 .item-box .item .note-box {
	margin-top: 6px;
	font-size: 12px;
	color: #555555;
}
.sec06 .content01 .item-box .item .color01 {
	font-size: 12px;
	margin-top: 6px;
	line-height: 1.5;
}

.sec06 .note-box p {
	line-height: 1.5;
}
.sec06 .note-box .m-txt {
	margin-top: 20px;
  margin-left: 0;
	text-indent: 0;	
}
	.sec06 .sp-note-box {
		margin-top: 10px;
	}

	
.sec06 .note-box01 p{
	margin-left: 2.4em;
	text-indent: -2.4em;
}
	
.sec06 .note-box02 p{
	margin-left: 1.4em;
	text-indent: -1.4em;

}

	
	
	
/*--------------------------------------------------content02 -----------------------------------------*/

.sec06 .content02 {
	margin-bottom: 40px;
}
	
.sec06 .content02 .box {
	padding: 0 15px 15px;
}	
	
	
.sec06 .content02 .ar-box {
	position: relative;
	z-index: 1;
}

.sec06 .content02 .ar {
	width: 27px;
	position: inherit;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
}

.sec06 .content02 .arrow01 {
	left: 0;
	margin: 14px auto 5px;
}


	
.sec06 .content02 .item-box01 {
  display: block;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 35px;
}
.sec06 .content02 .item-box01 .item {
	width: 100%;
	position: relative;
	background: #fff;
	border: solid 2px #20ae82;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 20px;
}

.sec06 .content02 .item-box01 .item .tx-line {
	height: auto;
	color: #16ab7c;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	padding: 20px 0
}

.sec06 .content02 .item-box01 .item .tx-line span {
	background: linear-gradient(transparent 85%, #fff224 0);
  display: inline;
	line-height: 1.4;
	position: relative;
	top: 0;
	font-weight: bold;
}

.sec06 .content02 .item-box01 .item .tx-line .c-sp {
	top: 0;
}

.sec06 .content02 .item-box01 .item01::before {
	content: "";
	position: absolute; 
	background: url("../images/point01.png") 0 0 no-repeat;
	background-size: 100% auto;
	height: 30px;
	width: 80px;
	top: -12px;
	left: -9px;
	display: block;
	border-radius: 10px;
}

.sec06 .content02 .item-box01 .item02::before {
	content: "";
	position: absolute; 
	background: url("../images/point02.png") 0 0 no-repeat;
	background-size: 100% auto;
	height: 30px;
	width: 80px;
	top: -12px;
	left: -9px;
	display: block;
	border-radius: 10px;
}

.sec06 .content02 .item-box01 .item03::before {
	content: "";
	position: absolute; 
	background: url("../images/point03.png") 0 0 no-repeat;
	background-size: 100% auto;
	height: 30px;
	width: 80px;
	top: -12px;
	left: -9px;
	display: block;
	border-radius: 10px;
}

.sec06 .content02 .item-box .item {
  width: 100%;
	background: #fff;
	border-radius: 5px;
  position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
}

.sec06 .content02 .item-box .item .i-inner {
	padding: 15px 15px 30px 15px;
}

.sec06 .content02 .item-box .item h4 {
	color: #fff;
	text-align: center;
	background: #16ab7c;
	border-radius: 2px;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}
	
	
.sec06 .content02 .item-box .item .image {
	width: 65%;
	margin: 10px auto;
}

.sec06 .content02 .item-box .item .txt01{
	line-height: 1.5;
	font-size: 18px;
}
.sec06 .content02 .item-box .item .link {
	margin: auto;
	margin-top: -5px;
	width: 85%;
}




/*--------------------------------------------------content03 -----------------------------------------*/

.sec06 .content03 {
	margin-bottom: 40px;
}

.sec06 .content03 .sub01 , .sec06 .content03 .sub02 , .sec06 .content03 .sub03 , .sec06 .content03 .sub04 {
	margin-bottom: 30px;
}
	
	
.sec06 .content03 h4 {
	border-bottom: dotted 2px #16ab7c;
	padding-bottom: 5px;
	position: relative;
	font-weight: bold;
	color: #16ab7c;
	font-size: 20px;
	padding-left: 12px;
}
.sec06 .content03 h4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 2px;
	background: #16ab7c;
	height: 18px;
	border-radius: 20px;
}


	
.sec06 .content03 .clr-box {
	color: #f3400e;
}
.sec06 .content03 .clr-box:after {
	background: #f3400e;
}



.sec06 .content03 .sub01 .item-box {
  display: block;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.sec06 .content03 .sub01 .item-box .item {
  width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
	background: #feffec;
	height: auto;
	margin-bottom: 20px;
}

.sec06 .content03 .sub01 .item-box .item .i-inner {
	padding: 15px 20px;
}
.sec06 .content03 .sub01 .item-box .item h5 {
	text-align: center;
}

.sec06 .content03 .sub01 .item-box .item01 h5 .tx01 {
	font-size: 13px;
	font-weight: bold;
}
.sec06 .content03 .sub01 .item-box .item h5 .maka {
	color: #f3400e;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
  background: linear-gradient(transparent 80%, #fff224 0%);
  display: inline;	
}

.sec06 .content03 .sub01 .item-box .item01 h5{
	margin-top: 0;
	text-align: center;
	margin-bottom: 8px;
}
.sec06 .content03 .sub01 .item-box .item01 dl{
	margin-bottom: 5px;
}
.sec06 .content03 .sub01 .item-box .item01 dt , .sec06 .content03 .sub01 .item-box .item01 dd{
	display: inline-block;
	width: 100%;
}
	.sec06 .content03 .sub01 .item-box .item01 dt{
		font-size: 15px;
	}
.sec06 .content03 .sub01 .item-box .item01 dd{
	font-size: 18px;
	color: #f3400e;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 14px;
}


.sec06 .content03 .sub01 .item-box .item02 {
	text-align: center;
}

.sec06 .content03 .sub01 .item-box .item02 .t-mt {
	margin-top: 0;
	line-height: 1.2;
	margin-top: 4px;

}
	
.sec06 .content03 .sub01 .item-box .item02 .t-mt01 {
	margin-top: 0;
		line-height: 1.2;
}	
	
.sec06 .content03 .sub01 .item-box .item02 .and {
	line-height: 1;
	margin-top: 2px;
	font-size: 16px;
	margin-bottom: 5px;
}

.sec06 .content03 .sub01 .item-box .item02 .note01 {
	font-size: 13px;
	text-align: center;
	margin-top: -12px;
	display: inline-block;
}

	
	
	
.sec06 .content03 .sub01 .item-box .item03 h5{
	margin-top: 0;
	text-align: center;
}

.sec06 .content03 .sub01 .item-box .item03 .tx02 {
	font-size: 17px;
	font-weight: bold;
	color: #f4400f;
	text-align: center;
}


.sec06 .content03 .sub01 .item-box .item03 .tx02 span {
	font-weight: bold;
	line-height: 1;
	font-size: 34px;
}


.sec06 .content03 .sub02 .item-box {
	width: 100%;
	margin-top: 15px;
	border: solid #16ab7c 2px;
	box-sizing: border-box;
	background: #fff;
	padding: 15px 15px 10px 15px;
}
.sec06 .content03 .sub02 .item-box li {
	float: none;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1.4;
	font-size: 14px;
	margin-left: 1em;
	text-indent: -1em;	
}
.sec06 .content03 .sub02 .item-box .left-t {
	width: 100%;
}
	
	
	
	
	
.sec06 .content03 .sub03 .item-box {
	margin-top: 15px;
}

.sec06 .content03 .sub03 .table-main {
	width: 100%;
	float: none;
}
.sec06 .content03 .sub03 .table-main table {
	width: 100%;
	font-size: 12px;
}
.sec06 .content03 .sub03 table th , .sec06 .content03 .sub03 table td  {
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.sec06 .content03 .table-main table {
	border-left: solid #16ab7c 1px;
	border-right: solid #16ab7c 1px;
	box-sizing: border-box;
}

.sec06 .content03 .table-main table span {
	font-weight: bold;
	font-size: 17px;
}
.sec06 .content03 .table-main table tr {
	border-bottom: solid #16ab7c 1px;
	box-sizing: border-box;
}


.sec06 .content03 .table-main .bg01{
	background: #f6fcfb;
	text-align: center;
	line-height: 1.3;
	padding: 7px 2px 7px 2px;
}

.sec06 .content03 .table-main table .t-name {
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #16ab7c;
	padding: 6px 0;
}

.sec06 .content03 .table-main .t-course {
	padding: 5px 4px;
}
.sec06 .content03 .table-main .t-course01 {
	padding: 5px 4px;
}

.sec06 .content03 table .color06 {
	background: #f5f8f3;
	width: 34%;
}
.sec06 .content03 table .color07 {
	background: #ebf7f8;
	width: 34%;
}
.sec06 .content03 table .b-right {
	border-right: solid 1px #16ab7c;
	box-sizing: border-box;
}



.sec06 .content03  .table-ref {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.sec06 .content03 .table-ref table{
	width: 100%;
	background: #fff;
	border-right: #faa8bb solid 1px;
	border-left:#faa8bb solid 1px;
	font-size: 12px;
}
.sec06 .content03 .table-ref table th {
	background: #faa8bb;
	color: #fff;
	font-size: 16px;
	padding: 8px 0 5px 0;
	position: relative;
	line-height: 1;
}
.sec06 .content03 .table-ref th .t-small {
	font-size: 11px;
	line-height: 1;
	position: relative;
	top: -2px;
}

.sec06 .content03 .table-ref td {
	border-bottom: #faa8bb solid 1px;
	box-sizing: border-box;
	line-height: 1.4;
	padding: 6px 0;
	font-size: 13px;
	
}

	
.sec06 .content03 .table-ref .tx01 {
	font-size: 12px;
}
.sec06 .content03 .note {
	margin-top: 11px;
	line-height: 1.4;
	margin-left: 1em;
	text-indent: -1em;	
	font-size: 12px;	
}

.sec06 .content03 dl {
	width: 100%;
	display: block;
	letter-spacing: -0.03em;
	font-size: 12px;
	margin-bottom: -3px;
}
.sec06 .content03 dt {
	display: inline;
	width: inherit;	
	line-height: 1;
}

.sec06 .content03 dd {
	display: inline;		
	line-height: 1;
}

	
	
	.sec06 .content03 .com-sub03 h4 span {
		font-size: 14px;
		font-weight: bold;
	}
.sec06 .content03 .com-sub03 .table-main .bg01{
	padding: 5px 0;
}


.sec06 .content03 .com-sub03 .table-ref td {
	border-bottom: #faa8bb solid 1px;
	box-sizing: border-box;
	line-height: 1.4;
	padding: 5px 0;
	font-size: 13px;
}



.sec06 .content03 .sub04 .item-box {
	margin-top: 20px;
}

.sec06 .content03 .sub04 p{
	font-size: 12px;
	line-height: 1.5;
}
.sec06 .content03 .sub04 .tx01 {
	font-weight: bold;
	font-size: 14px;
}

.sec06 .content03 .sub04 .tx02 {
	font-weight: bold;
	font-size: 14px;
	margin-top:7px;
	margin-bottom: 4px;
}

.sec06 .content03 .sub04 .link-box {
	margin-top: 20px;
}
.sec06 .content03 .sub04 .link-box .link01 {
	float: none;
	margin-right: 0;
	margin: auto;
	width: 88%;
	margin-top: 15px;
}
.sec06 .content03 .sub04 .note {
	font-size: 12px;
	line-height: 1.5;
}
.sec06 .content03 .sub04 .link02 {
	margin: auto;
	margin-top: 20px;
	width: 88%;
}
.sec06 .content03 .sub04 .tx {
	font-size: 14px;
	margin-bottom: 10px;

}
	.sec06 .content03 .sub04 .note01	{
		margin-top: 0;
	}
	
	.sec06 .content03 .sub04 .tx03 {
		display: inline-block;
		margin-left: 0;
		margin-top: 4px;
}

.sec06 .content03 .com-sub03 .t-txt {
	margin-top: 10px;
}

.sec06 .content03 .sub04 .note02 {
	font-size: 11px;
  padding-left:1em;
  text-indent:-1em;	
}
	

/*--------------------------------------------------
  sec07
--------------------------------------------------*/

.sec07 {
	margin-top: 70px;
	background: url("../images/sp-sec07-bg.jpg") center top no-repeat;	
	background-size: cover;
	height:auto;
}
.sec07 .inner {
	width: 94%;
	margin: auto;
	padding: 30px 0 15px 0;
}


.sec07 .item-box {
  display: block;
	flex-wrap: wrap;
	justify-content: space-between;

}
.sec07 .item-box .item {
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
}

.sec07 .item-box .item .link a {
	border-radius: 5px;
	border: solid #fff 2px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.5;
	display: block;
	text-align: center;
}

.sec07 .item-box .item .link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*--------------------------------------------------
  sec08
--------------------------------------------------*/


.sec08 {
	background: #f7f7f5;
	padding-bottom: 30px;
}

.sec08 .inner {
	width: 94%;
	padding: 0;	
	padding-top: 30px;
	margin: auto;
}

.sec08 .link-box .link01 a {
	margin-top: 0;
}
	.sec08 .link-box .link02 a {
		margin-top: 15px;
	}
.sec08 .t-link {
	text-align: center;
	margin-top: 18px;
}

.sec08 .t-link a{
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
}


.sec08 .t-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/*--------------------------------------------------
  sec09
--------------------------------------------------*/


.sec09 {
	margin-top: 30px;
}

.sec09 .inner {
	width: 94%;
	margin: auto;
padding: 0;	
}

.sec09 h3 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.sec09 .item-box {
  display: block;
	flex-wrap: wrap;
	justify-content: space-between;

}
.sec09 .item-box .item {
	width: 100%;
	margin-top: 15px;
	font-size: 12px;
}
.sec09 .item-box .item .i-inner {
	padding: 15px 20px 20px;
}

.sec09 .item-box .item h5 {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 8px;
	font-weight: bold;
}
.sec09 .item-box .item .tx01 {
letter-spacing: -0.04em;
}

.sec09 .item-box .item a {
	text-decoration: underline;
	color: #16ab7c;
}
.sec09 .item-box .item01 {
	background: #edf7f5;
}

.sec09 .item-box .item02 {
	border: solid #16ab7c 1px;
	box-sizing: border-box;
}

	
	
	
	
	
	
	
	

}