@charset "UTF-8";

/* _Initialize */

.searvice_area {
    padding: 6% 0 4%;
    margin: 0 auto;
}

.searvice_area:nth-child(odd) {
    background: #f6f6ee;
}

@media only screen and (min-width:1025px) {
    .searvice_area {
        padding: 50px 0 20px;
    }
}


/* mv_メインビジュアル
================================================== */

#mv {
    margin: 0 auto 2%;
}

.mv_box h1 {
    width: 100%;
    margin: 0 auto 30px;
    padding-top: 60px;
}


/* mv_TOP部分
================================================== */

#mv {
    width: 100%;
    margin: 0 auto;
}

#main {
    width: 100%;
    min-height: 400px;
    font-size: 0.9rem;
}

#main h3 {
    font-size: 0.9rem;
    text-align: center;
    color: black;
    margin-top: 24px;
    margin-bottom: 12px;
}

#main h3 span {
    display: inline-block;
    border: 1px solid #ff6e28;
    border-radius: 15px;
    line-height: 28px;
    height: 28px;
    font-size: 0.9rem;
    box-sizing: border-box;
    padding: 0px 12px;
    background-color: white;
    box-sizing: content-box;
}

#main hr {
    height: 1px;
    width: 80%;
    border-top: 1px dashed #afafaf;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-bottom: 24px;
}

#side {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #main {
        font-size: 1rem;
    }
    #main h3 {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 992px) {
    #main {
        flex-basis: 648px;
        max-width: 648px;
        padding-right: 12px;
    }
    #side {
        flex-basis: 312px;
        max-width: 312px;
        padding-left: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    #main {
        flex-basis: 756px;
        max-width: 756px;
        padding-right: 24px;
    }
    #side {
        flex-basis: 324px;
        max-width: 324px;
        padding-left: 24px;
    }
}
/* ランキングリサーチ ============================*/
.ranking-seach img{
    margin:auto;
}


/* Info_コロナ文言
================================================== */

@media print,
screen and (max-width: 639px) {
    .Info_txt {
        margin: 10px auto;
        text-align: center;
        /*border: 3px solid #ff741e;*/
        padding: 5px;
        width: 85%;
    }
}

@media print,
screen and (min-width: 640px) {
    .Info_txt {
        margin: 15px auto;
        text-align: center;
        /*border: 3px solid #ff741e;*/
        padding: 9px;
        /*width: 54%;*/
    }
}

.Info_txt .wrapper {
    text-align: center;
    padding: 10px;
    border: 3px solid #ffa63e;
}

.Info_Tit {
    font-size: 1.2rem;
    font-weight: bold;
}

.Info_msg {
    font-size: 1.0rem;
    text-align: center;
}

.Info_list {
    color: #ff6e28;
    font-size: 1.1rem;
    font-weight: bold;
    list-style-type: disc;
    line-height: 2.0;
    text-align: left;
    margin-left: 20px;
}

@media (min-width: 980px) {
    .Info_txt .wrapper {
        box-sizing: border-box;
        /*padding:12px;*/
    }
    .Info_Tit {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .Info_list {
        width: 90%;
        box-sizing: border-box;
        display: flex;
        font-size: 1.4rem;
        justify-content: flex-start;
        margin: 0 auto;
    }
    .Info_list li {
        margin-left: 35px;
    }
}

.Info_txt .covid-19 {
    text-align: center;
    padding: 10px;
    border: none!important;
}


/* sp covid
******************************************** */

@media(min-width: 1024px) {
    button.cov_btn {
        background: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    div {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    button.cov_btn {
        display: block;
        cursor: pointer;
        background-color: #ffa63e;
        color: #fff;
        text-align: center;
        width: 830px;
        height: 50px;
        line-height: 50px;
        border-radius: 20px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        font-weight: bold;
    }
    .cov_con {
        width: 790px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -25px;
        /* 閉じている状態 */
        /* 閉じるアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .cov_con.is-open {
        /* 開いている状態 */
        background-image: url(/img/common_img/covid-19_under.jpg);
        background-size: 100%;
        height: 246px;
        /* 開くアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .backdrop {
        font-size: 60px;
        position: absolute;
        top: -7px;
        bottom: 0;
    }
}

@media(max-width:1023px) {
    button.cov_btn {
        background: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    div {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    button.cov_btn {
        display: block;
        cursor: pointer;
        background-color: #ffa63e;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        width: 500px;
        height: 40px;
        line-height: 35px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .cov_con {
        text-align: center;
        width: 465px;
        /* 閉じている状態 */
        margin-left: auto;
        margin-right: auto;
        margin-top: -6px;
        /* 閉じるアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .cov_con.is-open {
        /* 開いている状態 */
        border-top: 1px white solid;
        padding-top: 13px;
        padding-bottom: 13px;
        background-image: url(/img/common_img/covid-19_sp_under.jpg);
        background-size: 100%;
        height: 288px;
        /* 開くアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .backdrop {
        font-size: 50px;
        position: absolute;
        top: -8px;
        bottom: 0;
        right: 15px;
    }
}

@media(max-width: 760px) {
    button.cov_btn {
        background: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    div {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    button.cov_btn {
        display: block;
        cursor: pointer;
        background-color: #ffa63e;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        width: 355px;
        height: 40px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .cov_con {
        text-align: center;
        width: 325px;
        /* 閉じている状態 */
        margin-left: auto;
        margin-right: auto;
        margin-top: -6px;
        /* 閉じるアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .cov_con.is-open {
        /* 開いている状態 */
        border-top: 1px white solid;
        padding-top: 13px;
        padding-bottom: 13px;
        background-image: url(/img/common_img/covid-19_sp_under.jpg);
        background-size: 100%;
        height: 202px;
        /* 開くアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
}

@media(max-width: 400px) {
    button.cov_btn {
        background: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    div {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    button.cov_btn {
        display: block;
        cursor: pointer;
        background-color: #ffa63e;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        width: 320px;
        height: 40px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .cov_con {
        text-align: center;
        width: 290px;
        /* 閉じている状態 */
        margin-left: auto;
        margin-right: auto;
        margin-top: -6px;
        /* 閉じるアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .cov_con.is-open {
        /* 開いている状態 */
        border-top: 1px white solid;
        padding-top: 13px;
        padding-bottom: 13px;
        background-image: url(/img/common_img/covid-19_sp_under.jpg);
        background-size: 100%;
        height: 180px;
        /* 開くアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .backdrop {
        font-size: 35px;
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 13px;
    }
}

@media(max-width: 330px) {
    button.cov_btn {
        background: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    div {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    button.cov_btn {
        display: block;
        cursor: pointer;
        background-color: #ffa63e;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        width: 260px;
        height: 40px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .cov_con {
        text-align: center;
        width: 240px;
        /* 閉じている状態 */
        margin-left: auto;
        margin-right: auto;
        margin-top: -6px;
        /* 閉じるアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .cov_con.is-open {
        /* 開いている状態 */
        background-image: url(/img/common_img/covid-19_sp_under.jpg);
        background-size: 100%;
        height: 149px;
        /* 開くアニメーション */
        transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    }
    .backdrop {
        font-size: 25px;
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 13px;
    }
}


/* rank_box_人気ランキング
================================================== */

.rank_box {
    width: 90%;
    margin: 15% auto 0;
}

.rank_area {
    align-items: center;
    background-blend-mode: lighten;
    background-color: rgba(255, 255, 255, 0.3);
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 5px -2px #888888;
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 10px 0;
    border: #ff6e28 5px solid;
    margin-top: 20%;
}

.rank_area:first-child {
    margin-top: 7%;
}

.rank_area dt {
    width: 30%;
}

.rank_area dt a {
    margin: 5px 10px;
}

.rank_area dt a img {
    width: 65px;
}

.rank_area dd {
    width: 70%;
}

.rank_area dd h4 {
    color: transparent;
    font-size: 1.6rem;
    line-height: 1.3em;
    margin: 0;
}

.rank_area .shosai {
    width: 100%;
    position: absolute;
    left: 0;
    top: 92%;
    margin-left: 0;
    z-index: 5;
}

.rank_area .shosai a {
    width: 70%;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
    border: #fff 2px solid;
    border-radius: 10px;
    margin: 0 15%;
}

.rank_area .shosai .rank_btn {
    background: #ff6e28;
}

.rank_area .shosai .rank_btn:hover,
:visited {
    background: #fff;
    color: #ff6e28;
    border: #ff6e28 2px solid;
}

.rank1_box {
    border: #e3b132 5px solid;
    background-image: url(../images/rank_1_img.jpg);
}

.rank2_box {
    border: #c4c4c4 5px solid;
    background-image: url(../images/rank_2_img.jpg);
}

.rank3_box {
    border: #f19149 5px solid;
    background-image: url(../images/rank_3_img.jpg);
}

.rank_area dd .rank1 {
    color: #c09020;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.rank_area dd .rank2 {
    color: #808080;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.rank_area dd .rank3 {
    color: #c38035;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}


/* service_box_サービス一覧
================================================== */

#service {
    margin-top: 30px;
}

#service .linklist {
    height: 60px;
    position: relative;
    margin: 0px 5%;
}

#service .linklist .board {
    width: 100%;
    padding: 8px;
    font-size: 0.9rem;
    height: 44px;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 5px -2px #888888;
    position: absolute;
    top: 0;
    z-index: 20;
    transition: 0.2s;
}

#service .linklist .board:hover {
    background-color: #f5f5dc;
}

#service .linklist .board a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0px 9px 0px 12px;
    background-color: transparent;
    border-radius: 16px;
}

#service .linklist .board h4 {
    font-weight: 100;
    color: #696969;
    height: 28px;
    line-height: 28px;
    padding: 0px 6px;
    margin-bottom: 9px;
}

#service .linklist .board h4 a:hover {
    color: #fff;
}

#service .linklist .board a i {
    display: block;
    font-size: 21px;
    float: left;
    height: 32px;
    line-height: 32px;
}

#service .linklist a {
    color: #696969;
}

#service .linklist a:active,
#service .linklist a:hover {
    background-color: #ff884f;
    color: #fff
}

#service .linklist .board h4 i {
    display: inline-block;
    height: 28px;
    line-height: 14px;
    vertical-align: text-top;
}

#service .linklist .board h4 i.expand {
    float: right;
    line-height: 28px;
}

#service .linklist .board .footer a.morelink {
    width: 35%;
    margin: 0px auto;
    padding: 0px 6px;
    background-color: #cecece;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    color: white;
}

#service .linklist .board .footer a.morelink i {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

#service .linklist.open .board {
    height: 300%;
    overflow: scroll;
    width: 100%;
    border-radius: 9px;
    border: none;
    box-shadow: 0px 6px 12px -2px rgba(0, 0, 0, 0.75);
    z-index: 30;
}

.contact form dt {
    font-size: 0.85rem;
}

.contact form dd {
    margin: 0px 0px 12px 0px;
}

.contact form dd small {
    font-size: 0.7rem;
}

.contact form .required::after {
    content: "必須";
    font-size: 0.7rem;
    color: #ff4c4c;
    margin-left: 12px;
}

.contact form .input_text,
.contact form textarea {
    display: block;
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 6px;
    font-size: 1rem;
    padding: 9px;
}

.contact form textarea {
    min-height: 320px;
}

.contact form button {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1rem;
    font-weight: bold;
    color: #803f11;
    background-color: bisque;
    border-radius: 12px;
    line-height: 50px;
    border: none;
    box-shadow: 0px 3px 6px -4px black;
    margin-bottom: 24px;
}

.contact form .input_address label {
    font-size: 0.85rem;
}

.contact form .input_address .zip_num .input_text {
    width: 50%;
    display: inline-block;
}

.contact form .input_address .input_text {
    margin-bottom: 6px;
}

.nav_main_btn {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    padding: 12px;
}

@media only screen and (min-width: 768px) {
    .sp_only {
        visibility: hidden;
    }
}

span.marker {
    background: linear-gradient(transparent 60%, #ecff51 60%);
}


/* check complete_確認画面と送信画面のやつ
================================================== */

.ch_com {
    min-height: 100vh;
}

.ch_com_f {
    width: 100%;
    height: 33px;
    position: fixed;
    bottom: 0;
}

.ch_com_space {
    margin-top: 90px;
}


/* #checkbox_こんな時は要注意ってとこ
================================================== */

.check_table {
    background: linear-gradient(0deg, #effcba 0%, #effcba 50%, #fff 50%, #fff 100%);
    border: 2px solid #d1f736;
}

.check_table dl {
    background: #fff;
    box-sizing: border-box;
    padding: 0 5%;
}

.check_table dl dt {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.check_table dl dt::first-letter {
    color: #fdd100;
    font-size: 1.9rem;
}

.check_table dl dd {
    margin-left: 0!important;
}

.check_table dl dd li {
    font-size: 1.0rem;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 6px;
    margin-top: 10px;
}

.check_table dl dd li:last-child {
    border-bottom: none;
}

.check_table dl dd li::before {
    content: "×";
    color: #fdd100;
    margin-right: 6px;
}

.check_table dl.check_dl {
    background: #effcba;
    position: relative;
    padding-top: 30px;
}

.check_table dl.check_dl::before {
    content: "";
    width: 0px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
    border-top: solid 25px #fff;
    border-right: solid 40px transparent;
    border-left: solid 40px transparent;
}

.check_table dl.check_dl dt::first-letter {
    color: #ff0000;
    font-size: 1.9rem;
}

.check_table dl.check_dl dd {
    margin-left: 0!important;
}

.check_table dl.check_dl dd li:last-child {
    border-bottom: none;
}

.check_table dl.check_dl dd li::before {
    content: "！";
    color: #ff0000;
    margin-right: 6px;
}


/* company_会社概要
================================================== */

#company {
    width: 90%;
    margin: 0 auto 50px;
}

#company table {
    margin: 20px auto;
    border-collapse: collapse;
    background: #fbf7f2;
    border: solid 1px #999;
}

#company table th {
    background: initial;
    font-weight: bold !important;
    padding: 10px 10px 7px;
    line-height: 1.6;
    font-size: 14px;
    border: solid 1px #999;
}

#company table td {
    padding: 10px 10px 7px;
    line-height: 1.6;
    font-size: 14px;
    border: solid 1px #999;
}


/* #voice_お客様の声
================================================== */

#voice_anc {
    padding: 2% 0 0;
}

.voice_box {
    height: 420px;
    background: #fbf7f2;
    overflow-y: scroll;
    padding: 20px 4%;
    border: 1px solid #fdae14;
    border-radius: 5px;
    margin-top: 20px;
}

.voice_box li {
    font-size: 1.0rem;
    border-bottom: 1px dashed #fdae14;
    padding-bottom: 18px;
    margin-top: 22px;
}

.voice_box li .speaker {
    color: #e98297;
    font-size: 1.0rem;
    font-weight: normal;
    margin-top: 8px;
}

.voice_box.pp_box {
    height: 150px;
    margin: 20px 0;
}


/* form_flow_入力確認完了の部分
================================================== */

.flow_inner {
    max-width: 320px;
    margin: 30px auto;
}

.form_flow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.form_flow li {
    width: 70px;
    height: 70px;
    align-items: center;
    background: #f5f5dc;
    box-sizing: border-box;
    color: #ffa63e;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    position: relative;
    text-align: center;
    border: 2px solid #ffa63e;
    border-radius: 35px;
}

.form_flow li::after {
    content: "▲";
    color: #ffa63e;
    display: block;
    font-size: 1.0rem;
    position: absolute;
    right: -65%;
    transform: rotate(90deg);
}

.form_flow li.active {
    background: #f2930c;
    color: #fff;
    border: 2px solid #ff6e28;
}

.form_flow li:last-child {
    padding-right: 0;
}

.form_flow li:last-child::after {
    content: none;
}

.form_flow li:last-child:before {
    display: none;
}

.form_flow li:before {
    display: none;
    content: '';
    position: absolute;
    border-top: 1px dotted #bfc8ce;
    right: 0;
    top: 50%;
}

.back_btn {
    background: #dcdcdc;
    box-sizing: border-box;
    color: #444;
    font-weight: 500;
    padding: 5px 30px;
    border: #999 2px solid;
    border-radius: 20px;
}


/* #formのCSS
================================================== */

#form {
    background-image: url(../images/form_bg.png);
    margin-bottom: 20px;
}

.form_box {
    background: #fff;    /* padding: 0px 5% 5%; */    border: 1px solid #fdae14;
    margin-top: 20px;
}

.form_box .arart_txt {
    background: #e8ff8b;
    font-weight: bold;
    padding: 8px;
}

.form_box .arart_txt span {
    color: #ff0000;
}

.form_box .form_area {
    margin-top: 10px;
}

.form_box .area_dl_box dl {
    display: flex;
    margin-top: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.form_box .area_dl_box dt {
    width: 20%;
    font-size: 1.5rem;
    font-weight: bold;
}

.form_box .area_dl_box dd {
    width: 80%;
    margin: -5px;
}

.form_box .area_dl_box dd li {
    background: #ff4c4c;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 3px 8px 1px;
    margin: 5px 3px 0px 7px;
}

.form_box .ac_area h3 {
    width: 280px;
    background: #ff6e28;
    box-shadow: 0px 3px 5px -3px #686868;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.1rem;
    text-align: center;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 15px;
    margin: 0 auto;
}

.form_box .ac_area h3:hover {
    background: #f5f5dc;
    color: #ff6e28;
    border: 2px solid #ff6e28;
}

.form_box .ac_area ul {
    display: none;
    margin: 0 5%;
}

.form_box .ac_area ul span {
    font-weight: bold;
}

.form_box .form_input {
    margin-top: 40px;
}

.form_box .form_input p {
    font-size: 1.1rem;
}

.form_box .form_input .annotation {
    font-size: 1.0rem;
}

#fixed_form {
    margin-top: 20px;
}

#fixed_form .table_box {
    border-top: 1px solid #ddd;
}

#fixed_form .table_box>dl {
    border-bottom: 1px solid #ddd;
}

#fixed_form .table_box>dl>dt {
    background: #effcba;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
}

#fixed_form .table_box>dl>dt.req::after {
    background: #ff4c4c;
    content: "必須";
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 1px 4px 0;
}

#fixed_form .table_box>dl>dt.any::after {
    background: #ddd;
    content: "任意";
    color: #333;
}

#fixed_form .table_box>dl>dt.none::after {
    content: none;
}

#fixed_form .table_box>dl>dd {
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 0;
}

#fixed_form .table_box>dl>dd input,
#fixed_form .table_box>dl>dd .sct,
#fixed_form .table_box>dl>dd textarea {
    background: #fff;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 5px;
}

#fixed_form .table_box>dl>dd textarea {
    font-size: 16px;
    line-height: 1.4rem;
}

#fixed_form .table_box .sct {
    position: relative;
}

#fixed_form .table_box .sct::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5%;
    top: 35%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg)translateY(-30%);
}

#fixed_form .send_btn .btn01 {
    font-size: 2.0rem;
    padding: 10px 2%;
    margin-top: 30px;
}

#fixed_form .send_check .back_btn:hover {
    background: #fff;
}

.req {
    font-size: 1.1rem!important;
}

select {
    width: 100%;
    font-size: 1.0rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* エアコンフォーム　数量・価格変更 */

.form_aircon .air-sct input[type="number"] {
    margin-left: 0.3rem;
}

.form_aircon .air-sct li.text-red {
    margin-bottom: 1rem;
}

.text-red {
    color: #F00;
}


/* #pp_プライバシーポリシー.html部分
================================================== */

#pp_anc {
    padding-top: 80px;
    margin-top: -80px;
}

#pp_anc iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #74afff;
    border-radius: 8px;
    margin-top: 2%;
}

.pp {
    width: calc (100% - 40px);
    background: #f7fcfe;
    box-sizing: border-box;
    padding: 0 5% 0 2%;
    margin: 0 auto;
}

.pp .tit_mid {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 5px;
}

.pp .read {
    color: #65655c;
    font-size: 0.8rem!important;
    font-weight: bold;
    margin-left: 10px;
}

.pp_box {
    margin-top: 20px;
}

.pp_box .pp_li>li {
    padding: 5px 0;
    border-bottom: 1px dashed #74afff;
}

.pp_box .pp_li>li:first-child {
    padding-top: 0;
}

.pp_box .pp_li>li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.pp_box .pp_li>li>dl>dt {
    left: 0;
    font-size: 1.0rem;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}

.pp_box .pp_li>li>dl>dd {
    font-size: 0.8rem;
    margin-left: 10px;
}

.pp_box .use_li>li {
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
}

.pp_box table {
    border: 1px solid #ddd;
    margin: 0 0 10px;
}

.pp_box dd th,
.pp_box dd td {
    padding: 10px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.pp_box dd th {
    background: #f7f7f7;
}

.pp_box dd th:not(:first-child) {
    text-align: center;
}

.pp_box dd th:last-child,
.pp_box dd td:last-child {
    border-right: none;
}

.pp_box dd tr:last-child th,
.pp_box dd tr:last-child td {
    border-bottom: none;
}

.pp_right {
    text-align: right;
}

.tit_tbl {
    font-weight: bold;
    margin: 20px 0 10px 0;
}


/* tab用＿640px~
================================================== */

@media only screen and (min-width:640px) {
    /* mv_メインビジュアル
	================================================== */
    .mv_box h1 {
        width: 90%;
    }
    /* rank_box_人気ランキング
	================================================== */
    .rank_box {
        margin: 0 auto;
    }
    .rank_area {
        width: 480px;
        align-items: center;
        margin: 10% auto 0;
    }
    .rank_area dt a img {
        width: 80px;
    }
    .rank_area dd h4 {
        font-size: 2.0rem;
    }
    .rank_area .shosai a {
        font-size: 1.2rem;
    }
    /* #checkbox_こんな時は要注意ってとこ
	================================================== */
    .check_table {
        background: linear-gradient(0deg, #effcba 0%, #effcba 48%, #fff 48%, #fff 100%);
    }
    .check_table dl {
        padding: 30px 40px;
    }
    .check_table dl dt {
        font-size: 1.5rem;
    }
    /* #formのCSS
	================================================== */
    .form_box {
        padding: 0 20px 10px;
        margin-top: 40px;
    }
    .form_box .area_dl_box dt {
        width: 80px;
        font-size: 1.7rem;
    }
    .form_box .area_dl_box dd li {
        font-size: 1.4rem;
    }
    #fixed_form .table_box>dl {
        display: flex;
        margin: 0;
    }
    #fixed_form .table_box>dl dt {
        width: 240px;
    }
    #fixed_form .table_box>dl dd {
        width: 350px;
        margin-left: 10px;
    }
    #fixed_form .table_box .sct {
        width: 300px;
    }
    #fixed_form .table_box .send_check {
        font-size: 1.6rem;
        padding: 20px 80px;
        margin: 30px auto 10px;
    }
    #fixed_form .send_btn .btn01 {
        font-size: 2.0rem;
        padding: 15px 150px;
        margin: 30px auto 20px;
    }
    #fixed_form .table_box>dl>dd textarea {
        width: 330px;
    }
}


/* PC用_1025px～
================================================== */

@media only screen and (min-width:1025px) {
    /* mv_メインビジュアル
	================================================== */
    #mv {
        margin: 0 auto;
    }
    .mv_box h1 {
        width: 980px;
        padding-top: 90px;
    }
    /* rank_box_人気ランキング
	================================================== */
    .rank_box {
        width: 980px;
        margin: 0 auto;
    }
    .rank_contents {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .rank_area:first-child {
        margin-top: 0;
    }
    .rank_area {
        width: 100%;
        margin: 0 1%;
    }
    .rank_area dt a img {
        width: 65px;
    }
    .rank_area dd h4 {
        font-size: 1.6rem;
    }
    .rank_area .shosai a {
        font-size: 0.9rem;
    }
    /* service_box_サービス一覧
	================================================== */
    #service .linklist {
        height: auto;
        position: relative;
        margin: 0;
    }
    #service .linklist .board {
        height: auto;
        border-radius: unset;
        background: unset;
        overflow: auto;
        box-shadow: unset;
        position: unset;
    }
    #service .linklist .board:hover {
        background-color: #fff;
    }
    #service .linklist .board h4 {
        border-bottom: 1px dashed #cecece;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
    }
    #service.linklist .board h4 i.expand {
        height: 36px;
        line-height: 36px;
    }
    #service .linklist .board ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
    }
    #service .linklist .board li {
        width: 32%;
    }
    #service .linklist .board li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    #service .linklist .board li a {
        background: #f5f5dc;
        box-sizing: border-box;
        box-shadow: 0px 2px 4px -3px #797979;
        margin: 6px auto;
    }
    #service .linklist .board li a:hover {
        background-color: #ff884f;
        color: #fff;
    }
    #service .linklist.open .board {
        height: 0;
        overflow: hidden;
        width: 100%;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 0;
    }
    /* #checkbox_こんな時は要注意ってとこ
	================================================== */
    .check_table {
        background: linear-gradient(180deg, #effcba 0%, #effcba 50%, #fff 50%, #fff 100%);
    }
    .check_table::after {
        content: "";
        clear: both;
        display: block;
    }
    .check_table dl {
        width: 50%;
        float: left;
    }
    .check_table dl.dang_dl {
        padding: 20px 40px;
        margin: 0;
    }
    .check_table dl.check_dl {
        padding: 20px 30px 20px 50px;
        margin: 0;
    }
    .check_table dl.check_dl::before {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        top: calc(50% - 50px);
        left: 0;
        border-top: solid 50px transparent;
        border-right: none;
        border-bottom: solid 50px transparent;
        border-left: solid 28px #fff;
    }
    /* company_会社概要
	================================================== */
    #company {
        width: 980px;
    }
    /* #voice_お客様の声
	================================================== */
    .voice_box {
        padding: 20px 40px;
    }
    /* #formのCSS
	================================================== */
    #fixed_form .table_box>dl>dd {
        width: 600px;
    }
    #fixed_form .table_box>dl>dd textarea {
        width: 500px;
    }
    /* #pp_プライバシーポリシー.html部分
	================================================== */
    .pp_box .pp_li>li>dl>dt {
        font-size: 1.2rem;
    }
    .pp_box .pp_li>li>dl>dd {
        font-size: 1.0rem;
    }
}