@charset "UTF-8";
/******************** 
ナビゲーション
********************/
.section {
    padding: 2.5rem;
}
.navbar-end{
    font-size: 1.5rem;
    font-weight: bold;
}
.action-bt{
    margin: 3rem auto;
    text-align: center;
}
ul.actions li {
    display: inline-block;
    padding: 0 1rem 0 0;
    vertical-align: middle;
}
ul.actions li a:hover {
    color:#a64c8e;
}

ul.actions .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #212931;
    /*color: #212931 !important;*/
}
ul.actions .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0.075em;
    height: 3rem;
    line-height: 3rem;
    padding: 0 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}
.button.icon.solo {
    position: relative;
    width: 4rem;
    height: 4rem;
    font-size: 1.3rem;
    line-height: 4rem;
    border-radius: 4rem;
    /*text-indent: 4rem;*/
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}
.button.icon.solo:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    line-height: inherit;
    font-size: 1.25rem;
    margin-right: 0;
    text-align: center;
    text-indent: 0;
}
/* ヘッダー・下部ナビゲーター */
div.hero-foot > nav > div.container{
-moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: rgba(55, 68, 51, 0.6);
    height: 4rem;
    line-height: 4rem;
}
div.hero-foot > nav > div.container > ul > li.is-active > a{
    font-size:1.3rem;
    padding: 0em 1em;
    font-weight: bold;
    color: #1e252d;
}
div.hero-foot > nav > div.container > ul > li > a{
    font-size:1.3rem;
    padding: 0em 1em;
    font-weight: bold;
    color:#fff;
}
div.hero-foot > nav > div.container > ul > li > a:hover{
    font-size:1.3rem;
    padding: 0em 1em;
    font-weight: bold;
    color: #1e252d;
}
/* スマホ用ナビゲーション */
.navbar-burger span:nth-child(1) {
    top: calc(50% - 10px);
}
.navbar-burger span:nth-child(2) {
    top: calc(50% - 2px);
}
.navbar-burger span:nth-child(3) {
    top: calc(50% + 6px);
}
.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 5px;
    left: calc(50% - 30px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 86ms;
    transition-duration: 86ms;
    -webkit-transition-property: background-color,opacity,-webkit-transform;
    transition-property: background-color,opacity,-webkit-transform;
    transition-property: background-color,opacity,transform;
    transition-property: background-color,opacity,transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 40px;
    color: #a64c8e;
}

/******************** 
メインコンテンツ
********************/

.title {
    color: #363636;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}

/* section-header*/
nav.section-header h3 {
    display: inline-block;
    margin: 2rem 0;
    padding: 0;
    vertical-align: middle;
    font-weight: bold;
}
nav.section-header h4 {
    display: inline-block;
    /*margin: 1rem 0;*/
    padding: 0;
    vertical-align: middle;
    /*font-size:1.3rem;*/
    font-weight: bold;
}
h3.section {
    font-size: 1.88rem;
    font-family: 'Oswald', sans-serif;
    margin-top: -.5rem;
}
nav.section-header p.subline {
    display: inline-block;
    margin: 0 0 0 20px;
    text-align: left;
    padding: 0;
    vertical-align: middle;
}
p.subline {
    color: #444;
    font-size: .9rem;
    clear: both;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
/* line-date */
.line-date{
    margin-top: -2rem;
    font-size: 1rem;
    margin: 2rem 0;
    display: block;
    height: 1;
    position: relative;
    text-align: center;
}
.line-date:before {
    left: 0;
    border-top-color: #eeeeee;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: calc(50% - 6rem);
    border-top: dotted 1px;
}
.line-date:after {
    right: 0;
    border-top-color: #eeeeee;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: calc(50% - 6rem);
    border-top: dotted 1px;
}
.main-image-hidden{
    width: 100%;
    margin: 1.0rem auto;
    text-align: center;
}
.main-image-hidden2{
    width: 80%;
    margin: 2.0rem auto;
    text-align: center;
}
.main-image-hidden img{
    width: 100%;
}
/* ゲームカフェ大賞 */
.sho-bar{
    background-color: #a64c8e;
    color: #fff;
    margin-top:1.5rem;
}
.sho-bar2{
    background-color:#fced9c;
    margin-top:1.5rem;
}
.sho-bar3{
    background-color:#dde579;
    margin-top:1.5rem;
}
.sho-bar .sho-number{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin:0.5rem;
    border: 1px solid #fff;
    text-align: center;
}
.sho-bar .sho-number2{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin:0.5rem;
    border: 1px solid #fff;
    text-align: center;
}
.sho-bar2 .sho-number3{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.0rem;
    margin:0.5rem;
    border: 1px solid #fff;
}
.sho-bar3 .sho-number3{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.5;
    margin:0.5rem;
    border: 1px solid #fff;
}
.sho-bar2 .sho-number3 b{
    font-size: 1.2rem;
    display: block;
    padding-top:0.5rem;
    color:#579e38;
}
.sho-bar2 .sho-number3 small{
    font-weight: bold;
    padding-left:1.0rem;
}
.sho-bar .sho-des{
    font-size:0.8rem;
}
.sho-content{
    font-size: 1.1rem;
    line-height: 1.6;
    margin-left: 2.0rem;
    margin-bottom: 2.0rem;
}
.sho-content h3{
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left:0.2rem;
    border-bottom: 1px dotted #a64c8e;
}

/* 広告 */
.bosyu-kiji{
    
}
.bosyu-kiji h3{
    -webkit-font-smoothing: antialiased;
    padding: 20px;
    background: white;
    border: 1px solid rgba(0,0,0,.13);
    margin: 32px 0 24px;
    font-size: 1.2em;
    text-transform: none;
    font-family: Linotte, YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
    color: #161616;
    letter-spacing: -0.01em;
    line-height: 1.6;
    text-rendering: optimizelegibility;
    font-weight: 700;
}
.bosyu-kiji>div>ul{
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    margin-bottom: 1.0rem;
    list-style: disc;
}
.bosyu-kiji>div>ul>li{
    line-height: 1.6;
}
.meishi{
    padding: 1.0rem;
    margin-bottom: 0.5rem;
    background-color: #eee;
    border-radius: 50px 3px;
}
.meishi span{
    font-size:1.2rem;
    font-weight: 700;
}
/* お知らせ設定 */
.oshirase{
    border: 5px solid #a64c8e;
    margin-bottom: 1.5rem;   
}
.oshirase .oshi-title{
    background-color: #a64c8e;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}
.oshirase .oshi-content li{
    font-weight: 600;
    letter-spacing: 0.1em;
}
.oshirase .oshi-content li.oshi-line{
    border-top: 1px dotted #a64c8e;
}

.oshirase .oshi-content span{
    display: inline-block;
    background-color: #f5f548;
    padding: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 0.5rem;
    letter-spacing: 0;
}


/* メインコラム内のサブ記事 */
.sub-column{
    padding-bottom: 3rem;
}
.sub-column:before {
    content: '';
    display: block;
    border-top: 3px solid #000;
    margin-bottom: 5px;
}
.sub-column .sp > img{
    border-radius:10px;
}
.column .subline_t{
    font-weight: bold;
    padding: .7rem 0;
}
.column .subbox{
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}
.column .subbox .subbox_i img{
    width: 100%;
}
.column .subbox .subbox_b{
    padding: 0.7rem;
    font-size: 1.0rem;    
}
.column .subbox2 .subbox_c{
    padding: 1.0rem;
    /*font-size: 1.0rem;*/
    line-height: 2.0rem;
}
/* メインコラム内のサブ記事(第2階層以降) */
.column .subbox2{
    margin: 0;
    padding: 0;
    border: 1px solid #a64c8e;
}
.column .subbox2 ul{
    font-size: 1.0rem;
    padding: 0.7rem;
}
.column .subbox2 ul li span{
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
    padding-top: 0.2rem;
    margin-top: 0.2rem;
    border-top: 1px dotted #B21313;
}

.column .subbox2 ul.subbox_d li{
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px dotted #a64c8e;
    font-weight: bold;
    color:#821313;
    font-size:0.9rem;
}
.column .subbox2 ul li{
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}
.column .subbox2 ul li b{
    display: block;
    padding: 0.2rem;
    background-color: #ece5db;}
.column .subbox2 .subbox_i img{
    width: 100%;
}
.column .subbox2 .subbox_b{
    padding: 0.7rem;
    font-size: 1.0rem;    
}
.sub-column2{
    padding: 3rem 0;
}
.column .subline_st{
    color:#fff;
    font-size:1.6rem;
    font-weight: bold;
    padding: .7rem 0;
    text-align: center;
    background-color: #a64c8e;
}
.column .subbox_m{
    color:#fff;
    font-weight: bold;
    padding: .7rem 0;
    text-align: center;
    background-color: #a64c8e;
}
/* サブカラム */
.sidebox {
    margin: 0px auto 15px;
    text-align: center;
    padding: 0;
    line-height: 90%;
    width: 94%;
}
.sidebox .sb_midashi{
    text-align: center;
    background-color: #a64c8e;
    padding: 1rem;
    color:#fff;
    font-weight: bold;
    letter-spacing:0.2em;
    font-size:1.6rem;
}
.sidebox .sb_waku{
    border: 5px solid #a64c8e;
}
.sidebox .sb_waku ul li{
    font-size: 1.0rem;
    padding: 1.2rem 0;
    font-weight: bold;
}
.sidebox .sb_waku .sbw_line{
    border-top:1px dotted #a64c8e;
    border-bottom:1px dotted #a64c8e;
}
.sidebox .sb_waku ul li b{
    font-size: 1.3rem;
    font-weight: bold;
}
.sidebox .sideline{
    border: 5px solid #96ba5f;
}
ul.link_list li.ll_left{
    padding: 1.0rem;
    border-left: 5px solid #a64c8e;
    border-bottom: 1px dotted #a64c8e;
    font-weight: bold;
    background-color: #ece5db;
}
ul.link_list li.ll_right{
    padding: 1.0rem;
    border-right: 5px solid #a64c8e;
    border-bottom: 1px dotted #a64c8e;
    font-weight: bold;
    background-color: #ece5db;
}
ul.link_list a{
    color:#a64c8e;
}
ul.link_list a:hover{
    color:#28cc0d;
}

/******************** 
フッター
********************/
.footer {
    background-color: #f5f5f5;
    padding: 3rem 1.5rem;
}

/* Larger than mobile */
@media (min-width: 320px) {
    body {
        color: #4a4a4a;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .section {
        padding: 0.9rem;
    }    
    .hero.is-primarys.is-bolds {
        background-image: url("../../images/bg.jpg");
        background-size: cover;
        background-position: 20% 55%;
        background-repeat: no-repeat;
        background-attachment: scroll;    
    }
    div.hero-body > div.container{
        margin-top:4.0rem;
    }
    section.is-medium > div.hero-body {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 2.0rem;
    }
    section.is-medium > div.hero-body > div.container{
        margin-top:1.0rem;
    }
    div.hero-body > div.container > p.title > img{
        width: 90%;
    } 
    div.hero-body > div.container > p.subtitle{
        font-size: 0.8rem;
        font-style: italic;
        font-weight: 900;
        margin-top: -0.25rem;
        text-align: center;
        letter-spacing: 0.2em;
        color: #fff;
        font-family: "Merriweather", Georgia, serif;
        text-shadow: 2px 2px 1px #000,
             -2px 2px 1px #000,
             2px -2px 1px #000,
             -2px -2px 1px #000;
    } 
     .column .subbox .subbox_b{
        padding: 0.7rem;
        font-size: 1.2rem;    
    }
a#sizedd{
    display: block;
}
    fieldset{
        border: 0;
        padding: .5rem;
    }
    .oshirase .oshi-content span{
        display: block;
        background-color: #f5f548;
        padding: 0.5rem;
        font-size: 1.4rem;
        font-weight: bold;
        margin-right: 0;
        letter-spacing: 0;
    }
}
/******************** 
ページトップ
********************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1.6rem;
    font-weight:bold;
}
 
#page-top a {
    display: block;
    background-color: rgba(205,162,196,0.7);
    color: #fff;
    width: 60px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background-color: rgba(235,221,235,0.7);
    text-decoration: none;
}

/******************** 
フォーム
********************/
fieldset{
    border: 0;
    padding: 1.5rem;
}
.label{
    background-color: #a64c8e;
    color: #fff;
    padding: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
    border: 5px solid #9995d6;
}
.field h3{
    margin-bottom: 1.0rem;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
    border-bottom: 5px solid #a64c8e;
}
.field .control{
    margin-bottom: 2.0rem;
    padding-bottom: 2.0rem;
    border-bottom: 2px dotted #ece5db;
}
.control input{
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.file-cta{
    margin-right: .7rem;
}

/* Larger than tablet */
@media (min-width: 780px) {
    body {
        color: #4a4a4a;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .leftpane{
        border-right: 1px solid #eee;
    }
    .hero.is-primarys.is-bolds {
        background-image: url("../../images/bg.jpg");
        background-size: cover;
        background-position: 20% 25%;
        background-repeat: no-repeat;
        background-attachment: scroll;    
    } 
    .hero.is-medium .hero-body {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }    
    
    
    div.hero-body > div.container > p.title > img{
        /*width: 70%;*/
        width: 40%;
        margin-top: 10.0rem;
    }    
    div.hero-body > div.container > p.subtitle{
        font-size: 1.6rem;
        font-style: italic;
        font-weight: 900;
        margin-top: -0.25rem;
        text-align: center;
        letter-spacing: 0.2em;
        color: #fff;
        font-family: "Merriweather", Georgia, serif;
        text-shadow: 2px 2px 1px #000,
                     -2px 2px 1px #000,
                     2px -2px 1px #000,
                     -2px -2px 1px #000;        
    }
    .column .subbox .subbox_b{
        padding: 0.7rem;
        font-size: 0.9rem;
    }
    a#sizedd{
        display: none;
    }
    .oshirase .oshi-content span {
        display: inline-block;
        background-color: #f5f548;
        padding: 0.5rem;
        font-size: 1.4rem;
        font-weight: bold;
        margin-right: 0.5rem;
        letter-spacing: 0;
    }
}
.button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}
.button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1.75em;
    padding-right: 1.75em;
    text-align: center;
    white-space: nowrap;
}
.kekka{
    background-color: #4d61a5;
    width: 100%;
    padding: .7rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: 10px solid #81aae8;
}
/*
スペシャル
*/
div.s-interview{
    font-family: "Helvetica Neue",Helvetica,Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;     
}
div.s-interview h3{
    color: #000000;
    line-height: 1.4;
    vertical-align: middle;
    font-size: 2.0rem;
    font-weight: bold;
    border-top: solid #000000 1px;
    border-bottom: solid #000000 1px;
    padding: 15px 0;
    margin-bottom: 20px;
}
div.s-interview h3 span{
    line-height: 1.2rem;
    vertical-align: middle;
    font-size: 1.0rem;
}
div.s-interview header{
    margin-bottom: 2.5rem;
    padding: 1.25rem;
    background-color: #e6e6e6;
    font-size: 1.1rem;
    font-weight: 400;
    box-sizing: border-box;
}
div.s-interview img{
    float:left;
    border:5px solid #fff;
}
div.s-interview header:before{
    content: " ";
    display: table;
}
div.s-interview header:after{
    clear: both;
}
div.s-interview strong{
    font-weight:700;
}
div.s-interview p{
    box-sizing: border-box;
    margin: 0 1.25rem 1.25rem 8.75rem;
    padding:0;
    font-size:1.0rem;
    line-height: 1.7;
}
div.s-interview p.shop{
    background-color: #efefef;
    padding: 1.0rem;
    font-size: 0.8rem;    
}
div.s-interview p a{
    background-color: #b1d0e4;
    padding: 0.3rem;
    margin: 0.3rem;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
}
div.s-interview div.sub-column2 p{
    box-sizing: border-box;
    margin: 1.25rem;
    padding:0;
    font-size:1.0rem;
    line-height: 1.7;
}
/**/
div.s-interview ul li{
    font-size: 1.0rem;
}
.in-container{
    display: flex;
    margin-bottom: 0.5rem;
}
.in-container-b{
    display: block;
    margin-bottom: 0.5rem;
}
.in-f{
    padding: 0.5rem;
    font-size: 0.7rem;
    margin: 0.5rem;
    color:#fff;
}
.in-f b{
    font-size: 0.9rem;
}
.in-yu{
    color:#f18d00;
}
.in-chi{
    color:#07a33e;
}
.in-hi{
    color:#e04091;
}
.in-a{
    color:#d70b2a;
}
.in-wa{
    color:#007bc7;
}
.in-yu-b,.in-chi-b,.in-hi-b,.in-a-b,.in-wa-b{
    font-size:1.2rem;
    font-weight: bold;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
/* Larger than tablet */
@media (min-width: 780px) {
    div.s-interview h3 {
        color: #000000;
        line-height: 1.4;
        vertical-align: middle;
        font-size: 1.8rem;
        font-weight: bold;
        border-top: solid #000000 1px;
        border-bottom: solid #000000 1px;
        padding: 15px 0;
        margin-bottom: 20px;
    }    
    div.s-interview img {
        float: left;
        border: 5px solid #fff;
        margin-right:0.5rem;
    }    
    div.s-interview p {
        box-sizing: border-box;
        margin: 0rem;
        padding: 0;
        font-size: 1.0rem;
        line-height: 1.7;
    }
    .in-container-b{
        display: flex;
        margin-bottom: 0.5rem;
    }    
}
@media (min-width: 320px) {
    div.s-interview h3 {
        color: #000000;
        line-height: 1.4;
        vertical-align: middle;
        font-size: 1.8rem;
        font-weight: bold;
        border-top: solid #000000 1px;
        border-bottom: solid #000000 1px;
        padding: 15px 0;
        margin-bottom: 20px;
    } 
    div.s-interview h3 span{
        line-height: 1.2rem;
        vertical-align: middle;
        font-size: 0.8rem;
    }    
    div.s-interview img {
        float: left;
        border: 5px solid #fff;
        margin-right:0.5rem;
    }    
    div.s-interview p {
        box-sizing: border-box;
        margin: 0rem;
        padding: 0;
        font-size: 1.0rem;
        line-height: 1.7;
    }
    div.s-interview strong {
        font-weight: 700;
        padding-top:1.5rem;
        display: block;
    }
}
/* スライダー */
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}
/* 目次 */
table {
    width: 100%;
    margin: 0 0 10px 0;
    border-collapse: collapse;
    background-color: #fff;
}
table.mokuji th, table.mokuji td {
    border: none;
    padding: 5px;
}
table th {
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}
table th, table td {
    border: 1px solid #ccc;
    padding: 15px;
}
td span{
    font-size:1.0rem;
}
td, th {
    padding: 0;
}
table.mokuji th, table.mokuji td {
    border: none;
    padding: 5px;
}
table th, table td {
    border: 1px solid #ccc;
    padding: 15px;
}
td, th {
    padding: 0;
}
.ft10, .ft11, .ft12, .ft13 {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: bold;
}
.ft30 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: bold;
}
.c-line{
    padding: 1.0rem 0;
    border-top: 1px dotted #282f5f;
}
/*********************** アコーディオン  **********************/
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    /*min-width: 400px;最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ffba47;
    font-weight: bold;
    background: #fff2cc;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
h3.sb_midashi {
    text-align: center;
    background-color: #acbdf1;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 1.2rem;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
/**************** コメント ******************/
    .swiper-container {
      width: 100%;
      height: 260px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      padding: 1.0rem;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.card-content .title{
    color: #363636;
    font-size:1.1rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
}