@charset "UTF-8";


body{
	text-align:left;
	font: 96%/1.231 arial,helvetica,clean,sans-serif;
	line-height:1.8;
	/*letter-spacing:0.05em;*/
	color:#141314;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-bottom:0px;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}

.acumin {
    font-family: acumin-pro, sans-serif;
	font-weight: 200;
    /*font-weight: 500;*/
    font-style: normal;
}
/*
@media screen and (max-width: 767px) {
    body{ font-size:16px; line-height: 1.5em;}
}*/

#wrapper{ overflow: hidden; padding-top: 70px; position: relative;}
@media screen and (max-width: 768px) {#wrapper{padding-top: 60px;}}

.inner{
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {.inner{width: 100%;}}

.pc_none{ display: none;}
.sp_none{ display: block;}
.tb_none{ display: none;}
@media screen and (max-width: 768px) {.pc_none{ display: none;}.sp_none{ display:none;}.tb_none{ display:block;}}
@media screen and (max-width: 767px) {.pc_none{ display:block;}.sp_none{ display:none;}.tb_none{ display:block;}}


/*-------------------------------------------------
共通設定
-------------------------------------------------*/
/*html5*/
s, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*基本設定*/
hr {display: none; clear:both; }
p{}
p.bottom_none{ margin-bottom:0;}

a{ color: #aea299; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;}
a.link_s{ text-decoration: underline;}
a:hover img{/*opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "alpha(opacity=50)"; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;*/}
a:hover{opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "alpha(opacity=50)";}

@media screen and (max-width: 768px) {
    a{-webkit-transition:none; -moz-transition:none; -o-transition:none; transition:none;}
    a:hover{opacity:1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";}
}
.a_center{text-align: center !important;}
.a_left{text-align: left;}
.a_right{text-align: right;}

.font_b{ font-weight: bold;}
.box_02.dates .box_tab dl dd span.font_b {
	font-weight: bold;
	padding: 0;
	font-size: 18px;
}
.photo_w img{width: 100%;}
.m_b_big {margin-bottom: 140px !important;}
.m_b_short {margin-bottom: 80px !important;}

@media screen and (max-width: 768px) {
    .photo_w {margin-left: -15px; margin-right: -15px;}
    .m_b_big {margin-bottom: 100px !important;}
    .m_b_short {margin-bottom: 30px !important;}

}

.link_blank{ background: url(../img/icon_blank.svg) no-repeat right top; background-size:0.7em auto ; padding-right: 1.2em;}
.link_blank_w{ background-image: url(../img/icon_blank_w.svg); background-repeat:no-repeat; background-size:0.7em auto; background-position: right top; padding-right: 1.2em;}

.p_guard {}
.p_guard img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


/*共通*/

p.btn{
    position: relative;
    text-align: center;
    font-size: 14px;
    z-index: 1;
}
#page02 .btn2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #222;
	line-height: 1.3
}
p.btn a{
    background-size: auto 100%;
    color: #fff;
    display: inline-block;
    line-height: 57px;
    padding-bottom: 3px;
    position: relative;
    z-index: 100;
	background-image:url(../img/btn_left.gif),
                    url(../img/btn_right.gif),
                    url(../img/btn_bg.gif);
	background-repeat:no-repeat,
					  no-repeat,
					  repeat-x;
	background-position:left top,
						right top,
                        top;

}

.box_btn{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box_btn p.btn{
	width: 46%;
}
.box_btn p.btn a{
	width: 100%;
}
#page02_3 .box_btn p {
	margin-bottom: 2em;
}
#page03 .box_btn p {
	margin-bottom: 2em;
}

/*p.btn:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    left: 0;
    top: 0;
    background: url(../img/btn_left.gif);
}
p.btn:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    right: 0;
    top: 0;
    background: url(../img/btn_right.gif);

}*/





.title_flame{
    text-align: center;
    padding: 35px 0 30px;
    margin-bottom: 90px;
    background: #dbd6d2;
}
#limited .title_flame{
    background: #333;
    color: #fff;
}
.title_flame h2{
    margin-bottom: -10px;
}
.title_flame .catch_title{
    /*font-family: 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", HG明朝B, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 20px;
}

.title_flame p.sub_title{
    margin-bottom: 16px;
}

h3.title_bb{
    background: #141314;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

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

    .title_flame{
        padding: 15px 10px 20px;
        margin-bottom: 40px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .title_flame h2{
        margin-bottom: 0;
    }


    .title_flame h2 img{
        width: 90%;
    }

    .title_flame .catch_title{
        font-size: 14px;
    }
    .title_flame p.sub_title{
        margin-bottom: 0;
        font-size: 14px;
    }

    h3.title_bb{
        margin-bottom: 8px;
        font-size: 14px;
    }
}

/*共通テキスト*/
h2.seminer_title_top{
    /*font-family: 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", HG明朝B, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 48px;*/
    display:inline-block;
    position: relative;
    margin-bottom: 50px;
    background: linear-gradient(transparent 70%, #e9abab 70%);
    line-height: 1em;
    text-align: center;
}
h3.seminer_sub_catch{
    /*font-family: 游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", HG明朝B, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-size: 36px;
    display:block;
    position: relative;
    margin-bottom: 50px;
    line-height: 1em;
}

h3.seminer_sub_catch span{
    background: linear-gradient(transparent 70%, #e9abab 70%);
    letter-spacing: normal;
}
.seminer_comingsoon{
	/*font-family:游明朝体, YuMincho, "Yu Mincho", "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", HG明朝B, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size:24px;
	line-height:2em;
	padding:2em 0 10em;
    letter-spacing: normal;
}



@media screen and (max-width: 768px) {
    h2.seminer_title_top{
        font-size: 22px;
        margin-bottom: 30px;
        display:block;
        padding-bottom: 10px;
    background: linear-gradient(transparent 90%, #e9abab 90%);
    }

    h3.seminer_sub_catch{
        font-size: 17px;
        margin-bottom: 40px;
        display:block;
        padding-bottom: 10px;
    }

}





/*3列*/
.column_3{
    letter-spacing: -.4em;
    margin-right: -2.33%;
    margin-bottom: 80px;
}
.column_3 li{
    letter-spacing: normal;
    display: inline-block;
    width: 31%;
    margin-right: 2.33%;
    vertical-align: top;

}
.column_3 li img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .column_3{
        margin-bottom: 40px;
    }

}





/*-------------------------------------------------
nav
-------------------------------------------------*/
.blog-cat-nav{
    width: 100%;
    background : #141314;
    overflow: hidden;
    padding: 5px 0;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.blog-cat-nav p.header_logo{
    width: 180px;
	display: inline-block;
	vertical-align: middle;
	margin: 12px 10px 2px;
}
.blog-cat-nav p.header_logo img{
    width: 100%;
	display: inline-block;
}
nav#menu{
padding: 0 10px;
display: inline-block;
vertical-align: middle;
}
nav#menu ul{

}
nav#menu ul li{
    display: inline-block;
    margin:0 20px 0 0;
    font-size: 14px;
}
nav#menu ul li a{
    color: #fff;
    display: inline-block;
    line-height: 60px;
}
.blog-cat-nav p.header_btn{
    display: inline-block;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
  }
.blog-cat-nav p.header_btn a{
    width: 200px;

  }
.blog-cat-nav p.second{
	float: none;
  }
.blog-cat-nav p.second img{
	height: 2em;
	padding: 14px 0 10px;
  }

.nav_wrap{
    display: none;
}


@media screen and (max-width: 768px) {
    .blog-cat-nav{
        display: none;
      }

    .nav_wrap{
        display: block;
        background :#141314;
        position: fixed;
        width: 100%;
        height: 60px;
        z-index: 10000;
        top: 0;
    }

	.nav_wrap p.header_logo{
		width: 180px;
		margin-left: 10px;
		margin-top: 7px;
	}

	.nav_wrap p.header_logo img{
		width: 100%;
	}


    .nav_wrap p.second{
        margin-bottom: 0;
    }

    .nav_wrap p.second img{
        width: 75%;
		padding: 18px 0;
	}

    .drawer-hamburger-icon,.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{
        background: #fff !important;
    }

    .drawer-open .drawer-hamburger-icon{
            background-color: transparent !important;
    }

    .drawer-nav {
        background: #141314 !important;
    }
    .drawer-nav p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .drawer-nav p a{
        width: 100%;
    }
    .drawer-menu {
        padding-top: 20px !important;
        margin-bottom: 30px !important;
    }
    .drawer-menu li{
        padding: 10px;
    }
    .drawer-menu a{
        color: #fff;
    }
}







/*-------------------------------------------------
header
-------------------------------------------------*/
header{
}

.top_main{
    background: url(../img/main.jpg) #141314 no-repeat center fixed;
    background-size: cover;
    padding-bottom: 15px;
    /*margin-bottom: 80px;*/
    height: 92vh;
    position: relative;
}

.top_main h1 {
    margin-left: 30px;
    position: absolute;
    top: 45%;
	left: 100px;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    width: 30%;
}

.top_main h1 img{
    width: 100%;
}

.scrollnav {
	width: 10em;
	position: absolute;
	bottom: 4vh;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
.scrollnav a{
	display: block;
}
.scrollnav_bar {
	width: 1%;
	height: 24px;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
.scrollnav_bar_inner {
	width: 1px;
	height: 24px;
	background-color: #ffffff;
	-webkit-animation-name: animateScrollBar;
	animation-name: animateScrollBar;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.65, 0.5, 0.36, 1);
	animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
}


@-webkit-keyframes animateScrollBar {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	80% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
	100% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}
@keyframes animateScrollBar {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	80% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
	100% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
}


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

	.top_main{
		background: url(../img/main_sp.jpg) #141314 no-repeat center;
		background-size: cover;
		padding-bottom: 15px;
		/*margin-bottom: 80px;*/
		height: 80vh;
		position: relative;
	}

	.top_main h1 {
		position: absolute;
		top: 55%;
		left: 40%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width: 60%;
	}

}






/*-------------------------------------------------
top contents
-------------------------------------------------*/

.box_home_news{
	background: #dcdcdc;
	padding: 30px;
}

.box_home_news a{
	display: block;
	background: #fff;
	font-size: 18px;
	text-align: center;
	color:#141314;
	padding: 20px;
	position: relative;
}


.box_home_news a:before{
	position: absolute;
	content: "";
    right: 30px;
	top:25px;
    width: 18px;
    height: 18px;
    border-top: 1px solid #141314;
    border-right: 1px solid #141314;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 10000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;

}
.modal__content{
    background: #fff;
    left: 50%;
    padding:20px 20px 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	font-size: 12px;
	overflow: scroll;
	max-height: 90%;
}

@media screen and (max-width: 768px) {
	.box_home_news{
		background: #dcdcdc;
		padding: 20px;
	}


	.box_home_news a{
		font-size: 16px;
		padding: 10px;
		position: relative;
	}

	.box_home_news a:before{
		right: 15px;
		top:30px;
		width: 10px;
		height: 10px;
	}

	.modal__content{
		padding:15px;
		width: 90%;
		max-height: 70%;
	}

}



.modal__content p{
    margin-bottom: 1em;
}
.modal__content dl{
margin-bottom: 2em;
}
.modal__content dl dt{
	font-weight: bold;
	padding-top: 1em;
}
.modal__content dl dd{
	text-indent: -1em;
	padding-left: 1em;
}
.modal__content dl dd:before{
	content: "・";
}

.modal__content p.btn_close{
	text-align: center !important;
}

.modal__content p.btn_close a{
	display: inline-block;
	border: solid 1px #141314;
	color: #141314;
	padding: 2px 40px;
}




.box_home_top{
	display: block;
}

.box_home_top h2{
	margin-top: -5px;
	margin-bottom: 30px;
	text-align: center;
}

.box_home_top h2 img{
	width: 300px;
}

.box_home_top ul{
	overflow: hidden;
	margin-right: -64px;
	margin-bottom: 60px;
}

.box_home_top ul li{
	float: left;
	margin-right: 64px;
}

.box_home_top ul li dl{
}

.box_home_top ul li dl dt{
}

.box_home_top ul li dl dd{
	text-align: center;
	font-size: 12px;
}


.box_home_top p{
	margin-bottom: -12px;
	text-align: center;
}


.box_home_top p img{
	width: 330px;
}

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


	.box_home_top {
		margin: 0 10px;
	}

	.box_home_top h2{
		margin: 0 auto 20px;
		width: 60%;
	}

	.box_home_top h2 img{
		width: 100%;
	}

	.box_home_top ul{
		margin-right: 0;
		margin-bottom: 40px;
	}

	.box_home_top ul li{
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.box_home_top ul li img{
		width: 100%;
	}


	.box_home_top p{
		margin: 0 auto;
		width: 60%;
	}

	.box_home_top p img{
		margin: 0 auto -10px;
		width: 100%;
	}


}


.box_schedule_01{
	background: #141314;
	color: #fff;
	padding: 80px 0;
	text-align: center;
	margin-bottom: 100px;
}

.box_schedule_01 h2{
	font-size: 40px;
	line-height: 1.2em;
}


.box_schedule_01 p{
	margin-bottom: 2em;
}


#home .box_title{
	text-align: center;
	margin-bottom: 3em;
}

.box_schedule_01 h3{
	margin-bottom: 1em;
}

.box_schedule_01 h3 img{
height: 30px;
}


.box_schedule_01 .box_online{
	width: 560px;
	overflow: hidden;
	display: inline-block;
	border-right: solid 1px #fff;
	padding: 30px 0;
	vertical-align: top;
}

.box_schedule_01 .box_normal{
	width: 400px;
	overflow: hidden;
	display: inline-block;
	padding: 30px 0;
	vertical-align: top;
}




.box_schedule_01 dl{
	width: 180px;
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
}


.box_schedule_01 dl dt{
	background: #fff;
	color: #141314;
	margin-bottom: 5px;
}

.box_schedule_01 dl dd{
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.box_schedule_01 dl dd span{
	font-size: 0.8rem;
	margin: 0 3px;
}

.box_schedule_wrap{
	overflow: hidden;
}


.box_schedule_01 .bt_box{
	padding-top: 60px;
}

.box_schedule_01 .bt_box li{
	width: 40%;
	display: inline-block;
	margin:0 3% 4%;
}
.box_schedule_01 .bt_box li:last-child {
	margin-bottom: 0;
}

.box_schedule_01 .bt_box li a{
	display: block;
	border: solid 1px #fff;
	color: #fff;
	padding: 10px 0;

}


.box_schedule_01 .bt_box li a:hover{
	background: #fff;
	color: #141314;
}



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

	.box_schedule_01 {
		padding: 30px 10px;
	}
	.box_schedule_01 h2{
		font-size: 30px;
	}

	.box_schedule_01 p{
		margin-bottom: 1em;
	}

	#home .box_title{
		margin-bottom: 2em;
	}


	.box_schedule_01 h3{
		margin-bottom: 0.5em;
	}

	.box_schedule_01 h3 img{
		height: 20px;
	}


	.box_schedule_01 .box_online{
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #fff;
		padding: 0 0 30px;
	}

	.box_schedule_01 .box_normal{
		width: 100%;
		overflow: hidden;
		display: inline-block;
		padding: 30px 0 0;
		vertical-align: top;
	}


	.box_schedule_01 dl{
		width: 43%;
		display: inline-block;
		padding: 0 1%;
		vertical-align: top;
	}

	.box_schedule_01 dl dd{
		margin-bottom: 10px;
		font-size: 1.2rem;
	}

	.box_schedule_01 dl dd span{
		font-size: 0.6rem;
		margin: 0 2px;
	}

	.box_schedule_01 .bt_box li{
		width: 100%;
		margin: 0 0 20px;
	}

}


























.box_01{
    margin-bottom: 100px;
    padding-top: 80px;
    margin-top: -80px;
}
.box_01 h2.title_01{
    font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #141314;
    padding-bottom: 6px;
    margin-bottom: 16px;
}
h2.title_02{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
h2.title_02:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #141314;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.box_01 p{
    text-align: center;
    margin-bottom: 2em;
}
.box_01 p.text_01{
    font-size: 24px;
}
.box_01 p.text_02{
    font-size: 22px;
    font-weight: bold;
}
p.style_01{
    padding: 60px 0 0;
    margin-bottom: -40px;
}
p.style_02{
    padding-bottom: 60px;
}
.box_01 p.btn a{
    width: 460px;
    font-size: 18px;
}

/*比較表*/
.graph{

}

/*merit*/
.box_01 ul.merit{
    letter-spacing: -.4em;
    margin-right: -1.33%;
}
.box_01 ul.merit li{
    border:solid 2px #141314;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
    width: 32%;
    margin-right: 1.33%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
.box_01 ul.merit li dl{
    padding: 30px 0 30px 20px;
}
.box_01 ul.merit li dl dt{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.box_01 ul.merit li dl dt img{
    width: 90px;
}
.box_01 ul.merit li dl dd{
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}
.box_01 ul.merit li p{
    text-align: left;
    padding:0 20px;
}

/*アイラッシュの比較*/
.comparison dd{
    text-align: center;
}


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

    .box_01{
        margin-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_01 h2.title_01{
        font-size: 20px;
        padding-bottom: 6px;
        margin-bottom: 16px;
    }
    .box_01 img{
        width: 100%;
    }
    h2.title_02{
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    h2.title_02:after{
        width: 80px;
    }
    .box_01 p.text_01{
        font-size: 14px;
    }
    .box_01 p.text_02{
        font-size: 14px;

    }
    p.style_01{
        padding: 30px 0 0;
        margin-bottom: -20px;
    }
    p.style_02{
        padding-bottom: 30px;
    }
    p.style_02 img{
        width: 100%;
    }
    .box_01 p{
        text-align: center;
        margin-bottom: 1em;
    }


    .box_01 p.btn a{
        width: 100%;
        font-size: 14px;
    }

    /*比較表*/
    .graph{
        width: 700px;
    }

    /*merit*/
    .box_01 ul.merit{
        margin-right: 0;
    }
    .box_01 ul.merit li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .box_01 ul.merit li dl{
        padding: 15px 0 15px 15px;
    }
    .box_01 ul.merit li dl dt img{
        width: 80px;
    }
    .box_01 ul.merit li dl dd{
        font-size: 22px;
    }
    .box_01 ul.merit li p{
        text-align: left;
        padding:0 15px;
        font-size: 14px;
    }


    .comparison dd{
        font-size: 8px;
    }



}


.box_02{
    text-align: center;
    padding: 130px 0 100px;
    margin-top: -30px;
    font-size: 18px;
}

#second.box_02{
    padding: 80px 0 80px;
}
.box_02 p{
    margin-bottom: 1em;
}
.box_02 p.text_01{
    font-size: 24px;
    margin-bottom: 1.5em;
}
.box_02.bg_01{
    background: url(../img/bg_01.jpg)no-repeat center #2d2d2d;
    background-size: cover;
    color: #fff;
}
.box_02.bg_02{
    background: #757575;
    color: #141314;
}
.box_02.bg_03{
    background: url(../img/bg_02.jpg)no-repeat right bottom #191919;
    color: #fff;
}
.box_02.bg_04{
    background:#e2e2e2;
}

#home .box_02 h2{
    font-size: 30px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
}

#home .box_02 h2:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.box_02 h2.bd_black:after{
    background: #141314;
}

#second .box_title{
	margin-bottom: 80px;
}

#second .box_title h2{
	font-size: 30px;
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	line-height: 1.5em;
}

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

	#second .box_title{
		margin-bottom: 30px;
	}
}

.merchandise li{
}
.merchandise li dl{
}
.merchandise li dl dt{
    font-size: 14px;
    margin-bottom: 24px;
    text-align: center;
}
.merchandise li dl dt span{
    display: block;
}
.merchandise li dl dt img{
    width: 80%;
    display: inline-block;

}
.merchandise li dl dd{
    margin-bottom: 10px;
}
.merchandise li dl dd img{
    border: solid 1px #141314;
}

.merchandise li p{
    text-align: left;
}


/*お客様の声*/
.voice li{
    margin-bottom: 30px;
}
.voice li span{
    float: right;
    vertical-align: top;
    font-size: 14px;
}



/*日時について*/
.box_02.dates .tab {
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 14px;
	letter-spacing: -.40em;
}


.box_02.dates .tab li {
    font-size: 24px;
    color: #333;
    display: inline-block;
	letter-spacing: normal;
    width: 20%;
    cursor: pointer;
    list-style: none;
    transition: .3s;
    border-top: solid 1px #141314;
    border-bottom: solid 1px #141314;
    border-left: solid 1px #141314;
	padding: 12px 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
	line-height: 1.8;
}
.box_02.dates .box_tab dl dd span {
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: middle;
}


.box_02.dates .tab li:last-of-type{
    border-right: solid 1px #141314;
}

.box_02.dates .tab li span{
    display: block;
    font-size: 14px;
}


.box_02.dates .tab li.active {
  color: #fff;
  background: #141314;
  cursor: auto;
}
.box_02.dates .tab li.active:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #141314;
    border-bottom: 30px solid transparent;

    right: -1px;
    bottom: -14px;
    z-index: -1;
}

.box_02.dates .area .box_tab{
    display: none;
    text-align: left;
}
.box_02.dates .area .box_tab.show{
  display: block;
}

.box_02.dates .box_tab{
    text-align: left;
    padding: 0 14%;
}
.box_02.dates .box_tab dl{
}
.box_02.dates .box_tab dl dt{
    font-size: 24px;
    font-weight: bold;
}
.box_02.dates .box_tab dl dd{
    font-size: 18px;
    margin-bottom: 40px;
}
.box_02.dates .box_tab dl.end_s dt{
    color: #ccc;
}
.box_02.dates .box_tab dl.end_s dd{
    color: #ccc;
}
.box_02.dates .box_tab dl dd ul{
    padding-left: 1em;
    text-indent: -1em;
}
.box_tab dl dd ul li:before{
    content: "・";
}
.box_02.dates dl dd img{
    height: 1em;
}


.box_02.dates{
}

.box_02.dates ul{
	overflow: hidden;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_02.dates .list_03 li {
	margin-bottom: 0;
}

.box_02.dates ul li{
	border: solid 2px #141314;
	width: 48%;
	margin-bottom: 4%;
	padding: 2% 2% 65px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	letter-spacing: -.40em;

}
.box_02.dates ul li .txt1 {
	font-size: 14px;
}



.box_02.dates ul li h3{
	border-bottom: solid 1px #141314;
	margin-bottom: 10px;
	letter-spacing: normal;
}

.box_02.dates ul li p{
	margin-bottom: 0.5em;
	letter-spacing: normal;
}

.box_02.dates ul li p.day{
	font-size: 36px;
	margin-bottom: 0.2em;
}

.box_02.dates ul li p.day span{
	font-size: 16px;
}


.box_02.dates ul li p.btn{
	position: absolute;
	width: 91%;
	bottom: 10px;
}

.box_02.dates p.kikan{
	margin-bottom: 20px;
}


.box_02.dates ul li dl{
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}

.box_02.dates ul li dl dt{
	background: #141314;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
	width: 2em;
	letter-spacing: normal;
}

.box_02.dates ul li dl dd{
	display: inline-block;
	font-size: 13px;
	margin-left: 0.5em;
	overflow: hidden;
	letter-spacing: normal;
}

.box_02.dates p.btn a{
	width: 100%;
}


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

	.box_02.dates ul{
	margin-bottom: 20px;
	}

	.box_02.dates ul li{
		border: solid 2px #141314;
		width: 100%;
		padding: 10px;
		float: none;
		margin-bottom: 20px;
	}

	.box_02.dates ul li:last-child{
		float: none;
	}

	.box_02.dates ul li p.day{
		font-size: 20px;
	}

	.box_02.dates ul li p.day span{
		font-size: 12px;
	}


	.box_02.dates ul li p.btn{
		position: relative;
		width: 100%;
		bottom: 0;
	}

	.box_02.dates ul li dl{
		width: 100%;
		float: none;
	}

	.box_02.dates ul li dl dt{
		background: #141314;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		padding: 3px 10px;
		vertical-align: top;
		width: 2em;
		letter-spacing: normal;
	}

	.box_02.dates ul li dl dd{
		padding: 3px;
		display: inline-block;
		font-size: 13px;
	}


}









.box_02 p.btn a{
    font-size: 18px;
    width: 460px;
}



@media screen and (max-width: 768px) {
    .box_02{
        text-align: center;
        padding: 60px 10px 50px;
        font-size: 14px;

    }

    .box_02 p.text_01{
        font-size: 16px;
    }

    .box_02.bg_01{

        background-size: contain;
        color: #fff;
    }
    .box_02.bg_02{
        background: #757575;
        color: #141314;
    }
    .box_02.bg_03{
        background: url(../img/bg_02.jpg)no-repeat right bottom #191919;
        background-size:90% auto ;
        color: #fff;
    }

    .box_02 h2{
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }


	#second .box_02 h2{
        font-size: 30px;
        margin-bottom: 0;
		padding-bottom: 0;
    }

    .box_02 h2:after{
        width: 50px;
    }
    .merchandise{
        margin-right: 0;
    }
    .merchandise li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .merchandise li:last-child{
        margin-bottom: -10px;
    }
    .merchandise li dl dt{
        margin-bottom:10px;
    }
    .merchandise li dl dt span{
        margin-top:-10px;
    }
    .merchandise li dl dt img{
        width: 50%;
    }

    .merchandise li dl dd{
        margin-bottom: 5px;
    }


    /*お客様の声*/
    .voice{
        width: 1740px;
        overflow: hidden;
        white-space: nowrap;
    }
    .voice li{
        margin-bottom: 0;
        width: 280px;
        margin-right: 10px;
    }
    .voice li span{
        float: right;
        vertical-align: top;
    }

    .scroll{
    overflow: auto;　　　　/*tableをスクロールさせる*/
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;/*tableのセル内にある文字の折り返しを禁止*/
    }
    .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
     height: 5px;
    }
    .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
     background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
     background: #BCBCBC;
    }



    .box_02.dates .tab {
        margin-bottom: 20px;
    }

    .box_02.dates .tab li {
        font-size: 14px;
    }




    .box_02.dates .tab li span{
        display: block;
        font-size: 10px;
		line-height: 1.4em;
    }

    .box_02.dates .box_tab{
        text-align: left;
        padding: 0;
    }
    .box_02.dates .box_tab dl dt{
        font-size: 18px;
    }
    .box_02.dates .box_tab dl dd{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .box_02 p.btn a{
        font-size: 14px;
        width: 100%;
    }

}




.box_accordion .displayNone {
display: none;
}

.box_accordion {
    text-align: center;
}

.box_accordion p.switch {
    display: block;
    background: #141314;
    color: #fff;
    font-size: 22px;
    padding:5px 30px;
    margin-bottom: 10px;
    position: relative;
}

.box_accordion .accordion_text{
    position: relative;
    margin-bottom: 60px;
}
.box_accordion .contentWrap{
    margin-top: -60px;
    margin-bottom: 60px;
}

.box_accordion .accordion_icon,
.box_accordion .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.box_accordion .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
    top: 18px;
    z-index: 1000;
}
@media screen and (max-width: 768px) {
    .box_accordion p.switch {
        font-size: 16px;
        padding:5px 30px;
        margin-bottom: 10px;
        position: relative;
    }

    .box_accordion .accordion_icon {
        width: 40px;
        height: 40px;
        right: 5px;
        top: 13px;

    }

    .box_accordion .accordion_text{
        margin-bottom: 20px;
    }
    .box_accordion .contentWrap{
        margin-top: 0px;
        margin-bottom: 30px;
    }

}


.box_accordion .accordion_icon span {
	position: absolute;
    top: 0;
    left: 6px;
    width: 50%;
	height: 1px;
    background-color: #fff;
}
.box_accordion .accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.box_accordion .accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.box_accordion .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.box_accordion .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ed_flame{
    overflow: hidden;
    padding-top: 60px;
}
.ed_flame .f_left{
    float: left;
}
.ed_flame .f_right{
    float: right;
}


.ed_flame h3{
    font-size: 26px;
    margin-bottom: 5px;
    width: 56%;
    text-align: left;
}

.ed_text{
    text-align: left;
    width: 56%;
    padding-top: 10px;
}
.te .ed_text{
    padding: 50px 10% 0;
    width: 36%;
}

.ed_text p.text_01{
    font-size: 14px;
    margin-bottom: 1em;
}
.ed_flame p.text_02{
    font-size: 18px;
    margin-bottom: 0;
}
.ed_photo{
    width: 30%;
}
.te .ed_photo{
    width: 44%;
}
.ed_photo img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .ed_flame{
        padding-top: 30px;
    }
    .ed_flame h3{
        font-size: 24px;
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
    }

    .ed_flame .f_left{
        float: none;
    }
    .ed_flame .f_right{
        float: none;
    }

    .ed_text {
        width: 100%;
    }
    .te .ed_text{
        padding: 30px 0 0;
        width: 100%;
    }


    .ed_photo{
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    .te .ed_photo{
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }


    .ed_text p.text_01{
        font-size: 12px;
    }
    .ed_flame p.text_02{
        font-size: 18px;
        margin-bottom: 0;
        text-align: center;
    }

}


.download{
	font-size: 16px;
}

.download ul.list_01{
	text-align: left;
	border-bottom: 1px solid #141314;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.download ul.list_01 li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}

.download ul.list_01 li:before{
	content: "・";
}

.download ul.list_01 li span {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    color: #b32424;
}

.download .box_down_01{
	text-align: left;
	padding-bottom: 50px;
}

.download .box_down_01 h3{
	font-size: 24px;
}

.download ul.list_02 {
    overflow: hidden;
    margin-right: -2%;
}

.download ul.list_02 li {
    width: 23%;
    margin-right: 2%;
    float: left;
}

.download ul.list_02 li img{
    width: 100%;
	border: solid 1px #141314;
}


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

	.download{
		font-size: 14px;
	}


	.download .box_down_01 h3{
		font-size: 18px;
	}


	.download ul.list_02 li {
		width: 48%;
		margin-right: 2%;
		float: left;
	}


}




/*-------------------------------------------------
second
-------------------------------------------------*/


.second_main{
	text-align: center;
	color: #fff;
	padding: 110px 0 100px;
}

.second_main h1{
	width: 30%;
	display: inline-block;
}

.second_main h1 img{
	width: 100%;
}

.second_main .inner{
	margin-bottom: 30px;
}

.second_main_caption{
	background: rgb(0,0,0 ,0.7);
	padding: 10px;
}

#basic .second_main{
	background: url("../basic/img/main.jpg") no-repeat;
	background-size: cover;
}

#design .second_main{
	background: url("../design/img/main.jpg") no-repeat center top;
	background-size: cover;
}

#online .second_main{
	background: url("../online/img/main.jpg") no-repeat center;
	background-size: cover;
}

#certification .second_main{
	background: url("../certification/img/main.jpg") no-repeat center top;
	background-size: cover;
	padding: 110px 0 420px;
}

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

	#certification .second_main{
		background: url("../certification/img/main_sp.jpg") no-repeat center top;
		background-size: cover;
		height: 660px;
    padding: 0;
		margin-bottom: 33px;
	}

	.second_main{
		padding: 40px 0 30px;
	}

	.second_main .inner{
		margin-bottom: 10px;
	}

	.second_main h1{
		width: 50%;
		display: inline-block;
	}


}


/*プログラム*/

.program {
    background: #dcdcdc;
}

#basic .program ul{
    overflow: hidden;
	margin-bottom: 50px;
}


#basic .program ul li{
    width: 48%;
	vertical-align: top;
	float: left;
}

#basic .program ul li:last-of-type{
	float: right;
}
#basic .program ul li dl{
}
#basic .program ul li dl dt{
	background: #fff;
	margin-bottom: 10px;
}
#basic .program ul li dl dd{
}

#basic .program p.attention{
    color: #ff0000;
}

#design .program ul{
}

#design .program ul li{
	background: #fff;
	margin-bottom: 14px;
	padding: 5px;
}


@media screen and (max-width: 768px) {
#basic .program ul{
        margin-right: 0;
    }
#basic .program ul li{
    width: 100%;
    float: none;
    margin-right: 0;
}
#basic .program ul li dl{
    padding: 20px 0;
}
#basic .program ul li dl dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#basic .program ul li dl dd{
}

#basic .program p.a_center{
    text-align: left !important;
}

}



/*準備するもの*/
.jyunbi{
}
.jyunbi ul{
	margin-bottom: 1em;
}
.jyunbi ul li{
	margin-bottom: 10px;
}
.jyunbi ul li span{
	color: #bdbdbd;
	display: block;
}
.jyunbi p{
	font-size: 14px;
}



/*料金*/


.fee{
    background: #dcdcdc;
}

.box_fee_01{
	margin-bottom: 50px;
}

.box_fee_01 dl{
}

.box_fee_01 dl dt{
	font-size: 30px;
	font-weight: bold;
}

.box_fee_01 dl dt span{
	font-size: 18px;
}

.box_fee_01 dl dd{
}

.box_fee_02{
	overflow: hidden;
}

.box_fee_02 h3{
	background: #141314;
	color: #fff;
	margin-bottom: 30px;
}

.box_fee_02 p.photo_kit{
	float: left;
	width: 48%;
}

.box_fee_02 p img{
	width: 100%;
}

.box_fee_02 ul{
	float: right;
	text-align: left;
	letter-spacing: -.40em;
	margin-bottom: 40px;
	width: 48%;
}

.box_fee_02 ul li{
	display: inline-block;
	font-size: 15px;
	letter-spacing: normal;
	padding-left: 1em;
	margin-left: -1em;
}
@media screen and (max-width: 768px) {

	.box_fee_02 p.photo_kit{
		float: none;
		width: 100%;
	}

}

#basic .box_fee_02 ul li{
	width: 50%;
	text-indent: -1em;
	padding-left: 1em;
}


.box_fee_02 ul li:before{
	content: "・";

}

.box_fee_02 p.text_right{
	text-align: right;
	font-size: 15px;

}

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

	.box_fee_02 p.photo_kit{
		float: none;
		width: 100%;
	}

	.box_fee_02 ul{
		float: none;
		text-align: left;
		letter-spacing: -.40em;
		margin-bottom: 40px;
		width: 100%;
		vertical-align: top;
	}

	#basic .box_fee_02 ul li{
		width: 50%;
		font-size: 12px;
	}

}



/*オンラインセミナーの流れ*/

.box_02.flow{
}

.box_02.flow h4{
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.box_02 ul.flow_02{
	padding: 3em 0;
}

.box_02 ul.flow_02 li{
	width: 39%;
	display: inline-block;
	vertical-align: top;
	margin: 0 3%;
}

.box_02 ul.flow_02 li img{
	width: 100%;
}

.box_02 ul.flow_02 li figcaption{
	font-size: 16px;
	text-align: left;
}




.box_02.flow ul.flow_01{
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 80px;
}

.box_02.flow ul.flow_01 li{
	width: 33.333%;
	float: left;
	border-right: #141314 1px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	margin-bottom: 50px;
	position: relative;
}
.box_02.flow ul.flow_01 li span{
	position: absolute;
	right: -32px;
	top: 48%;
}
.box_02.flow ul.flow_01 li:nth-child(3n) span{
	right: 0;
	top: auto;
	bottom: 0;
	transform: rotate(140deg);
}

.box_02.flow ul.flow_01 li:nth-child(3n){
	border-right: none;
}


.box_02.flow ul.flow_01 li h3{

}

.box_02.flow ul.flow_01 li h3 img{
	width: 40%;
}

.box_02.flow ul.flow_01 li dl{
}

.box_02.flow ul.flow_01 li dl dt{
	margin-bottom: 20px;
	font-size: 14px;
}

.box_02.flow ul.flow_01 li dl dd img{
	width: 50%;
}






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

	.box_02.flow ul.flow_01{
		overflow: hidden;
		margin-bottom: 50px;
		padding-top: 30px;
	}

	.box_02.flow ul.flow_01 li{
		width: 50%;
		float: left;
		margin-bottom: 30px;
	}

	.box_02.flow ul.flow_01 li span{
		position: absolute;
		right: -32px;
		top: 48%;
	}

	.box_02.flow ul.flow_01 li:nth-child(3n) span{
		right: -32px;
		top: 48%;
		bottom: auto;
		transform: rotate(0deg);
	}

	.box_02.flow ul.flow_01 li:nth-child(2n) span{
		right: 0;
		top: auto;
		bottom: 0;
		transform: rotate(140deg);
	}

	.box_02.flow ul.flow_01 li:nth-child(3n){
		border-right: #141314 1px solid;
	}

	.box_02.flow ul.flow_01 li:nth-child(2n){
		border-right: none;
	}


	.box_02.flow ul.flow_01 li dl dt{
		font-size: 12px;
	}

	.box_02 ul.flow_02{
		padding: 2em 0 1em;
	}

	.box_02 ul.flow_02 li{
		width: 45%;
		margin: 0 1%;
	}

	.box_02 ul.flow_02 li figcaption{
		font-size: 12px;
		text-align: left;
	}



}










footer{
    background: #000;
	color: #fff;
	text-align: center;
	padding:60px 0 20px;
	font-size: 14px;
}

footer ul{
	padding-bottom:40px;
}

footer ul li{
	display: inline-block;
}

footer ul li a{
	color: #fff;
	margin:0 1em;
}

footer p.copy{
    font-size: 12px;
    color: #a79c94;
}

footer p.logo_academy{
    width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

footer p img{
    width: 100%;
}

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


    footer{
        margin-top: 0;
    }
    footer p{
        font-size: 10px;
        padding-right: 10px;
        padding-left: 10px;

    }

	footer p.logo_academy{
		width: 90%;
	}


}






/************** 202003追記　オンラインセミナー **************/














.banner_box {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}
.banner_box img {
	width: 90%;
}
.banner_box a {
	display: block;
	transition: .3s;
}
.banner_box a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.banner_box {
		margin-bottom: 50px;
	}
	.online_box_01{
		background:url("../img/online_back.png") no-repeat bottom rgba(20,19,20,1);
		background-size:100% auto;
		padding: 0;
	}

	.online_box_01 .bgmask{
		background:rgba(20,19,20,0.8);
		padding:30px 10px 50px;
	}

	.online_box_01 h2,.online_box_02 h2{
		padding: 10px 80px 20px;
	}


	.online_box_01_day dl{
		width: 100%;
		margin-bottom: 10px;
	}

	.online_box_01_day dl:first-child{
		float: none;
	}

	.online_box_01_day dl:last-child{
		float: none;
	}


	.online_box_01_day dl dt{
		font-size: 12px;
	}

	.online_box_01_day dl dd{
		font-size: 20px;
	}


}





ul.list_03{
	text-align: left;
	margin-bottom: 50px;
}

ul.list_03 li{
	border: none !important;
	width: auto !important;
	padding: 0 0 0 1em !important;
	text-indent: -1em;
	float: none !important;
	margin-bottom: 8px;
}

ul.list_03 li:before{
	content: "・";
}

@media screen and (max-width: 768px) {
    p.btn{
        font-size: 12px;
    }
    p.btn a{
        background-size: auto 100%;
        color: #fff;
        display: inline-block;
        line-height: 34px;
        padding-bottom: 0;
    }

	.box_btn{
		text-align: center;
	}
	.box_btn p.btn{
		float: none;
		width: 90%;
		margin: 0 auto 1em;
		display: inline-block;
	}
}


#basic .caution_txt {
	margin-top: 40px;
	font-size: 16px;
	color: red;
}
#basic .sub_txt {
	font-weight: normal;
	font-size: 20px;
}
#basic .box_fee_03 {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	#basic .caution_txt  {
		font-size: 12px;
	}
}



/*2020.10.22追記*/
.jyunbi h3 {
	font-size: 1.3em;
	margin-top: 3em;
}
.jyunbi .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.jyunbi .flex_box figure{
	width: 35%;
}
.jyunbi .flex_box figure img {
	max-width: 200px;
	width: 100%;
}
.jyunbi .flex_box p {
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.jyunbi .flex_box figcaption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.top_cauton {
	margin-top: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: white;
	font-size: 1.1em;
}

#news {
	margin-top: 80px;
}
#news .box_title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#news .txt1 {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 1.1em;
	margin-bottom: 40px;
}
#news .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#news .flex_box .box {
	width: 45%;
	padding: 20px;
	box-sizing: border-box;
	border: 2px solid;
	position: relative;
}
#news .flex_box .box:first-of-type::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	border-top: 1px solid #323232;
	border-right: 1px solid #323232;
	transform: rotate(45deg);
	top: 50%;
	right: -60px;
	margin-top: -20px;
}
#news .flex_box .box h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 20px;
}
#news .txt2 {
	font-size: 14px;
}


@media screen and (max-width: 768px) {
	.jyunbi .flex_box figure {
		width: 50%;
	}
	.jyunbi .flex_box p {
		text-align: left;
	}
	.top_cauton {
		font-size: 14px;
		text-align: left;
	}

	#news {
		margin-top: 40px;
	}
	#news .inner {
		padding: 0 20px;
		box-sizing: border-box;
	}
	#news .txt1 {
		font-size: 14px;
		text-align: left;
		margin-bottom: 20px;
	}
	#news .flex_box {
		margin-bottom: 15px;
	}
	#news .flex_box .box {
		width: 100%;
		margin: 0 auto 0px;
	}
	#news .flex_box .box:first-of-type {
		position: relative;
		margin-bottom: 60px;
	}
	#news .flex_box .box:first-of-type::after {
		transform: rotate(135deg) translateX(100%);
		left: 50%;
		top: 94%;
	}
	#news .flex_box .box h3 {
		margin-bottom: 10px;
	}
	#news .txt2 {
		font-size: 12px;
	}
}



/*認定制度---------------------------------*/
#new_contents .bg_box {
	background: url("../img/course_bg.jpg") center center / cover no-repeat;
	padding: 100px 0 130px;
}
#new_contents .bg_box .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#new_contents .bg_box .txt_box {
	color: #fff;
	letter-spacing: 0.1em;
	width: 55%;
	margin-left: auto;
}
#new_contents .txt_box .time_txt {
	font-size: 20px;
	line-height: 0;
}
#new_contents .txt_box h3 {
	font-size: 40px;
	font-weight: normal;
}
#new_contents .txt_box .txt1 {
	font-size: 14px;
	margin-bottom: 60px;
}
#new_contents .txt_box .txt2 {
	font-size: 26px;
	margin-bottom: 15px;
}
#new_contents .txt_box .txt2 span {
	padding: 0 4em 10px 5px;
	border-bottom: 1px solid #fff;
}
#new_contents .txt_box ul li {
	margin-bottom: 10px;
	list-style: decimal;
	margin-left: 30px;
}

#new_contents .bg_box2 {
	background: #212121;
	color: #fff;
	padding: 120px 0 70px;
}
#new_contents .bg_box2 .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#new_contents .bg_box2 h3 {
	font-size: 24px;
	text-align:center;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-bottom: 40px;
}
#new_contents .bg_box2 .txt1 {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 60px;
	text-align: center;
}
#new_contents .bg_box2 .more_bt {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
}
#new_contents .bg_box2 .more_bt a {
	display: block;
	padding: 12px 0;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	position: relative;
}
#new_contents .bg_box2 .more_bt a::after {
	content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -5px;
}
#new_contents .img_box {
	max-width: 1120px;
	width: 100%;
	margin: 110px auto 100px;
	padding: 0 20px;
	box-sizing: border-box;
}
#new_contents .img_box figure{
	margin: 0 auto;
}
#new_contents .img_box figure img {
	width: 100%;
}


@media screen and (max-width: 768px) {
	#new_contents .bg_box {
		background: url("../img/course_bg_sp.jpg") center center / cover no-repeat;
		padding: 370px 0 40px;
	}

	#new_contents .bg_box .txt_box {
		width: 100%;
		margin: 0 auto;
	}
	#new_contents .bg_box .txt_box .time_txt {
		font-size: 16px;
		line-height: 1;
	}
	#new_contents .bg_box .txt_box h3 {
		font-size: 40px;
		line-height: 1.2;
		letter-spacing: 0.15em;
		margin-bottom: 20px;
	}
	#new_contents .bg_box .txt_box .txt1 {
		font-size: 14px;
		margin-bottom: 0;
	}
	#new_contents .about_box {
		max-width: 1120px;
		width: 100%;
		padding: 30px 20px 90px;
		box-sizing: border-box;
	}
	#new_contents .about_box .txt2 {
		font-size: 26px;
		letter-spacing: 0.1em;
		color: #212121;
		margin-bottom: 15px;
	}
	#new_contents .about_box .txt2 span {
		border-bottom: 1px solid #212121;
		padding: 0 4em 10px 5px;
	}
	#new_contents .about_box ul li {
		font-size: 14px;
		margin-bottom: 15px;
		margin-left: 20px;
		color: #212121;
		list-style: decimal;
	}
	#new_contents .bg_box2 {
		padding: 80px 0;
	}
	#new_contents .bg_box2 h3 {
		font-size: 24px;
		text-align: left;
		margin-bottom: 40px;
	}
	#new_contents .bg_box2 .txt1 {
		font-size: 14px;
		text-align: left;
		margin-bottom: 40px;
	}
	#new_contents .img_box {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	#new_contents .img_box h3 {
		font-size: 24px;
		letter-spacing: 0.1em;
		color: #212121;
	}
}
