@charset "utf-8";
/* CSS Document */
*{
	border:0 none;
	margin:0;
	padding:0;
}
body{
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing:1px;
	color: #333333;
	font-size: 16px;
    font-weight: bold;
}
.bkgray{background: #eaedea;}
.bkgray .inner{padding: 5% 10px 15%;}
img{
	width: 100%;
	height: auto;;
}
li{
	list-style: none;
}
/*#container{
	width:100%;
}*/
h1{
	font-size:10px;
	text-align:center;
	color:#FFF;
	background-color:#1b2f33;
}
h2{text-align:center;}
h2.title{ 
text-align: center;
    text-align: center;
    line-height: 2;
    font-size: 26px;
    margin: 5% 0 0 0;
    color: #28502e;
    border-bottom: #28502e solid 2px;
    letter-spacing: 3px;
}
.pc{
	display: none!important;
}
.sp{
	display: block!important;
}
.comments{
	color: #777777!important;
	font-size: 11px!important;
}
#cont_header{
	width:100%;
	height:auto;
}
#header{
    width: 100%;
    max-width: 460px;
    height: auto;
    min-height: 370px;
    margin: 0 auto;
    background: url(../img/mainimage_bg_sp.png?20200402) no-repeat 42% 190px;
    background-size: 117%;
    position: relative;
}
.dcc_logo{
	position: absolute;
	top: 6px;
	right: 9px;
}
.dcc_logo img{
	width: 80px;
}
#header .necessary{
	padding: 38px 0 0 0;
}

#header .necessary ul{
    margin: 20px 0 ;
}

#header .necessary ul li p{
    background: #47682c;
    width: 94%;
    color: #fff;
    padding: 6px 0 5px 10px;
    margin: 2px auto;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
}

#header .necessary ul li:last-child{
padding: 0;
    font-size: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

#header p.overwhelming{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 14px auto 0;
    border-bottom: #3b5429 solid 1px;
    padding: 0 3% 7px;
}

#header p.overwhelming span{
	color: #ef3054;
    font-size: 13px;
    line-height: 1.3;
}
#header p.MV_top{
    position: absolute;
    font-weight: bold;
    color: #28502e;
    font-size: 24px;
    letter-spacing: 2px;
    top: 310px;
    left: 3%;
    border: #28502e solid 2px;
    padding: 2px 3px 1px 12px;
}
#header p.MV{
	     text-align: center;
    position: absolute;
    /* padding: 27px 0 0 0; */
    top: 385px;
    left: 50%;
    margin: 0 0 0 -47%;
}
#header p.MV img{
	width: 87%;
	max-width: 600px;
}
#header p.MV_sub {
    text-align: center;
    font-size: 18px;
    margin: 40px 0 0 0;
    padding: 0 1%;
    line-height: 1.9;
    letter-spacing: 0;
}
#header p.MV_sub2 {
    margin: 270px 0 0 0!important;
}

.fs46{font-size: 25px;border-bottom: #dd1034 solid 2px;}
#header p.MV_sub span{
	color: #dd1034;
	font-weight: bold;
}
.entry_btn {
	text-align: center;
    margin: 10px auto 8%;
    font-weight: bold;
    width: 100%;
}
.entry_btn a{
	position: relative;
	display: block;
    background: rgb(251,0,59);
    background: linear-gradient(180deg, rgba(251,0,59,1) 50%, rgba(216,0,7,1) 50%);
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -o-transition: background 1s linear;
    transition: background  1s linear;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 5px 4px 0px;
    letter-spacing: 0.1rem;
    border:2px solid #ffffff;
    box-shadow:0px 2px 6px 0px #18212b;
    text-decoration: none;
    color: #ffffff;
}
.entry_btn a:hover{
	background: rgb(251,0,59);
    background: linear-gradient(180deg, rgba(54,247,181,1) 50%, rgba(42,188,138,1) 50%);
    cursor: pointer;
}
.entry_btn a:before {
display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 0;
    border: 10px solid transparent;
    border-left: 12px solid #fff;
}

.other_btn  {
	text-align: center;
    margin: 10px auto 8%;
    font-weight: bold;
    width: 100%;
    max-width: 320px;
}
.big_btn a{
    font-size: 17px;
    padding: 4% 8% 4% 7px;
    font-weight: bold;
	
}
.big_btn a:after{
	right: 1%;
}

#cont_main{
	margin:0 auto;
}
.inner{
	margin:60px auto 0;
	padding: 0 3%;
}
p.intro{
    line-height: 1.6;
    margin: 15% 0 10% 0;
    padding: 20px 10px;
}

.intro2{
    background: #ededed;
    padding: 20px;
}

p.conttext {
    line-height: 1.6;
    margin: 10% 0 10% 0;
    padding: 0 10px;
}


.box{
	text-align:center;
}

.center{
	text-align:center;
}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mt10{margin-top:10px;}
.pt20{padding-top:0;}
.pb20{padding-bottom:20px;}
.mt32{margin-top:32px;}
.pt50{padding-top:8%;}
.pb50{padding-bottom:5%;}
.mb50{margin-bottom:50px;}

.fs22{
	font-size: 16px;
}
.fs20red{
    font-size: 20px;
    border-bottom: #dd1034 solid 2px;
}
.redpoint{
	color:#ff0000!important;
	font-weight: bold;
}
.marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.text{ margin:3%;}

/*個々のcss20190328*/
.introduction{
	background-color: #ffffff;
	margin: 0 5%;
}

.introduction h2{
	background-color: #043858;
	color: #ffffff;
	padding: 10px 32px;
	font-size: 18px;
}
.introduction>ul{
	padding: 3%;
}
.introduction>ul>li:last-child{
	margin: 18px 0 0 0;
}
.introduction>ul>li>ul>li:first-child{
	text-align: center;
}
.introduction>ul>li>ul>li:first-child img{
	width: 40%;
	max-width: 160px;
}
.introduction>ul>li>ul>li img{
}

.introduction>ul>li>ul>li:last-child{

	padding: 0 0 0 10px;
}
.introduction>ul>li>ul>li dt{
	font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 3% 0 0 0;
}
.introduction>ul>li>ul>li dd{
	font-size: 12px;
	line-height: 1.5;
	margin: 3% 0 0 0;
}
.copyright{
	background-color: #333333;
	color: #ffffff;
	padding: 5px 0;
	font-size: 10px;
}

/*==============================================
 イラストエリア
==============================================*/
.illust-area{
	background: #fcfcea;
    padding: 5% 3%;
    font-weight: bold;
    margin: 5% 0;
}
.illust-area h3{
text-align: center;
    line-height: 1.7;
    font-size: 20px;
    color: #28502e;
    border-bottom: #28502e solid 1px;
    letter-spacing: 1px;
    padding: 3% 0;
}
.illust-area ul{
	margin: 30px 0 0 0;
}
.illust-area ul li{
    margin: 28px 0 2%;
}
.illust-area ul li.txleft p{
    text-align: left;
    margin: 2px 0 0 0 ;
}
.illust-area ul li img{    
    width: 86%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: block;
}
.illust-area ul li img.yajirushi{
	width: 40px;
}
.illust-area ul li p{
    font-size: 18px;
    color: #182f62;
    /* padding: 14px 0px 0 30px; */
    text-align: center;
    margin: 3% 0 0 0;
}
.indent-1{
	padding-left:1em;
	text-indent:-1em;
}
p.large{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 6% auto;
    line-height: 1.7;
    color: #28502e;
}
p.large span{
	color: #cf1c32;
}
p.redzone{
	background: #cf1c32;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    padding: 3%;
}
.desukara{    width: 140px;
    display: block;
    margin: 5% auto;
}
.equal{border: #28502e solid 2px; margin: 30px 0 0 0;position: relative;}
.equal p{font-weight: bold;}
.equal p:first-child{color:#28502e ;border-bottom: #28502e solid 2px;font-size: 40px;letter-spacing: 4px;text-align: center;vertical-align: middle;line-height: 2;}
.equal p:nth-child(2){border-bottom: #28502e solid 2px;background: #47682c38;font-size: 18px;text-align: center;line-height: 2.4;}
.equal p:nth-child(3){font-size: 18px; color: #28502e;padding: 4%}

.summary section{border: #28502e solid 2px;}
.summary section:first-child{margin: 0 0 5% 0;}
.summary section h3{    background: #28502e;
    color: #ffffff;
    text-align: center;
    padding: 3% 0;
    font-size: 22px;
    letter-spacing: 4px;}
.summary section ul{padding: 3%;}
.summary section ul li{padding: 0 0 2% 1em;text-indent:-1em;}

.instructor{   
 margin: 5% auto 0;
 width: 330px;
    }
.instructor li{font-weight: bold;}
.instructor li p{display: inline-block;padding: 0 0 0 4%;font-size: 22px;margin: 0 0 5%;}
.instructor li img{width: 48%;max-width:150px; }
.instructor li p span{font-size: 14px;}

.price{border: #333333 solid 1px;padding: 0 5%;}
.price h2{margin: 0;    font-size: 22px;}
.price>ul>li{}
.price>ul>li>ul{margin: 5% 0;border-bottom: #333333 solid 1px;text-align: left;}
.price>ul>li>ul>li{margin: 0 0 20px;}
.price>ul>li>p{color: #28502e;
    font-size: 24px;
    letter-spacing: 4px;
    padding: 0 0 5% 0;
    text-align: center;
}

.bk_blue{background: #47682c47;padding: 2% 0;}
.bk_blue .inner{margin: 0 auto;}
.bk_blue .large{font-size: 16px;}
.banzai{position: relative;max-width:352px; }
.banzai:before, .banzai:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 110px;
    height: 3px;
    background-color: #28502e;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}
.banzai:before {
    left: -30px;
}
.banzai:after {
    right: -30px;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
}
.company{background: #1b2f33; color: #fff;padding: 5% 3%;}
.company .inner{margin: 0 auto;}
.company dl{margin: 0 auto 16px;font-weight: bold;}
.company dl dt,.company dl dd{}
.company dl dt{border: #ffffff solid 1px;width: 100px;text-align: center;font-size: 14px;padding: 5px 0;letter-spacing: 4px;}
.company dl dd{padding: 5% 0 0 0;letter-spacing: 2px;font-size: 14px;}
.company dl dd a{color: #ffffff;}
.company dl dd img{width: 190px;}

.other_service{background: #e8e8e8;}
.other_service .inner{margin: 0 auto;padding: 30px 0;}
.other_service .inner section{padding: 20px 5%;}
.other_service h3{padding: 0 0 0 14px;margin:20px 0;position: relative;font-size: 20px;border-left: 6px solid #28502e;}
.other_service ul li p{font-size: 16px;}
.other_service ul li p span{font-weight: bold;padding: 16px 0;display: inline-block;font-size: 21px;}
.other_service ul li img{width:100%;}
.other_service .big_btn {width: 100%;margin: 30px auto 0;max-width: inherit;}
.other_service .big_btn a{font-size: 17px;letter-spacing: 0;text-align: center;padding: 12px 0 12px 0;}


/*clearFix*/
.clearFix:after{
	clear: both;
	content: "";
	display: block;
}
