@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
    font-size: 62.5%;
}

body {
    position: relative;
    margin: 0;
    padding: 120px 0 0;
    width: 100%;
    line-height: 1.8;
    color: #542f14;

    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;

    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#wrapper {
    overflow: hidden;
}

.sponly {
    display: none;
}

.pconly {
    display: inline;
}

#topform,
#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10 {
    margin-top: -140px;
    padding-top: 140px;
}

@media screen and (max-width:1279px) {
    body {
        padding: 60px 0 0;
    }

    #topform,
    #top01,
    #top02,
    #top03,
    #top04,
    #top05,
    #top06,
    #top07,
    #top08,
    #top09,
    #top10 {
        margin-top: -70px;
        padding-top: 70px;
    }
}

@media screen and (max-width:599px) {
    .sponly {
        display: inline;
    }

    .pconly {
        display: none;
    }
}


/*	フッターフローティング
---------------------------------*/
.sp-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 1;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1010;
    display: none;
}

.sp-floating ul {}

.sp-floating ul li.sp-floating-tel {
    text-align: center;
    padding-top: 10px;
}

.sp-floating ul li.sp-floating-tel a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.sp-floating ul li.sp-floating-tel strong {
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    line-height: 1;
    font-size: 40px;
    padding: 0 0 0 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.sp-floating ul li.sp-floating-tel strong::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    width: 28px;
    height: 28px;
    background: url("../img/cmn/icon_tel.svg") no-repeat center center;
    background-size: contain;
}

.sp-floating ul li.sp-floating-tel p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 500;
}

@media screen and (max-width:1279px) {
    .sp-floating {
        display: inline;
    }
}

@media screen and (max-width:959px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:599px) {
    .sp-floating ul li.sp-floating-tel {
        padding-top: 0px;
    }

    .sp-floating ul li.sp-floating-tel a {
        margin-left: 0px;
        display: block;
    }

    .sp-floating ul li.sp-floating-tel strong {
        letter-spacing: 2px;
        font-size: 32px;
        padding: 0 0 0 26px;
    }

    .sp-floating ul li.sp-floating-tel strong::before {
        width: 22px;
    }

    .sp-floating ul li.sp-floating-tel p {
        padding: 5px 0 2px 0;
        font-size: 16px;
        display: block;
    }
}

@media screen and (max-width:320px) {}


/*------------------------------
トップ - バナー
------------------------------*/

.top-banner {
    padding: 0px 0 20px 0;
}

.top-banner .contents-inr {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {}


/*------------------------------
トップ - studio D.A. 公式LINE
------------------------------*/

.top-line {
    padding: 0px 0 80px 0;
}

.top-line .contents-inr {}

.top-line ul {
    border: #00b900 1px solid;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-line li {}

.top-line li:nth-of-type(1) {
    width: calc(100% - 382px);
    margin: 0px 0px 0 0;
    padding: 24px 0px 0px 0px;
    font-size: 24px;
    line-height: 1.4;
    color: #00b900;
    font-weight: 700;
    text-align: center;
}

.top-line li:nth-of-type(2) {
    width: 232px;
    margin: 0px 0px 0 0;
    padding: 7px 0px 0px 0px;
}

.top-line li:nth-of-type(2) img {
    width: 100%;
    height: auto;
}

.top-line li:nth-of-type(2) a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-line li:nth-of-type(2) a:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-line li:nth-of-type(3) {
    width: 150px;
    margin: 0px 0px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.top-line li:nth-of-type(3) img {
    width: 86px;
    height: auto;
    max-width: 100%;
    display: inline-block;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 1100px) {
    .top-line li:nth-of-type(1) {
        width: calc(100% - 350px);
        padding: 26px 0px 0px 0px;
        font-size: 22px;
    }

    .top-line li:nth-of-type(2) {
        width: 200px;
        padding: 12px 0px 0px 0px;
    }
}

@media screen and (max-width: 959px) {
    .top-line li:nth-of-type(1) {
        width: 100%;
        padding: 5px 0px 5px 0px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-line {
        padding: 0px 0 50px 0;
    }

    .top-line li:nth-of-type(1) {
        padding: 5px 0px 0px 0px;
        font-size: 20px;
    }

    .top-line li:nth-of-type(3) {
        margin: 5px 0px 0 0;
    }
}


/*	ヘッダー
---------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    line-height: 1;
    z-index: 1010;
}

.hd-inr {
    position: relative;
    margin: 0 auto;
    padding: 0 30px 0px 30px;
    width: 100%;
    max-width: 1920px;
    height: 120px;
}

.hd-logo {
    position: relative;
    margin: 0px 0 0 0;
    width: 428px;
    text-align: left;
}

.hd-logo img {}

.hd-sougyou {
    padding: 0px 0 0 15px;
    width: 88px;
    text-align: left;
}

.hd-sougyou img {}

.hd-info {
    width: calc(100% - 516px);
    vertical-align: top;
}

.hd-menu {
    margin: 0;
    padding: 0px 0 0;
}

.hd-contact {}

.hd-tel {
    margin-right: 40px;
}

.hd-tel strong {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 500;
    color: #542f14;
    font-family: 'Montserrat', sans-serif;
}

.hd-tel strong::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    width: 23px;
    height: 23px;
    background: url("../img/cmn/icon_tel.svg") no-repeat center center;
    background-size: contain;
}

.hd-tel p {
    padding: 0 0 0 30px;
    letter-spacing: 0.2px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
}

.hd-mail {}

.hd-mail a {
    display: block;
    width: 260px;
    background-color: #2AB5EA;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 0 #1C8FC0;
}

.hd-mail a span {
    display: inline-block;
    padding: 14px 0 0 36px;
    height: 60px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    background: url("../img/cmn/icon_mail.svg") no-repeat left center;
    background-size: 26px;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1279px) {
    .hd-inr {
        padding: 0px 15px 0px 15px;
        height: 60px;
    }

    .hd-logo {
        width: 280px;
    }

    .hd-sougyou {
        padding: 0px 0 0 10px;
        width: 50px;
    }

    .hd-info {
        width: calc(100% - 330px);
        padding: 0 55px 0 0;
        align-items: center;
    }

    .hd-contact {
        height: 40px;
    }

    .hd-menu {
        margin: 0;
        padding: 0;
    }

    .hd-tel {
        display: none;
    }

    .hd-mail {}

    .hd-mail a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #2AB5EA url("../img/cmn/icon_mail.svg") no-repeat center center;
        background-size: 23px;
        border-radius: 0px;
        border-bottom: none;
    }

    .hd-mail a span {
        display: none;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .hd-inr {
        padding: 0px 15px 0px 10px;
    }

    .hd-logo {
        width: 220px;
    }

    .hd-sougyou {
        display: none;
    }

    .hd-info {
        width: calc(100% - 220px);
        padding: 0 45px 0 0;
    }
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {
    .hd-logo {
        width: 190px;
    }

    .hd-info {
        width: calc(100% - 190px);
    }
}

/*	フッター
---------------------------------*/
footer {
    background: #ece6d6;
    text-align: center;
}

footer .contents-inr {
    padding-top: 60px;
    padding-bottom: 30px;
}

footer .footer-area {
    text-align: left;
    border: #542f14 1px solid;
    padding: 20px 40px 20px 40px;
    margin-bottom: 35px;
}

footer .footer-area h3 {
    margin: 0px 0 5px 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
}

footer .footer-area p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
}

footer .footer-menu {
    margin-bottom: 30px;
}

footer .footer-menu ul {
    font-size: 0;
}

footer .footer-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 2px 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
}

footer .ft-logo {
    margin: 0px 0 0px 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
}

footer .ft-address {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}

footer .ft-copyright {
    padding: 20px 5px 20px 5px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.6;
    background: #ffffff;
}

@media screen and (max-width:1279px) {
    footer .ft-copyright {
        padding: 15px 5px 75px 5px;
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }

    footer .contents-inr {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    footer .footer-area {
        padding: 10px 10px 5px 10px;
        margin-bottom: 30px;
    }

    footer .footer-area h3 {
        font-size: 14px;
    }

    footer .footer-area p {
        font-size: 13px;
    }

    footer .footer-menu ul li {
        margin: 0px 0 2px 0;
        font-size: 13px;
        letter-spacing: 0px;
    }

    footer .ft-logo {
        font-size: 14px;
    }

    footer .ft-address {
        font-size: 13px;
    }

    footer .ft-copyright {
        font-size: 10px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 320px) {}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
    line-height: 1;
}

.pc-nav>ul {
    margin: 58px 30px 0 0px;
}

.pc-nav>ul>li {
    position: relative;
    margin: 0px 0px 0 40px;
    padding: 0 0px 0px 0px;
    height: 40px;
}

.pc-nav>ul>li.first {
    margin: 0;
    padding: 0 0px 0px 0px;
}

.pc-nav>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pc-nav>ul>li>a span {
    position: relative;
}

.pc-nav>ul>li.current a,
.pc-nav>ul>li a:hover {}

.pc-nav>ul>li.parent div {
    position: absolute;
    top: 100%;
    left: calc(50% + 0px);
    transform: translateX(-50%);
    padding: 15px 15px 15px 15px;
    width: 170px;
    max-height: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 100;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pc-nav>ul>li.parent div ul {
    display: inline-block;
}

.pc-nav>ul>li.parent div li a {
    display: block;
    padding: 8px 0px 8px 0px;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
}

.pc-nav>ul>li.parent div li:last-child a {
    border-bottom: none;
}

.pc-nav>ul>li.parent:hover div {
    max-height: 360px;
    opacity: 1;
}

@media screen and (max-width:1279px) {
    .pc-nav {
        display: none;
    }
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
    display: none;
}

@media screen and (max-width:1279px) {
    header nav.sp-nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 10% 15%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        font-size: 1.8rem;
        font-weight: 400;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transform: scale(0.9);
        transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    }

    /* ナビゲーション アニメーション */
    header.open nav.sp-nav {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: transform 0.4s, opacity 0.4s;
    }

    header nav.sp-nav a {
        color: #fff;
    }

    header nav.sp-nav a * {
        transition: 0s;
    }

    header nav.sp-nav>ul {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    header nav.sp-nav>ul>li {
        margin: 20px 0;
        text-align: center;
        line-height: 1;
        text-transform: uppercase;
    }

    header nav.sp-nav>ul>li.parent {
        margin: 25px 0;
    }

    header nav.sp-nav>ul>li.parent>a {
        text-decoration: none;
        border: none;
    }

    header nav.sp-nav>ul>li.parent div ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px 0 0;
    }

    header nav.sp-nav>ul>li.parent div li {
        margin: 10px 0 0;
        font-size: 0.875em;
    }

    header nav.sp-nav>ul>li.parent div li a {
        display: inline-block;
        color: #ccc;
    }

    header nav.sp-nav>ul>li.parent div li a:hover {
        display: inline-block;
        border-bottom: none;
    }

    header nav.sp-nav>ul>li.parent div li:last-of-type {
        margin: 10px 0 0;
    }

    header nav.sp-nav>ul>li.parent div li::after {
        content: "/";
        display: inline;
        margin: 0 5px;
        color: #999;
    }

    header nav.sp-nav>ul>li.parent div li:last-of-type::after {
        content: "";
    }

    header nav.sp-nav ul li strong,
    header nav.sp-nav ul li br {
        display: none;
    }

    header nav.sp-nav ul li span span,
    header nav.sp-nav ul li br {
        display: none;
    }

    /*ハンバーガーボタン*/
    header .navToggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        margin: auto;
        width: 40px;
        height: 40px;
        background: #000000;
        cursor: pointer;
        z-index: 1002;
    }

    header .navToggle div {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 16px;
    }

    header .navToggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    header .navToggle span:nth-child(1) {
        top: 0;
    }

    header .navToggle span:nth-child(2) {
        top: 7px;
    }

    header .navToggle span:nth-child(3) {
        top: 14px;
    }

    /* ハンバーガーボタン 切り替えアニメーション */
    header.open .navToggle span {}

    header.open .navToggle span:nth-child(1) {
        top: 7px;
        transform: rotate(315deg);
    }

    header.open .navToggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    header.open .navToggle span:nth-child(3) {
        top: 7px;
        transform: rotate(-315deg);
    }
}

@media screen and (max-width:599px) {
    header nav.sp-nav {
        font-size: 14px;
    }

    header .navToggle {
        right: 10px;
    }
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
    position: relative;
    margin-top: 15px;
    /* margin-bottom: 25px; */
    padding: 0;
    width: 100%;
}

.main-img-inr {
    position: relative;
    margin: 0 0 0 0%;
    width: 100%;
}

.main-img {
    position: relative;
    width: 100%;
    height: 780px;
    background: no-repeat center center / auto 100%;
}

.main-img.img01 {
    background-image: url("../img/top/img_main01.jpg");
}

.main-img.img02 {
    background-image: url("../img/top/img_main02.jpg");
}

.main-img.img03 {
    background-image: url("../img/top/img_main03.jpg");
}

.main-img.img04 {
    background-image: url("../img/top/img_main04.jpg");
}

.main-img.img05 {
    background-image: url("../img/top/img_main05.jpg");
}

.main-img.img06 {
    background-image: url("../img/top/img_main06.jpg");
}

.main-img.img07 {
    background-image: url("../img/top/img_main07.jpg");
}

.main-img.img08 {
    background-image: url("../img/top/img_main08.jpg");
}

.main-img.img09 {
    background-image: url("../img/top/img_main09.jpg");
}

.main-img.img10 {
    background-image: url("../img/top/img_main10.jpg");
}

.main-img-cap {
    position: absolute;
    top: 7%;
    left: 10%;
    text-align: center;
    width: 80%;
    padding-right: 3.6%;
    z-index: 1001;
}

.main-img-cap img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-illust01 {
    position: absolute;
    bottom: 0;
    left: 1.6%;
    text-align: right;
    width: 18%;
    z-index: 1002;
}

.main-img-illust01 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-illust02 {
    position: absolute;
    bottom: 0;
    right: 0.5%;
    text-align: left;
    width: 23%;
    z-index: 1002;
}

.main-img-illust02 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-otr .bx-controls {
    display: none;

    position: absolute;
    bottom: 30px;
    left: 0;
    width: 86%;
    text-align: center;
    z-index: 1001;
}

.bx-pager-item {
    display: inline-block;
    margin: 0 10px;
}

.bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    text-indent: -9999px;
    text-align: left;
}

.bx-pager-item a.active {
    background: #ffde00;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {
    .main-img {
        height: 60vw;
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .main-img-otr {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .main-img {
        height: 70vw;
    }

    .main-img-cap {
        top: 10%;
        left: 7%;
        width: 86%;
        padding-right: 3.6%;
    }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
    position: relative;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1160px;
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
}

.ttl-cmn02 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: #542f14 1px solid;
}

.ttl-cmn02 span {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

.ttl-cmn02.ttl-cmn02-0 {
    margin-top: 0px;
}

.ttl-cmn03 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    padding: 10px 20px 10px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    background: #ffdb66;
    border-bottom: #542f14 3px solid;
}

.ttl-cmn03.ttl-cmn03-0 {
    margin-top: 0px;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {
    .ttl-cmn01 {
        font-size: 36px;
    }
}

@media screen and (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 24px;
    }

    .ttl-cmn02 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .ttl-cmn02 span {
        font-size: 14px;
        margin-left: 10px;
    }

    .ttl-cmn03 {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0px;
        padding: 5px 10px 5px 10px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {}

.btn-cmn01 a {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    border: #542f14 2px solid;
    border-bottom: #542f14 5px solid;
    display: inline-block;
    padding: 16px 0 0 0;
    height: 70px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 700;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .btn-cmn01 a {
        padding: 10px 0 0 0;
        height: 50px;
        font-size: 16px;
    }
}

/*	トップページ
---------------------------------*/
/* 看板でお店の想いをカタチに */
.top-kanban {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.top-kanban::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% + 20px);
    background: #ece6d6;
    z-index: -10;
}

.top-kanban .contents-inr {
    max-width: 1400px;
    padding-left: 60px;
    padding-right: 0px;
}

.top-kanban .img-box {
    width: 45%;
    float: right;
}

.top-kanban .img-box img {
    width: 100%;
    height: auto;
}

.top-kanban .img-box p {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4;
}

.top-kanban .text-box {
    width: 52%;
    float: left;
}

.top-kanban .text-box h3 {
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    font-family: 'Zen Old Mincho', serif;
}

.top-kanban .text-box h4 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #ed377a;
}

.top-kanban .text-box p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {
    .top-kanban .contents-inr {
        padding-left: 30px;
    }

    .top-kanban .img-box {
        width: 40%;
    }

    .top-kanban .img-box p {
        padding-right: 5px;
    }

    .top-kanban .text-box {
        width: 57%;
    }

    .top-kanban .text-box h3 {
        font-size: 40px;
    }

    .top-kanban .text-box h4 {
        font-size: 28px;
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {
    .top-kanban .img-box {
        width: 100%;
        float: none;
    }

    .top-kanban .text-box {
        width: 100%;
        float: none;
        padding-right: 30px;
    }
}

@media screen and (max-width: 599px) {
    .top-kanban .contents-inr {
        padding-left: 15px;
    }

    .top-kanban .text-box {
        padding-right: 15px;
    }

    .top-kanban {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .top-kanban .img-box p {
        margin-top: 10px;
        font-size: 12px;
    }

    .top-kanban .text-box h3 {
        margin-bottom: 20px;
        font-size: 23px;
        letter-spacing: 0px;
        line-height: 1.3;
    }

    .top-kanban .text-box h4 {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0px;
        line-height: 1.5;
    }

    .top-kanban .text-box p {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 320px) {
    .top-kanban .text-box h3 {
        font-size: 20px;
    }

    .top-kanban .text-box h4 {
        font-size: 15px;
        letter-spacing: -0.5px;
    }
}







/* 地域に愛されて２５年・・・ */
.hero {
    background-color: #FFDB66;
    padding: 40px 60px 60px 60px;
    ;
}

.herotxt {
    text-align: center;
    font-size: clamp(18px, 4vw, 30px);
    font-weight: 800;
}

@media screen and (max-width: 599px) {

    .hero {
        background-color: #FFDB66;
        padding: 30px 15px 40px 15px;
    }
}



/* どんな看板でもお任せください */
.top-cta {
    margin-top: -16px;
    position: relative;
    padding-bottom: 30px;
}

.top-cta::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% - 12px);
    background: #542f14;
    z-index: -8;
}

.top-cta .contents-inr {}

.top-cta .top-cta-txt {
    width: 24%;
}

.top-cta .top-cta-txt h3 {
    width: 210px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #542f14;
    text-align: center;
    padding: 0 0 0 0;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 10px #999999;
}

.top-cta .top-cta-txt p {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    font-family: 'Zen Old Mincho', serif;
    color: #ffffff;
}

.top-cta .top-cta-tel {
    width: 43%;
    padding-top: 35px;
}

.top-cta .top-cta-tel strong {
    display: inline-block;
    position: relative;
    padding: 0 0 0 38px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 56px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.top-cta .top-cta-tel strong::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    width: 30px;
    height: 30px;
    background: url("../img/cmn/icon_tel_wh.svg") no-repeat center center;
    background-size: contain;
}

.top-cta .top-cta-tel p {
    margin-top: -3px;
    padding: 0 0 0 40px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.top-cta .top-cta-mail {
    width: 33%;
    padding-top: 37px;
}

.top-cta .top-cta-mail a {
    display: block;
    width: 100%;
    background-color: #55c24a;
    text-align: center;
    border-radius: 10px;
    border-bottom: #44993a 5px solid;
}

.top-cta .top-cta-mail a span {
    display: inline-block;
    padding: 19px 0 0 43px;
    height: 80px;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    background: url("../img/cmn/icon_mail.svg") no-repeat left center;
    background-size: 28px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width:1100px) {
    .top-cta .top-cta-txt {
        width: 100%;
    }

    .top-cta .top-cta-txt h3 {
        width: 210px;
        margin-bottom: 10px;
    }

    .top-cta .top-cta-txt p br {
        display: none;
    }

    .top-cta .top-cta-tel {
        width: 54%;
        padding-top: 5px;
        text-align: center;
    }

    .top-cta .top-cta-tel strong {
        font-size: 48px;
    }

    .top-cta .top-cta-tel p {
        padding: 0 0 0 0px;
    }

    .top-cta .top-cta-mail {
        width: 46%;
        padding-top: 7px;
    }

    .top-cta .top-cta-mail a span {
        padding: 14px 0 0 40px;
        height: 70px;
    }
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {
    .top-cta .top-cta-tel {
        width: 100%;
        padding-top: 5px;
    }

    .top-cta .top-cta-mail {
        width: 100%;
        padding-top: 15px;
    }
}

@media screen and (max-width: 599px) {
    .top-cta .top-cta-txt h3 {
        font-size: 16px;
    }

    .top-cta .top-cta-txt p {
        font-size: 22px;
        letter-spacing: 0px;
    }

    .top-cta .top-cta-tel strong {
        padding: 0 0 0 28px;
        font-size: 37px;
    }

    .top-cta .top-cta-tel strong::before {
        width: 26px;
    }

    .top-cta .top-cta-tel p {
        font-size: 14px;
        margin-top: -5px;
    }

    .top-cta .top-cta-mail a span {
        padding: 13px 0 0 36px;
        height: 60px;
        font-size: 20px;
        background-size: 26px;
    }
}

@media screen and (max-width: 320px) {
    .top-cta .top-cta-txt p {
        font-size: 20px;
    }
}


/* Line・お問い合わせフォーム */
.contactform {
    background-color: #FFDB66;
    padding: 60px;
}

/* 白い枠線のコンテナ */
.contact-container {
    background-color: #fff;
    border-radius: 20px;
    max-width: 900px;
    margin: auto;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* 各コンテンツボックス */
.contact-box {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 説明テキスト部分 */
.message-wrapper {
    position: relative;
    margin-bottom: 20px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 吹き出しのような斜め線（装飾） */
.message-wrapper::before,
.message-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #000;
    top: 0;
}

.message-wrapper::before {
    left: -20px;
    transform: rotate(-30deg);
}

.message-wrapper::after {
    right: -20px;
    transform: rotate(30deg);
}

.description {
    font-size: clamp(16px, 2.5vw, 23px);
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

/* ボタン共通設定 */
.btn {
    display: inline-block;
    width: 330px;
    padding: 15px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: opacity 0.3s;
}
.icon-mail img{
    width: 40px;
    height: 40px;
}
.btn:hover {
    opacity: 0.8;
}

/* LINEボタンの色 */
.btn-line {
    background-color: #2ca03c;
}

/* フォームボタンの色 */
.btn-mail {
    background-color: #2eb4e8;
}

.icon-mail {
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle;
}

/* 中央の垂直線 */
.divider {
    width: 2px;
    height: 120px;
    background-color: #000;
    margin: 0 40px;
}

/* スマホ対応：縦並びにする */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        padding: 30px 20px;
    }

    .divider {
        width: 80%;
        height: 2px;
        margin: 30px 0;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }
    .message-wrapper{
        margin-bottom: 10px;
    }
}

@media (max-width: 599px) {

    .message-wrapper::before {
        left: -8px;
        transform: rotate(-30deg);
    }

    .message-wrapper::after {
        right: -8px;
        transform: rotate(30deg);
    }
    .description {
   
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
.message-wrapper::before, .message-wrapper::after{
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: #000;
    top: 30px;
}
.btn{
    font-size: 13px;
}
.icon-mail img{
    width: 27px;
    height: 27px;
}
}

/* 【初めての看板は不安だらけ？】 */

.message-container {
    text-align: center;
    margin-bottom: 60px;
}

/* 文章全体の基本設定（行間など） */
.main-message {
  /* line-height: 1.4;  */
  margin: 0;
  font-weight: 700; /* 基本は全て太字 */
}

/* --- 色の定義 --- */
.text-brown {
  color: #5d4037; 
  font-weight: 600;
}

.text-red {
  color: #d32f2f; /* 画像の赤色 */
  font-weight: 900;
}

/* --- フォントサイズの定義（伸縮対応） --- */

/* 小さい文字（「これらのお悩みを」「なら」） */
/* PCで24px、SPで16pxに伸縮 */
.text-small {
  font-size: clamp(18px, 2vw, 34px);
}
.text-large {
  font-size: clamp(24px, 3vw, 46px);
  /* margin: 0 2px; */
  font-weight: 900;
}

/* 特大文字（「まるっと解決します！」） */
/* PCで56px、SPで30pxに伸縮 */
.text-xlarge {
  font-size: clamp(32px, 5vw, 76px);
  display: inline-block; /* 行間を安定させるため */
}
.top-fuan {
    padding-top: 140px;
    position: relative;
}

.top-fuan::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% - 32px);
    background: url("../img/top/img_fuan.jpg") no-repeat right bottom;
    background-size: auto;
    z-index: -10;
}

.top-fuan .contents-inr {}

.top-fuan h3 {
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    font-family: 'Zen Old Mincho', serif;
}

.top-fuan h4 {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #ed377a;
}

.top-fuan p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
    padding-right: 25%;
}

.top-fuan .img-fuan-flow {
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {
    .top-fuan {
        padding-top: 60px;
    }

    .top-fuan::before {
        background-size: 90%;
    }

    .top-fuan h3 {
        font-size: 36px;
        padding-right: 26%;
    }

    .top-fuan h4 {
        margin-bottom: 25px;
        font-size: 26px;
        padding-right: 26%;
    }

    .top-fuan p {
        margin-bottom: 15px;
        padding-right: 26%;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-fuan {
        padding-top: 40px;
    }

    .top-fuan::before {
        background-size: 100%;
    }

    .top-fuan h3 {
        font-size: 23px;
        letter-spacing: -1px;
        padding-right: 0;
    }

    .top-fuan h4 {
        margin-bottom: 20px;
        font-size: 18px;
        padding-right: 0;
    }

    .top-fuan p {
        font-size: 15px;
        padding-right: 26%;
    }

    .top-fuan .img-fuan-flow img {
        max-width: 40%;
    }
}


/* 悩み */
.top-nayami {
    padding-top: 30px;
    padding-bottom: 1px;
    position: relative;
}

.top-nayami::before {
    content: "";
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% + 32px);
    background: #ece6d6;
    z-index: -10;
}

.top-nayami .contents-inr {}

.top-nayami .top-nayami-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: #ffffff;
    border: #542f14 3px solid;
    border-radius: 20px;
}

.top-nayami .top-nayami-box h3 {
    background: #ffdb66;
    border-radius: 18px 18px 0px 0px;
    padding: 14px 10px 16px 0;
    margin-bottom: 40px;
    position: relative;
}

.top-nayami .top-nayami-box h3.h302 {
    padding: 36px 10px 38px 0;
}

.top-nayami .top-nayami-box h3 .img-illust {
    position: absolute;
    bottom: -2px;
    left: 33px;
    width: 136px;
}

.top-nayami .top-nayami-box h3 .img-illust.img-illust01 {}

.top-nayami .top-nayami-box h3 .img-illust.img-illust02 {
    bottom: -1px;
    left: 38px;
    width: 117px;
}

.top-nayami .top-nayami-box h3 .img-illust.img-illust03 {
    bottom: -1px;
    left: 40px;
    width: 111px;
}

.top-nayami .top-nayami-box h3 .img-illust.img-illust04 {
    bottom: -1px;
    left: 20px;
    width: 143px;
}

.top-nayami .top-nayami-box h3 .txt-left {
    width: 260px;
    padding-right: 18px;
    text-align: right;
}

.top-nayami .top-nayami-box h3 .txt-left span {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
    background: #ffffff;
    border-radius: 20px;
    padding: 2px 8px 4px 10px;
}

.top-nayami .top-nayami-box h3 .txt-right {
    width: calc(100% - 260px);
}

.top-nayami .top-nayami-box h3 .txt-right {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
}

.top-nayami .top-nayami-box h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #1d2088;
    padding: 0 40px 0 45px;
}

.top-nayami .top-nayami-box h5 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #ed377a;
    padding: 25px 40px 0 45px;
}

.top-nayami .top-nayami-box p {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 0 40px 0 45px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-nayami .top-nayami-box {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-radius: 15px;
    }

    .top-nayami .top-nayami-box h3 {
        border-radius: 13px 13px 0px 0px;
        padding: 10px 10px 12px 0;
        margin-bottom: 20px;
    }

    .top-nayami .top-nayami-box h3.h302 {
        padding: 16px 10px 18px 0;
    }

    .top-nayami .top-nayami-box h3 .img-illust {
        bottom: -2px;
        left: 5px;
        width: 46px;
    }

    .top-nayami .top-nayami-box h3 .img-illust.img-illust02 {
        bottom: -1px;
        left: 7px;
        width: 40px;
    }

    .top-nayami .top-nayami-box h3 .img-illust.img-illust03 {
        bottom: -1px;
        left: 10px;
        width: 37px;
    }

    .top-nayami .top-nayami-box h3 .img-illust.img-illust04 {
        bottom: -1px;
        left: 5px;
        width: 46px;
    }

    .top-nayami .top-nayami-box h3 .txt-left {
        width: 60px;
        padding-right: 8px;
        margin-bottom: 28px;
    }

    .top-nayami .top-nayami-box h3 .txt-left span {
        font-size: 14px;
        letter-spacing: 0px;
        border-radius: 15px;
        padding: 2px 8px 4px 10px;
    }

    .top-nayami .top-nayami-box h3 .txt-right {
        width: calc(100% - 60px);
    }

    .top-nayami .top-nayami-box h3 .txt-right {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.4;
    }

    .top-nayami .top-nayami-box h4 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.4;
        padding: 0 15px 0 15px;
    }

    .top-nayami .top-nayami-box h5 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.4;
        padding: 15px 15px 0 15px;
    }

    .top-nayami .top-nayami-box p {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 1.4;
        padding: 2px 15px 0 15px;
    }
}


/* 悩み */
.top-nayami-txt {
    padding-bottom: 80px;
    position: relative;
}

.top-nayami-txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #ece6d6;
    z-index: -10;
}

.top-nayami-txt .contents-inr {}

.top-nayami-txt .img-fuan-flow {
    text-align: center;
    margin-bottom: 40px;
}

.top-nayami-txt h3 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
}

.top-nayami-txt h3 span {
    color: #ed377a;
    font-weight: 500;
}

.top-nayami-txt h4 {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
}

.top-nayami-txt p {
    font-size: 20px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    line-height: 1.6;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {
    .top-nayami-txt h3 {
        font-size: 26px;
    }

    .top-nayami-txt h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-nayami-txt .img-fuan-flow {
        margin-bottom: 30px;
    }

    .top-nayami-txt .img-fuan-flow img {
        max-width: 40%;
    }

    .top-nayami-txt {
        padding-bottom: 50px;
    }

    .top-nayami-txt h3 {
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .top-nayami-txt h4 {
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 1px;
        text-align: left;
    }

    .top-nayami-txt p {
        font-size: 15px;
        /* letter-spacing: 1px; */
        line-height: 1.6;
    }
}
/* これらのお悩みを「群馬看板」なら丸っと解決 */
.solution-visuals{
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.solution-visuals{
    flex-direction: column;
}
.solution-p img{
    width: 70%;
}
.solution-visuals{
    text-align: center;
    margin-top: 30px;
}
.solution-visuals{
    margin-bottom: 30px;
}
}


/* イメージ画像 */
.top-img {}

.top-img li {
    width: 20%;
}

.top-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-img li {
        width: 50%;
    }
}


/* 群馬看板の強み */
.top-strengths {
    padding-top: 80px;
    padding-bottom: 50px;
}


.top-strengths .contents-inr {}

.top-strengths .ttl-cmn01 {
    margin-bottom: 45px;
}

.top-strengths ul {}

.top-strengths li {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.top-strengths li:nth-of-type(2n) {
    margin-right: 0px;
}

.top-strengths li h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
}

.top-strengths li h4 .span-left {
    padding-top: 10px;
    width: 100px;
    height: 100px;
    background: #ffdb66;
    border-radius: 50%;
}

.top-strengths li h4 .span-left .span01 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
}

.top-strengths li h4 .span-left .span02 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    text-align: center;
}

.top-strengths li h4 .span-right {
    padding-left: 20px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ed377a;
}

.top-strengths li img {
    margin-bottom: 15px;
    border-radius: 10px;
}

.top-strengths li p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width:1100px) {
    .top-strengths li {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }

    .top-strengths li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .top-strengths li h4 .span-right {
        font-size: 30px;
    }
}

@media screen and (max-width: 959px) {
    .top-strengths li {
        width: 100%;
        margin-right: 0px;
    }

    .top-strengths li:nth-of-type(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-strengths {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .top-strengths .ttl-cmn01 {
        margin-bottom: 20px;
    }

    .top-strengths li {
        margin-bottom: 30px;
    }

    .top-strengths li h4 .span-left {
        padding-top: 10px;
        width: 50px;
        height: 50px;
    }

    .top-strengths li h4 .span-left .span01 {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

    .top-strengths li h4 .span-left .span02 {
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0px;
    }

    .top-strengths li h4 .span-right {
        padding-left: 15px;
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    .top-strengths li p {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
}


/* 群馬看板は、お客様のビジネスパートナー */
.top-strengths02 {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}
.ttl-cmn01 {
    margin-bottom: 60px;
}

.top-strengths02::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% + 20px);
    background: #ece6d6;
    z-index: -10;
}

.onestop{
    margin-top: 60px;
}


.top-strengths02 .contents-inr {}

.top-strengths02 h3 {
    font-size:40px;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    margin-bottom: 45px;
}

.top-strengths02 p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-strengths02 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .top-strengths02 h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .top-strengths02 p {
        font-size: 14px;
    }
}

/* なぜ２５年愛されつづけるのか */
.top-strengths02-1{
    background-color: #ccc;

}
.contents-inr p{
    font-size: 20px;
}
.reason-item{
    display: flex;
    gap: 40px;
    align-items: center;

}
/* --- 画像の設定（ここが重要！） --- */
.reason-img {
    width: 200px; /* 幅を200pxに固定 */
}

.reason-img img {
    width: 100%;       /* 親の200pxいっぱいにする */
    height: auto;      /* 高さは自動 */
    aspect-ratio: 20 / 20; /* アスペクト比 200:110 を指定 */
    object-fit: cover;  /* 比率を守って綺麗に切り抜く */
    display: block;
}

.reason-text h4{
    font-size: 30px;
    font-weight: 800;
}
.contents-inr2 {
    flex-direction: column;
    gap: 20px;
    margin: auto;
    display: flex;
    gap: 40px;
}
@media (max-width: 767px) {
    .reason-item {
        flex-direction: column; /* 縦並びに変更 */
        text-align: center;      /* テキストを中央揃え */
        gap: 20px;               /* 写真と文字の間隔を狭める */
    }

    .reason-img {
        width: 60%;             /* スマホでは画像を横いっぱいに（またはお好みの幅に） */
        max-width: 300px;        /* 大きくなりすぎない制限 */
    }

    .reason-text h4 {
        font-size: 20px;         /* 文字を少し小さく */
    }
    .contents-inr p{
    font-size: 14px;
}
}
/* 施工事例 */
.top-jirei {
    padding-top: 80px;
    padding-bottom: 110px;
}

.top-jirei .contents-inr {
    max-width: 1280px;
}

.top-jirei .ttl-cmn01 {
    margin-bottom: 50px;
}

.top-jirei .top-jirei-box {
    margin-bottom: 50px;
}

.top-jirei .top-jirei-box h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: #542f14 1px solid;
}

.top-jirei .top-jirei-box p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
}

.top-jirei .top-jirei-box ul {}

.top-jirei .top-jirei-box li {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.top-jirei .top-jirei-box li:nth-of-type(4n) {
    margin-right: 0px;
}

.top-jirei .top-jirei-btn {
    margin-top: 60px;
}

.top-jirei .top-jirei-btn ul {}

.top-jirei .top-jirei-btn li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
}

.top-jirei .top-jirei-btn li:nth-of-type(3n) {
    margin-right: 0px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {
    .top-jirei .top-jirei-btn li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    .top-jirei .top-jirei-btn li .btn-cmn01 a {
        max-width: 380px;
    }
}

@media screen and (max-width: 599px) {
    .top-jirei {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .top-jirei .ttl-cmn01 {
        margin-bottom: 20px;
    }

    .top-jirei .top-jirei-box {
        margin-bottom: 30px;
    }

    .top-jirei .top-jirei-box h4 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 0px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .top-jirei .top-jirei-box p {
        margin-bottom: 20px;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 1.6;
    }

    .top-jirei .top-jirei-box li {
        width: calc((100% - 5px) / 2);
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .top-jirei .top-jirei-box li:nth-of-type(4n) {
        margin-right: 5px;
    }

    .top-jirei .top-jirei-box li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .top-jirei .top-jirei-btn {
        margin-top: 30px;
    }
}

/* まっぷ */

.map iframe {
    display: block;
    width: 1100px;
    height: 700px; /* 元の比率 */
    border: none;
    margin: 60px auto;
}

/* タブレットサイズ */
@media screen and (max-width: 1279px) {
    .map iframe {
        margin: 20px auto;
        width: 800px;  
        height: 400px; /* 幅に合わせて高さを調整 */
    }
}

/* スマートフォンサイズ */
@media screen and (max-width: 767px) {
    .map iframe {
        margin: 20px auto;
        width: 340px;  
        height: 300px; /* スマホで見やすいよう、少し高めに設定（4:3に近い比率） */
    } 
}


/* 参考価格 */
.top-sankou {
    padding-top: 80px;
    padding-bottom: 110px;
    position: relative;
}

.top-sankou::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% + 20px);
    background: #ece6d6;
    z-index: -10;
}

.top-sankou .contents-inr {
    max-width: 1280px;
}

.top-sankou .ttl-cmn01 {
    margin-bottom: 60px;
}

.top-sankou ul {}

.top-sankou li {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 30px;
    text-align: center;
}

.top-sankou li:nth-of-type(4n) {
    margin-right: 0px;
}

.top-sankou li p {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-align: left;
}

.top-sankou .btn-cmn01 {
    margin-top: 30px;
    text-align: center;
}

.top-sankou .btn-cmn01 a {
    max-width: 380px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-sankou {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .top-sankou .ttl-cmn01 {
        margin-bottom: 20px;
    }

    .top-sankou li {
        width: calc((100% - 5px) / 2);
        margin-right: 5px;
        margin-bottom: 15px;
    }

    .top-sankou li:nth-of-type(4n) {
        margin-right: 5px;
    }

    .top-sankou li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .top-sankou li p {
        margin-top: 5px;
        font-size: 14px;
    }

    .top-sankou .btn-cmn01 {
        margin-top: 15px;
    }

  
}


 

/* よくあるご質問 */



.top-faq {
    padding-top: 80px;
    padding-bottom: 100px;
}
.ttl{
    margin-bottom: 8px;
}
.faqgroup{
    margin-top: 60px;
}


.top-faq.page-faq {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-faq .contents-inr {}

.top-faq .ttl-cmn01 {
    margin-bottom: 60px;
}

.top-faq .acd-box {
    height: auto;
    margin-bottom: 0px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.top-faq .acd-box .acd-content {
    display: none;
}

.top-faq .acd-box .acd-label {
    display: block;
    margin: 0px 0px 10px 0px;
    background: #ffdb66;
    border-radius: 10px;
    position: relative;
    text-align: left;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    z-index: 1001;
}

.top-faq .acd-box .acd-label::before,
.top-faq .acd-box .acd-label::after {
    position: absolute;
    content: '';
    top: 0;
    right: 30px;
    bottom: 0;
    width: 20px;
    height: 3px;
    margin: auto;
    background: #542f14;
}

.top-faq .acd-box .acd-label::after {
    transform: rotate(-90deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.top-faq .acd-box .acd-label.active::after {
    transform: rotate(0deg);
}

.top-faq .acd-box .acd-label h3 {
    padding: 15px 50px 15px 30px;
}

.top-faq .acd-box .acd-label h3 .spanleft {
    margin-top: 3px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #cc3d3d;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
}

.top-faq .acd-box .acd-label h3 .spanright {
    width: calc(100% - 50px);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 9px 10px 0 20px;
}

.top-faq .acd-box .acd-content {
    text-align: left;
    margin: 0px 30px 0px 30px;
    padding: 10px 0px 30px 0px;
}

.top-faq .acd-box .acd-content p {}

.top-faq .acd-box .acd-content p .spanleft {
    width: 50px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    color: #cc3d3d;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.top-faq .acd-box .acd-content p .spanright {
    width: calc(100% - 50px);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    padding: 2px 0px 0px 20px;
}

.top-faq .btn-cmn01 {
    margin-top: 60px;
    text-align: center;
}

.top-faq .btn-cmn01 a {
    max-width: 380px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .top-faq.page-faq {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .top-faq .ttl-cmn01 {
        margin-bottom: 20px;
    }

    .top-faq .acd-box .acd-label::before,
    .top-faq .acd-box .acd-label::after {
        right: 10px;
        width: 15px;
        height: 2px;
    }

    .top-faq .acd-box .acd-label h3 {
        padding: 10px 30px 10px 10px;
    }

    .top-faq .acd-box .acd-label h3 .spanleft {
        margin-top: 0px;
        width: 30px;
        height: 30px;
        font-size: 20px;
        padding-top: 0px;
    }

    .top-faq .acd-box .acd-label h3 .spanright {
        width: calc(100% - 30px);
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 1px;
        padding: 2px 0px 0 10px;
    }

    .top-faq .acd-box .acd-content {
        margin: 0px 10px 0px 10px;
        padding: 0px 0px 20px 0px;
    }

    .top-faq .acd-box .acd-content p {}

    .top-faq .acd-box .acd-content p .spanleft {
        width: 30px;
        font-size: 20px;
    }

    .top-faq .acd-box .acd-content p .spanright {
        width: calc(100% - 30px);
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
        padding: 2px 0px 0px 10px;
    }

    .top-faq .btn-cmn01 {
        margin-top: 30px;
    }
}


/* 製作の流れ */
.top-step {
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
}

.top-step::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #ece6d6;
    z-index: -10;
}

.top-step .contents-inr {
    max-width: 1060px;
}

.top-step .ttl-cmn01 {
    margin-bottom: 60px;
}

.top-step ul {
    margin-left: 40px;
    margin-right: 40px;
}

.top-step li {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    border: #542f14 3px solid;
    border-radius: 10px;
    position: relative;
}

.top-step li:nth-of-type(2n) {
    margin-right: 0px;
}

.top-step li:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 60px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.top-step li:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 40px;
    height: 15px;
    background: url("../img/top/img_flow01.png") no-repeat right bottom;
    background-size: auto;
    z-index: -1;
}

.top-step li:nth-of-type(3)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 60px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.top-step li:nth-of-type(3)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    right: calc(100% + 3px);
    margin: 0;
    width: 40px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.top-step li:nth-of-type(4)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 40px;
    height: 15px;
    background: url("../img/top/img_flow01.png") no-repeat right bottom;
    background-size: auto;
    z-index: -1;
}

.top-step li:nth-of-type(5)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 60px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.top-step li:nth-of-type(5)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    right: calc(100% + 3px);
    margin: 0;
    width: 40px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.top-step li h4 {
    background: #ffdb66;
    border-radius: 8px 8px 0px 0px;
    padding: 2px 10px 0 20px;
}

.top-step li h4 .span-left {}

.top-step li h4 .span-left .span01 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.top-step li h4 .span-left .span02 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.top-step li h4 .span-right {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 8px 0px 0 15px;
}

.top-step li p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
    padding: 20px 15px 20px 20px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width:1100px) {
    .top-step li {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }

    .top-step li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .top-step li h4 .span-left .span02 {
        font-size: 30px;
    }

    .top-step li h4 .span-right {
        font-size: 22px;
        padding: 5px 0px 0 15px;
    }
}

@media screen and (max-width: 959px) {
    .top-step ul {
        margin-left: 0px;
        margin-right: 0px;
    }

    .top-step li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .top-step li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .top-step li:nth-of-type(1)::before {
        top: 100%;
        bottom: auto;
        left: 50%;
        width: 15px;
        height: 33px;
        background: url("../img/top/img_flow02.png") no-repeat center bottom;
        background-size: auto;
    }

    .top-step li:nth-of-type(2)::before {
        top: 100%;
        bottom: auto;
        left: 50%;
        width: 15px;
        height: 33px;
        background: url("../img/top/img_flow02.png") no-repeat center bottom;
        background-size: auto;
    }

    .top-step li:nth-of-type(3)::before {
        top: 100%;
        bottom: auto;
        left: 50%;
        width: 15px;
        height: 33px;
        background: url("../img/top/img_flow02.png") no-repeat center bottom;
        background-size: auto;
    }

    .top-step li:nth-of-type(3)::after {
        display: none;
    }

    .top-step li:nth-of-type(4)::before {
        top: 100%;
        bottom: auto;
        left: 50%;
        width: 15px;
        height: 33px;
        background: url("../img/top/img_flow02.png") no-repeat center bottom;
        background-size: auto;
    }

    .top-step li:nth-of-type(5)::before {
        top: 100%;
        bottom: auto;
        left: 50%;
        width: 15px;
        height: 33px;
        background: url("../img/top/img_flow02.png") no-repeat center bottom;
        background-size: auto;
    }

    .top-step li:nth-of-type(5)::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-step {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .top-step .ttl-cmn01 {
        margin-bottom: 20px;
    }

    .top-step li h4 {
        padding: 3px 10px 2px 10px;
    }

    .top-step li h4 .span-left {
        padding-top: 1px;
    }

    .top-step li h4 .span-left .span01 {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .top-step li h4 .span-left .span02 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1.6;
        font-family: 'Montserrat', sans-serif;
    }

    .top-step li h4 .span-right {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.6;
        padding: 0px 0px 0px 10px;
    }

    .top-step li p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.6;
        text-align: left;
        padding: 15px 10px 15px 15px;
    }
}

@media screen and (max-width: 320px) {
    .top-step li h4 .span-right {
        font-size: 18px;
        letter-spacing: 0px;
        padding: 1px 0px 0px 10px;
    }
}


.page-step {}

.page-step ul {}

.page-step li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    border: #542f14 3px solid;
    border-radius: 10px;
    position: relative;
}

.page-step li:last-of-type {
    margin-bottom: 0px;
}

.page-step li:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 60px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.page-step li:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 40px;
    height: 15px;
    background: url("../img/top/img_flow01.png") no-repeat right bottom;
    background-size: auto;
    z-index: -1;
}

.page-step li:nth-of-type(3)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 60px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.page-step li:nth-of-type(3)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    right: calc(100% + 3px);
    margin: 0;
    width: 40px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.page-step li:nth-of-type(4)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 40px;
    height: 15px;
    background: url("../img/top/img_flow01.png") no-repeat right bottom;
    background-size: auto;
    z-index: -1;
}

.page-step li:nth-of-type(5)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 3px);
    margin: 0;
    width: 60px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.page-step li:nth-of-type(5)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    right: calc(100% + 3px);
    margin: 0;
    width: 40px;
    height: 1px;
    background: #542f14;
    z-index: -1;
}

.page-step li:nth-of-type(1)::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    width: 15px;
    height: 33px;
    background: url("../img/top/img_flow02.png") no-repeat center bottom;
    background-size: auto;
}

.page-step li:nth-of-type(2)::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    width: 15px;
    height: 33px;
    background: url("../img/top/img_flow02.png") no-repeat center bottom;
    background-size: auto;
}

.page-step li:nth-of-type(3)::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    width: 15px;
    height: 33px;
    background: url("../img/top/img_flow02.png") no-repeat center bottom;
    background-size: auto;
}

.page-step li:nth-of-type(3)::after {
    display: none;
}

.page-step li:nth-of-type(4)::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    width: 15px;
    height: 33px;
    background: url("../img/top/img_flow02.png") no-repeat center bottom;
    background-size: auto;
}

.page-step li:nth-of-type(5)::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    width: 15px;
    height: 33px;
    background: url("../img/top/img_flow02.png") no-repeat center bottom;
    background-size: auto;
}

.page-step li:nth-of-type(5)::after {
    display: none;
}

.page-step li h4 {
    background: #ffdb66;
    border-radius: 8px 8px 0px 0px;
    padding: 2px 10px 0 20px;
}

.page-step li h4 .span-left {}

.page-step li h4 .span-left .span01 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.page-step li h4 .span-left .span02 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.page-step li h4 .span-right {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 8px 0px 0 15px;
}

.page-step li p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
    padding: 20px 15px 20px 20px;
}

@media screen and (max-width: 599px) {
    .page-step li h4 {
        padding: 3px 10px 2px 10px;
    }

    .page-step li h4 .span-left {
        padding-top: 1px;
    }

    .page-step li h4 .span-left .span01 {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .page-step li h4 .span-left .span02 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1.6;
        font-family: 'Montserrat', sans-serif;
    }

    .page-step li h4 .span-right {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.6;
        padding: 0px 0px 0px 10px;
    }

    .page-step li p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.6;
        text-align: left;
        padding: 15px 10px 15px 15px;
    }
}

@media screen and (max-width: 320px) {
    .page-step li h4 .span-right {
        font-size: 18px;
        letter-spacing: 0px;
        padding: 1px 0px 0px 10px;
    }
}


/* 動画 */
.top-youtube {
    padding-top: 100px;
    padding-bottom: 120px;
}

.top-youtube .contents-inr {
    max-width: 1010px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .top-youtube {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}


/*	コンテンツページ共通
---------------------------------*/
.page-bg {
    position: relative;
}

.page-bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% + 20px);
    background: url("../img/cmn/bg_page.jpg") repeat-y center center;
    background-size: 100%;
    z-index: -12;
}

.page-bg .page-bg-inr {
    max-width: 960px;
    margin: 0 auto 0 auto;
    position: relative;
}

.page-bg .page-bg-inr::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    width: 100%;
    height: calc(100% + 20px);
    background: #ffffff;
    z-index: -12;
}

.page-header {
    text-align: center;
    background: #eeeeee;
}

.page-header .contents-inr {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-header h2 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 700;
}

.page-header h2 span {
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 40px;
}

.breadcrumb .contents-inr {
    z-index: 1001;
}

.breadcrumb ul {
    font-size: 0px;
    text-align: left;
}

.breadcrumb ul li {
    display: inline-block;
    width: auto;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.6;
}

.breadcrumb ul li span {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.6;
}

.breadcrumb ul li a {
    text-decoration: underline;
}

.breadcrumb ul li a:hover {
    text-decoration: none;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .page-header .contents-inr {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-header h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .page-header h2 span {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .breadcrumb {
        padding-bottom: 20px;
    }

    .breadcrumb ul li {
        font-size: 11px;
    }

    .breadcrumb ul li span {
        font-size: 11px;
    }
}


.page-contents {
    padding-top: 0px;
    padding-bottom: 80px;
}

.page-contents .contents-inr {}

.page-contents p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
}

.page-contents p.p02 {
    margin-bottom: 30px;
}

.page-contents .img-box {
    text-align: center;
    margin-bottom: 10px;
}

.page-contents .btn-cmn01 {
    margin-top: 20px;
    text-align: center;
}

.page-contents .btn-cmn01 a {
    max-width: 380px;
}

.page-contents .page-fuan {
    margin-bottom: 50px;
    padding: 60px 30% 60px 30px;
    position: relative;
}

.page-contents .page-fuan::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/img_fuan.jpg") no-repeat right top 40%;
    background-size: cover;
    border: #542f14 2px solid;
    border-radius: 20px;
    z-index: -1;
}

.page-contents .page-fuan h3 {
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
    font-family: 'Zen Old Mincho', serif;
}

.page-contents .page-fuan h4 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #ed377a;
}

.page-contents .companymap iframe {
    width: 100%;
    height: 300px;
}

.page-contents table {
    margin: 30px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
}

.page-contents table tr:nth-child(odd) th {
    background: #ece6d6;
}

.page-contents table tr:nth-child(odd) td {
    background: #ece6d6;
}

.page-contents table th {
    width: 30%;
    vertical-align: middle;
    padding: 15px 10px 15px 20px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
}

.page-contents table td {
    vertical-align: middle;
    padding: 15px 0px 15px 0px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    overflow-wrap: anywhere;
    /* 収まらない場合に折り返す */
    word-break: normal;
    /* 単語の分割はデフォルトに依存 */
    line-break: strict;
    /* 禁則処理を厳格に適用 */
}

.page-contents #toplink {
    margin: 30px 0 0px 0;
}

.page-contents #toplink ul li {
    width: calc((100% - 20px) / 2);
    margin: 0px 20px 20px 0;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    vertical-align: top;
    border: #dddddd 1px solid;
    text-align: center;
}

.page-contents #toplink ul li:nth-of-type(2n) {
    margin: 0px 0px 20px 0;
}

.page-contents #toplink ul li h3 {
    margin: 0 0 15px 0;
    padding: 0px 0px 5px 0px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    color: #1d2088;
    border-bottom: #1d2088 1px dashed;
}

.page-contents #toplink ul li p {
    margin: 0 0 0px 0;
    padding: 10px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
}

.page-contents ul.ul01 {}

.page-contents ul.ul01 li {}

.page-contents ul.ul01 li:nth-of-type(1) {
    text-align: center;
    width: 30%;
}

.page-contents ul.ul01 li:nth-of-type(2) {
    padding-left: 30px;
    width: 70%;
}

.page-contents ul.ul01 li p {
    padding-top: 10px;
}

.page-contents ul.ul02 {}

.page-contents ul.ul02 li {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 30px;
    text-align: center;
}

.page-contents ul.ul02 li:nth-of-type(4n) {
    margin-right: 0px;
}

.page-contents ul.ul02 li p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.6;
    text-align: left;
}

.page-contents ul.ul03 {
    margin-bottom: 10px;
}

.page-contents ul.ul03 li {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.page-contents ul.ul03 li:nth-of-type(4n) {
    margin-right: 0px;
}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1279px) {}

@media screen and (max-width: 959px) {
    .page-contents .page-fuan h3 {
        font-size: 38px;
    }

    .page-contents .page-fuan h4 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .page-contents {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .page-contents p {
        font-size: 15px;
        line-height: 1.6;
    }

    .page-contents p.p02 {
        margin-bottom: 20px;
    }

    .page-contents .btn-cmn01 {
        margin-top: 15px;
    }

    .page-contents .page-fuan {
        margin-bottom: 30px;
        padding: 30px 30% 30px 20px;
    }

    .page-contents .page-fuan h3 {
        font-size: 26px;
    }

    .page-contents .page-fuan h4 {
        font-size: 24px;
    }

    .page-contents table {
        margin: 30px 0px 40px 0px;
    }

    .page-contents table th {
        width: 35%;
        padding: 10px 5px 10px 5px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0px;
    }

    .page-contents table td {
        padding: 10px 0px 10px 0px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .page-contents #toplink {
        margin: 20px 0 0px 0;
    }

    .page-contents #toplink ul li {
        width: 100%;
        margin: 0px 0px 15px 0;
        padding: 10px 15px 10px 15px;
    }

    .page-contents #toplink ul li:nth-of-type(2n) {
        margin: 0px 0px 15px 0;
    }

    .page-contents #toplink ul li:last-of-type {
        margin: 0px 0px 0px 0;
    }

    .page-contents #toplink ul li h3 {
        font-size: 18px;
    }

    .page-contents #toplink ul li p {
        font-size: 15px;
    }

    .page-contents ul.ul01 li:nth-of-type(1) {
        width: 100%;
    }

    .page-contents ul.ul01 li:nth-of-type(2) {
        padding-left: 0;
        width: 100%;
    }

    .page-contents ul.ul01 li p {
        padding-top: 15px;
    }

    .page-contents ul.ul02 li {
        width: calc((100% - 5px) / 2);
        margin-right: 5px;
        margin-bottom: 15px;
    }

    .page-contents ul.ul02 li:nth-of-type(4n) {
        margin-right: 5px;
    }

    .page-contents ul.ul02 li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .page-contents ul.ul02 li p {
        margin-top: 5px;
        font-size: 14px;
    }

    .page-contents ul.ul03 li {
        width: calc((100% - 5px) / 2);
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .page-contents ul.ul03 li:nth-of-type(4n) {
        margin-right: 5px;
    }

    .page-contents ul.ul03 li:nth-of-type(2n) {
        margin-right: 0px;
    }
}


/*	お問い合わせ
---------------------------------*/
.page-inquiry {
    padding-top: 80px;
    padding-bottom: 120px;
}

.page-inquiry .contents-inr {}

.page-inquiry .ttl-cmn01 {
    margin-bottom: 60px;
}

.page-inquiry p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 400;
}

.page-inquiry p a {
    text-decoration: underline;
}

.page-inquiry p a:hover {
    text-decoration: none;
}

.page-inquiry p.btm0 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.page-inquiry p.btm20 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 40px 0px;
}

.page-inquiry p.btm40 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 80px 0px;
}

.page-inquiry .red {
    color: #dd2e1e !important;
    font-weight: 400 !important;
}

.page-inquiry .small {
    font-size: 12px !important;
}

.page-inquiry .big {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.page-inquiry .center {
    text-align: center !important;
}

.page-inquiry .pthanks {
    text-align: center !important;
    padding-top: 0px;
    padding-bottom: 30px;
}

.page-inquiry p.text {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}

.page-inquiry p.text a {
    text-decoration: underline;
}

.page-inquiry p.text a:hover {
    text-decoration: none;
}

.page-inquiry .wpcf7-response-output {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.page-inquiry .recaptcha-comment {
    margin-top: 100px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

.page-inquiry .recaptcha-comment a {
    text-decoration: underline;
}

.page-inquiry .recaptcha-comment a:hover {
    text-decoration: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media screen and (max-width: 599px) {
    .page-inquiry .wpcf7-response-output {
        font-size: 14px;
    }

    .page-inquiry .recaptcha-comment {
        margin-top: 60px;
        font-size: 10px;
    }
}

.page-inquiry .doui {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}

.page-inquiry .doui a {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: underline;
}

.page-inquiry .doui a:hover {
    text-decoration: none;
}

.page-inquiry table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
}

.page-inquiry table th {
    width: 30%;
    vertical-align: top;
    padding: 22px 0px 10px 0px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
}

.page-inquiry table td {
    vertical-align: top;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}

.page-inquiry table td p.kakunin {
    padding-top: 12px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}

.page-inquiry table td .colorbox {
    display: inline-block;
    background-color: #def0fb;
    line-height: 2.2;
    padding: 5px 0 5px 20px;
}

.page-inquiry label {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry input {
    width: 100%;
    border: #dddddd 1px solid;
    padding: 12px 30px 12px 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 0px;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry input.inputyubin {
    width: 35%;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry input.inputkoumoku {
    width: auto;
    border: none;
    padding: 0px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry input.inputkamoku {
    width: auto;
    border: none;
    padding: 0px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry textarea {
    width: 100%;
    border: #dddddd 1px solid;
    padding: 12px 30px 12px 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 0px;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry select {
    width: auto;
    border: #dddddd 1px solid;
    border-radius: 0px;
    padding: 12px 40px 12px 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    background-color: #ffffff;
    background-image: url("../img/cmn/icon_form_down.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトの矢印を非表示 */
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry select::-ms-expand {
    display: none;
    /* デフォルトの矢印を非表示(IE用) */
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .formbtnarea {
    text-align: center;
    padding-left: 70px;
    padding-left: 0px;
}

.page-inquiry .formbtn {
    display: inline-block;
    margin: 30px 0 0 0;
    width: 220px;
    text-align: center;
    padding: 12px 0px 12px 0px;
    border-radius: 0px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
    background: #55c24a;
    border-radius: 10px;
    border-bottom: #44993a 3px solid;
    cursor: pointer;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .formbtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.page-inquiry .formbtn02 {
    display: inline-block;
    margin: 60px 0 0 0;
    width: 160px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
    background: #55c24a;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .formbtn02:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
    color: #dddddd;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
    color: #dddddd;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
    color: #dddddd;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
    color: #dddddd;
    opacity: 1;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ▼CSS4標準(予定)の記述 */
::placeholder {
    color: #dddddd;
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .privacy-box {
    margin: 40px 0 30px 0;
    padding: 20px 30px 0px 30px;
    height: 200px;
    overflow: auto;
    border: #dbdbdb 1px solid;
}

.page-inquiry .privacy-box h3 {
    padding: 0px 0px 5px 0px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.6;
}

.page-inquiry .privacy-box p {
    padding: 0px 0px 30px 0px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.6;
}

@media screen and (max-width: 959px) {
    .page-inquiry table th {
        display: block;
        width: 100%;
        padding: 10px 0px 0px 0px;
    }

    .page-inquiry table td {
        display: block;
        width: 100%;
        padding: 5px 0px 10px 0px;
    }

    .page-inquiry table td p.kakunin {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .page-inquiry input.inputyubin {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .page-inquiry {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .page-inquiry .ttl-cmn01 {
        margin-bottom: 20px;
    }

    .page-inquiry .big {
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: 0px !important;
    }

    .page-inquiry .pthanks {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .page-inquiry p {
        font-size: 15px;
    }

    .page-inquiry p.text {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: left;
    }

    .page-inquiry .doui {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .page-inquiry table th {
        display: block;
        width: 100%;
        padding: 10px 0px 0px 0px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 700;
        text-align: left;
    }

    .page-inquiry table td {
        display: block;
        width: 100%;
        padding: 5px 0px 10px 0px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: left;
    }

    .page-inquiry table td p.kakunin {
        font-size: 15px;
    }

    .page-inquiry input {
        padding: 10px 15px 10px 15px;
    }

    .page-inquiry input.inputyubin {
        width: 50%;
    }

    .page-inquiry textarea {
        padding: 10px 15px 10px 15px;
    }

    .page-inquiry label {
        font-size: 15px;
    }

    .page-inquiry input {
        font-size: 15px;
    }

    .page-inquiry input.inputkoumoku {
        font-size: 15px;
    }

    .page-inquiry input.inputkamoku {
        font-size: 15px;
    }

    .page-inquiry textarea {
        font-size: 15px;
    }

    .page-inquiry select {
        font-size: 15px;
    }

    .page-inquiry .formbtn {
        display: inline-block;
        margin: 20px 0 0 0;
        width: 200px;
        font-size: 16px;
        padding: 10px 0px 10px 0px;
    }

    .page-inquiry .formbtn02 {
        margin: 40px 0 0 0;
        width: 140px;
        padding: 10px 0px 10px 0px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .page-inquiry .privacy-box {
        margin: 10px 0 10px 0;
        padding: 15px 15px 0px 15px;
        height: 120px;
        overflow: auto;
        border: #dbdbdb 1px solid;
    }

    .page-inquiry .privacy-box h3 {
        padding: 0px 0px 5px 0px;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 1.6;
    }

    .page-inquiry .privacy-box p {
        padding: 0px 0px 20px 0px;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 300;
        line-height: 1.6;
    }
}

@media screen and (max-width: 371px) {
    .page-inquiry .formbtnarea {
        text-align: left;
        text-align: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 320px) {}