@charset "utf-8";
/* CSS Document */
*{
	border:0 none;
	margin:0;
	padding:0;
}
body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;letter-spacing:1px;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
}
.bkgray{background: #eaedea;}
.bkgray .inner{padding: 80px 0 100px;}
li{
	list-style: none;
}
#container{
	width:100%;
}
h1{
	font-size:14px;
	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: 40px;
    /*margin: 100px 0 0 0;*/
    color: #28502e;
    border-bottom: #28502e solid 2px;
    letter-spacing: 7px;
}
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.comments{
	color: #777777!important;
	font-size: 14px!important;
}
#cont_header{
	width:100%;
	height:2300px;
}
#header{
width: 1100px;
    height: 1310px;
    margin: 0 auto;
    background: url(../img/MV_bk.png) no-repeat 42% 457px;
    background-size: 92%;
    position: relative;
}
.dcc_logo{
	    position: absolute;
    top: 16px;
    right: 30px;
}
.dcc_logo img{
	width: 180px;
}
#header .necessary{
	padding: 20px 0 0 0;
}

#header .necessary ul{
    margin: -5px auto 0;
    width: 1080px;
}

/*#header .necessary ul li p{
	background: #152f62;
	width: 360px;
	color: #fff;
	text-align: center;
	padding: 8px 0 ;
	margin: 0 2px 0 0;
	font-weight: bold;
	float: left;
}*/

#header .necessary ul li p{
	    background: #47682c;
    width: 750px;
    color: #fff;
    text-align: left;
    padding: 8px 0 5px 30px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
    border: 1px solid #fff;
}

/*
#header .necessary ul li p:last-child{
	margin: 2px 0 0 0 ;
	}
*/
#header .necessary ul li{
	float: left;
}
/*#header .necessary ul li:last-child{
    padding: 9px 0 0 5px;
    font-weight: bold;
}*/
#header .necessary ul li:last-child{
    font-weight: bold;
    position: absolute;
    top: 169px;
    left: 38px;
    font-size: 26px;
    letter-spacing: 2px;
}

#header p.overwhelming{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 75px auto 47px;
    border-bottom: #3b5429 solid 2px;
    width: 947px;
    padding: 0 0 12px;
    text-align: left;
    line-height: 1.5em;
}

#header p.overwhelming span{
	color: #ef3054;
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
}
#header p.MV_top{
	padding: 5px 0 1px 12px;
    font-weight: bold;
    color: #28502e;
    font-size: 40px;
    letter-spacing: 5px;
    border: #28502e solid 4px;
    width: 400px;
    text-align: center;
    margin: 0 0 0 116px;
}
#header p.MV{
	text-align: center;
	padding: 58px 0 0 0;
}
#header p.MV img{
	width: 670px;
}
#header p.MV_sub {
	text-align: center;
    padding: 50px 0 0 0;
    letter-spacing: 2px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7;
}
#header p.MV_sub span{
	color: #ef3054;
	font-weight: bold;
}

#header p.MV_sub2{
    padding: 110px 0 0 0!important;
}


.entry_btn {
	margin: 21px auto 60px;
	width: 694px;
	font-weight: bold;
}
.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: 8px;
    font-size: 22px;
    padding: 12px 13px 12px 0px;
    border: 3px solid #ffffff;
    box-shadow: 0px 4px 12px 0px #18212b;
    text-decoration: none;
    color: #ffffff;
}
.entry_btn a:hover{
	background: linear-gradient(180deg, rgba(251, 0, 59, 0.66) 50%, rgb(220, 65, 70) 50%);
    cursor: pointer;
}
.entry_btn a:before {
	display: block;
    content: "";
    position: absolute;
    top: 44%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 9px solid transparent;
    border-left: 13px solid #162e5d;
}

.big_btn{
	width: 910px;
	margin: 21px auto;
	text-align: center;
}
.big_btn a{
	padding: 32px 0;
	font-size: 26px;
}
.big_btn a:before {
	top: 41%;
    right: 13px;
    margin-top: -3px;
    border: 12px solid transparent;
    border-left: 18px solid #ffffff;
}
#cont_main{
	margin:0 auto;
}
.inner{
	width: 1100px;
	margin:90px auto 0;
}
p.intro{
	    width: 84%;
    margin: 60px auto;
    line-height: 1.5em;
}

.intro2{
    background: #ededed;
    margin: 60px auto 20px!important;
    padding: 20px;
}

.box{
	text-align:center;
}


.center{
	text-align:center;
}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mt10{margin-top:10px;}
.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}
.mt32{margin-top:32px;}
.pb32{padding-bottom:32px;}
.pt50{padding-top:50px;}
.pb50{padding-bottom:50px;}
.mb50{margin-bottom:50px;}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs32{
	font-size: 32px;
	color: #FF0000;
	font-weight: bold;
}
.fs46{
	font-size: 52px;
    border-bottom: #dd1034 solid 4px;
    padding: 0px 0 0 0;
}
.redpoint{
	color:#ef3054!important;
	font-weight: bold;
}
.marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.text{ margin:10px;}

/*個々のcss20190328*/
.about{margin: 50px auto 0;}
.introduction{
	background-color: #ffffff;
}

.introduction h2{
	background-color: #043858;
	color: #ffffff;
	padding: 10px 32px;
	font-size: 18px;
}
.introduction>ul{
	padding: 24px;
}
.introduction>ul>li{
	float: left;
	width: 50%;
}
.introduction>ul>li>ul>li:first-child{
	float: left;
	width: 40%;
}
.introduction>ul>li>ul>li:last-child{
	float: left;
	width: 50%;
    padding: 0 16px 0;
}
.introduction>ul>li>ul>li dt{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
}
.introduction>ul>li>ul>li dd{
	font-size: 12px;
	line-height: 1.5;
	padding: 24px 0 0 0;
}
.copyright{
	background-color: #333333;
	color: #ffffff;
	padding: 5px 0;
	font-size: 10px;
}

/*==============================================
 イラストエリア
==============================================*/
.illust-area{
	background: #fcfcea;
    padding: 40px 30px;
    font-weight: bold;
    margin: 0 0 30px;
}
.illust-area h3{
text-align: center;
    line-height: 3;
    font-size: 26px;
    color: #28502e;
    border-bottom: #28502e solid 2px;
    letter-spacing: 3px;
}
.illust-area ul{
	margin: 50px 0 0 0;
}
.illust-area ul li{
	float: left;
}
.illust-area ul li:nth-child(odd){
	width: 266px;
}
.illust-area ul li:nth-child(odd) img{
	width: 266px;
}
.illust-area ul li:nth-child(even) img{
	width: 120px;
}
.illust-area ul li p{
    font-size: 18px;
    color: #1b2f33;
    padding: 20px 0px 0 62px;
}
.illust-area p {
	font-size: 18px;
	margin-top: 20px;
}
.indent-1{
	padding-left:1em;
	text-indent:-1em;
	    padding-top: 5px;
}
p.large{
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 70px auto;
    line-height: 2;
    color: #28502e;
}
p.large span{
	color: #ef3054;
}
p.redzone{
	background: #ef3054;
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    letter-spacing: 2px;
    padding: 30px 0;
}
.equal{border: #28502e solid 3px; margin: 30px 0 0 0;position: relative;}
.equal p{float: left; font-weight: bold;height: 140px;}
.equal p:first-child{color: #28502e ; width: 260px;border-right: #28502e solid 3px;font-size: 60px;letter-spacing: 4px;text-align: center;vertical-align: middle;line-height: 2.4;}
.equal p:nth-child(2){width: 100px;border-right: #28502e solid 3px;background: #47682c38;font-size: 60px;text-align: center;line-height: 2.2;}
.equal p:nth-child(3){width: 677px;color: #28502e;position: absolute;right: 22px;top: 15px;font-size: 24px;}

.summary {
	display: flex;
	align-items: stretch;
}

.summary section{float: left;
    width: 48%;
    border:#47682c solid 2px;
    height: auto;
    letter-spacing: 0px;}
.summary section:first-child{margin: 0 30px 0 0;}
.summary section h3{    background: #47682c;
    color: #ffffff;
    text-align: center;
    padding: 8px 0;
    font-size: 32px;
    letter-spacing: 4px;}
.summary section ul{padding: 20px;}
.summary section ul li{
	padding: 0 0 6px 1em;
	text-indent:-1em;
}
.summary section ul li.text{
	text-indent: 0;
	margin: 1em 0 0 0;
}
.summary section ul li:last-child {
    padding: 0 0 6px 0;
    text-indent:0em;
}
.instructor{margin: 50px 0 0 0;padding: 0 30px;}
.instructor li{float: left;
    width: 33%;
    font-weight: bold;
    text-align: center;}
.instructor li p{padding: 16px 0 0 0;font-size: 26px;}
.instructor li img{width: 260px;}
.instructor li p span{font-size: 18px;}

.price{border: #47682c solid 2px;padding: 10px 30px 10px;}
.price h2{margin: 0;    font-size: 28px;}
.price>ul>li{float: left;width: 50%;}
.price>ul>li>ul{margin: 30px 0 0 30px;border-right: #47682c solid 1px;font-size: 18px;}
.price>ul>li>ul>li{margin: 0 0 13px;}
.price>ul>li>p{color: #47682c;
    font-size: 27px;
    letter-spacing: 4px;
    padding:100px 30px 63px 47px;}

.bk_blue{background: #47682c47;padding: 50px 0 70px;}
.bk_blue .inner{margin: 0 auto;}
.bk_blue p.large{font-size: 34px;    margin: 50px auto 30px;}
.banzai{position: relative;}
.banzai:before, .banzai:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 140px;
    height: 4px;
    background-color: #47682c;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}
.banzai:before {
    left: -10px;
}
.banzai:after {
    right: -10px;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
}
.company{background: #1b2f33; color: #fff;padding: 50px;}
.company .inner{margin: 0 auto;}
.company dl{width: 760px;margin: 0 auto 16px;}
.company dl dt,.company dl dd{float: left;}
.company dl dt{    border: #ffffff solid 1px;
    width: 130px;
    text-align: center;
    font-size: 20px;
    padding: 6px 0 5px;
    letter-spacing: 4px;}
.company dl dd{padding: 7px 0 0 50px;
    letter-spacing: 3px;
    font-size: 20px;
}
.company dl dd a{color: #ffffff;}

.other_service{background: #e8e8e8;}
.other_service .inner{margin: 0 auto;padding: 50px 0 30px 0;}
.other_service .inner section{padding:50px 0;}
.other_service h3{padding: 0 0 0 24px;margin: 50px 0;position: relative;font-size: 30px;border-left: 6px solid #28502e;}
.other_service ul li{float: left;width: 43%;margin: 0 30px 0 0;}
.other_service ul li:last-child{width: 53%;margin: 0;}
.other_service ul li p{font-size: 18px;}
.other_service ul li p span{font-weight: bold;padding: 0 0 30px;display: inline-block;font-size: 27px;}
.other_service ul li img{width:472px;}
.other_service .big_btn {width: 100%;}
.other_service .big_btn a{font-size: 24px;text-align: center;padding: 20px 0 20px 24px;}


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