@charset "utf-8"; /*------cssリスト------------------------------------------
  01.ベーススタイル(カスタマイズ)
  02.投稿パーツ(カスタマイズ)
  03.ランディングページ用デザイン
  04.メインビジュアル用パーツ
  05.フルワイズ用パーツ
  06.その他
---------------------------------------------------------*/
/* ********************************************************

  01.ベーススタイル(カスタマイズ)

******************************************************** */
/******************************
     カラムボックス(.colbox)
******************************/
.colbox {
    margin: 0 auto;
    padding: 0;
    display: grid;
}

.colbox img {
    display: block;
    width: 100%;
}

.colbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
}

.colbox a:hover {
    text-decoration: none;
}

.main .colbox div h4 {
    text-align: left;
    color: #000;
    font-weight: bold;
    display: block;
}

.colbox p.bn_txt {
    font-size: 0.85em;
    line-height: 1.25;
    margin: 0;
}

.colbox.col1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 20px;
    /** 余白: 縦 横 **/
}

.colbox.col2 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) /** minmax(最小幅, 最大幅) **/;
    gap: 20px 20px;
    /** 余白: 縦 横 **/
}

.colbox.col3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) /** minmax(最小幅, 最大幅) **/;
    gap: 20px 20px;
    /** 余白: 縦 横 **/
}

.colbox.col4 {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) /** minmax(最小幅, 最大幅) **/;
    gap: 20px 20px;
    /** 余白: 縦 横 **/
}

/* (max-width: 480px) */
/******************************
     詳細リンク(.more-link)
******************************/
.more-link {
    margin: 0 auto;
    border: none;
    text-align: center;
    padding: 20px 0;
}

.more-link a {
    display: inline-block;
    padding: 10px 35px;
    border: 1px solid #333;
    border-radius: 20px;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 1;
    line-height: 1.0;
}

.more-link a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: 0.3s ease all;
    background: #1e73be;
    z-index: -1;
    border-radius: 20px;
}

.more-link a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
}

.more-link a:hover {
    color: #fff;
}

.more-link a:hover::before {
    width: 100%;
}

/*タイトル横の詳細リンク*/
.my_widget_header.more-link-head > *:first-child {
    /*h2*/
    display: flex;
    align-items: center;
}

.my_widget_header.more-link-head > * span {
    /*タイトル*/
    text-align: left;
}

.my_widget_header.more-link-head {
    position: relative;
}

.my_widget_header.more-link-head .more-link.top-r {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.post-cat-widget .more-link.top-r,.post-cat-widget .more-link.top-m {
    display: none;
}

@media screen and (max-width: 680px) {
    .my_widget_header.more-link-head .more-link.top-r,.my_widget_header.more-link-head .more-link.top-m {
        display:none;
    }

    .post-cat-widget .more-link.top-r,.post-cat-widget .more-link.top-m {
        display: block;
    }
}

/******************************
     お問い合わせ(.contact)
******************************/
.contact .contact_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: #5c6266 1px solid;
    background-color: #fff;
    padding: 15px 15px;
    margin: 50px auto;
    max-width: 600px;
}

.contact .contact_in .lead {
    width: 100%;
    font-size: 14px;
    -webkit-box-flex: 3;
    -ms-flex: 3 3 auto;
    flex: 3 3 auto;
    margin: 0 0 10px;
    padding: 0 5px 10px;
    border-bottom: #5c6266 1px dotted;
    line-height: 1.2;
}

.contact_in .telarea .tel a, .contact_in .mailarea .mail a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.contact_in .telarea .tel a::before, .contact_in .mailarea .mail a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 4px;
}

.contact_in .telarea .tel a:hover, .contact_in .mailarea .mail a:hover {
    opacity: 0.8;
}

.contact_in .telarea .tel {
    margin: 0;
    font-size: 190%;
    line-height: 1.0;
}

.contact_in .telarea .tel a {
    color: #000;
    font-weight: bold;
}

.contact_in .telarea .tel a::before {
    content: "\f3cd";
    font-size: 75%;
}

.contact_in .telarea a[href ^="tel:"]::after {
    content: none;
}

.contact_in .telarea .tel-ex {
    margin: 5px 0 0;
    line-height: 1.4;
    font-size: 80%;
    font-weight: 600;
    text-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.02rem;
}

.contact_in .mailarea .mail {
    margin: 0;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
}

.contact_in .mailarea .mail a {
    color: #fff;
    background-color: #5c6266;
    margin: 0;
    padding: 2px 15px;
    font-size: 85%;
}

.contact_in .mailarea .mail a::before {
    content: "\f0e0";
}

.contact_in .mailarea .mail-ex {
    margin: 5px 0 0;
    line-height: 1.4;
    font-size: 80%;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .contact .contact_in {
        padding: 15px 20px;
    }

    .contact_in .telarea, .contact_in .mailarea {
        margin: 5px 0;
    }
}

/* (max-width: 480px) */
/* サイドバー */
.sidebar .my_widget_header+.contact {
    margin-top: 10px;
}

.sidebar .contact .contact_in .telarea {
    margin: 0 0 5px;
}

.sidebar .contact .contact_in .mailarea {
    margin: 0 0 0;
}

.sidebar .contact_in .mailarea .mail a {
    padding: 7px 15px;
}

/******************************
     会社情報(.shopinfo)
******************************/
/* .entry .shopinfo table th, .entry .shopinfo table td { */
.shopinfo table th, .shopinfo table td {
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 1em 0.5em;
    line-height: 1.2;
    vertical-align: top;
}

/* .entry .shopinfo table th { */
.shopinfo table th {
    /*   width: 25%; */
    width: 15%;
    text-align: left;
    white-space: nowrap;
}

.entry .shopinfo table th {
    min-width: 7em;
}

/* サイドバー */
.sidebar .shopinfo h3 {
    padding: 0.8em 7.5px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.sidebar .shopinfo table {
    font-size: 100%;
}

/******************************
     グーグルマップ(.map)
******************************/
.map {
    position: relative;
    padding: 30px 0 270px;
    height: 0;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ********************************************************

  02.投稿パーツ(カスタマイズ)

******************************************************** */
/******************************
     見出し - 小見出し付
******************************/
.entry h1 small, .entry h2 small, .entry h3 small, .entry h4 small, .entry h5 small, .entry h6 small {
    font-size: 65%;
    display: inline-block;
    padding-left: 2.5em;
}

.entry h1 small, .entry h2 small, .entry h3 small {
    font-size: 70%;
}

/******************************
     本文
******************************/
/* リード文(.lead) */
.entry p.lead {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    max-width: 700px;
    margin: 0 auto 1em;
}

@media screen and (max-width: 680px) {
    .entry p.lead {
        font-size: 18px;
    }
}

/* キャッチコピー(.catch-copy) */
.entry p.catch-copy {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    max-width: 500px;
    margin: 0 auto;
    text-decoration: underline;
}

/* 色付きテーブル見出し(.h_table) */
.h_table {
    background-color: #ccc;
}

.h_table td {
    text-align: center;
    border: none;
    font-weight: bold;
    font-size: 110%;
}

/******************************
     インラインテキスト
******************************/
.txt_underline {
    text-decoration: underline;
}

.txt_underlinew {
    text-decoration: underline double;
}

.tex_bluelight {
    background: linear-gradient(transparent 60%, #75b8e780 0%);
}

.tex_yellowlight {
    background: linear-gradient(transparent 60%, #efff0080 0%);
}

.tex_redlight {
    background: linear-gradient(transparent 60%, #fd85bd80 0%);
}

.tex_orangelight {
    background: linear-gradient(transparent 60%, #ffc87f 0%);
}

.italic {
}

/******************************
     引用
******************************/
/* 引用 - 背景付(.bq_bk) */
.entry blockquote.bq_bk {
    margin: 2em 0;
    padding: 15px 15px;
    border: none;
    background-color: #fdfdfd;
    position: relative;
    z-index: 1;
}

.entry blockquote.bq_bk p {
    margin: 0;
    line-height: 1.4;
    position: relative;
    z-index: 2;
    font-style: normal;
}

.entry blockquote.bq_bk p strong:first-child {
    padding: 0 0 5px;
}

.entry blockquote.bq_bk p strong {
    background: none;
    padding: 5px 0;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .entry blockquote.bq_bk {
        padding: 15px;
    }
}

/******************************
     リスト
******************************/
/* チェックリスト(.ul_check) */
/* 背景付リスト(.ul_bk)*/
/* 丸番号リスト(.ol_circle) */
.entry .ul_check li {
    list-style-type: none;
    padding: 10px 25px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.entry .ul_check li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 6px;
    border-left: 4px solid #F17979;
    border-bottom: 4px solid #F17979;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
}

.entry .ul_bk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry .ul_bk li {
    background: #efefef;
    margin-right: 4px;
    margin: 0 4px 5px 0;
    text-align: center;
    flex: 1 1 calc(100% / 3 - 4px);
    padding: 15px;
    position: relative;
    list-style-type: none;
}

@media only screen and (max-width: 1010px) {
    .entry .ul_bk li {
        flex: 1 0 100%;
        text-align: left;
        padding-left: 30px;
        margin-bottom: .5em;
    }
}

.entry ol.ol_circle {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry ol.ol_circle li {
    font-size: 15px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    list-style: none;
}

.entry ol.ol_circle li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #E7B050;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    color: #ffffff;
    line-height: 2;
    position: absolute;
    top: 6px;
    left: 0;
}

/******************************
     テーブル
******************************/
/* テーブル – ミニテーブル(.table_mini)*/
.entry .table_mini {
    width: 50%;
    margin-bottom: 10px;
}

.entry .table_mini th, .entry .table_mini td {
    font-size: 12px;
    padding: 10px;
    text-align: left;
    border: 1px solid #eee;
    background-color: #fff;
}

.entry .table_mini th {
    width: 45%;
    background-color: #eee;
    color: #000;
    min-width: 80px;
}

.entry .table_mini td {
    width: 55%;
}

.entry .table_ex {
    font-size: 11px;
}

@media screen and (max-width: 680px) {
    .entry .table_mini {
        width: 100%;
    }
}

/* テーブル - 水平スクロール(.table_scroll) */
@media screen and (max-width: 680px) {
    .entry tbody th, .entry tbody td {
        padding: 20px 15px;
    }

    .entry th, .entry td {
        padding: 20px 15px;
    }

    .entry table.table_scroll {
    }

    .entry table.table_scroll th, .entry table.table_scroll td {
        padding: 10px 10px;
        font-size: 14px;
    }
}

/*テーブル  - 二分割レイアウト(.table_2col) */
.entry .table_2col tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.entry .table_2col tr th, .entry .table_2col tr td {
    width: calc(50% - 10px);
}

/* (max-width: 680px) */
@media screen and (max-width: 480px) {
    .entry tbody th, .entry tbody td {
        padding: 15px 5px;
        font-size: 80%;
    }

    .entry th, .entry td {
        padding: 15px 5px;
        font-size: 80%;
    }

    .entry table.table_scroll {
        display: block;
        overflow-x: auto;
    }

    .entry table.table_scroll th, .entry table.table_scroll td {
        width: 700px;
        white-space: nowrap;
    }
}

/* (max-width: 480px) */
/* テーブル – 二分割レイアウト(.table_2col) */
/* テーブル – 線なし(.table_noborder) */
.entry .table_noborder tr, .entry .table_noborder th, .entry .table_noborder td {
    border: none;
    background-color: #FFF;
    COLOR: #000;
}

/******************************
     投稿・固定ページスタイル
******************************/
/******************************
     カテゴリースタイル
******************************/
/******************************
     画像
******************************/
/* 画像 – フルワイズ画像(.full-width) */
/******************************
     画像＋文章
******************************/
/* 画像＋文章 */
[class^="imgtxt_"] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
}

.imgtxt_l .ttl, .imgtxt_r .ttl {
    padding-bottom: 10px;
    flex-shrink: 0;
    max-width: 80%;
}

.imgtxt_l .txt .subtitle, .imgtxt_r .txt .subtitle {
    display: block;
    clear: both;
    font-weight: bold;
}

.imgtxt_l .ttl {
    padding-top: 7px;
    padding-right: 15px;
}

.imgtxt_r>div {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.imgtxt_r>div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.imgtxt_r .ttl {
    padding-top: 7px;
    padding-left: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

/******************************
     画像＋文章 - フルワイズ
******************************/
[class^="imgtxt_full"]>div {
    -webkit-box-flex: 3;
    -ms-flex: 3 1 55%;
    flex: 3 1 55%;
}

[class^="imgtxt_full"]>div:nth-of-type(2) {
    max-width: 55%;
}

[class^="imgtxt_full"] .ttl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
}

[class^="imgtxt_full"] .ttl:nth-of-type(2) {
    max-width: 100%;
}

[class^="imgtxt_full"] .ttl a {
    display: block;
}

[class^="imgtxt_full"] .ttl img {
    width: 100%;
}

.imgtxt_full_l .ttl {
    margin: 0 -38% 10px 0;
}

.imgtxt_full_l .ttl > a, .imgtxt_full_l .ttl > img {
    margin: 0.5em 50% 0 -50%;
}

.imgtxt_full_r>div {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.imgtxt_full_r>div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.imgtxt_full_r .ttl {
    margin: 0 0 10px -38%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.imgtxt_full_r .ttl > a, .imgtxt_full_r .ttl > img {
    margin: 0.5em -50% 0 50%;
}

[class^="imgtxt_full"] .txt {
    z-index: 1;
    /*横並びの画像コンテナーが上に重なり、ビジュアルエディタで選択できなくなるのを避ける*/
}

@media print, screen and (max-width: 640px) {
    [class^="imgtxt_full"]>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    [class^="imgtxt_full"]>div:nth-of-type(2) {
        max-width: 100%;
    }

    [class^="imgtxt_full"] .ttl {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    [class^="imgtxt_full"] .ttl:nth-of-type(2) {
        max-width: 100%;
    }

    .imgtxt_l .ttl, .imgtxt_r .ttl {
        max-width: 45%;
        padding-bottom: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%;
    }

    .imgtxt_l>div, .imgtxt_r>div {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 55%;
        flex: 3 0 55%;
    }

    .imgtxt_full_r .ttl {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    [class^="imgtxt_full"] .ttl {
        margin: 0;
        max-width: 45%;
        padding-top: 7px;
        padding-right: 15px;
    }

    .imgtxt_full_l .ttl > a {
        margin: 0;
    }

    .imgtxt_full_l .ttl img, .imgtxt_full_r .ttl img {
        max-height: 300px;
        margin: 0;
        object-fit: cover;
    }
}

/* (max-width: 640px) */
@media screen and (max-width: 480px) {
    [class^="imgtxt_"] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .imgtxt_r .ttl {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .imgtxt_l>div, .imgtxt_r>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .imgtxt_l .ttl, .imgtxt_r .ttl {
        padding: 0 0 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .imgtxt_l .ttl img, .imgtxt_r .ttl img {
        width: 100%;
        margin: 0 auto;
    }

    .imgtxt_full_l .ttl, .imgtxt_full_r .ttl {
        padding: 0 0 10px;
        /*flex: 1 1 100%;*/
        max-width: 100%;
    }

    .imgtxt_full_l .ttl img, .imgtxt_full_r .ttl img {
        max-height: 50vw;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

/* (max-width: 480px) */
/******************************
     パネルリンク
******************************/
.entry div[class*="panel_link"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.entry [class*="panel_link"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.entry div.panel_link2 > * {
    width: 50%;
    max-height: 150px;
}

.entry div.panel_link3 > * {
    width: 33.3333%;
}

.entry .panel_link3:after {
    content: "";
    display: block;
    width: 33.33333%;
    height: 0;
}

.entry div.panel_link4 > * {
    width: 25%;
}

.entry div.panel_link5 > * {
    width: 20%;
}

.entry .panel_link5:after {
    content: "";
    display: block;
    width: 20%;
    height: 0;
}

@media screen and (max-width: 680px) {
    .entry div[class*="panel_link"] > * {
        width: 50%;
    }
}

/******************************
     ページ内リンク
******************************/
/* ページ内リンク(.inlink_link) */
.entry ul.inlink_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.entry ul.inlink_link li {
    list-style-type: none;
    padding-left: 0;
    margin: 15px 1px;
    background-color: #fff;
    flex: 2 4 250px;
    display: block;
}

.entry ul.inlink_link li a {
    color: #000;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 8px 20px 8px;
    position: relative;
}

.entry ul.inlink_link li a:before {
    position: absolute;
    content: '';
    top: 47%;
    border-top: 5px solid #192c54;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 0;
    height: 0;
    margin-left: -20px;
}

@media screen and (max-width: 768px) {
    .entry ul.inlink_link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .entry ul.inlink_link li {
        width: 80%;
        margin: 5px auto;
        flex: 0 0 auto;
    }

    .entry ul.inlink_link li a {
        padding: 10px 10px 3px;
    }
}

/* ページ内リンク(.inlink_link2) */
.entry ul.inlink_link2 {
    text-align: center;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    border: 1px solid #CCC;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry ul.inlink_link2 li {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    list-style-type: none;
    border-right: 1px solid #ccc;
    background-color: #fff;
}

.entry ul.inlink_link2 li:last-child {
    border-right: none;
}

.entry ul.inlink_link2 li a {
    text-decoration: none;
    padding: 15px 0.5em;
    line-height: 1.3;
    color: rgb(51, 51, 51);
    height: 100%;
    min-height: 2em;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: flex-start;
    position: relative;
}

.entry ul.inlink_link2 li a:before {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #000;
    right: 10px;
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 680px) {
    .entry ul.inlink_link2 {
        border: none;
        margin-bottom: 40px;
    }

    .entry ul.inlink_link2:after {
        content: "";
        display: block;
        width: 50%;
        height: 0;
    }

    .entry ul.inlink_link2 li {
        flex: 0 0 auto;
        width: 50%;
        border-bottom: 1px solid #F0EBE1;
    }

    .entry ul.inlink_link2 li:first-child {
        border-top: 1px solid #f0ebe1;
    }

    .entry ul.inlink_link2 li:nth-child(2) {
        border-top: 1px solid #f0ebe1;
    }

    .entry ul.inlink_link2 li:nth-child(odd) {
        border-left: 1px solid #f0ebe1;
    }

    .entry ul.inlink_link2 li:last-child {
        border-right: 1px solid #f0ebe1;
        border-bottom: 1px solid #f0ebe1;
    }
}

/******************************
     説明入パネル
******************************/
.entry .panelex_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 10px;
}

.entry .panelex_link img {
    display: block;
}

.entry .panelex_link .panelex_link-in {
    position: relative;
    width: 32%;
    margin-right: 2%;
    padding-bottom: 6%;
}

.entry .panelex_link .panelex_link-in:nth-of-type(3n) {
    margin-right: 0;
}

.entry .panelex_link .panelex_link-in .sta {
    position: absolute;
    top: -1em;
    left: 0;
    display: inline-block;
    line-height: 1.4;
    padding: 0.3em 1em;
    background: #1e73be;
    color: #fff;
    font-size: 0.9em;
    border-radius: 1em;
    z-index: 1;
}

.entry .panelex_link .panelex_link-in .sta>span {
    font-size: 85%;
}

.entry .panelex_link .panelex_link-in .img {
    overflow: hidden;
    background: #ccc;
}

.entry .panelex_link .panelex_link-in .img img {
    width: 100%;
}

/*.entry .panelex_link .panelex_link-in .img a:hover img {
    z-index: -1;
    position: relative;
}*/
.entry .panelex_link .panelex_link-in .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.15em;
}

.entry .panelex_link .panelex_link-in .ttl>span {
    font-size: 85%;
}

.entry .panelex_link .panelex_link-in .ex {
    font-size: 0.9em;
    line-height: 1.4;
    padding: 0 0.5em;
}

@media screen and (max-width: 680px) {
    .entry .panelex_link .panelex_link-in {
        width: 49%;
    }

    .entry .panelex_link .panelex_link-in:nth-of-type(3n) {
        margin-right: 2%;
    }

    .entry .panelex_link .panelex_link-in:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .entry .panelex_link .panelex_link-in {
        width: 100%;
        margin-right: 0 !important;
        min-height: 150px;
    }

    .entry .panelex_link .panelex_link-in .img {
        width: 120px;
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .entry .panelex_link .panelex_link-in .img img {
        max-width: initial;
        width: auto;
        height: 120px;
    }

    .entry .panelex_link .panelex_link-in .ttl {
        text-align: left;
        margin: -110px 0 0 auto;
        width: calc(100% - 130px);
    }

    .entry .panelex_link .panelex_link-in .ex {
        margin-left: auto;
        width: calc(100% - 130px);
        padding: 0;
    }
}

/******************************
     価格カード
******************************/
.entry .price_card {
    margin: 40px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry .price_card .price_card-in {
    max-width: 300px;
    padding: 40px;
    background: #fff;
    border: 1px solid #666666;
    width: 100%;
    position: relative;
    min-height: 1px;
    margin: 20px 15px;
}

.entry .price_card .ttl {
    font-size: 110%;
    margin: 0 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.entry .price_card .prc {
    padding: 10px 0;
    border-top: .5px solid #333;
    border-bottom: .5px solid #333;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
}

.entry .price_card .prc .cu {
    font-size: 50%;
    font-weight: bold;
    vertical-align: 1px;
}

.entry .price_card .ex {
    font-size: 80%;
    line-height: 1.2;
    margin: 10px;
    padding: 0;
}

.entry .price_card .buy {
    padding: 0;
}

.entry .price_card .buy a {
    background-color: #1e73be;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    padding: 4px 8px;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .entry .price_card .price_card-in {
        padding: 30px 2%;
        margin: 20px 1%;
    }
}

/* ( max-width: 960px) */
@media screen and (max-width: 680px) {
    .entry .price_card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .entry .price_card .price_card-in {
        max-width: 100%;
        width: 75%;
        padding: 8%;
    }

    .entry .price_card .prc {
        padding: 5px 0;
        margin: 15px auto;
    }

    .entry .price_card .ex {
        margin-bottom: 1.5em;
    }
}

/* ( max-width: 680px) */
@media screen and (max-width: 480px) {
    .entry .price_card .price_card-in {
        max-width: 100%;
        width: 90%;
        padding: 7% 10%;
        margin: 20px auto;
    }
}

/* ( max-width: 480px) */
/******************************
     フロー図
******************************/
/* フロー図(.flow_chart) */
.entry .flow_chart {
    width: 100%;
}

.entry .flow_chart .ttl {
    font-weight: bold;
}

.entry .flow_chart .flow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    /* 縦方向中央揃え（Safari用） */
    /* 縦方向中央揃え */
}

.entry .flow_chart .flow-box:last-of-type {
    margin: 0;
}

.entry .flow_chart .flow-box::before {
    content: '';
    padding: 0;
}

.entry .flow_chart .flow-box:not(:last-of-type)::after {
    left: 40px;
}

.entry .flow_chart .flow-l, .entry .flow_chart .flow-r {
    position: relative;
    padding: 20px 20px;
}

.entry .flow_chart .flow-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 25%;
    text-align: center;
    max-width: 25%;
    font-weight: bold;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;
    line-height: 1.2;
}

.entry .flow_chart .flow-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-left: none;
    line-height: 1.6;
    /* min-height: 80px; */
}

.entry .flow_chart .flow-box:not(:last-of-type)::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 400%;
    font-weight: 900;
    line-height: 1.0;
    margin: 10px auto;
    color: #ddd;
}

@media print, screen and (max-width: 680px) {
    .entry .flow_chart .flow-l {
        flex: 0 0 100%;
        max-width: 100%;
        border: 1px solid #ccc;
    }

    .entry .flow_chart .flow-r {
        flex: 0 0 100%;
        max-width: 100%;
        border-top: none;
        border-left: 1px solid #ccc;
    }
}

/* ( max-width: 680px) */
/* フロー図(.flow_chart2) */
.entry .flow_chart2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: #eee 1px solid;
    background-color: #fff;
    padding: 35px 40px;
    margin: 0;
}

.entry .flow_chart2 .img {
    max-width: 400px;
    width: 30%;
    margin: 5px 25px 0 0;
}

.entry .flow_chart2 .img img {
    width: auto;
}

.entry .flow_chart2 .txt {
    line-height: 1.8;
    width: 70%;
}

.entry .flow_chart2 .txt strong {
    display: block;
    background: none;
    font-size: 120%;
    margin: 0 0 5px 0;
}

@media screen and (max-width: 480px) {
    .entry .flow_chart2 {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .entry .flow_chart2 .img {
        width: auto;
        margin: 0;
    }

    .entry .flow_chart2 .img img {
        width: 100%;
    }

    .entry .flow_chart2 .txt {
        margin: 0;
    }

    .entry .flow_chart2 .txt strong {
        margin: 15px 0 10px;
    }
}

/* ( max-width: 480px) */
.entry .flow_mark {
}

.entry .flow_mark::after {
    display: block;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 400%;
    font-weight: 900;
    line-height: 1.0;
    padding: 15px;
    margin: 0 auto;
    width: 40px;
    color: #ddd;
}

@media screen and (max-width: 680px) {
    .entry .flow>p {
        margin: 0 auto;
        width: 100%;
        float: none;
    }

    .entry .flow>p img {
        margin: 0 auto;
    }

    .entry .flow div {
        width: 100%;
        float: none;
    }

    .entry .flow h3 {
        margin: 10px 0 0;
        text-align: center;
    }

    .entry .flow p {
        margin: 10px 0;
    }
}

/* (max-width: 680px) */
/******************************
     イメージボックス(.image_box)
******************************/
.image_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: #e7e5e4 1px solid;
    background-color: #fff;
    padding: 35px 40px;
    margin-bottom: 20px;
}

.image_box .img {
    min-width: 200px;
    width: 30%;
    margin: 5px 20px 0 0;
}

.image_box .txt strong {
    line-height: 2.0;
    display: block;
    background: none;
    font-size: 120%;
}

.image_box .txt {
    line-height: 1.8;
    width: 70%;
}

@media screen and (max-width: 480px) {
    .image_box {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image_box .img {
        width: auto;
        margin: 0;
    }

    .image_box .img img {
        width: 100%;
    }

    .image_box .txt {
        margin: 0;
    }

    .image_box .txt strong {
        margin: 15px 0 10px;
    }
}

/* ( max-width: 480px) */
@media screen and (max-width: 480px) {
    .entry .image-box>p {
        margin: 0 auto;
        width: 100%;
        float: none;
    }

    .entry .image-box>p img {
        margin: 0 auto;
    }

    .entry .image-box div {
        width: 100%;
        float: none;
    }

    .entry .image-box h3 {
        margin: 10px 0 0;
        text-align: center;
    }

    .entry .image-box p {
        margin: 10px 0;
    }
}

/* (max-width: 480px) */
/******************************
     料金プラン
******************************/
.entry .rate_plan {
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
}

.entry .rate_plan table {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.entry .rate_plan table th {
    padding: 18px 0;
    font-weight: bold;
    background: #fff;
}

.entry .rate_plan th, .entry .rate_plan td {
    text-align: center;
    vertical-align: middle;
}

.entry .rate_plan .prc {
    padding: 16px 0;
}

.entry .rate_plan .prc td {
    font-size: 180%;
    font-weight: bold;
    padding: 30px 20px;
}

.entry .rate_plan .cu {
    padding: 0 0 0 2px;
    font-size: 60%;
}

.entry .rate_plan .buy {
    padding: 0;
    margin: 20px 0;
}

.entry .rate_plan .buy a {
    display: block;
    background-color: #1e73be;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    padding: 10px 8px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

@media print, screen and (max-width: 680px) {
    .entry .rate_plan {
        margin: 0 auto;
        max-width: 100%;
        display: block;
        border-top: 1px solid #dcdcdc;
        border-left: 1px solid #dcdcdc;
    }

    .entry .rate_plan tbody {
        width: 100%;
        display: block;
    }

    .entry .rate_plan tr, .entry .rate_plan th, .entry .rate_plan td {
        width: 100%;
        display: block;
    }

    .entry .rate_plan th, .entry .rate_plan td {
        border: none;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

    .entry .rate_plan tr::after {
        content: '';
        display: block;
        clear: both;
    }

    .entry .rate_plan .ttl th:nth-of-type(n+2) {
        width: 33.3333%;
        float: left;
    }

    .entry .rate_plan td {
        padding: 15px 0;
        width: 33.3333%;
        float: left;
    }

    .entry .rate_plan .prc {
        padding: 0;
    }

    .entry .rate_plan .prc td {
        padding: 30px 0;
    }

    .entry .rate_plan .ttl th, .entry .rate_plan .buy th, .entry .rate_plan .feature {
        display: none;
    }

    .entry .rate_plan .buy {
        margin: 0;
    }
}

/* ( max-width: 680px) */
/******************************
     Q&A
******************************/
.entry .faq_list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.entry .faq_list .ttl {
    font-size: 1.2em;
    background: rgba(30, 115, 190, 0.1);
    padding: 0.5em 1em;
    margin: 1em auto;
}

.entry .faq_list dl+.ttl {
    margin-top: 2em;
}

.entry .faq_list dl {
    padding: 0;
    margin: 1em auto;
    border-bottom: 1px solid #999;
}

.entry .faq_list dt {
    font-weight: bold;
    position: relative;
    border-bottom: none;
    border-top: 1px solid #999;
    padding: 1.5em 30px 1.5em 55px;
    font-size: 1rem;
}

.entry .faq_list dd+dt {
    margin-top: 0;
}

.entry .faq_list dt::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s;
}

.entry .faq_list dd {
    padding: 0 0.5em 0 55px;
    position: relative;
    overflow: hidden;
    height: 0;
    transition: 0.3s;
}

.entry .faq_list dt.open {
    padding-bottom: 1.2em;
}

.entry .faq_list dt.open::after {
    opacity: 0;
}

.entry .faq_list dt.open+dd {
    padding: 0 0.5em 1.5em 55px;
    height: auto;
}

.entry .faq_list dt::before, .entry .faq_list dd::before {
    position: absolute;
    line-height: 1.0;
}

.entry .faq_list dt::before {
    content: "Q";
    color: #000;
    left: 10px;
    top: 12px;
    font-size: 2.2rem;
}

.entry .faq_list dd::before {
    content: "A";
    color: #999;
    top: -2px;
    left: 19px;
    font-size: 1.8rem;
    font-weight: bold;
}

/******************************
     ポイント説明
******************************/
.entry .point_list {
    margin: 40px 0;
    counter-reset: points;
}

.entry .point_list section {
    padding: 1.6em 0;
    counter-increment: points;
}

.entry .point_list section {
    clear: both;
}

.entry .point_list header {
    position: relative;
    padding: 22px 0 20px 4.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #333;
}

.entry .point_list header::before {
    content: counter(points);
    position: absolute;
    left: .6rem;
    top: -5px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
}

.entry .point_list header .ttl {
    border: none;
    font-size: 124%;
    text-align: left;
    width: initial;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-weight: bold;
}

.entry .point_list header .cap {
    color: #aaa;
}

.entry .point_list p:last-child {
    margin-bottom: 0px;
}

/******************************
     手順説明(.process_list)
******************************/
.process_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.process_list h4 {
    margin: 0 0 10px !important;
}

.process_list p {
    line-height: 1.6;
    margin: 0;
}

.process_list img {
    width: 100%;
}

.process_list>div {
    width: calc(33.3333% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
    .process_list>div {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

/******************************
     リンクボタン
******************************/
.blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blk a, .mce-content-body .blk>a[data-mce-selected] {
    display: block;
    padding: 20px 2.2em 20px 1.2em;
    color: #fff;
    background: #111111 !important;
    line-height: 1.4;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}

.blk a::after, .mce-content-body .blk>a[data-mce-selected]::after {
    font-size: 20px;
    content: "\203a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.0;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.6em;
    margin: auto;
}

.blk a {
    /* margin: 0 0.35em 1em; */
}

.blk a:hover {
    opacity: 0.8;
}

.blk-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blk-odd, .blk-even {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blk-odd a, .blk-even a {
    margin: 0 1% 1em;
    text-align: center;
    padding: 5px 0.5em;
}

.blk-odd a {
    width: 31%;
}

.blk-even a {
    width: 23%;
}

@media screen and (max-width: 680px) {
    .blk-even a {
        width: 48%;
    }
}

/* (max-width: 680px) */
@media screen and (max-width: 480px) {
    .blk-odd a {
        width: 98%;
        margin: 0 auto 1em;
    }
}

/* (max-width: 480px) */
.blk.multi {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blk.multi a {
    margin: 0 0.5% 1em;
    text-align: center;
    padding: 5px 0.5em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 24%;
    flex: 1 1 24%;
    max-width: 24%;
}

@media screen and (max-width: 960px) {
    .blk.multi a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
        flex: 1 1 32%;
        max-width: 32%;
    }
}

@media screen and (max-width: 680px) {
    .blk.multi a {
        margin: 0 1% 1em;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%;
        max-width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .blk.multi a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 98%;
        flex: 1 1 98%;
        max-width: 98%;
        margin: 0 auto 1em;
    }
}

/******************************
     チャットスタイル
******************************/
.entry .chat_left {
    margin: 0 auto 20px;
}

.entry .chat_left .img {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
}

.entry .chat_left .img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.entry .chat_left .img .name {
    width: 100%;
    margin: auto;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-align: center;
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
    position: absolute;
    bottom: -0.3em;
}

.entry .chat_left .ex {
    text-indent: 80px;
    margin-top: -2em;
}

@media screen and (max-width: 680px) {
    .entry .chat_left .img {
        width: 70px;
        height: 70px;
    }

    .entry .chat_left .ex {
        text-indent: 70px;
    }
}

/* (max-width: 680px) */
@media screen and (max-width: 480px) {
    .entry .chat_left .img {
        width: 60px;
        height: 60px;
    }

    .entry .chat_left .img .name {
        width: auto;
        font-size: 100%;
        text-align: left;
        top: 0.2em;
        left: calc(60px - 0.8em);
        bottom: auto;
        word-break: keep-all;
    }

    .entry .chat_left .ex {
        text-indent: 60px;
    }
}

/* (max-width: 480px) */
.entry .chat_right {
    margin: 0 auto 20px;
}

.entry .chat_right .img {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    float: right;
    margin-top: -2em;
}

.entry .chat_right .img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.entry .chat_right .img .name {
    width: 100%;
    margin: auto;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-align: center;
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
    position: absolute;
    bottom: -0.3em;
}

.entry .chat_right .ex {
}

@media screen and (max-width: 680px) {
    .entry .chat_right .img {
        width: 70px;
        height: 70px;
    }

    .entry .chat_right .ex {
        text-indent: 70px;
    }
}

/* (max-width: 680px) */
@media screen and (max-width: 480px) {
    .entry .chat_right .img {
        width: 60px;
        height: 60px;
    }

    .entry .chat_right .img .name {
        width: auto;
        font-size: 100%;
        text-align: left;
        top: 0.2em;
        right: calc(60px - 0.8em);
        bottom: auto;
        word-break: keep-all;
    }

    .entry .chat_right .ex {
        text-indent: 60px;
    }
}

/* (max-width: 480px) */
/******************************
     お問合せ
******************************/
/* お問い合わせ(.contact) */
/* お問合せ2カラム(.contact_row) */
/* お問合せ3カラム(.contact_row) */
.entry .contact_row {
    margin: 40px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #dddddd;
    background-color: #ffffff;
}

.entry .contact_row .contact_col {
    padding: 5px 3%;
    width: 100%;
    min-height: 1px;
    margin: 10px 0;
    border-right: 1px solid #dddddd;
}

.entry .contact_row .contact_col:last-child {
    border-width: 0px;
}

.entry .contact_row .ttl {
    font-size: 110%;
    margin: 0;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.entry .contact_row .ttl::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #dddddd;
    bottom: 0;
    left: 0;
}

.entry .contact_row .em {
    font-size: 150%;
    margin: 0;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.entry .contact_row .ex {
    font-size: 90%;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: center;
}

.entry .contact_row .ex p {
    line-height: 1.4;
}

.entry .contact_row .blk {
    margin: 15px 0;
    justify-content: center;
}

.entry .contact_row .blk a {
    padding: 10px 60px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .entry .contact_row {
        border: none;
        flex-direction: column;
        background-color: transparent;
    }

    .entry .contact_row .contact_col {
        border: 2px solid #dddddd;
        padding: 15px 15%;
        background-color: #ffffff;
    }

    .entry .contact_row .contact_col:last-child {
        border-width: 2px;
    }
}

/* ( max-width: 768px) */
/******************************
     ラベル
******************************/
/* ラベル(.info_label) */
.info_label ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info_label ul li {
    list-style: none;
    font-size: 11px;
    font-weight: bold;
    background: #ccc;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
}

.info_label ul li:last-child {
    margin-right: 0;
}

.info_label ul li.label_red {
    background: #FE0D0D;
    border-radius: 0;
    padding: 5px 15px;
}

.info_label ul li.label_lightblue {
    background: #0DBCFE;
    border-radius: 0;
    padding: 5px 15px;
}

.info_label ul li.label_blue {
    background: #0D7DFE;
    border-radius: 0;
    padding: 5px 15px;
}

.info_label ul li.label_orange {
    background: #FCB769;
    border-radius: 0;
    padding: 5px 15px;
}

.info_label ul li.label_green {
    background: #37921C;
    border-radius: 0;
    padding: 5px 15px;
}

.info_label ul li.label_round {
    border-radius: 25px;
}

.info_label ul li.label_jas {
    /*JASマーク*/
    background: url(http://ae129ev2x2.smartrelease.jp/wps/wp-content/themes/sw/img/jas.png) no-repeat center center / contain;
    border-radius: 0;
    padding: 0;
    width: 48px;
    height: 28px;
}

@media screen and (max-width: 680px) {
    .info_label ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info_label ul li {
        font-size: 10px;
        margin-bottom: 5px;
    }
}

/* 数値ラベル(num_label) */
.num_label {
    margin-top: 40px;
    width: 100%;
    max-width: 250px;
}

.num_label .row1 {
    width: 33.3333%;
    border-left: 1px solid #aaa;
}

.num_label .row2 {
    width: 33.3333%;
}

.num_label .row3 {
    width: 33.3333%;
}

.num_label dl {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
    margin: 0px;
    border-bottom: 1px solid #aaa;
}

.num_label dl dt {
    padding: 32px 0px 5px;
    background: #fff;
    color: rgb(0, 0, 0);
    border-top: 1px solid #aaa;
    border-bottom: none;
    border-right: 1px solid #aaa;
    position: relative;
    font-size: 13px;
}

.num_label dl dt:last-child {
    border-right: 1px solid #aaa;
}

.num_label dl dt::before {
    position: absolute;
    content: "";
    background: url("http://ae129ev2x2.smartrelease.jp/wps/wp-content/themes/sw/img/clock.png") center center / cover no-repeat;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.num_label dl dt.row1::before {
    width: 23px;
    height: 23px;
    background: url("http://ae129ev2x2.smartrelease.jp/wps/wp-content/themes/sw/img/clock.png") center center / cover no-repeat;
}

.num_label dl dt.row2::before {
    top: 11px;
    width: 27px;
    height: 16px;
    background: url("http://ae129ev2x2.smartrelease.jp/wps/wp-content/themes/sw/img/energy.png") center center / cover no-repeat;
}

.num_label dl dt.row3::before {
    width: 27px;
    height: 21px;
    background: url("http://ae129ev2x2.smartrelease.jp/wps/wp-content/themes/sw/img/salt.png") center center / cover no-repeat;
}

.num_label dl dd {
    padding: 3px 0px;
    background: #fff;
    color: rgb(0, 0, 0);
    border-bottom: none;
    border-right: 1px solid #aaa;
    margin: 0px;
    font-size: 15px;
    line-height: 1.2;
}

/* 買い物ガイド(.buy_guide) */
.buy_guide {
}

.buy_guide h3 {
    background: none;
    color: #000;
    margin: 30px 0 15px;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #000;
}

.buy_guide .emphasis {
    font-size: 15px;
    font-weight: 600;
}

.buy_guide p {
    font-size: 12px;
    line-height: 1.5;
}

.buy_guide .tel_num {
    font-size: 28px;
    font-weight: bold;
    color: #77082A;
}

/******************************
     カウントダウン
******************************/
#inner {
    width: 600px;
    margin: 0;
}

#countdown {
    font-weight: bold;
    width: 100%;
    color: #ff0000;
    letter-spacing: 3px;
}

.day, .hou, .min, .sec, .mil {
    /*カウントする数字の大きさ*/
    font-size: 300%;
}

.day {
}

.hou {
}

.min {
}

.sec {
}

.mil {
}

.moji {
    /*日とか時間とか秒とかの文字の色と大きさ*/
    font-size: 200%;
    color: #333;
}

/* ボタン */
.button {
    color: #333;
    font-weight: bold;
    background-color: #e7e5e4;
    display: inline-block;
    margin: 0 5% 10px;
    min-width: 140px;
    text-decoration: none;
    text-align: center;
}

.button a {
    padding: 7px 5%;
    text-decoration: none;
}

.button a:hover {
    color: #fff;
    background-color: #5c6266;
}

/* バナーボタン */
a.banner-btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    border: 1px solid #000;
    min-width: 145px;
    line-height: 1.8;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 5px 35px;
    text-decoration: none;
    z-index: 1;
}

a.banner-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: 0.3s ease all;
    background: #000;
    z-index: -1;
}

a.banner-btn.angle-down::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

a.banner-btn:hover {
    color: #fff;
}

a.banner-btn:hover::before {
    width: 100%;
}

a.banner-btn:hover::after {
    border-color: #fff;
}

/* フルワイズ画像 */
.col10 .full-width, .colfull .full-width {
    margin-bottom: 1em;
}

.col10 .full-width, .colfull .full-width {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-bottom: 1em;
    max-height: 250px;
    overflow: hidden;
    box-sizing: content-box;
}

.col10 .full-width img, .colfull .full-width img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .col10 .full-width img, .colfull .full-width img {
        height: 150px;
        object-fit: cover;
    }
}

/* (max-width: 1200px) */
@media screen and (max-width: 680px) {
    .col10 .full-width img, .colfull .full-width img {
        height: 180px;
    }
}

/* (max-width: 680px) */
/* ********************************************************

  05.メインビジュアル用パーツ

******************************************************** */
.custom-eyecatch .metaslider .caption-wrap {
    background: transparent;
    opacity: unset;
    height: 100%;
    width: 100%;
}

.custom-eyecatch .metaslider .caption {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
}

.custom-eyecatch #eyecatch-movie .caption, .custom-eyecatch #eyecatch-slider-wrapper .caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
}

.custom-eyecatch .eyecatch-content {
    padding: 30px 60px;
}

.custom-eyecatch .eyecatch-content>* {
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.custom-eyecatch .caption-catchphrase {
    font-size: 4em;
    line-height: 120%;
}

.custom-eyecatch .caption-description {
    line-height: 150%;
}

.custom-eyecatch .caption-button {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 0.5em 3em 0.5em 2em;
    position: relative;
}

.custom-eyecatch .caption-button.caption-button-dark {
    border: 0;
    background-color: #404040 !important;
    color: #ffffff !important;
}

.custom-eyecatch .caption-button.caption-button-light {
    border: 0;
    background-color: #f0f0f0 !important;
    color: #020202 !important;
}

.custom-eyecatch .caption-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 1em;
}

.custom-eyecatch .caption-news {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.2em 1em;
}

.custom-eyecatch .caption-news em {
    margin-right: 2em;
    font-style: normal;
}

.custom-eyecatch .metaslider .flexslider .slides p {
    margin-bottom: 15px;
}

.caption-lt .caption {
    /*左上*/
    align-items: flex-start;
    justify-content: flex-start;
}

.caption-lc .caption {
    /*左中央*/
    align-items: center;
    justify-content: flex-start;
}

.caption-lb .caption {
    /*左下*/
    align-items: flex-end;
    justify-content: flex-start;
}

.caption-cc .caption {
    /*中央寄せ*/
    align-items: center;
    justify-content: center;
}

.caption-rt .caption {
    /*右上*/
    align-items: flex-start;
    justify-content: flex-end;
}

.caption-rc .caption {
    /*右中央*/
    align-items: center;
    justify-content: flex-end;
}

.caption-rb .caption {
    /*右下*/
    align-items: flex-end;
    justify-content: flex-end;
}

.custom-eyecatch.txt-l .eyecatch-content, .custom-eyecatch .eyecatch-content *.txt-l {
    text-align: left;
}

.custom-eyecatch.txt-c .eyecatch-content, #eyecatch .eyecatch-content *.txt-c {
    text-align: center;
}

.custom-eyecatch.txt-r .eyecatch-content, #eyecatch .eyecatch-content *.txt-r {
    text-align: right;
}

.custom-eyecatch .eyecatch-content.txt-bg-dark {
    background-color: rgba(0, 0, 0, 0.8);
}

.custom-eyecatch .eyecatch-content.txt-bg-dark * {
    color: #ffffff;
}

.custom-eyecatch .eyecatch-content.txt-bg-dark .caption-button {
    background-color: #f0f0f0;
    color: #020202;
}

.custom-eyecatch .eyecatch-content.txt-bg-light {
    background-color: rgba(255, 255, 255, 0.8);
}

.custom-eyecatch .eyecatch-content.txt-bg-light *:not(.caption-button) {
    color: #020202;
}

.custom-eyecatch #eyecatch-in {
    position: relative;
}

.custom-eyecatch .eyecatch-scroll {
    position: absolute;
}

.custom-eyecatch .eyecatch-scroll a {
    color: #ffffff;
    display: block;
    position: relative;
}

.custom-eyecatch .eyecatch-scroll a:hover, .custom-eyecatch .eyecatch-scroll a:visited, .custom-eyecatch .eyecatch-scroll a:active {
    color: #ffffff;
    text-decoration: none;
}

.custom-eyecatch .eyecatch-scroll a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    width: 100%;
}

.eyecatch-scroll.scroll-lower {
    bottom: 1.5em;
    margin: auto;
    right: 0;
    left: 0;
    width: 60px;
    text-align: center;
}

.eyecatch-scroll.scroll-lower a:after {
    content: "\f078";
    top: 20px;
    left: 0;
}

.eyecatch-scroll.scroll-leftside {
    bottom: 50px;
    left: 15px;
    transform: rotate(90deg);
}

.eyecatch-scroll.scroll-leftside a:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 86px;
    border-top: 1px solid #fff;
}

.eyecatch-scroll.scroll-rightside {
    bottom: 50px;
    right: 15px;
    transform: rotate(90deg);
}

.eyecatch-scroll.scroll-rightside a:after {
    content: "";
    top: 0;
    left: 0;
    width: 86px;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 680px) {
    .custom-eyecatch .caption-catchphrase {
        font-size: 2em;
    }

    .custom-eyecatch .eyecatch-content {
        padding: 15px;
    }

    .custom-eyecatch .eyecatch-content>* {
        margin-bottom: 10px;
    }
}

/* (max-width: 680px) */
/*サンプルページ用*/
.custom-eyecatch.sample-scroll-bg {
    position: relative;
    background-color: #d0d0d0;
    height: 100px;
}

/* ********************************************************

  05.フルワイズ用パーツ

******************************************************** */
/*チームメンバー*/
.entry .team_member p {
    margin: 0;
}

.widget-full-width .team_member, .full-width-container .team_member {
    padding-right: 18px;
    padding-left: 18px;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
}

.widget-full-width .team_member .team_member-in, .full-width-container .team_member .team_member-in {
    width: auto;
    max-width: 300px;
    margin-right: 1% !important;
    margin-left: 1%;
}

.team_member.col3 .team_member-in {
    width: 31%;
}

.team_member.col4 .team_member-in {
    width: 23%;
}

@media screen and (max-width: 768px) {
    .team_member.col4 .team_member-in {
        width: 55%;
    }
}

@media screen and (max-width: 680px) {
    .team_member.col3 .team_member-in {
        width: 55%;
    }
}

@media screen and (max-width: 480px) {
    .team_member.col3 .team_member-in, .team_member.col4 .team_member-in {
        width: 100%;
        max-width: none;
    }
}

/*肩書説明入パネル*/
.col-no-margin .entry .panelex_link {
    padding-right: 0;
    padding-left: 0;
    justify-content: space-around;
}

@media screen and (min-width: 681px) {
    .col-no-margin .entry .panelex_link.col4 .panelex_link-in {
        width: 23%;
        margin-right: 0;
    }
}

/*パネル型リンク*/
.full-stretch-panel {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}

.stretch-panel {
    width: 100%;
}

.stretch-panel a {
    position: relative;
    display: block;
    color: #000;
}

.stretch-panel.img-cover-like a {
    min-height: 250px;
    overflow: hidden;
}

.stretch-panel a:hover {
    opacity: 0.8;
}

.stretch-panel.img-cover-like img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.stretch-panel .panel-ttl {
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.25em;
}

.stretch-panel .panel-txt {
    position: relative;
}

.stretch-panel .panel-txt::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    line-height: 225%;
    top: 0;
    right: -20px;
}

.stretch-panel .panel-ttl, .stretch-panel .panel-txt {
    position: absolute;
    left: 10%;
}

.stretch-panel .panel-ttl {
    top: 30px;
}

.stretch-panel .panel-txt {
    top: 80px;
}

/*画像＋ショートディスクリプションのパネル型リンク*/
.full-stretch-panel.panel-with-box .stretch-panel {
    padding-bottom: 100px;
    margin-bottom: 1em;
}

.stretch-panel img {
    width: 100%;
}

.stretch-panel p {
    margin-bottom: 0;
}

.panel-with-box .stretch-panel .stretch-panel-txtarea {
    position: absolute;
    background-color: #fff;
    min-height: 220px;
    margin: 0 10%;
    left: 0;
    right: 0;
    bottom: -100px;
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10%;
}

.stretch-panel .stretch-panel-ttl {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 150%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 680px) {
    .full-stretch-panel {
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/* (max-width: 680px) */
/*画像＋重ね文章とリンク*/
.imgtxt-overwrap {
    position: relative;
    max-width: 1600px;
    margin: 0 auto 80px;
    padding-top: 1px;
}

.imgtxt-overwrap .img-box {
    position: absolute;
    z-index: -10;
    width: 100%;
}

.imgtxt-overwrap .img-box img {
    max-width: 70%;
    vertical-align: top;
}

.imgtxt-overwrap.img-r .img-box {
    text-align: right;
}

.imgtxt-overwrap.img-l .img-box {
    text-align: left;
}

.imgtxt-overwrap .txt-box {
    max-width: 700px;
}

.imgtxt-overwrap .txt-box.txt-white {
    color: #ffffff;
}

.imgtxt-overwrap.img-l .txt-box {
    text-align: right;
}

.imgtxt-overwrap.img-r .txt-box {
    text-align: left;
}

.imgtxt-overwrap.img-l .txt-box {
    margin: 30px 30px 0 auto;
}

.imgtxt-overwrap.img-r .txt-box {
    margin: 30px auto 0 30px;
}

.imgtxt-overwrap.overwrap-basic .txt-box {
    margin-top: 0;
    padding-top: 1px;
}

.imgtxt-overwrap .imgtxt-ttl {
    font-size: 220%;
    margin-top: 1em;
    line-height: 125%;
}

.imgtxt-overwrap .imgtxt-ttl.txt-smaller {
    font-size: 180%;
}

.imgtxt-overwrap .imgtxt-txt {
    margin: 1em 0;
}

.imgtxt-overwrap.img-r .blk {
    justify-content: flex-start;
}

.imgtxt-overwrap .blk {
    margin-top: 3em;
}

.imgtxt-overwrap .blk a {
    margin: 0;
    padding: 1em 6em;
}

@media screen and (min-width: 1060px) {
    .imgtxt-overwrap.overwrap-basic .txt-box {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .imgtxt-overwrap.overwrap-basic .img-box {
        position: relative;
    }

    .imgtxt-overwrap.overwrap-basic .img-box img {
        max-width: 100%;
    }

    .imgtxt-overwrap .imgtxt-ttl {
        font-size: 180%;
    }

    .imgtxt-overwrap.overwrap-basic .txt-box {
        padding: 0;
    }

    .imgtxt-overwrap .blk {
        margin-top: 2em;
    }
}

/* (max-width: 768px) */
@media screen and (max-width: 680px) {
    .imgtxt-overwrap .img-box img {
        width: 100%;
        max-width: 100%;
    }

    .imgtxt-overwrap .imgtxt-ttl {
        margin-bottom: 0;
    }

    .imgtxt-overwrap .blk {
        margin-top: 0;
    }

    .imgtxt-overwrap .imgtxt-txt {
        margin: 0;
        padding: 1em 0;
        position: relative;
    }

    .imgtxt-overwrap .img-box {
        /*padding: 0 1em;*/
    }

    .imgtxt-overwrap .txt-box {
        margin: 0;
        padding: 1em;
        position: relative;
    }
}

/* (max-width: 680px) */
/*画像＋重ねボックス（画像右）*/
.imgtxt-overwrap.overwrap-box {
    padding-top: 1px;
}

.imgtxt-overwrap.overwrap-box .txt-box {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .3);
    /*margin: 30px 30px 0;*/
    /*padding: 1px 3% 15px;*/
    padding: 5% 3%;
    background-color: #ffffffc9;
    max-width: 500px;
    width: 47%;
    position: relative;
    display: inline-block;
    margin: 0;
    bottom: -15%;
    left: 50%;
}

/*.imgtxt-overwrap.overwrap-box.img-l{
    text-align: right;
}*/
.imgtxt-overwrap.overwrap-box.img-l .txt-box {
    /*   transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);*/
}

.imgtxt-overwrap.overwrap-box.img-r .txt-box {
    /*text-align: right;*/
    transform: translateY(0%) translateX(-100%);
    -webkit-transform: translateY(0%) translateX(-100%);
    -ms-transform: translateY(0%) translateX(-100%);
}

.imgtxt-overwrap .txt-box.txt-centering {
    text-align: center;
}

@media screen and (max-width: 960px) {
    .imgtxt-overwrap.overwrap-box .txt-box {
        padding: 3% 3%;
        bottom: -5%;
    }
}

/* (max-width: 960px) */
@media screen and (max-width: 768px) {
    .imgtxt-overwrap.overwrap-box .img-box {
        padding: 0;
        position: relative;
    }

    .imgtxt-overwrap.overwrap-box .img-box img {
        max-width: 100%;
    }

    .imgtxt-overwrap.overwrap-box .txt-box {
        /*position: relative;*/
        bottom: auto;
        left: auto;
        background-color: transparent;
        box-shadow: none;
        margin: 0;
        padding: 0 30px 30px;
        max-width: 100%;
        width: 100%;
    }

    .imgtxt-overwrap.overwrap-box.img-r .txt-box {
        transform: translateY(0%) translateX(0%);
        -webkit-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
    }
}

/* (max-width: 768px) */
/*フルワイズ画像＋重ね文章と画像*/
.imgtxt-overwrap.img-full {
    height: 600px;
    position: relative;
}

.imgtxt-overwrap.img-full .img-box {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.imgtxt-overwrap.img-full .img-box img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.imgtxt-overwrap.img-full .txt-box {
    position: absolute;
    top: 50%;
    padding: 0 30px 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.imgtxt-overwrap.txt-l .txt-box {
    left: 0;
    right: auto;
}

.imgtxt-overwrap.txt-r .txt-box {
    left: auto;
    right: 0;
}

.imgtxt-overwrap .img-list {
    margin: 0;
    padding: 0;
    display: flex;
}

.imgtxt-overwrap .txt-centering .img-list {
    justify-content: center;
}

.imgtxt-overwrap .img-list li {
    list-style: none;
}

.imgtxt-overwrap .img-list li:first-child {
    padding-left: 0;
}

.imgtxt-overwrap .img-list img {
    vertical-align: bottom;
}

@media screen and (min-width: 769px) {
    .imgtxt-overwrap.img-full .txt-box {
        position: absolute;
    }
}

@media screen and (max-width: 680px) {
    .imgtxt-overwrap.img-full .txt-box>* {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .imgtxt-overwrap.img-full, .imgtxt-overwrap.img-full .img-box {
        height: auto;
        padding: 0;
    }

    .imgtxt-overwrap.img-full .img-box img {
        position: relative;
        width: 100%;
        min-height: auto;
        transform: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        left: auto;
    }

    .imgtxt-overwrap.img-full .imgtxt-txt {
        padding: 1em 0;
    }

    .imgtxt-overwrap.img-full .txt-box {
        transform: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        margin: 0;
        padding: 0 30px;
        width: auto;
    }
}

/* (max-width: 680px) */
/* ********************************************************

  06.その他

******************************************************** */
.slick-prev:before, .slick-next:before {
    color: #ccc!important;
}
