@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
margin:0;
padding:0;
font-size:100%;
color:#333;
background-color:#fff;
font-family:'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

a:link {color:#37859a;text-decoration:underline;}
a:visited {color:#37859a;text-decoration:underline;}
a:hover {color:#139eb1;text-decoration:none;}
a{-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}
a img {border-style:none;}
img {vertical-align:bottom;}
a:hover img{opacity:0.6;filter:alpha(opacity=60);}
a img {border-style:none;-webkit-transition:all .3s;transition:all .3s;}

p {
font-size:100%;
line-height:160%;
}
@media screen and (min-width:769px){
p {
font-size:21px;
line-height:180%;
letter-spacing:1px;
}
}


/*---------- 見出し ----------*/

h1{}
h2{}
h3{}
h4{}



@media screen and (max-width:768px){.spnone{display:none;}}
@media screen and (min-width:769px){.pcnone{display:none;}}

#top{
margin:0;
padding:15px 20px 45px 20px;
text-align:center;
color:#fff;
background-image:url(img/bg.jpg);
background-position:top center;
background-repeat:no-repeat;
background-size:auto 100%;
}
.top_title{margin:0;padding:0;}
.top_title img{width:100%;}
.top_subject{
margin:30px 0 0 0;
padding:0;
font-size:120%;
font-weight:bold;
line-height:100%;
text-align:center;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.top_name{
margin:15px 0 10px 0;
padding:0;
font-size:180%;
font-weight:bold;
line-height:100%;
text-align:center;
color:#f6c11c;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.top_txt{
margin:0;
padding:15px 0 0 0;
border-top:solid 1px #f6c11c;
}
@media screen and (min-width:769px){
#top{padding:30px 0 60px 0;background-size:cover;}
.top_title img{width:768px;}
.top_subject{
margin:30px 0 0 0;
font-size:21px;
letter-spacing:1px;
}
.top_name{
font-size:36px;
letter-spacing:1px;
}
.top_txt{
width:640px;
margin:10px auto 0 auto;
padding:15px 0 0 0;
font-size:16px;
line-height:150%;
letter-spacing:1px;
}
}

.device_bg{
margin:0;
padding:45px 20px 60px 20px;
background:#616a7b;
}
input[type="text"], textarea, select {
border:0;
padding:15px;
font-size:100%;
letter-spacing:1px;
border:solid 1px #ccc;
text-align:center;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
input[type="text"]:focus,
textarea:focus {
box-shadow: 0 0 7px #999999;
border: 1px solid #666;
}
/* Chrome, Safari */
::-webkit-input-placeholder{
color:#999;
}
/* Firefox */
::-moz-placeholder{
color:#999;
}
/* Firefox 18以前 */
:-moz-placeholder{
color:#999;
}
/* IE */
:-ms-input-placeholder{
color:#999;
}
input[type="submit"],input[type="button"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:solid 1px #6a9700;
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
outline-offset: -2px;
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.device_txt{
margin:0;
padding:0 0 15px 0;
font-size:125%;
font-weight:bold;
line-height:150%;
text-align:center;
color:#fff;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.device_timer{
margin:0;
padding:0 0 15px 0;
text-align:center;
}
.device{
margin:0;
padding:0;
text-align:center;
}
.device a:link {
color:#fff;
text-decoration:none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.device a:hover {
color:#fff;
text-decoration:none;
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.device a:visited {color:#fff;text-decoration:none;}
.btn {
width:100%;
margin:15px auto 0 auto;
padding:20px 0;
display:inline-block;
font-size:120%;
font-weight:bold;
text-decoration:none;
border:solid 1px #6a9700;
color:#fff;
text-shadow:0 2px 0 rgba(0,0,0,0.3);
text-align:center;
background:-moz-linear-gradient(top, #afe51f, #59b802);
background:-webkit-linear-gradient(top, #afe51f, #59b802);
background:linear-gradient(to bottom, #afe51f, #59b802);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.btn:hover {
opacity:0.6;
filter:alpha(opacity=60);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
@media screen and (min-width:769px) {
.device_bg{padding:60px 0 75px 0;}
input[type="text"], textarea, select {
border:0;
padding:25px 15px;
font-size:21px;
}
.device_txt{
padding:0 0 25px 0;
font-size:48px;
letter-spacing:1px;
}
.device_timer{
width:640px;
margin:0 auto;
padding:0 0 15px 0;
}
.device{
width:768px;
margin:0 auto;
padding:0;
text-align:center;
}
.btn {
width:500px;
margin:20px auto 0 auto;
padding:20px 0;
font-size:24px;
letter-spacing:1px;
}
}


.prf_bg{
margin:0;
padding:45px 15px;
background:#e6edf2;
}
.prf_title{
margin:0 0 30px 0;
padding:0;
font-size:180%;
font-weight:bold;
line-height:140%;
text-align:center;
color:#002478;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.prf_box{
margin:0 auto;
padding:30px 15px;
background:#fff;
}
.prf{
margin:0;
padding:0;
}
.prf_pict{
margin:0;
padding:0;
text-align:center;
}
.prf_pict img{width:50%;}
.prf_txt{
margin:0;
padding:0;
}
.prf_name{
margin:30px 0;
padding:0;
font-size:150%;
font-weight:bold;
line-height:140%;
border-bottom:solid 1px #b6923e;
}
.prf_name span{font-size:60%;}
.prf_subtitle{
margin:20px 0;
padding:0;
font-size:140%;
font-weight:bold;
line-height:140%;
text-align:center;
color:#002478;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.book_box{
margin:0;
padding:0;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:-o-flex;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content:space-between;
}
.book{
width:24%;
margin:0;
padding:0;
}
.book img{width:100%;border:solid 1px #ddd;}
@media screen and (min-width:769px) {
.prf_bg{padding:90px 0;}
.prf_title{font-size:60px;letter-spacing:1px;}
.prf_box{width:1040px;padding:60px 80px;}
.prf{
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:-o-flex;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content:space-between;
}
.prf_pict{width:40%;}
.prf_pict img{width:100%;}
.prf_txt{width:55%;}
.prf_name{margin:0 0 30px 0;font-size:48px;letter-spacing:1px;}
.prf_name span{font-size:18px;}
.prf_subtitle{margin:30px 0;font-size:48px;letter-spacing:1px;}
}



#back{
margin:0;
padding:0;
background-image:url(img/bg.png);
background-position:top center;
background-repeat:repeat-y;
background-size:100% auto;
}
.container{
margin:0 20px;
padding:45px 0 1px 0;
background:rgba(255,255,255,0.9);
}
.contents{
margin:0 20px 45px 20px;
padding:0;
}
.contents h2{
margin:0 0 20px 0;
padding:0;
font-size:150%;
line-height:150%;
text-align:center;
color:#002478;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.subtitle{
margin:30px 0 0 0;
padding:2px 0 2px 12px;
font-size:125%;
font-weight:bold;
line-height:150%;
letter-spacing:1px;
border-left:6px solid #c30d23;
}
table.check{
width:100%;
border-collapse:collapse;
margin:0;
}
table.check th{
width:30px;
padding:15px 0 5px 0;
font-size:100%;
line-height:150%;
color:#e40065;
vertical-align:top;
text-align:left;
}
table.check td{
padding:15px 0 5px 0;
font-size:100%;
font-weight:bold;
line-height:150%;
border-bottom:dotted 1px #999999;
vertical-align:top;
}
@media screen and (min-width:769px){
#back{background-size:2000px auto;}
.container{width:1200px;margin:0 auto;padding:90px 0 1px 0;}
.contents{width:768px;margin:0 auto 90px auto;}
.contents h2{
margin:0 0 30px 0;
font-size:36px;
letter-spacing:1px;
}
.subtitle{margin:45px 0 0 0;font-size:24px;letter-spacing:1px;}
table.check th{width:35px;font-size:21px;}
table.check td{font-size:21px;letter-spacing:1px;}
}


.interviewer{
margin:45px 20px 0 20px;
padding:0 0 15px 0;
}
.interviewer_sub{
margin:20px 0 0 0;
padding:5px 0 5px 12px;
font-size:110%;
font-weight:bold;
line-height:150%;
letter-spacing:1px;
border-left:6px solid #002478;
}
.interviewer_pict{
margin:0;
padding:0 0 5px 0;
text-align:center;
}
.interviewer_pict img{width:45%;}
.interviewer_media{
margin:0;
padding:0;
}
.media, .media_k1, .media_k2{
margin:0 0 15px 0;
padding:0;
font-size:100%;
line-height:150%;
}

.books,.seminar{margin:0;padding:0;text-align:center;}
.books img{width:80%;}
.seminar img{width:100%;}
.book_k{margin:0;padding:0;text-align:center;}
.book_k img{width:45%;}

.list_box,.list{
margin:0;
padding:0;
}


.subhead {
margin:0 0 20px 0;
padding:0;
font-size:140%;
font-weight:bold;
line-height:140%;
text-align:center;
color:#002478;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


.subhead2 {
    margin:0 0 20px 0;
    padding:0;
    font-size:90%;
    font-weight:bold;
    line-height:140%;
    text-align:center;
    color:#002478;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
    


.small{margin:0;padding:0;}

@media screen and (min-width:769px){
.interviewer{
width:900px;
margin:0 auto 45px auto;
padding:0;
}
.interviewer_sub{
margin:30px 0 0 0;
font-size:28px;
}
.interviewer_pict img{width:200px;}
.interviewer_media{
margin:0;
padding:15px 0 0 0;
}
.interviewer_media{
margin:0;
padding:0;
font-size:16px;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:-o-flex;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content:space-between;
}
.media{
width:48%;
margin:0;
padding:0;
}
.media_k1{
width:30%;
margin:0;
padding:0;
}
.media_k1 p{font-size:14px;letter-spacing:0;}
.media_k2{
width:67%;
margin:0;
padding:0;
}
.books img{width:100%;margin-bottom:5px;}
.seminar img{width:100%;margin-bottom:5px;}
.book_k img{width:76%;}

.list_box{
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:-o-flex;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content:space-between;
}
.list{width:49%;}
.list p{font-size:16px;letter-spacing:0;}

.subhead {margin:30px 0;font-size:48px;letter-spacing:1px;}

.subhead2 {margin:30px 0;font-size:25px;letter-spacing:1px;}
.small p{font-size:18px;}
}


/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.ul{text-decoration:underline;}
.red {font-weight:bold;color:#c30d23;}
.through{text-decoration:line-through;}
.ym{font-weight:bold;background:linear-gradient(transparent 60%, #ffe24d 60%);}
.caption{font-size:75%;color:#666666;font-weight:normal;line-height:180%;}


/*---------- 文字位置 ----------*/

.center{text-align:center;}
.right{text-align:right;}


/*---------- フッター ----------*/


#footer{
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:200%;
text-align:center;
padding:15px;
color:#fff;
background-color:#002478;
}
#footer a:link {color:#fff;text-decoration:none;}
#footer a:visited {color:#fff;text-decoration:none;}
#footer a:hover {color:#fff;text-decoration:underline;}
@media screen and (min-width:769px){
#footer{padding:25px 0;font-size:12px;}
}



/*---------- サービスメニュー　金額 ----------*/

table.schedule{
    width:100%;
    border-collapse:collapse;
    margin:0;
    }
    table.schedule th{
    font-size:75%;
    line-height:150%;
    padding:10px 0 10px 0;
    border:solid 1px #ccc;
    background-color:#87CEFA;
    color: #fff;
    }
    table.schedule td{
    font-size:75%;
    line-height:150%;
    padding:5px;
    text-align:center;
    border:solid 1px #ccc;
    background-color:#F0FFFF;
    }
    @media screen and (min-width:769px){
    table.schedule{
    width:100%;
    border-collapse:collapse;
    margin:0 0 20px 0;
    }
    table.schedule th{
    font-size:25px;
    line-height:150%;
    padding:12px 0 10px 0;
    border:solid 1px #ccc;
    background-color:#87CEFA;
    color: #fff;
    }
    table.schedule td{
    font-size:20px;
    line-height:150%;
    padding:10px;
    text-align:center;
    border:solid 1px #ccc;
    background-color:#F0FFFF;
    }
    }

/*---------- PCのみ・SPのみで改行させる ----------*/

    @media screen and (min-width: 680px){   
        .pc { display:inline; }
        .sp { display:none; }
      }
      @media screen and (max-width: 680px){   
        .pc { display:none; }
        .sp { display:inline; }
      }

      
  