@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Neuton');
/* CSS Document */

body{
    font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
    margin:0 auto;
    color:#313131;
    width:100%;
}

img{
    outline:none;
    border-style:none;
}

a{
    color:3278be;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:3278be;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****common*****/
h3.flag {
    color: #705832;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

h3.flag:before {
    content: url("../img/h3_flag.png") ;
    padding-right:10px;
}

h3.flag2 {
    color: #705832;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

h3.flag2:before {
    content: url("../img/h3_flag2.png") ;
    padding-right:10px;
}

h3.flag3 {
    color: #705832;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}



p {
    font-size: 16px;
}

p.sp {
    display: none;
}

p.brnone {
    display: none;
}

@media(max-width:768px){
    p.sp {
        display: inherit;
    }
    p.pc {
        display: none;
    }
    p.brnone {
        display: inherit;
    }
}

.pcenter {
    text-align: center;
}

.fc-or {
    color: #fc5725;
    font-weight: bold;
}

.fc-red {
    color:#e01626;
    font-weight: bold;
}

.bg-cr {
    background-color: #fffec1;
}

.b {
    font-weight: bold;
}

.img_pc {
    width:100%;
}

.img_sp {
    display: none;
}

@media(max-width:768px){
    .img_sp {
        display: inherit;
        width:100%;
    }

    .img_pc {
        display: none;
    }
}

/*****HEADER*****/
header{
    width: 100%;
    height: auto;
}

header p {
    margin-top: 10px;
    font-weight: bold;
}

.header_sp{
    display: none;
}

.header_pc{
    background-image: url(../img/header_bg.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.header_pc h1{
    text-align: center;
    width: 786px;
    margin:  auto;
}

.header_pc h1 img{
    width: 85%;
}

#logo {
    width:980px;
    margin:10px auto 0;
}




@media(max-width:768px){
    .header_pc{
        display: none;
    }
    .header_sp{
        display: inherit;
        background-image: url(../img/header_bg.jpg);
        background-size: cover;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .header_sp h1{
        width: 95%;
    }

    #logo {
        width:200px;
        margin:10px 0 0 10px;
    }

    #logo  img {
        width: 100%;
    }

}

.header_sp h1 img {
    width: 100%;
}


/*****HEADER2*****/
.header2_sp{
    display: none;
}

.header2_pc {
    margin: 20px auto;
    text-align: center;
}

.header2_pc iframe {
    width: 560px;
    height: 315px;
}

@media(max-width:768px){
    .header2_pc{
        display: none;
    }
    .header2_sp {
        display: inherit;
        position: relative;
        width: 95%;
        padding-top: 56.25%;
        margin: 20px auto ;
    }

    .header2_sp iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}


/*****HEADER3*****/
.header3_sp{
    display: none;
}

.header3_pc {
    margin-bottom: 20px;
    text-align: center;
}
.header3_pc .square_btn{
    display: inline-block;
    padding: 0.8em 0;
    font-size: 18px;
    text-decoration: none;
    background: #01DF3A;/*ボタン色*/
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 4px #627295;
    width:280px;
    border-radius: 3px;
}
.header3_pc .square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

@media(max-width:768px){
    .header3_pc{
        display: none;
    }

    .header3_sp {
        display: inherit;
        text-align: center;
        margin-bottom: 20px;
    }
    .header3_sp .square_btn{
        display: inline-block;
        padding: 0.8em 0;
        font-size: 18px;
        text-decoration: none;
        background: #01DF3A;/*ボタン色*/
        color: #FFF;
        font-weight: bold;
        border-bottom: solid 4px #627295;
        width:280px;
        border-radius: 3px;

    }
    .header3_sp .square_btn:active {/*ボタンを押したとき*/
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }

}

.header4 img {
    width: 100%;
}


/*****sec01*****/
#sec01 {
    background-image: url(../img/sec01_bg.png);
    background-size: cover;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

h2 {
    padding: 35px 0 0 0;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}

h2 span {
    font-size:17px;
    font-weight: bold;
}

@media(max-width:768px){
    h2 {
        font-size: 20px;
        line-height: 1.2;
        padding:20px 0 0 0;
    }
    h2 span {
        font-size: 14px;
    }
}

#sec01 .check {
    background-color:rgba(255, 255, 255, 0.5);
    width: 530px;
    margin: 0 auto;
    padding: 30px 30px 20px 30px;
}

#sec01 .check ul {
    list-style-image: url(../img/sec01_li.png);
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
}

#sec01 .check ul li {
    margin:0 0 10px 0;
}

@media(max-width:768px){
    #sec01 .check {
        width: 90%;
        padding: 5px;
    }
    #sec01 .check ul {
        list-style-position: inside;
    }
}

/*****sec02*****/
#sec02 {
    background-color: #ffffd9;
    overflow: hidden;
}

.sec02-01 {
    width: 780px;
    background-color: #fff;
    margin: 50px auto;
}

@media(max-width:768px){
    .sec02-01 {
        width: 90%;
        margin: 20px auto;
    }
}

.sec02-01 ul {
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}

@media(max-width:768px){
    .sec02-01 ul {
        width: 98%;
        margin: 0 auto;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
    }
}

.sec02-01 li.n1 {
    list-style-type:none;
    background-image:url(../img/sec02_n1.png);
    background-repeat:no-repeat;
    background-position:left 0em;
    padding-left:45px;
    margin-bottom: 7px;
}

.sec02-01 li.n2 {
    list-style-type:none;
    background-image:url(../img/sec02_n2.png);
    background-repeat:no-repeat;
    background-position:left 0em;
    padding-left:45px;
    margin-bottom: 7px;
}

.sec02-01 li.n3 {
    list-style-type:none;
    background-image:url(../img/sec02_n3.png);
    background-repeat:no-repeat;
    background-position:left 0em;
    padding-left:45px;
    margin-bottom: 7px;
}

@media(max-width:768px){
    .sec02-01 li.n1 {
        list-style-type:none;
        background-image:url(../img/sec02_n1.png);
        background-repeat:no-repeat;
        background-position:left 0em;
        padding-left:30px;
        margin-bottom: 7px;
    }

    .sec02-01 li.n2 {
        list-style-type:none;
        background-image:url(../img/sec02_n2.png);
        background-repeat:no-repeat;
        background-position:left 0em;
        padding-left:30px;
        margin-bottom: 7px;
    }

    .sec02-01 li.n3 {
        list-style-type:none;
        background-image:url(../img/sec02_n3.png);
        background-repeat:no-repeat;
        background-position:left 0em;
        padding-left:30px;
        margin-bottom: 7px;
    }
}

.sec02-01 p {
    width: 90%;
    margin:auto;
    padding-bottom: 20px;
}

.sec02-02 {
    width: 780px;
    background-color: #fff;
    margin: 50px auto;
    padding-bottom: 20px;
}

@media(max-width:768px){
    .sec02-02 {
        width: 90%;
        margin: 20px auto;
        padding-bottom: 20px;
    }
}

.sec02-l {
    width: 50%;
    display: inline-block;
    margin: auto;
}

.sec02-l p {
    width: 90%;
    margin: auto;
}

@media(max-width:768px){
    .sec02-l {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }

    .sec02-l p {
        width: 90%;
        margin: auto;
    }
}

.sec02-r {
    width:49%;
    display: inline-block;
}

.sec02-r img {
    width: 90%;
}

@media(max-width:768px){
    .sec02-r {
        width:100%;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }

    .sec02-r img {
        width: 90%;
    }
}

/*****sec03*****/
#sec03 {
    overflow: hidden;
    padding:30px 0 0 0;
}

.sec03_block{
    width: 768px;
    margin: 30px auto;
}

@media(max-width:768px){
    .sec03_block{
        width: 100%;
        margin: 10px auto;
    }
}

.sec03_b_cont_l {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

@media(max-width:768px){
    .sec03_b_cont_l {
        width: 90%;
        display: inline-block;
        vertical-align: top;
        padding: 0 2.5%;
    }
}

.sec03_b_cont_r {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
}

@media(max-width:768px){
    .sec03_b_cont_r {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
}

.sec03_b_cont_l h4.n1,.sec03_b_cont_l h4.n2,.sec03_b_cont_l h4.n3 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
}

@media(max-width:768px){
    .sec03_b_cont_l h4.n1,.sec03_b_cont_l h4.n2,.sec03_b_cont_l h4.n3 {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
    }
}

.sec03_b_cont_l h4.n1:before {
    content: url("../img/sec03_n1.png") ;
    padding-right:5px;
}

.sec03_b_cont_l h4.n2:before {
    content: url("../img/sec03_n2.png") ;
    padding-right:5px;
}

.sec03_b_cont_l h4.n3:before {
    content: url("../img/sec03_n3.png") ;
    padding-right:5px;
}

@media(max-width:768px){
    .sec03_b_cont_l h4.n1:before {
        content: url("../img/sec03_n1_sp.png") ;
        padding-right:5px;
    }

    .sec03_b_cont_l h4.n2:before {
        content: url("../img/sec03_n2_sp.png") ;
        padding-right:5px;
    }

    .sec03_b_cont_l h4.n3:before {
        content: url("../img/sec03_n3_sp.png") ;
        padding-right:5px;
    }
}

.sec03_b_cont_l h5 {
    color: #e97b3f;
    font-size: 16px;
    font-weight: bold;
}

.sec03_b_cont_l p{

}

.sec03_b_cont_l p:before {
    content: "→ " ;
    padding-right:5px;
}

/*****sec04*****/
#sec04 {

    width: 100%;
}

@media(max-width:768px){
    .b-n br { display: none;}
}

#sec04 ul {
    width: 265px;
    font-weight: bold;
    margin: 10px auto;
    font-size: 16px;
}

#sec04 li {
    padding-bottom: 5px;
}

#sec04 li:before {
    content: "●";
    color:#fc5725;
}

#sec04 p {
    padding-bottom: 15px;
    line-height: 1.8;
}

@media(max-width:768px){
    #sec04 p {
        padding-bottom: 15px;
        line-height: 1.8;
        width:90%;
        margin: auto;
    }
}

#sec04 img {
    width: 100%;
}

/*****sec05*****/

#sec05 {
    padding:30px 0 0px 0;
    width:100%;
}

.sec05_block {
    width: 786px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.0;
}

.sec05_block img {
    font-size: 20pt;
    margin-top: 20px;
}

.sec05_img {
    width:786px;
    margin: 0 auto;
}

.sec05_img img {
    width: 100%;
    margin-top: 20px;
}

@media(max-width:768px){
    .sec05_img {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:420px){
    .sec05_block img {
        width: 100%;
    }
}

@media(max-width:768px){
    .sec05_block {
        width: 100%;
    }
}

.price {
    font-family: 'Neuton', serif;
    font-style: italic;
    font-size: 100px;
    color: #e60012;
}

.price-ex {
    font-family: 'Neuton', serif;
    font-style: italic;
    font-size: 60px;
    color: #313131;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -0.5em;
    left: 0;
    right: -1.2em;
    margin: auto;
    font-size: 12px;
}

/*****sec06*****/
#sec06{
    padding:30px 0 50px 0;
    background-color: #ffffe0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffffeb), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffffeb),color-stop(.75, #ffffeb), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 30px 30px;
}

.sec06_cont{
    width: 786px;
    margin: auto;
}

.sec06_cont p.time{
    margin-bottom: 10px;
}

.sec06_li {
    background-image: url(../img/sec06_bg.png);
    background-repeat: no-repeat;
    width: 380px;
    height: 90px;
    display: inline-block;
}

@media(max-width:768px){
    .sec06_cont{
        width: 100%;
        margin: auto;
    }
    .sec06_li {
        background-image: url(../img/sec06_bg_sp.png);
        background-repeat: no-repeat;
        width: 300px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }
}

.sec06_li p.line1{
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
}

.sec06_li p.line2{
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

@media(max-width:768px){
    .sec06_li p.line1{
        padding-top: 30px;
        text-align: center;
        font-weight: bold;
    }

    .sec06_li p.line2{
        padding-top: 20px;
        text-align: center;
        font-weight: bold;
        line-height: 1.3;
    }
}

/*****sec07*****/
#sec07{
    padding:30px 0 50px 0;
    width: 100%;
    background-image: url(../img/sec07_bg.jpg);
    background-size: cover;
}

#sec07 ul {
    width: 786px;
    font-weight: bold;
    margin: 10px auto;
    font-size: 16px;
}

.btn {
    margin: 20px auto 0;
    text-align: center;
}

.btn p {
    margin-top: 10px;
    font-weight: bold;
}

.btn .square_btn{
    display: inline-block;
    padding: 0.8em 0;
    font-size: 18px;
    text-decoration: none;
    background: #01DF3A;/*ボタン色*/
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 4px #627295;
    width:280px;
    border-radius: 3px;
}
.btn .square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

@media(max-width:768px){
    #sec07{
        background-size:cover;
        background-position: top center;
    }

    #sec07 ul {
        width: 90%;
        font-weight: bold;
        margin: 10px auto;
        font-size: 16px;
    }
}

#sec07 li {
    padding-bottom: 5px;
}

#sec07 li:before {
    content: "●";
    color:#e01626;
}

.sec07_cont {
    width: 786px;
    margin: auto;
}

@media(max-width:768px){
    .sec07_cont {
        width: 90%;
        margin: auto;
    }

}

/*****sec08*****/
#sec08{
    padding:0 0 50px 0;
}

#sec08 ul {
    width: 786px;
    font-weight: bold;
    margin: 10px auto;
    font-size: 16px;
}

@media(max-width:768px){
    #sec08 ul {
        width: 90%;
    }
}

#sec08 li {
    padding-bottom: 5px;
}

#sec08 li:before {
    content: "●";
    color:#fc5725;
}

.sec08_cont {
    width: 786px;
    margin: auto;
}

@media(max-width:768px){
    .sec08_cont {
        width: 90%;
    }
}

.sec08_cont p {
    padding-bottom: 15px;
}

/*****sec09*****/
#sec09{
    padding:30px 0 50px 0;
    background-color: #f8f8f8;
}

#sec09 h3{
    color: #444444;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.sec09_cont{
    width:786px;
    margin: 0 auto;
}

@media(max-width:768px){
    .sec09_cont{
        width:100%;
    }
}


.sec09_cont_l{
    display: inline-block;
    width:270px;
}

@media(max-width:768px){
    .sec09_cont_l{
        display: block;
        width:260px;
        margin: 0 auto;
    }
}

.sec09_cont_r {
    display: inline-block;
    width:510px;
    vertical-align: top;
}

@media(max-width:768px){
    .sec09_cont_r {
        display: block;
        width:90%;
        margin:0 auto;
    }
}

.sec09_cont_r p {
    font-size: 14px;
    margin-bottom: 15px;
}

.sec09_cont_r h4 {
    font-size: 16px;
    font-weight: bold;
    color: #3278be;
}

.sec09_cont_r h4:before {
    content: "■";
    color:#3278be;
}

.link {
    text-align: right;
    font-size: 14px;
}

@media(max-width:768px){
    .link {
        width: 90%;
        margin: 0 auto;
    }
}

.link a {
    color: #3278be;
    text-decoration: underline;
}

.link a:hover {
    opacity: 0.7;
}

.link a:visited{
    color: #3278be;
}

/*****secform*****/

#form {
    width: 786px;
    margin: 0 auto;
    padding: 20px 0 30px;
    font-size: 16px;
}

#form td {
    padding-top: 15px;
}

#form input[type="text"] ,input[type="email"], textarea {
    width:95%;
}

@media(max-width:768px){
    #form {
        width: 100%;
    }

    #form table {
        width:90%;
        margin: 0 auto;
    }


    #form table th,td {
        width: 100%;
        display: block;
        border-top: none;
        padding-top: 15px;
        text-align: left;
    }

    #form table th br {
        display: none;
    }

    #form input[type="text"] ,input[type="email"], textarea {
        width:95%;
    }
}

#form input[type="submit"]{
    -webkit-appearance: none;
}

#form input#submit {
    display: inline-block;
    padding: 0.8em 2.0em;
    font-size: 18px;
    text-decoration: none;
    background: #01DF3A;/*ボタン色*/
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
#form input#submit:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

.formcenter {
    text-align: center;
    width:786px;
}

@media(max-width:768px){
    .formcenter {
        width:100%;
    }
}


footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #333333;
}
footer address{
    color: #fff;
}

footer ul {
    width:786px;
    margin: 25px auto 10px;
    text-align: right;
}

@media(max-width:768px){
    footer ul {
        width:98%;
    }
}

footer li {
    display: inline-block;
    padding-left:15px;
}

@media(max-width:768px){
    footer li {
        display: block;
        padding-left:15px;
        font-size:16px;
    }
}

footer li a {
    color: #fff;
    text-decoration: none;
}

footer li a:before {
    content:"▶";
}


/* profile.html */

.cf:after {
    content: "";
    clear: both;
    display: block;
}

.subwrap{
    width:980px;
    margin: 0 auto;
    padding:120px 0 60px 0;
}

.blue{
    color:#3278be;
}

.red{
    color:#e60012;
}

.bold{
    font-weight: bold;
}

.top_area{
    margin-bottom:8px;
}

.top_area .image{
    float:left;
    width:252px;
}

.top_area .txt{
    width:670px;
    float:right;
}

.top_area  .txt .top{
    margin-top:55px;
    padding-bottom:20px;
    font-size:34px;
    line-height: 1.3;
    border-bottom:4px solid #666;
}

.top_area  .txt .bottom{
    padding:15px 0;
}

.top_area  .txt .bottom .name{
    display:inline-block;
    font-size:60px;
}

.top_area  .txt .bottom .kana{
    display:inline-block;
    margin-left:50px;
}

.top_area  .txt .bottom .kana .ja{
    font-size:20px;
    font-weight: bold;
    margin-top:15px;
}

.top_area  .txt .bottom .kana .en{
    font-size:24px;
}

.prof_cont{
    padding:40px 0 0  0;
}

.prof_cont .title{
    margin-bottom:25px;
    font-size:26px;
    color:#fff;
    background:url(../img/profile/title_flug.png),#3278be;

    background-repeat: no-repeat;
    background-position:20px center;
    padding:10px 70px;
    font-weight: bold;
}

.prof_cont .contents .txt .sub_title{
    color:#3278be;
    font-size:22px;
    margin-bottom:10px;
    margin-top:10px;
    font-weight: bold;
    line-height: 1.2;

}

.prof_cont .contents .txt{
    width:430px;
    display: inline-block;
    vertical-align: top;
}



.prof_cont .contents .txt .anno{

    font-size:14px;
    margin-top:170px;
    text-align: right;
}
.prof_cont .contents .txt .txt_cont p{
    font-size:16px;
}


.prof_cont .contents .image_1{
    width:523px;
    display: inline-block;
    margin-left:20px;
}

.prof_cont .contents .txt.full{
    width:980px;
}

.prof_cont .contents .txt .txt_cont_2{
    font-size:18px;
    margin-bottom:20px;
}

.prof_cont .contents .txt.lm_1{
    width:540px;
    display: inline-block;
}

.prof_cont .contents .image_2{
    width:400px;
    display: inline-block;
    margin-left:35px;
}

.prof_cont .image_3col{
    padding:20px 0;
}

.prof_cont .image_3col .image{
    display: inline-block;
}

.prof_cont .image_3col .anno{
    text-align: right;
    font-weight: bold;
}

.prof_cont .image_3{
    width:550px;
    margin: 0 auto;
}

.prof_cont .image_4{
    padding:20px 0;
}

.prof_cont .image_4 .left{
    display: inline-block;
    vertical-align: top;
}

.prof_cont .image_4 .right{
    display: inline-block;
    margin-left:10px;
}

.prof_cont .image_4 .right_cont{
    margin-bottom:10px;
}

.prof_cont .txt_cont_2{
    padding-bottom:40px;
}

.prof_cont .txt_cont_2 p{
    font-size:16px;
    line-height: 2;
}

.youtube{
    width:87%;
    margin:40px auto 40px auto;
}

.youtube_title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.prof_cont .image_col2{
    padding:20px 0;
}

.prof_cont .image_col2 .image_cont{
    display: inline-block;
    margin-right: 5px;
}

.prof_cont .image_5{
    width:636px;
    margin: 0 auto;
    padding:30px 0;
    position:relative;

}

.prof_cont .anno_2{
    position:absolute;
    right:-60px;
    bottom:30px;
    font-weight: bold;
}

.prof_cont .txt_cont_3 p{
    padding:20px 0;
    font-size: 16px;
}

.prof_cont .square_btn{
    display: inline-block;
    padding: 1em 1.2em;
    text-decoration: none;
    background: #01DF3A;/*ボタン色*/
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    width:280px;
    margin:0 auto;
}
.prof_cont .square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}


/* add 20180523 */

.sec02-l p{
    margin-bottom:10px;
}

#sec04 p.mt10{
    margin-bottom:10px;
}

#sec05 p{
    margin-bottom:10px;
}

.sec07_cont p{
    margin-bottom:10px;
}

/* フロートボタン */

.sp-order {
    display: none;
}



@media (max-width: 768px) {
    .sp-order {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 500;
        width: 100%;
        background-color: #fff;
    }

    .sp-order p {
        font-size: 14px;
        font-weight: bold;
    }

    .btn {
        margin: 20px auto 0;
        text-align: center;
    }

    .btn .square_btn {
        display: inline-block;
        padding: 1em 1.2em;
        text-decoration: none;
        background: #01DF3A;
        color: #FFF;
        font-weight: bold;
        border-bottom: solid 4px #627295;
        width: 150px;
        border-radius: 3px;
        font-size: 14px;
    }

    footer {
        padding-bottom: 9em;
    }
}

/* ビデオキャプション */

.videoCaption1 {
    width: 560px;
    margin: -6px auto 0 auto;
    padding: 2px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #ddd;
}

@media (max-width: 768px) {
    .videoCaption1 {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
}

.videoCaption2 {
    padding: 2px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #ddd;
    width: 854px;
    margin: -6px auto 0 auto;
}

/* 参加者の声 */

#voice {
    width:786px;
    margin: 0 auto 50px;
}

#voice p {
    margin: 0 auto 50px;
}

.voice_md {
}

.voice_md2 {
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
}

.voice_md h3 {
    font-size: 18px;
    font-weight: bold;
}

.voice_md h3.f:before {
    content: url("../img/fl-1.jpg");
}
.voice_md h3.m:before {
    content: url("../img/fl-2.jpg");
}

.voice_md2 h3 {
    font-size: 18px;
    font-weight: bold;
}
.voice_md2 h3.f:before {
    content: url("../img/fl-1.jpg");
}
.voice_md2 h3.m:before {
    content: url("../img/fl-2.jpg");
}

#voice .more {
    width:100%;
    border: 3px solid #ccc;
    margin: 20px 0;
    text-align: center;
    padding:30px 0;
    font-size: 16px;
    font-weight: bold;
}


@media (max-width: 768px) {
    #voice {
        width:95%;
        margin: 0 auto;
    }
}

#voice img {
    width:100%;
    margin: 0 auto 20px;
}


/* 開催日時 */

table.sch {
    width: 790px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 2px;
    font-size: 16px;
}

table.sch th,
table.sch td {
    padding: 10px;
}

table.sch td a {
    color: #295890;
}

table.sch td a:visited {
    color: #295890;
}

table.sch th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

table.sch th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.sch th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

table.sch td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

@media (max-width: 768px) {
    table.sch {
        width:90%;
    }


    table.sch th,
    table.sch td {
        padding: 10px 3px;
        display: block;
    }

    table.sch td a {
        color: #295890;
    }

    table.sch td a:visited {
        color: #295890;
    }

    table.sch th {
        background: #295890;
        vertical-align: middle;
        text-align: left;
        width: 100%;
        overflow: visible;
        position: relative;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
    }

    table.sch th:after {
        display: none;
    }
    /* firefox */
    @-moz-document url-prefix() {
        table.sch th::after {
            display: none;
        }
    }

    table.sch td {
        background: #f8f8f8;
        width: 100%;
        padding-left: px;
    }

    table.sch td img {
        width:100%;
    }

}


/* 特典ページ　*/

#tokuten,#review {
    width: 786px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
}

#review {
    margin: 0 auto 50px;
}


#tokuten p {
    font-size: 16px;
    line-height: 1.5;
}

.toku-02 {
    margin-top: 30px;
}

.toku-02-r {
    display: inline-block;
    vertical-align: top;
    margin:30px  10px 0 0;
}

.toku-02-r li {
    margin-bottom: 5px;
}

.toku-02-l {
    display: inline-block;
}

.toku-02-l img {
    margin-right: 10px;
}

.toku-03 {
    margin-top: 30px;
}

.toku-03 p {
    margin-bottom: 15px;
}

#review-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;

}
.review-img {
    display: inline-block;

}

.review-txt1-pc {
    display: inline-block;
    width:420px;
    vertical-align: top;
    margin-right: 5px;
}

.review-txt1-sp {
    display: none;
}

.review-txt1-pc p {
    margin-bottom: 15px;
}

#review h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.review-txt2 {
    margin-top: 30px;
}

.review-txt2 p {
    margin-bottom: 15px;
}

.review-img img.star {
    width:auto;
}

@media (max-width: 768px) {
    #tokuten,#review {
        width: 98%;
    }

    .toku-02-l img {
        width:100%;
        margin-right: 0px;
        text-align: center;
    }
    .review-img {
        width:95%;
        margin-bottom: 30px;
    }


    .review-txt1 {
        width:95%;
    }

    .review-txt1-pc {
        display: none;
    }

    .review-txt1-sp {
        display: inline-block;
        width:95%;
        vertical-align: top;
        margin-right: 5px;
    }

    .review-txt1-sp p {
        margin-bottom: 15px;
    }
}

/* 20180714 */

@media (max-width: 768px) {
    #review .btn,#voice .btn {
    display: none;
}
}

/* 20180903 */
.voice_mv{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.voice_mv video{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.voice_mvt h3 {
    font-size: 18px;
    font-weight: bold;
}
.voice_mvt h3.f:before {
    content: url("../img/fl-1.jpg");
}
.voice_mvt h3.m:before {
    content: url("../img/fl-2.jpg");
}
#voice .more {
    width:100%;
    border: 3px solid #ccc;
    margin: 20px 0;
    text-align: center;
    padding:30px 0;
    font-size: 16px;
    font-weight: bold;
}

/* 20180926 */

.header3_pc .square_btn-off{
    display: inline-block;
    padding: 0.8em 0;
    font-size: 18px;
    text-decoration: none;
    background: #464746;/*ボタン色*/
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 4px #627295;
    width:280px;
    border-radius: 3px;
}
.header3_pc .square_btn-off:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

@media(max-width:768px){
    .header3_pc{
        display: none;
    }

    .header3_sp {
        display: inherit;
        text-align: center;
        margin-bottom: 20px;
    }
    .header3_sp .square_btn-off{
        display: inline-block;
        padding: 0.8em 0;
        font-size: 18px;
        text-decoration: none;
        background: #464746;/*ボタン色*/
        color: #FFF;
        font-weight: bold;
        border-bottom: solid 4px #627295;
        width:280px;
        border-radius: 3px;

    }
    .header3_sp .square_btn-off:active {/*ボタンを押したとき*/
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);/*下に動く*/
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
        border-bottom: none;
    }

}

.btn .square_btn-off{
    display: inline-block;
    padding: 0.8em 0;
    font-size: 18px;
    text-decoration: none;
    background: #464746;/*ボタン色*/
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 4px #627295;
    width:280px;
    border-radius: 3px;
}
.btn .square_btn-off:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

@media (max-width: 768px) {
    .sp-order {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 500;
        width: 100%;
        background-color: #fff;
    }

    .sp-order p {
        font-size: 14px;
        font-weight: bold;
    }

    .btn {
        margin: 20px auto 0;
        text-align: center;
    }

    .btn .square_btn-off {
        display: inline-block;
        padding: 1em 1.2em;
        text-decoration: none;
        background: #464746;
        color: #FFF;
        font-weight: bold;
        border-bottom: solid 4px #627295;
        width: 150px;
        border-radius: 3px;
        font-size: 14px;
    }

    footer {
        padding-bottom: 9em;
    }
}


/*  form off */

#form input[type="submit"]{
    -webkit-appearance: none;
}

#form input#submit {
    display: inline-block;
    padding: 0.8em 2.0em;
    font-size: 18px;
    text-decoration: none;
    background: #464746;
    color: #FFF;
    font-weight: bold;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
#form input#submit:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}


*/
