@charset "utf-8";

/*背景画像*/

/*#container {
    background: url("https://www.toptal.com/designers/subtlepatterns/patterns/memphis-colorful.png");
}
*/


/*左右のメニュー非表示の場合使用。特集ページの横幅とメインエリアの中央寄せ。widthはページの横幅に30px（左右のpadding）を足した数*/

#specialpage {
    background-color: #fff;
    width: 1010px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}


/* 左右のメニューを表示する場合は、上記をコメントアウトし、以下を使用　*/


/*#specialpage {
    background-color: #fff;
    width: 600px;
    float: left;
    margin: 0 auto;
}*/


/*SNSボタン*/

#specialpage .snsbuttons {
    padding: 1.5em;
}

#specialpage .fb_iframe_widget>span {
    vertical-align: baseline !important;
}


/*メインエリア*/

#specialpage {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    position: relative;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#specialpage img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    margin-bottom: 1em;
}

#specialpage h1 {
    font-size: 3em;
    padding: 1em .5em;
    color: #fff;
    background-color: #C0C0C0;
    line-height: 1.2em;
    margin-top: 0;
}

#specialpage h2 {
    font-size: 2.5em;
    padding: 1em .5em;
    color: #fff;
    background-color: #414141;
    margin: 2em 0 1em 0;
    line-height: 1.2em;
}

#specialpage h3 {
    font-weight: bolder;
    font-size: 2.3em;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #ccc;
    margin: 1em 0;
    line-height: 1.2em;
}

#specialpage h3:first-child {
    margin-top: 0;
    }

#specialpage h4 {
    font-weight: bolder;
    padding: .25em 0 .25em .75em;
}

#specialpage p {
    font-size: 1.5em;
    padding: 0 15px;
    margin-bottom: 1.5em;
    margin: 0 0 12px;
    line-height: 1.8em;
}

#specialpage .small {
    font-size: 95%;
    color: #333;
}

#specialpage .h1 {
    font-size: 250%;
    font-weight: bolder;
}

/*#specialpage ul {
    font-size: 1.2em;
    background-color: #dadada;
    padding: .5em 1em;
    list-style-position: inside;
    width: 90%;
    margin: 0 auto 1.5em auto;
}*/

#specialpage .question {
    font-size: 1.5em;
    background-color: #dadada;
    padding: .5em 1em;
    list-style: none;
    width: 90%;
    margin: 0 auto 1.5em auto;
}

#specialpage .question li {
    margin-bottom: 1em;
}

#specialpage .btn {
    font-size: 2em;
}

#specialpage a img {
    display: inline-block;
}

#specialpage table {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    border-spacing: 0;
    border-collapse: collapse;
}

#specialpage table>tbody>tr>td,
#specialpage table>tbody>tr>th,
#specialpage table>tfoot>tr>td,
#specialpage table>tfoot>tr>th,
#specialpage table>thead>tr>td,
#specialpage table>thead>tr>th {
    border: 1px solid #ddd;
}

#specialpage table th {
    width: 15%;
}

#specialpage table td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#specialpage table .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#specialpage table .map iframe,
#specialpage table .map object,
#specialpage table .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*トップへ戻るボタン*/

.pageTop {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 0;
    margin: 0 auto;
}

.pageTop a {
    position: fixed;
    bottom: 13px;
    right: 20px;
    display: block;
    width: 66px;
    height: 66px;
    margin-left: 920px;
    z-index: 9999;
}

#specialpage .contentsmenu {
    width: 100%;
    background-color: #fff;
}


#specialpage .contentsmenu li {
    border-radius: 6px;
    margin: 0;
    margin-bottom: 1em;
    display: inline-block;
    background-color: #f9d812;
}

#specialpage .contentsmenu li a {
    display: block;
    width: 100%;
    padding: .5em .8em;
}


/*強調線*/

#specialpage .marker {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: 900;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


#specialpage #menu ul {
    margin-bottom: 0
}

#specialpage .btn-square {
    text-align: center;
    cursor: pointer;
    display: block;
    width: 70%;
    margin: 1em auto;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #eeea49;
    color: #333;
    border-bottom: solid 4px #afaa18;
    border-radius: 3px;
}

#specialpage .btn-square:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}

#specialpage .pager {
    font-size: 1.5em;
}

.btn-square {
    font-size: 1.8em;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}

.btn-square:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}

 #specialpage .recommend h2 {
    padding-left: 80px;
    color: #333;
    background-color: #f9d812;
    line-height: 1.2em;
    background-image: url(../img/otai_icon.png);
    background-position: .5em;
    background-repeat: no-repeat;
}

 #specialpage .text-left {
    text-align: left;
 }

 #specialpage .reccomend p {
    text-align: center;
 }

 #specialpage .reccomend_headphone img {
    border: solid 1px #b1b1b1;
 }