@charset "UTF-8";
/*
Theme Name: ベーステーマ(base_theme)
Author: 東建コーポレーション
Description:ホームメイトリサーチの各ブログに対するベースとなるテーマです。
Version: 1.0.0

作成日：2017/4/1
作成者：ライオンハート
編集内容：

*/
/**
 * ClearFix
 */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

.clear {
    clear: both;
}

/**
 * Hidden Doms
 */
@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc, .pctab, .tab, .header-chara-top {
        display: none !important;
    }
}

/**
 * Basic
 */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: inherit;
  }
}

/**
 * Anchor
 */
a {
    color: #3d91c7;
}
a.nolink {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
    a {
        box-shadow: 0 0 1px transparent;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    a img {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    a:hover {
        opacity: 0.7;
    }
    a:hover img {
        opacity: 0.7;
    }
}

/**
 * Font size
 */
.small {
    font-size: 86%;
}

/**
 * Sub Title
 */
p.ttl {
    position: relative;
    margin-bottom: 15px;
}

p.ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

p.ttl img {
    height: auto;
}

/**
 * Share Button
 */
.sns ul {
    text-align: left;
    line-height: 0;
}

.sns ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px;
    height: 20px;
}

#main-visual-wrap .sns {
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
    .sns ul {
        height: 20px;
    }
    .sns ul li {
        margin: 0 10px 10px 0;
    }
    #main-visual-wrap .sns {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        padding-top: 10px;
        position: relative;
    }
    header .titleArea .wrap .txtwrap .sns {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .sns ul {
        text-align: center;
    }
    .sns ul li {
        margin: 5px;
    }
}

.fb span,
.fb-counts span {
    vertical-align: top !important;
}

/**
 * Font definitions
 */
@font-face {
    font-family: "Custom Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 300;
}

@font-face {
    font-family: "Custom Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 500;
}

@font-face {
    font-family: "Custom Yu Gothic";
    src: local("Yu Gothic");
    font-weight: bold;
}

/**
 * Layout
 */
body {
    background: #f8f3ea;
    font-size: 15px;
    font-weight: normal;
    font-family: "YuGothic","Custom Yu Gothic","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "sans-serif";
    height: 100%;
    width: 100%;
    min-width: 1024px;
    color: #000;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    position: relative;
    word-wrap: break-word;
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  img{
      image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
    body {
        min-width: 0;
    }
}

.main {
    position: relative;
}

@media screen and (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        overflow: hidden;
        padding: 35px 12px 70px;
    }
    .main {
        width: 650px;
        float: left;
        padding: 0 0 0 20px;
    }
    .sidebar {
        width: 300px;
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .container {
        margin: 0 10px;
    }
    .bodyillust {
        display: none;
    }
}

/**
 * Header
 */
header {
    background-position: center top, center bottom;
    background-repeat: repeat, no-repeat;
}

header .bg .title {
    font-size: 86%;
}

@media screen and (min-width: 768px) {
    header.top {
        background: none;
        z-index: 2;
        position: relative;
    }
    header.sub {
        overflow: hidden;
    }
    header .bg {
        width: auto;
        padding: 0 25px;
    }
    header .bg .title {
        width: 100%;
        line-height: 30px;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    header.sub {
        background: none;
    }
    header .bg {
        margin-bottom: 0;
        background: #3d91c7;
    }
    header .bg .title {
        color: #fff;
        font-size: 86%;
        line-height: 20px;
        text-align: center;
    }
}

.pctab a img {
    display: inline;
}

/**
 * Bread Crubles
 */
.breadCrumbBox {
    font-size: 16px;
    line-height: 1.4em;
    margin: 10px auto 0;
}

.breadCrumbBox .breadCrumb a {
    text-decoration: underline;
}

#main-visual-wrap .breadCrumbBox {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#main-visual-wrap .breadCrumbBox .breadCrumb {
    width: 45%;
}

@media screen and (min-width: 768px) {
    #main-visual-wrap .breadCrumbBox {
        margin-bottom: 60px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .breadCrumbBox {
        width: auto;
        font-size: 86%;
        line-height: 1.6em;
        margin: 0;
        padding: 5px 10px 10px;
    }
    #main-visual-wrap .breadCrumbBox {
        width: auto;
    }
    #main-visual-wrap .breadCrumbBox .breadCrumb {
        width: auto;
    }
}

/**
 * Title Area
 */
header .titleArea {
    border-bottom: solid 4px #0057a8;
}

header .titleArea .wrap {
    position: relative;
    min-height: 265px;
}

header .titleArea .wrap .txtwrap {
    width: 580px;
    position: relative;
    z-index: 2;
}

header .titleArea .wrap .txtwrap h1 {
    font-size: 1.8em;
    font-weight: bold;
    padding: 40px 0 20px;
    line-height: 1.2em;
}

header .titleArea .wrap .txtwrap h1 .page-number {
    display: inline-block;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}

header .titleArea .wrap .txtwrap p.logo {
    display: inline-block;
    margin: -12px 0 4px;
}

header .titleArea .wrap .txtwrap p.logo img {
    width: 630px;
    height: auto;
}

header .titleArea p.descliption {
    padding: 20px 0;
}

header .titleArea .header-chara {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    header .titleArea {
        padding-top: 10px;
    }
    header .titleArea .wrap {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 25px;
    }
    header .titleArea .wrap .txtwrap {
        margin-top: -40px;
    }
}

@media screen and (max-width: 767px) {
    header .titleArea {
        border-bottom: none;
        margin-bottom: 0.7em;
    }
    header .titleArea .wrap .txtwrap {
        width: auto;
    }
    header .titleArea .wrap .txtwrap h1 {
        padding: 15px;
        background-color: #234277;
        color: #fff;
        font-size: 170%;
        line-height: 1.2em;
    }
    header .titleArea .wrap .txtwrap p.logo {
        display: block;
        margin: 10px 10px 4px;
    }
    header .titleArea .wrap .txtwrap p.logo img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    header .titleArea .wrap .head-bana-sp {
        margin: 10px 10px 20px;
    }
    header .titleArea .wrap .head-bana-sp img {
        width: 100%;
    }
    header .titleArea p.descliption {
        padding: 10px;
        background: #234277;
        color: #fff;
        font-size: 86%;
    }
}

/**
 * Main Visual
 */
#main-visual-wrap .logo a {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    #main-visual {
        background-position: center top;
        background-size: auto 400px;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        margin-top: -30px;
        padding: 30px 25px 0;
        min-height: 390px;
    }
    #main-visual-wrap .logo {
        width: 1000px;
        margin: 0 auto 60px;
        position: relative;
    }
    #main-visual-wrap .header-chara-top {
        position: absolute;
        width: 1000px;
        margin: auto;
        height: 100%;
        left: 50%;
        top: 0;
        margin-left: -500px;
        z-index: 0;
    }
    #main-visual-wrap .header-chara-top img {
        position: absolute;
        bottom: -14px;
        right: 0;
    }
    #main-visual-wrap p {
        color: #fff;
        background: #666;
        text-align: center;
        padding: 16px 0;
        box-sizing: border-box;
        position: relative;
    }
    #main-visual-wrap p::before, #main-visual-wrap p::after {
        content: "";
        background-color: #669dd0;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
    }
    #main-visual-wrap p::before {
        top: 4px;
    }
    #main-visual-wrap p::after {
        bottom: 4px;
    }
    #main-visual-wrap .head-bana {
        width: 1000px;
        margin: 0 auto;
        padding-bottom: 15px;
        position: relative;
        height: 75px;
    }
    .head-bana.pctab {
        padding: 0 0 15px 0;
    }
/* リサーチカテトップへのバナー表示 */
.head-bana.pctab.bnr-sitelink{
    text-align: center;
}
.head-bana.pctab.bnr-sitelink img{
    width: 400px;
    height: auto;
    display: inline-block;
    margin: -10px auto 25px;
}

}

@media screen and (max-width: 767px) {
    #main-visual-wrap .logo img {
        width: 100%;
    }
    #main-visual-wrap p {
        background-color: #234277;
        color: #fff;
        padding: 10px;
        font-size: 86%;
        line-height: 1.6em;
    }
    #main-visual-wrap .head-bana-sp {
        margin: 10px 10px 20px;
    }
    #main-visual-wrap .head-bana-sp img {
        width: 100%;
    }
}

/**
 * Font Size Changer buttons
 */
.fontSize {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 10;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  div#toBlogTop + .fontSize {
    top: 35px;
  }
}

.fontSize li {
    margin-right: 10px;
    vertical-align: bottom;
    display: inline-block;
    transition: 0.3s;
    line-height: 22px;
}

.fontSize li:last-child {
    margin-right: 0;
}

.fontSize .changeBtn {
    color: #fff;
    background-color: #9bbedf;
    cursor: pointer;
    font-weight: bold;
}

.fontSize .changeBtn.active, .fontSize .changeBtn:hover {
    background-color: #234277;
}

.fontSize .s {
    padding: 1px 4px;
}

.fontSize .m {
    font-size: 17px;
    padding: 2px 5px;
}

.fontSize .l {
    font-size: 20px;
    padding: 4px 5px;
}

@media screen and (max-width: 767px) {
    .fontSize {
        position: relative;
        text-align: center;
        top: 0;
        margin-bottom: 1.2em;
    }
}

/** ------------------------------
 * Main Contents
 ------------------------------ */
 /**
 * banner
 */
ul.head-bana-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 39px;
}
ul.head-bana-row li {
    width: 490px;
}
ul.head-bana-row li a {
    position: relative;
    display: flex;
}
ul.head-bana-row li a img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    vertical-align: top;
}
ul.head-bana-row li a span {
    display: block;
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 17px;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    ul.head-bana-row {
        margin-bottom: 20px;
    }
    ul.head-bana-row li a span {
        font-size: 0.8rem;
        top: 8px;
        left: 10px;
        bottom: auto;
        padding: 0.1rem 0.75rem;
    }
}

@media screen and (min-width: 768px){
    ul.head-bana-row {
        justify-content: center;
    }
    ul.head-bana-row li {
        margin: 0 10px;
        width: 400px;
    }
    ul.head-bana-row li a img {
        width: 400px;
    }
    ul.head-bana-row li a span {
        bottom: 8px;
        font-size: 15px;
        left: 11px;
        padding: 1px 15px;
    }
}
/**
 * Post List
 */
.postlist p.ttl {
    padding-left: 27px;
}

.postlist p.ttl::before {
    content: "";
    width: 17px;
    height: 22px;
}

.postlist p.ttl img {
    width: 161px;
}

.postlist p.ttl.singlettl img {
    width: 129px;
}

.postlist .post {
    background-color: #fff;
    border: 2px solid #234277;
    margin-bottom: 20px;
}

.postlist .post .date {
    font-size: 86%;
    display: none;
    line-height: 1em;
    margin: 20px 20px 10px;
}

.postlist .post .postttl {
    font-size: 135%;
    font-weight: bold;
    line-height: 1.3em;
    margin: 25px 90px 20px;
    text-align: left;
}

.postlist .post .postttl a {
    color: #234277;
}

.postlist .single .post h1 {
    padding: 0 50px 18px 50px;
}

.postlist .post a.contents {
    display: block;
    overflow: hidden;
    margin: 15px 20px 0;
    color: #000;
}

.postlist .post a.contents .photo {
    float: left;
    margin-right: 20px;
}

.postlist .post a.contents .photo img {
    width: 200px;
    height: 150px;
}

.postlist .post .post_meta {
    border-bottom: 1px solid #fdd9e6;
    padding: 15px 20px;
    overflow: hidden;
}

.postlist .post .post_meta .sns {
    float: left;
}

.postlist .post .post_meta .more {
    float: right;
    position: relative;
    padding-left: 20px;
}

.postlist .post .post_meta .more::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.postlist .post .post-bottom .tag {
    margin: 15px 20px;
    font-size: 86%;
    position: relative;
    padding-left: 20px;
}

.postlist .post .post-bottom .tag::before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .postlist .post {
        margin-bottom: 10px;
        position: relative;
    }
    .postlist .post .date {
        /*margin: 77% 15px 10px;*/
    }
    .postlist .post .postttl {
        font-size: 157%;
        line-height: 1.3em;
        margin: 18px 50px;
    }
    .postlist .post a.contents {
        margin: 15px 15px 0;
    }
    .postlist .post a.contents .photo {
        /*
        float: none;
        position: absolute;
        */
        top: 15px;
        left: 0;
        margin: 0;
        padding: 0 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .postlist .post a.contents .photo img {
        width: 100%;
        height: auto !important;
        margin-bottom: 20px;
    }
    .postlist .post .post_meta {
        padding: 5px 15px 15px;
    }
    .postlist .post .post_meta .sns {
        width: auto;
        margin-top: 10px;
    }
    .postlist .post .post_meta .sns ul {
        margin: 0 -10px -10px 0;
        text-align: left;
    }
    .postlist .post .post-bottom .tag {
        margin: 10px 15px;
    }
}

/**
 * Single Page
 */
.postlist .single .post {
    padding: 30px 30px 0 30px;
    margin-bottom: 30px;
}

.postlist .single .post .date {
    margin: 0;
}

.postlist .single .post h1 {
    font-weight: bold;
    font-size: 150%;
    line-height: 1.2em;
    color: #234277;
    text-align: left;
}

.postlist .single .post .post-meta {
    border-top: 1px solid #f3f1ec;
    padding: 10px 0;
}

.postlist .single .post .post-meta ul {
    float: none;
}

.postlist .single .post .tag {
    margin: 15px 0 0;
}

.postlist .single .post .post-bottom {
    margin: 0;
    padding: 0;
}

.postlist .single .post .article {
    margin-top: 30px;
}

.postlist .single .post .article h2 {
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    padding: 15px 20px;
    margin: 40px 0 30px;
    line-height: 1.3em;
    box-sizing: border-box;
    position: relative;
    letter-spacing: -0.5px;
}

.postlist .single .post .article h2 + img {
    margin-bottom: 30px !important;
}

.postlist .single .post .article h2::before, .postlist .single .post .article h2::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #91a1bb;
    position: absolute;
    left: 0;
}

.postlist .single .post .article h2::before {
    top: 5px;
}

.postlist .single .post .article h2::after {
    bottom: 5px;
}

.postlist .single .post .article h3 {
    color: #234277;
    font-weight: bold;
    font-size: 130%;
    line-height: 1.2em;
    border-bottom: 4px solid #3d91c7;
    padding: 0 0 5px;
    margin: 30px 0 15px;
}

.postlist .single .post .article h4 {
    color: #234277;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.2em;
    background-color: #f8f3ea;
    padding: 5px 10px 3px;
    margin: 20px 0 15px;
    border-left: solid 2px #234277;
}

.postlist .single .post .article h4.ht15 {
    color: #234277;
    font-weight: bold;
    font-size: 142.8%;
    line-height: 1.5em;
    background-color: #f8f3ea;
    padding: 5px 10px 3px;
    margin: 20px 0 15px;
    border-left: solid 2px #234277;
}

.postlist .single .post .article h5 {
    color: #234277;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.2em;
    padding: 0 0 5px;
    margin: 40px 0 10px;
    border-bottom: solid 1px #3d91c7;
}

.postlist .single .post .article .writer {
    background: #234277;
    padding: 5px 0 3px;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    border-left: 5px solid #3d91c7;
    text-indent: 1em;
    margin: 50px 0 20px;
}

.postlist .single .post .article img {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.postlist .single .post .article img:nth-of-type(1) {
    margin-bottom: 30px;
}

.postlist .single .post .article p {
    margin-bottom: 30px;
    clear: both;
}

.postlist .single .post .article p + p img, .postlist .single .post .article div + p img {
    margin-top: 50px !important;
}

.postlist .single .post .article .blue {
    color: #167FA6;
}

.postlist .single .post .article .red {
    color: #FF0000;
}

.postlist .single .post .article .orange {
    color: #FF6600;
}

.postlist .single .post .article .green {
    color: #008000;
}

.postlist .single .post .article .b {
    font-weight: bold;
}

.postlist .single .post .article .f12em {
    font-size: 1.2em;
}

.postlist .single .post .article .txt_c {
    text-align: center;
}

.postlist .single .post .article .txt_r {
    text-align: right;
}

.postlist .single .post .article .txt_l {
    text-align: left;
}

.postlist .single .post .article .f120 {
    font-size: 120%;
    font-weight: bold;
    color: #234277;
}

.postlist .single .post .article span.blbig {
    font-size: 1.5em;
    font-weight: bold;
}

.postlist .single .post .article span.note01 {
    font-size: 90%;
    color: #f00;
    float: none !important;
    margin-left: 0.5em;
}

.postlist .single .post .article span.note02 {
    font-size: 90%;
    color: #f00;
    float: none !important;
    margin-right: 0.5em;
}

.postlist .single .post .article table {
    border: 1px solid #234277;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

.postlist .single .post .article table td {
    border: 1px solid #234277;
    padding: 10px 10px 7px;
}

.postlist .single .post .article .table--color--yellow {
    background: #f8f3ea;
    color: #234277;
}

.postlist .single .post .article ul {
    display: block;
    margin: 0 0.8em 1.5em 2.5em;
    list-style-type: disc;
    overflow: visible;
}

.postlist .single .post .article ul.nonestyle li {
    list-style-type: none;
}

.postlist .single .post .article ul.dotnone {
    width: auto;
    margin: 0 auto 1.5em;
    overflow: hidden;
}

.postlist .single .post .article ul.dotnone li {
    list-style-type: none;
    width: 48%;
    border-bottom: 1px solid #CEECF5;
    overflow: hidden;
    line-height: 2em;
    text-indent: 0.5em;
    height: 30px;
}

.postlist .single .post .article ul.dotnone li:nth-child(odd) {
    float: left;
}

.postlist .single .post .article ul.dotnone li:nth-child(even) {
    float: right;
}

.postlist .single .post .article ul.dotnone li span {
    float: right;
    margin-right: 0.5em;
}

.postlist .single .post .article ul.note_a {
    margin: 0 auto;
}

.postlist .single .post .article ul.note_a li {
    list-style-type: none;
    height: 30px;
}

.postlist .single .post .article ol {
    display: block;
    margin: 0 0.8em 1.5em 2.5em;
    list-style-type: decimal;
}

.postlist .single .post .article li {
    margin-bottom: 0.5em;
}

.postlist .single .post .article dl, .postlist .single .post .article dt, .postlist .single .post .article dd {
    display: block;
}

/* ADD : Definition List */
@media screen and (max-width: 767px) {
  .postlist .single .post .article dl {
    margin: 0 0 30px 0px;
  }
}
@media screen and (min-width: 768px) {
  .postlist .single .post .article dl {
    margin: 0 0 30px 10px;
  }
}
.postlist .single .post .article dt {
  font-weight: bold;
}
.postlist .single .post .article dd {
  margin: 0 0 15px 0;
}
/* - - - - - - - - - - - */

.postlist .single .post .article .mb50 {
    margin-bottom: 50px;
}

.postlist .single .post .article .mb40 {
    margin-bottom: 40px;
}

.postlist .single .post .article .mb30 {
    margin-bottom: 30px;
}

.postlist .single .post .article .mb20 {
    margin-bottom: 20px;
}

.postlist .single .post .article .mb10 {
    margin-bottom: 10px;
}

.postlist .single .post .article .mb0 {
    margin-bottom: 0;
}

.postlist .single .post .article a {
    text-decoration: underline;
}

.postlist .single .post .article a[target="_blank"] {
    text-decoration: none;
}

.postlist .single .post .article a.u {
    text-decoration: underline;
}

.postlist .single .post .article hr {
    background: #d2d2d2;
    height: 1px;
    border: none;
}

.postlist .single .post .article .speak {
    background: #f8f3ea;
    padding: 20px;
    margin-bottom: 30px;
}

.postlist .single .post .article .shop-info {
    margin: 40px 0 50px;
}

.postlist .single .post .post-bottom-sns {
    border-top: 1px solid #f3f1ec;
    padding: 15px 0;
}

@media screen and (max-width: 767px) {
    .postlist .single .post {
        padding: 15px 15px 0;
    }
    .postlist .single .post h1 {
        font-size: 150%;
        padding: 10px 0;
    }
    .postlist .single .post .post-meta {
        padding: 12px 0 5px;
    }
    .postlist .single .post .post-meta.sns ul {
        text-align: left;
    }
    .postlist .single .post .tag {
        border: none;
    }
    .postlist .single .post .article {
        margin-top: 20px;
    }
    .postlist .single .post .article h2 {
        font-size: 142.8%;
        margin: 40px 0 20px;
        padding: 15px 10px;
    }
    .postlist .single .post .article h3 {
        font-size: 128%;
    }
    .postlist .single .post .article h4 {
        font-size: 115%;
    }
    .postlist .single .post .article h5 {
        font-size: 100%;
    }
    .postlist .single .post .article p {
        margin-bottom: 20px;
    }
    .postlist .single .post .article ul.dotnone li:nth-child(odd) {
        float: none;
        width: auto;
        height: 35px;
    }
    .postlist .single .post .article ul.dotnone li:nth-child(even) {
        float: none;
        width: auto;
        height: 35px;
    }
    .postlist .single .post .post-bottom-sns {
        padding: 15px 0 10px;
    }
}

/**
 * Table of Contents
 */
#toc_container {
    background-color: #fff !important;
    border: none !important;
    margin: 40px 0 50px !important;
    padding: 0 !important;
    width: auto !important;
    font-size: 107.1% !important;
}

#toc_container p.toc_title {
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background-color: transparent !important;
}

#toc_container p.toc_title + ul.toc_list {
    margin: 0 !important;
}

#toc_container li a {
    border-bottom: none !important;
    padding-left: 26px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    position: relative;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left 2px;
}

#toc_container ul ul {
    margin-left: 0 !important;
}

#toc_container a:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    #toc_container {
        margin: 30px 0 !important;
    }
    #toc_container li a {
        background-position: left 4px;
    }
}

/**
 * Speech Baloon
 */
.talk {
    margin: 60px 0;
}

.sb-type-drop,
.sb-type-std,
.sb-type-fb,
.sb-type-fb-flat,
.sb-type-ln,
.sb-type-ln-flat,
.sb-type-pink,
.sb-type-rtail,
.sb-type-think {
    padding: 0 !important;
}

.sb-subtype-a > .sb-speaker,
.sb-subtype-c > .sb-speaker {
    margin-right: -130px !important;
    width: 130px !important;
}

.sb-subtype-b > .sb-speaker,
.sb-subtype-d > .sb-speaker {
    margin-left: -130px !important;
    width: 120px !important;
}

.sb-speaker > .sb-icon {
    height: 80px !important;
}

img.sb-icon {
    height: 80px !important;
    width: 80px !important;
    margin: 0 !important;
}

.sb-name {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sb-content {
    margin-left: 95px !important;
    margin-right: 130px !important;
}

.sb-speech-bubble {
    line-height: 1.4em !important;
}

.sb-type-pink .sb-content::after {
    border-color: transparent #fff !important;
}

.sb-type-pink .sb-speech-bubble {
    background-color: #fff !important;
}

.sb-type-pink > .sb-subtype-a > .sb-content > .sb-speech-bubble,
.sb-type-pink > .sb-subtype-b > .sb-content > .sb-speech-bubble {
    border-color: #ffa1d1 !important;
    color: #ff4fa8 !important;
}

.sb-type-pink > .sb-subtype-a > .sb-content:before {
    border-color: transparent #ffa1d1 !important;
}

.sb-type-std > .sb-subtype-a > .sb-content > .sb-speech-bubble,
.sb-type-std > .sb-subtype-b > .sb-content > .sb-speech-bubble {
    border-color: #90c1e0 !important;
    color: #3d91c7 !important;
}

.sb-type-std > .sb-subtype-b > .sb-content:before {
    border-color: transparent #90c1e0 !important;
}

@media screen and (max-width: 767px) {
    .talk {
        margin: 25px 0 40px;
    }
    .sb-speaker,
    .sb-content {
        margin-top: 15px !important;
    }
    .sb-subtype-a > .sb-speaker,
    .sb-subtype-c > .sb-speaker {
        margin-right: -100px !important;
        width: 100px !important;
    }
    .sb-subtype-b > .sb-speaker,
    .sb-subtype-d > .sb-speaker {
        margin-left: -100px !important;
        width: 90px !important;
    }
    .sb-speaker > .sb-icon {
        height: 90px !important;
    }
    img.sb-icon {
        height: 90px !important;
        width: 90px !important;
    }
    .sb-subtype-a > .sb-content,
    .sb-subtype-c > .sb-content {
        margin-left: 110px !important;
        margin-right: 0 !important;
    }
    .sb-subtype-b > .sb-content,
    .sb-subtype-d > .sb-content {
        margin-left: 0 !important;
        margin-right: 110px !important;
    }
}

/**
 * Search Button Panel
 */
.search {
    background: #234277;
    margin-bottom: 30px;
    padding: 5px;
}

.search .searchFrm {
    border: solid 1px #7b8ead;
    padding: 20px;
}

.search .searchFrm > p.subTtl {
    font-size: 107.1%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.search ul {
    overflow: hidden;
}

.search li {
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #3d91c7;
    box-sizing: border-box;
    width: 48.5%;
    margin-bottom: 10px;
}

.search li:nth-child(odd) {
    float: left;
}

.search li:nth-child(even) {
    float: right;
}

.search li a {
    padding: 10px 0;
    display: block;
}

.search li img {
    margin: 0 auto;
    width: 200px;
    height: auto;
}

.search .coming {
    padding: 10px 0;
    background-size: 15px 15px;
    border: 3px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
    .search {
        padding: 15px 15px 10px;
        margin-top: 20px;
    }
    .search .searchFrm > p.subTtl {
        margin: 0 0 15px;
    }
    .search ul {
        display: block;
    }
    .search li {
        display: block;
        width: auto;
    }
    .search li:nth-child(n) {
        float: none;
    }
    .search li:last-child {
        margin-bottom: 0;
    }
    .search li img {
        max-width: 80%;
        height: auto;
    }
}

/**
 * Recommend
 */
.recommend {
    background: #fff;
    border: 2px solid #234277;
    padding: 20px;
}

.recommend li h3 {
    margin-left: 110px;
    font-size: 86%;
    line-height: 1.6em;
    padding: 0;
}

.recommend > p.subTtl {
    font-size: 142.8%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}

.recommend ul {
    overflow: hidden;
}

.recommend li {
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    width: 48.5%;
    float: left;
    margin-right: 3%;
}

.recommend li:nth-child(even) {
    margin: 0;
}

.recommend li:nth-child(-n+2) {
    border-top: 1px solid #d2d2d2;
}

.recommend li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    min-height: 95px;
    font-weight: normal;
}

.recommend li .photo {
    width: 100px;
    height: 75px;
    position: absolute;
    top: 10px;
    left: 0;
}

.recommend li .photo img {
    width: 100px;
    height: 75px;
}

.recommend li .na_title {
    font-size: 86%;
    line-height: 1.6em;
    color: #234277;
    font-weight: bold;
    margin-left: 110px;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .recommend {
        padding: 15px;
    }
    .recommend > p.subTtl {
        font-size: 128%;
        margin-top: 5px;
    }
    .recommend li {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .recommend li:nth-child(-n+2) {
        border-top: none;
    }
    .recommend li:first-child {
        border-top: 1px solid #d2d2d2;
    }
}

.recommend .yarpp-related {
    margin: 0;
}

/**
 * Pager
 */
.pager ul {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.pager li {
    display: inline-block;
    color: #bfbfbf;
    margin-right: 5px;
}

.pager li:last-child {
    margin-right: 0;
}

.pager li a, .pager li .current {
    display: inline-block;
    color: #fff;
    padding: 0.1em 0.6em;
}

.pager li a {
    background: #a3acbc;
}

.pager li a:hover, .pager li .current {
    background: #234277;
    opacity: 1;
}

.pager li .prev, .pager li .next {
    padding: 0.1em 1.2em;
}

@media screen and (min-width: 768px) {
    .pager li .thispage {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pager ul {
        margin: 10px 0;
        overflow: hidden;
        position: relative;
        width: auto;
        text-align: left;
    }
    .pager li {
        color: #000;
        margin-right: 0;
    }
    .pager li:last-child {
        float: right;
    }
    .pager li a {
        display: inline-block;
        color: #fff;
        background: #234277;
    }
    .pager li .page-numbers {
        display: none;
    }
    .pager li .page-numbers.prev, .pager li .page-numbers.next {
        display: block;
    }
    .pager li .thispage {
        display: inline-block;
        padding-top: 8px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1;
    }
    .pager li .prev, .pager li .next {
        padding: 8px 30px;
        position: relative;
        z-index: 10;
    }
}

/* ADD : 注釈 */
@media screen and (min-width: 768px) {
  .comment {
    font-size: 0.9rem;
  }
}

/* ADD : 施設詳細 */
.fc-info > p:first-child,
.fc-info ul li span:first-child {
  font-size: 1.1em;
  font-weight: bold;
}

/** ------------------------------
 * Side Navigation
 ------------------------------ */
/**
 * Sidebanner Whole body Illust
 */
.bodyillust img {
    margin: 0 auto;
    width: 90%;
}

@media screen and (max-width: 767px) {
    .bodyillust {
        display: none;
    }
}

/**
 * New Article & Ranking
 * Floatin Side Menu
 */
@keyframes newarticle {
    from {
        -ms-transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    to {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fixed {
    position: fixed;
    -webkit-animation: newarticle 0.3s;
    animation: newarticle 0.3s;
    width: 300px;
    margin-right: 12px;
    z-index: 100;
}

@media screen and (max-width: 1024px) {
    .fixed {
        left: 712px;
    }
}

.newarticle {
  margin-bottom: 30px;
}

.ranking,
.newarticle,
.relatedarticles {
    top: 20px;
}
.ranking .wpp-no-data {
    display: none;
}
.ranking p.ttl,
.newarticle p.ttl,
.relatedarticles p.ttl {
    padding-left: 35px;
}

.ranking p.ttl::before,
.newarticle p.ttl::before,
.relatedarticles p.ttl::before {
    width: 25px;
    height: 22px;
    bottom: 1px;
}

.ranking p.ttl img,
.newarticle p.ttl img,
.relatedarticles p.ttl img {
    width: 222px;
}

.ranking li,
.newarticle li,
.relatedarticles li {
    background: #fff;
    border-bottom: 1px solid #234277;
    overflow: hidden;
    position: relative;
}

.ranking li:last-child,
.newarticle li:last-child {
    border-bottom: none;
}

.ranking li a,
.newarticle li a,
.relatedarticles li a {
    color: #000;
    display: block;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    min-height: 95px;
}

.ranking li .photo,
.newarticle li .photo,
.relatedarticles li .photo {
    width: 100px;
    height: 75px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.ranking li .photo img,
.newarticle li .photo img,
.relatedarticles li .photo img {
    width: 100px;
    height: 75px;
}

.ranking li .post-meta,
.newarticle li .post-meta,
.relatedarticles li .post-meta {
    margin-left: 110px;
}

.ranking li .post-meta .date,
.newarticle li .post-meta .date,
.relatedarticles li .post-meta .date {
    display: none;
    overflow: hidden;
    font-size: 75%;
    height: 20px;
    line-height: 20px;
}

.ranking li .post-meta .na_title,
.newarticle li .post-meta .na_title,
.relatedarticles li .post-meta .na_title {
    color: #234277;
    font-size: 86%;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
    .ranking,
    .newarticle,
    .relatedarticles {
        margin-top: 30px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px){
  .ranking li .post-meta .na_title,
  .newarticle li .post-meta .na_title,
  .relatedarticles li .post-meta .na_title {
    font-weight: normal;
  }
}

/* ADD : 人気記事 順位 */
li a div.photo p.rank {
  width: 36px;
  height: 24px;
}

li:nth-child(1) a div.photo p.rank {
  background: linear-gradient(to bottom right, #E0AE27 0%, #FFD559 50%,#E0AE27 100%);
}
li:nth-child(2) a div.photo p.rank {
  background: linear-gradient(to bottom right, #979797 0%, #DCDCDC 50%,#979797 100%);
}
li:nth-child(3) a div.photo p.rank {
  background: linear-gradient(to bottom right, #B05F47 0%, #FF9884 50%,#B05F47 100%);
}
li:nth-child(4) a div.photo p.rank,
li:nth-child(5) a div.photo p.rank {
  background: #222;
}

li a div.photo p.rank {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

li:nth-child(1) a div.photo p.rank span:before {  content: '1';}
li:nth-child(2) a div.photo p.rank span:before {  content: '2';}
li:nth-child(3) a div.photo p.rank span:before {  content: '3';}
li:nth-child(4) a div.photo p.rank span:before {  content: '4';}
li:nth-child(5) a div.photo p.rank span:before {  content: '5';}

li a div.photo p.rank span {
  position: relative;
  display: block;
  width: 36px;
  line-height: 24px;
  text-align: center;
}

/**
 * Advertisement
 */
.ad_sidebar.pc {
    width: 300px;
    height: 250px;
    margin: 0 0 30px 0;
}
.ad_sidebar.sp {
    width: 320px;
    /*height: 50px; SP広告のないカテゴリもあるので不要*/
    margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .ad_sidebar.sp {
    display:none;
  }
}

/**
 * Character
 */
.character {
    margin-top: 30px;
}

.character p.ttl {
    padding-left: 23px;
}

.character p.ttl::before {
    width: 13px;
    height: 27px;
}

.character p.ttl img {
    width: 207px;
}

.character .introduction {
    border-top: solid 1px #234277;
    padding-top: 15px;
}

.character .introduction li {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    padding: 0 0 15px;
    border-bottom: solid 1px #234277;
    margin-bottom: 15px;
}

.character .introduction li .illust {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
}

.character .introduction li .illust img {
    width: 100%;
}

.character .introduction .txt {
    width: auto;
    margin-left: 116px;
}

.character .introduction .txt span.name {
    color: #234277;
    font-size: 114%;
    font-weight: bold;
    margin-top: 1px;
}

.character .introduction .txt p {
    font-size: 86%;
    line-height: 1.4em;
    margin-top: 10px;
    text-align: left;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .character .introduction {
        width: auto;
        margin: 0;
    }
    .character .introduction li {
        min-height: 90px;
    }
    .character .introduction li .illust {
        width: 90px;
    }
    .character .introduction .txt {
        margin-left: 100px;
    }
    .character .introduction .txt h3, .character .introduction .txt p {
        margin: 0;
    }
}

/**
 * Twitter Widget
 */
.twitterWidget {
    margin-top: 30px;
}

.twitterWidget p.ttl {
    padding-left: 26px;
}

.twitterWidget p.ttl::before {
    width: 20px;
    height: 24px;
}

.twitterWidget p.ttl img {
    width: 165px;
}

.twitterWidget .widgetbox {
    background: #fff;
    border: 1px solid #234277;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .twitterWidget .widgetbox {
        border: 4px solid #234277;
        padding: 0 20px;
    }
}

/**
 * Category
 */
.category {
    margin-bottom: 30px;
}

.category p.ttl {
    padding-left: 27px;
}

.category p.ttl::before {
    width: 17px;
    height: 24px;
    bottom: 13px;
}

.category p.ttl img {
    width: 178px;
}

.category .box {
    background: #fff;
    border: 2px solid #234277;
    padding: 20px;
}

.category .box li {
    margin-bottom: 3px;
    padding-left: 20px;
    position: relative;
}

.category .box li::before {
    content: "";
    background-size: 13px 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: left;
    margin: 5px 8px 0 0;
    position: absolute;
    left: 0;
}

.category .box li a {
    color: #234277;
    display: block;
}

.category .box li a:hover {
    opacity: 1;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .category {
        margin-top: 30px;
    }
    .category .box li::before {
        margin: 5px 5px 0 0;
    }
}

/**
 * Side Banner
 */
.side_bnr {
    margin: 30px 0 20px;
}

.side_bnr ul li img {
    text-align: center;
    max-width: 100%;
}

.side_bnr ul li:nth-child(odd) {
    margin-bottom: 5px;
}

.side_bnr ul li:nth-child(even) {
    text-align: left;
    margin-bottom: 20px;
}

.side_bnr .bnr_img {
    margin-bottom: 30px;
}

.side_bnr .bnr_img img{
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .side_bnr ul li {
        text-align: center;
    }
    .side_bnr ul li img {
        margin: 0 auto;
        width: 100%;
    }
}

/**
 * Under
 */
@media screen and (max-width: 767px) {
    .under .newarticle, .under .ranking, .under .character, .under .twitterWidget {
        display: none;
    }
}

/** ------------------------------
 * Footer
 ------------------------------ */
/**
 * Page Top
 */
.pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.pagetop a {
    width: 40px;
    height: 40px;
    display: block;
}

@media screen and (max-width: 767px) {
    .pagetop {
        right: 10px;
        bottom: 10px;
        margin-bottom: -10px;
    }
}

/**
 * Footer
 */
footer {
    overflow: hidden;
}

footer .homematelogo {
    max-width: 282px;
    height: auto;
    margin: 0 auto;
}

footer .copyrightbox {
    background: #234277;
    padding: 20px 0;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    footer .copyrightbox p {
        text-align: center;
        color: #fff;
        font-size: 86%;
        width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    footer {
        margin-top: 20px;
    }
    footer .homematelogo {
        max-width: 200px;
    }
    footer .copyrightbox {
        margin-top: 20px;
    }
    footer .copyrightbox p {
        margin: 0 15px;
        color: #fff;
        font-size: 86%;
        line-height: 1.6em;
    }
    footer .copyrightbox .copyright {
        text-align: center;
    }
}

/* ADD : ブログコンテンツTOP ボタン */
@media screen and (min-width: 768px) {
  div#toBlogTop {
    width: 200px;
    margin: 0 0 20px 0;
  }
  div#toBlogTop img {
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  div#toBlogTop {
    margin: 25px 0 25px 0;
  }
  div#toBlogTop img {
    width: 100%;
  }
}

/*画像注意書き*/
p.img-note {
  margin-bottom: 10px;
  margin-top: -30px;
  text-align: right;
  font-size: 0.8em;
}

/*画像注意書き　スマホ縦の時だけ*/
@media only screen and (min-device-width:320px) and (orientation:portrait) {
  .single .article p.img-note  {
    margin-top: -20px;
  }
}

/* ADD : トップページロゴアニメーション */
.logo.pctab {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

/* ADD : ゴルフ場他 バナー */
#banner_box {
  width: 100%;
  margin: 0 auto 30px;
  line-height: 0;
  text-align: center;
}
#banner_box a{
  display: inline-block;
  margin: 10px;
}
#banner_box a img {
  width: 300px;
}

@media screen and (min-width: 768px) {
    #banner_box.token-world a img {
    width: 600px;
    }
}

#banner_box.token-world a:nth-of-type(2) img {
  margin-top: 30px;
}

/* ADD : アンカーオフセット */
h2 > span:first-child {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

/* ADD : 目次一部強調 */
ul.toc_list li span {
  font-weight: bold;
}

/* ADD : リンクフリー記述位置調整 */
.article > p:nth-last-of-type(2) {
  margin-bottom: 6px !important;
}

/* 追加バナー用（共用の為、クラス等継承） */
.mod_link_secnd {
    width: 610px;
    margin: 25px auto 5px;
}
@media screen and (max-width: 767px) {
  .mod_link_secnd {
    width: 100%;
  }
}
.mod_link_secnd > dt {
    background-color: #e34770;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 7px 15px 7px;
}

.mod_link_secnd > dd {
    /* background: #faedf1; */
    padding: 15px 0 10px;
}

.mod_link_secnd > dd > dl {
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto 14px;
    padding: 10px 9px;
    width: 590px;
}
@media screen and (max-width: 767px) {
  .mod_link_secnd > dd > dl {
    width: 100%;
  }
}

.mod_link_secnd > dd > dl > dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #027cdd;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.mod_link_secnd > dd > dl > dt span {
    font-size: 122%;
}

.mod_link_secnd > dd > dl > dt:after {
    background: url(img/ico-star.png) no-repeat left top;
    background-size: 26px;
    content: "";
    height: 26px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 26px;
}

.mod_link_secnd .syuhen_item_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod_link_secnd .syuhen_item_box li {
    background-color: #fff;
    border: 1px solid #e9c4cf;
    box-sizing: border-box;
    margin: 0 4px;
    position: relative;
    width: 134px;
}
@media screen and (max-width: 767px) {
  .mod_link_secnd .syuhen_item_box li {
    width: 48%;
    margin: 0 1%;
  }
}

.mod_link_secnd .item_photo {
    height: 92px;
    max-width: 132px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mod_link_secnd .item_photo {
    height: 30vw;
    max-width: initial;
  }
}

.mod_link_secnd .item_photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.mod_link_secnd .syuhen_item_box {
    width: 568px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mod_link_secnd .syuhen_item_box {
    width: 96%;
  }
}

.mod_link_secnd .syuhen_item_box .item_box dt {
    background-color: #e34770;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 32px;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 4px 10px 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mod_link_secnd .syuhen_item_box .item_box dd {
    padding: 3px 10px 15px;
}

.mod_link_secnd > dd > ul {
    margin: 22px auto 0;
    width: 100%;
}

.mod_link_secnd .bnr {
    display: block;
    width: 534px;
    height: 70px;
    margin: 0 auto 10px;
}

.mod_link_secnd > dd > ul > li > a > img {
  display: inline;
}
.mod_link_secnd > dd > ul > li > a > span {
  display: none;
}
@media screen and (max-width: 767px) {
  .mod_link_secnd .bnr {
    width: 100%;
  }
  .mod_link_secnd > dd > ul > li > a > img{
    display: none !important;
  }
  .mod_link_secnd > dd > ul > li > a > span {
    display: block !important;
    max-width: 380px;
    margin: 0 auto;
    padding: 20px 0;
    background: #fffacd;
    text-align: center;
    text-shadow: 0px -1px rgba(0, 0, 0, .2);
    border: 1px solid #8d6d43;
    border-radius: 4px;
    color: #8d6d43;
  }
}

.mod_link_secnd .index1 {
    margin: 0 auto;
    width: 106px;
}

.mod_link_secnd .btn_link_detail {
    background-color: #f35981;
    background-image: linear-gradient(to top, rgba(3, 0, 0, .15), rgba(255, 255, 255, .15));
    border-radius: 4px;
    box-shadow: 0 3px #bf224c;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    height: 28px;
    margin: 6px 0 0;
    padding: 3px 6px 4px 0;
    position: relative;
    text-align: center;
    width: 106px;
}

.mod_link_secnd .btn_link_detail:after {
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

span.btn_bg_m {
    top: -2px;
    position: relative;
}

/* 追加バナー用（共用の為、クラス等継承）タウン情報 */
.box_fa_data .data3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    width: 100%;
}

.box_fa_data .data3 li {
    display: table;
    margin: 8px auto;
    width: 280px;
}

.box_fa_data .data3 li a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, #1e84c1 0%, #2172ad 100%);
    background: linear-gradient(to bottom, #1e84c1 0%, #2172ad 100%);
    border-radius: 25px;
    box-shadow: 0 1px 2px 1px rgba(116, 99, 66, .6);
    padding: 0 15px 0 50px;
    height: 50px;
    width: 100%;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    vertical-align: initial;
}
.box_fa_data .data3 li.is_gr a {
    background: -webkit-linear-gradient(top, #bababa 0%, #b3b3b3 100%);
    background: linear-gradient(to bottom, #bababa 0%, #b3b3b3 100%);
}

.box_fa_data .data3 li a::before {
    content: "";
    left: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 24px;
}

.box_fa_data .data3 .rsch a::before {
    background-image: url(img/ico-facility.png);
}

.box_fa_data .data3 .gotouchi a::before {
    background-image: url(img/ico-map.png);
}

.box_fa_data .data3 .mtrsch a::before {
    background-image: url(img/ico-data.png);
}

.box_fa_data .data3 .map a::before {
    background-image: url(img/ico-pin.png);
}

.box_fa_data .data3 .price a::before {
    background-image: url(img/ico-price.png);
}

.box_fa_data .data3 .route_navi a::before {
    background-image: url(img/ico-traffic-train.png);
}
.box_fa_data .data3 .route_navi a {
    vertical-align: middle;
}

.box_fa_data .data3 .web_travel a::before  {
    background-image: url(img/ico-web-travel.png);
    background-size: 24px auto;
}

.box_fa_data .data3 .btn_fa_data .area {
    font-size: 60%;
    font-weight: 100;
}

.box_fa_data .data3 .population a::before  {
    background-image: url(img/ico-population.svg);
    background-size: 24px auto;
}

.box_fa_data .data3 .mapsearch a::before  {
    background-image: url(img/ico-map-search.png);
    background-size: 25px auto;
}

/* YouTube Link Play Icon */
a.youtubeLink {
  position: relative;
}
a.youtubeLink::after {
  content: url(img/ico_play.png);
  position: absolute;
  top: 145px;
  left: 260px;
}

h1.txtindent + div.pctab a,
p.descliption + div.pctab a {
  display: inherit;
  width: 300px;
  margin: 0 auto;
}

/* Judo Newspaper Banner */
.judonews.pc {
  width: 300px;
  height: 288px;
  margin: 0 0 30px 0;
}
.judonews.sp {
  margin: 30px auto;
}
.judonews.sp img {
  width: 100%;
}

/* w400 Banner */
.banner_img_w400 {
  max-width: 400px;
  margin: 0 auto;
}

/* ADD : リスト展開（ ul / ol 対応）*/
/*
[id^='foldlist_'] li[class^='foldbutton_'] {
  list-style: none;
  font-weight: bold;
}

[id^='foldlist_'] li.foldbutton_0 {
  display: list-item;
}

[id^='foldlist_'] li.foldbutton_1 {
  display: none;
}

[id^='foldlist_'] li[class^='foldbutton_'] a {
  text-decoration: none !important;
}
*/

/* ADD : テスト用（要素非表示） */
.testDspNone {
  display: none !important;
}

