﻿@charset "UTF-8";
/* CSS Document */


.preparation_ti {
    font-size: 30px;
    color: #231815;
    text-align: center;
    font-family: Futura, 'Century Gothic';
    margin-bottom: 35px;
    margin-top: 130px;
}
.preparation_ti span{
    font-weight: bold;
}

.box-note{
    max-width: 960px;
    margin: 0 auto 30px;
    border: 1px solid #EFEFEF;
    padding: 15px 0;
    text-align: center;
}
.box-note p{
    font-size: 14px;
    line-height: 1.8em;
}
.box-note p strong{
    font-weight: normal;
    color: #ed85a8;
    padding-left: 20px;
}

.sec-list{
    padding: 0 0 100px;
}
.sec-list .container{
    max-width: 990px;
}
.sec-list .box{
    border-bottom: 1px solid #9FA0A0;
    /* padding-top: 90px;
    margin-top: -90px; */
}
.sec-list .box:last-child{
    border-bottom: none;
}
.sec-list .box .inner{
    border: 1px solid #000;
}

.sec-list .box .inner ul{
	display:-webkit-box;
  	display:-ms-flexbox;
      display:flex;
      -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sec-list .box .inner ul:first-child{
    border-bottom: 1px solid #EFEFEF;
}
.sec-list .box .inner ul li{
    width: 33.333%;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    line-height: 1.5em;
}
.sec-list .box .inner ul li span{
    font-size: 12px;
}
.sec-list .box .inner ul li.img-item{
    width: 50%;
	display:-webkit-box;
  	display:-ms-flexbox;
      display:flex;
      -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.sec-list .box .inner ul li.img-item .img{
    width: 70px;
}
.sec-list .box .inner ul li.img-item .img img{
    max-width: 100%;
}
.sec-list .box .inner ul li.img-item .txt{
    width: calc(100% - 100px);
    padding: 0 20px;
}
.sec-list .box .inner ul li.img-item .txt .ttl{
    font-size: 14px;
    font-weight: bold;
}
.sec-list .box .inner ul li.img-item .txt .ttl strong{
    color: #ed85a8;
}
.sec-list .box .inner ul li.img-item .txt .desc{
    font-size: 11px;
    color: #727171;
    margin-top: 5px;
    line-height: 1.3em;
}

p.note{
    font-size: 14px;
    line-height: 1.8em;
    /*margin-top: 50px;*/
    padding: 20px 10px;
}
p.note span{
    font-weight: bold;
}



.nail-course-wrapper {
    /*margin-bottom: 130px;*/
    background-color: #fff;
}


#nailcourse{
    background: url(../image/bring/bg01.jpg) left top;
    background-size: cover;
    padding: 170px 0 130px;
}

.nailcourse_ti {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: Futura, 'Century Gothic';
    margin: 0 0 35px;
}

.nailcourse-head {
    display: flex;
}

.nailcourse-head .box-left {
    width: 18%;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nailcourse-head .box-right {
    width: 82%;
    border-bottom: 1px solid #000;
    padding: 12px;
    display: flex;
    align-items: center;
}
.nailcourse-head  a.instructor {
    font-weight: bold;
    color: #333;
    border: 1px solid #333;
    padding: 5px 10px;
    text-align: left;
    margin-left: 57%;
}

#nailcourse p.course_name {
    text-align: center;
    padding: 40px 0 25px;
}

#nailcourse span:first-of-type {
    font-size: 20px;
    font-weight: bold;
}

#nailcourse span:last-of-type {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Century Gothic';
    padding-left: 10px;
}

.btn_instructor  {
    text-align: center;
    margin-top: 30px;
}
.btn_instructor  a.instructor {
    font-weight: bold;
    color: #333;
    border: 1px solid #333;
    padding: 5px 10px;
    display: inline-block;
}


@media screen and (max-width: 767px){
    .sp-pad.container{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /*.box-note{
        margin:  30px auto;
    }*/
    .box-note p strong{
        padding-left: 0;
    }
    
    .sec-list{
        padding-bottom: 60px;
    }
    .sec-list .box .label{
        font-size: 16px;
    }
    .sec-list .box .inner ul li{
        width: 100%;
        border-right: none;
        font-size: 14px;
    }
    .sec-list .box .inner ul li:last-child{
        border-bottom: none;
    }
    .sec-list .box .inner ul li.img-item{
        width: 100%;
    }
    .sec-list .box .inner ul li.img-item .img{
        width: 70px;
    }
    .sec-list .box .inner ul li.img-item .img img{
    max-width: 100%;
    }
    .sec-list .box .inner ul li.img-item .txt{
        width: calc(100% - 80px);
        padding: 0 15px;
    }
    .sec-list .box .inner ul li.img-item .txt .ttl{
        font-size: 13px;
        line-height: 1.3em;
    }
    .sec-list .box .inner ul li.img-item .txt .desc{
        font-size: 11px;
    }
    /*p.note{
    margin-top: 30px;
    }*/

    .preparation_ti {
    margin-top: 60px;
    }

    #nailcourse {
    padding: 100px 0 60px;
    }
    .nailcourse-head .box-left {
        font-size: 18px;
        width: 26%;
    }
    .nailcourse-head .box-right {
        width: 74%;
    }

    .nailcourse-head  a.instructor {
    margin-left: 20%;
}

    #nailcourse span:first-of-type {
        font-size: 16px;
    }
    #nailcourse span:last-of-type {
        font-size: 26px;
    }
}

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

    
}