.contents .box01 ul li,.contents .box02 ul li{
    border-bottom: 2px dashed #bfd2c3;
    padding-bottom: 3%;
}/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.7;
    color: #000;
    letter-spacing: .2em;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*▲ 初期設定 ▲*/


.bg_white{background:#fff} 
.bg_red{background:#c7482c}
.bg_blue{background:#4993ba}
.bg_gray{background:#f6f7f7}
.bg_gold{background:#f3f0ea}
.bg_green{background:#dde5df}

.bold{font-weight:700}
.fw500{font-weight:500}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#d45b41}
.col_gold{color:#daccba}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px!important}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px!important}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px!important}
.mb60{margin-bottom:60px!important}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
	text-decoration: underline;
	color: #bf3e3e;
    text-underline-offset:0.2em;
}
.pc_block{
    display: block;
}
.marker_red {
    background-color: transparent;
    background-image: linear-gradient(transparent 68%,#f08067 0);
}
.border_red{
    text-decoration: solid underline #f08067 3px;
    text-underline-offset:0.2em;
}
.marker_green{
    background-color: transparent;
    background-image: linear-gradient(transparent 68%,#a7c4ae 0);
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
header img {
    width:1200px;
    margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
	font-weight: 400;
	background:#fff;
	font-size: 1.4rem;
    padding: 29px;
    color: #333;
    border-top: 1px solid #d45b41;
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
	width:1000px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer li a {	
	background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
	width: 168px;
	height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 230px;
}
.tel::before{
	content: '\e0b0';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.mail::before{
	content: '\e0be';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
/*▼ ボタン設定　▼*/
.btn{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.btn:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*　▼　サンプルボタン*/
.btn03 {
    border: 2px solid #f08067;
    border-radius: 100px;
    color: #f08067;
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    font-size: 2.6rem;
    height: 70px;
    line-height:70px;
}
.btn03:hover{
    background:#f08067;
    color:#fff;
    border:2px solid #f08067; 
}
/*　▼　申込みボタン*/

.btn01{
    background: #030059;
}
.btn02{
    background: #c7482c;
}
.btn01,.btn02{
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 48%;
    display: block;
}


.btn01:hover,.btn02:hover{
    letter-spacing: 5px;
}

/*　▲　申込みボタン*/
section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.2rem;
}
.en{
    font-weight:300;
    text-align: center;
    font-size: 2.9rem;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    text-transform: uppercase;
}


/*PC
summary
*/
.summary_wrap{
    background: url(../img/sec01_bg.jpg) repeat;
    background-size: 597px;
}
.summary .en{
    font-size: 2.5rem;
    margin-bottom: 40px;
}
.summary h1 {
    font-size: 3.2rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 2;
}


/*PC
message
レター部分
*/
.message h1{
    margin-bottom: 70px;
}
.message .check_green{
    background: #dde5df;
    padding: 4%;
    width: 100%;
}
.message .check_green li{
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
    font-size:2.2rem;
}
.message .check_green li:last-of-type{
    margin-bottom:0
}
.message .check_green li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-style: normal;
    padding-right: 0.5%;
    color:#a1c1a9;
}
.message .narrow{
    width: 88%;
    margin: 0 auto;
    line-height: 2.2;
}


/*PC
topics
- トピック -
*/
.normal_h1{
    font-weight:500;
    color:#8e7452;
}
.topics ul,.contents .box03{
    width: 80%;
    margin: 0 auto;
    font-size: 2.2rem;
}
.topics ul li{
    margin-bottom: 26px;
    text-indent: -1.3em;
    padding-left: 1.3em;
    border-bottom:1px dashed #aa9477;
    padding-bottom: 3%;
}
.topics ul li:last-of-type{
    margin-bottom:0;
}
.topics .box{
    margin-bottom: 70px;
}
.topics .box02 ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #c7482c;
    font-style: normal;
    padding-right: 0.5%;
}
.topics .box01 ul li,.contents .box02 ul li{
    border-bottom: 2px dashed #bfd2c3;
    padding-bottom: 3%;
}


/*PC
profile
講師プロフィール
*/
.profile .box{
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 50px;
}
.koushi{
    width: 25%;
    margin-right: 46px;
}
.profile .right{
    padding-top: 7%;
}
.furigana{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.2em;
    font-style: normal;
}
.profile .name{
    font-size: 3rem;
    letter-spacing: 0.2em;
}
.profile .ttl{
    font-size: 1.8rem;
}
.profile .box_top{
    margin-bottom: 20px;
}
.profile .txt{
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 40px;
}
.book{
    width: 92%;
}



/*PC
details
DVDの詳細
*/
.details .box{
    padding: 0 4%;
}
.dtl_tbl{
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.dtl_tbl th {
    padding: 3% 0 3% 10%;
    width: 16em;
    text-align: left;
    vertical-align: middle;
    color: #8e7452;
    font-weight: 700;
}
.dtl_tbl tr{
    border-bottom: 1px solid #d6c8b5;
}
.dtl_tbl td{
    padding: 3%;
}
.ippan,.kaiin{
    border-radius:5px;
    padding: 0.2% 2%;
}
.ippan{
    background:#d5d5d5;
}
.kaiin{
    background:#f08067;
}
.ippan_wrap{
    display: block;
    margin-bottom: -24px;
}
.details .att{
    font-size: 1.4rem;
}


/*PC
entry
お申し込み
*/
.entry .normal_h1{
    color:#c7482c;
}
.entry .box01{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
    background: #dde5df;
}
.entry .heading{
    background: #bfd2c3;
    align-items: center;
    height: 5em;
}
.entry .heading h2{
    padding: 1.4% 0;
}
.entry .box01 p{
    padding: 4%;
    font-size: 1.8rem;
    line-height: 2;
}
.entry .box02{
    margin-bottom: 40px;
}
.entry .box02 h2 {
    font-size: 2.2rem;
    border-radius: 5px;
    width: 11em;
    height: 2em;
    padding-top: 0.2%;
    margin: 0 auto 30px;
}
.double{
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset:0.2em;
}
.bd_red{
    text-decoration-color: #d45b41; 
}
.entry .box02 .narrow{
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2;
}
/*------------------------
▲ PC表示終わり　▲
------------------------*/
/*-----------------------------------
　↓ 685pxまでのfooter設定　消さない！！　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
@media screen and (max-width: 1254px){
header img{
    width: 100%;
    padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
    display: none;
}
header img{
    width: 98%;
}
section {
    width: 94%;
    padding: 10% 0;
}
.contents ul, .contents .box03 {
    width: 90%;
}
.dtl_tbl th {
    padding: 3% 0 3% 6%;
    width: 12em;
}
.entry .box02 .narrow {
    width: 100%;
}
.toha .check_blue {
    padding: 5% 7%;
}
}
@media screen and (max-width: 1023px){
.btn03{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
.message .narrow {
    width: 100%;
}
.toha .box h2 {
    font-size: 2.3rem;
    height: 5.5em;
    padding: 3% 4% 5%;
}
.btn03{
    width: 100%;
}
.logo {
    width: 65%;
}
}

@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

@media screen and (min-width: 600px) and (max-width: 766px) {
.pcnone{
    display: none;
}
.spnone {
    display: block;
}
}

/*------------------------
スマホ~599px
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
    display:none
}
.pc_block {
	display:inline
}
.sp_alc {
    text-align: center;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
    width:100%;
    padding:0;
}
section{
	width: 100%!important;
	padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
    font-size: 1.4rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
    width:40%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
    font-size: 2.5rem;
    margin-bottom: 50px;
}
.btn{
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
}

/*SP　レター部分 */
.message .check_red{
    padding: 7%;
}
.message .check_red li {
    margin-bottom: 20px;
    line-height: 1.4;
}

/*SP　DVD内容 */
.contents ul, .contents .box03 {
    width: 100%;
}
.details .box{
    padding:0;
}

.topics ul, .contents .box03{
    width:100%;
}




/*SP　プロフィール */
.profile .box {
    padding: 7%;
}
.koushi {
    width: 45%;
    margin: 0 auto 11px;
}
.profile .box{
    margin-bottom: 30px;
}
.book{
    width: 100%;
}
.dtl_tbl th,.dtl_tbl td{
    display: block;
}
.dtl_tbl th{
    padding: 4% 0;
}
.dtl_tbl td {
    padding: 0 0 4%;
}
.btn01 {
    margin-bottom: 20px;
}
}
/*------------------------
thanks
------------------------*/
/* PC thaks */
.fw500{
    font-weight:500;
}
.thanks{
    width:1200px;
    margin:0 auto;
    padding: 20px 0 79px;
}
.thanks_logo{
    width:146px;
}
.thanks_img {
    width: 15%;
    margin: 0 auto 20px;
}
.thanks h1{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color:#d45b41
}
.thanks p{
    margin-bottom:40px;
}
.arrow_img{
    width: 7%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.thanks {
    width: 98%;
}
}
.font_small {
    font-size: 2rem;
    font-weight: 400;
}