@charset "UTF-8";

body {
    -webkit-text-size-adjuVst: 100%;
}

.forpc {
    display: none;
}


/* ===== STYLE ===== */

.inner {
    position: relative;
    width: 100%;
}

p {
    line-height: 1.6;
    margin-bottom: 20px;
}


/* title */

.title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.title.lv3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.title.lv4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 14px;
    font-size: 1.4rem;
}



.theme li {
    margin-bottom: 2px;
    padding: 15px;
    font-size: 100%;
}





/* button */

.btn {
    width: 100%;
    padding: 15px;
    font-size: 114%;
}


/* ----- HEADER ----- */

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
}

header .inner {
    position: relative;
    z-index: 101;
    background: #fff;

}

.logo {
    position: relative;
    z-index: 102;
    padding: 10px;
}

.logo img {
    height: 40px;
}

.support {
    display: none;
}



.nav {
    position: relative;
    top: -400px;
    left: 0;
}

.nav.on {
    top: 0px;
    z-index: 50;
    animation: nav-op linear 0.3s;
    -moz-animation: nav-op linear 0.3s;
    -webkit-animation: nav-op linear 0.3s;
}

@keyframes nav-op {
    0% {
        top: -400px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes nav-op {
    0% {
        top: -400px;
    }

    100% {
        top: 0;
    }
}



.gnav li {
    border-bottom: 1px solid #aaa;
}





.navbtn {
    display: block;
}

.navbtn.opn {
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 102;
    padding: 13px 10px;
    background: #0a8c6c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
}

.navbtn.cls {
    padding: 15px 0;
    text-align: center;
}



/* ----- MAIN ----- */

.main {
    padding-top: 60px;
}

.pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}

.pagetop:after {
    top: 5px;
    left: 12px;
    font-size: 16px;
}

.pagetop a {
    padding-top: 20px;
    font-size: 90%;
}

.pagetop a span {
    display: none;
}




/* ----- FOOTER ----- */

footer .inner {
    padding: 20px 0 20px;
}



/* ----- TOP ----- */

.con_wrap {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
    margin-top: -70px;
    padding-top: 70px;

}

.con {
    width: 100%;
    padding: 20px;
}

.uppr {
    width: 100%;
}

.undr {
    padding-top: 20px;
}

.form {
    width: 100%;
    margin-top: -30px;
}

/* -- con1 -- */

.slogan_wrap {
    background-size: 120px 120px;
    background-position: center center;
}

.slogan {
    padding: 20px;
    font-size: 24px;
    font-size: 2.4rem;
}


.model {
    padding: 10px;
}

.model p {
    text-align: left;
}


.about_img {
    padding: 10px;
}

.about_img .img1 {
    top: 16%;
    left: 5.6%;
}

.about_img .img2 {
    top: 37%;
    left: -1%;
}

.about_img .img3 {
    top: 59%;
    left: 0;
}

.about_img .img4 {
    width: 63%;
}

.about_img .img5 {
    width: 46%;
    top: 0;
    right: -7%;
}

.about_img .img6 {
    width: 25%;
    top: 53%;
    right: -2%;
}

.about_img .img7 {
    width: 17%;
    top: 56%;
    right: 0;
}

.about_img .pic {
    width: 24%;
    border-width: 2px;
}


.flow {
    margin-bottom: 30px;
    text-align: center;
}

.flow li {
    display: block;
    margin: 0 auto 15px;
}

.flow li:last-child {
    margin-bottom: 0;
}



.flow .next {
    border-width: 35px 22px 0 22px;
    border-color: rgba(255, 241, 0, 0.6) transparent transparent transparent;
    bottom: -40px;
    left: 50%;
    margin-left: -22px;
}



.step li {
    padding-left: 0;
    margin-bottom: 20px;
}

.step li:before,
.step li:after {
    width: 30px;
    height: 30px;
}

.step li:before {
    top: 0;
    left: 20px;
}

.step li:after {
    top: 0;
    left: 30px;
}

.step li h4 {
    padding-left: 70px;
}

.step .balloon {
    top: -10px;
    left: 0;
    padding: 10px 5px;
    font-size: 80%;
}



/* -- con2 -- */

.btns .btn {
    margin-bottom: 20px;
}

/*
.btns .btn:last-child{
	margin-bottom:0;
}*/

.inq span {
    display: inline-block;
    padding-right: 15px;
}


/* -- con3 -- */

.org_tbl tbody {
    height: 300px;
}

.org_tbl .name {
    width: 85%;
}

.org_tbl .shop {
    width: 15%;
    min-width: 100px;
}


/* /////////////////
	2018/1 ADD
///////////////////*/
.org_tbl .name1 {
    width: 20%;
    min-width: 60px;
}

.org_tbl .name2 {
    width: 21%;
    /*	width:20%; */
    min-width: 60px;

}

.org_tbl .name3 {
    width: 20%;
    min-width: 40px;
}

.msr_flow02 {
    width: 100%;
}

/* -- con4 -- */

.act img {
    margin-bottom: 10px;
}

/* -- con5 -- */



/* -- subnav -- */

.subnav_wrap {
    display: none;
}




/* modal */

.modal_wrap {
    padding: 10px;
}

.modal_head {
    margin-bottom: 10px;
}

.modal_category {
    margin-bottom: 10px;
    font-size: 100%;
}

.modal_title {
    margin-bottom: 10px;
    font-size: 120%;
    line-height: 1.2;
}

.modal_title span {
    font-size: 60%;
    line-height: 1.5;
}

.modal_area {
    line-height: 1.4;
}

.modal_main {
    margin-bottom: 20px;
}

.modal_main .txt,
.modal_main .img {
    margin-bottom: 10px;
}

.modal_main .txt {}


.modal_catch_copy {
    font-size: 120%;
}

.modal_title_shops {
    margin-bottom: 5px;
}

.modal_shop_list {
    margin-bottom: 20px;
}

.modal_shop_list li {
    width: 33.3%;
    font-size: 80%;
}

.modal_shop_list li:nth-child(3n),
.modal_shop_list li:last-child {
    border-right: 1px solid #ccc;
}

.hp_link .btn {
    max-width: 200px;
    margin: 10px auto 20px;
    padding: 14px;
    font-size: 100%;
}


/* 20170222 ADD */
.btns1 .btn {
    margin-bottom: 20px;
    margin-top: 10px;
}

.btns2 .btn {
    margin-bottom: 20px;
}

.btns3 .btn {
    margin-bottom: 20px;
    margin-top: 10px;
}

/* result */
.don_tbl tbody {
    height: 300px;
}

.don_tbl .no {
    width: 5%;
}

.don_tbl .category {
    width: 45%;
}

.don_tbl .name {
    width: 25%;
}

.don_tbl .shop {
    width: 25%;
    /*	min-width:100px; */
}

.kufu {
    text-align: center;
}

.kifu img {
    border: solid 5px #fff;
    margin-top: 5px;
}

.oshirase {
    margin-top: -35px;
}

.topic {
    font-size: 80%;
}



.scroll-table {
    overflow: auto;
    white-space: nowrap;
}


/* フォーム用追加20190827 */
@media screen and (max-width:769px) {
    .flow3 {
        margin: 0 auto 50px;
    }

    .flow3 .box {
        margin: 0 auto 33px;
        width: 80%;
        padding: 10px;
        border: 3px solid #aed5c2;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        font-size: 1.2em;
        color: #FFF;
        font-weight: bold;
        line-height: 1.4;
        background: #aed5c2;
        text-align: center;
    }

    .flow3 .box.active {
        margin: 0 auto 33px;
        width: 80%;
        padding: 10px;
        border: 3px solid #0a8c6c;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        font-size: 1.2em;
        color: #FFF;
        font-weight: bold;
        line-height: 1.4;
        background: #0a8c6c;
        text-align: center;
    }

    .flow3 .box:after {
        border-top: 25px solid rgba(255, 241, 0, 0.6);
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        content: "";
        position: absolute;
        bottom: -28px;
        left: 50%;
        margin-left: -40px;
    }

    .flow3 .box:last-child:after {
        border: none;
        /* 最後のボックスだけ三角形を表示しない */
    }

    .msr_flow02 {
        display: none;
    }

    /* フォーム部分 */
    /*--------------------------------------
    テキスト
    ---------------------------------------*/

    .msr_text_02 {
        padding-bottom: 20px;
        /*        width: 460px; */
        width: 100%;
    }

    .msr_text_02 label {
        display: block;
        font-size: 14px;
        padding-bottom: 5px;
    }

    .msr_text_02 input[type=text] {
        border: 1px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #333;
        font-size: 13px;
        padding: 10px;
        height: 40px;
        /*        width: 460px; */
        width: 100%;
    }

    /*--------------------------------------
    ラジオボタン
    ---------------------------------------*/

    .msr_radio_02 {
        padding-bottom: 20px;
        box-sizing: border-box;
        line-height: 25px;
        padding-bottom: 30px;
    }

    .msr_radio_02 p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .msr_radio_02 input[type=radio] {
        display: none;
        margin: 0;
    }

    .msr_radio_02 input[type=radio] + label {
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 1.5px;
        margin-right: 12px;
        padding: 0 0 3px 24px;
        position: relative;
    }

    .msr_radio_02 input[type=radio] + label::before {
        border: 1px solid #0a8c6c;
        border-radius: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "";
        display: block;
        margin-top: -9px;
        position: absolute;
        left: 0;
        top: 50%;
        height: 13px;
        width: 13px;
    }

    .msr_radio_02 input[type=radio]:checked + label::after {
        background: #0a8c6c;
        border-radius: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "";
        display: block;
        margin-top: -4px;
        position: absolute;
        left: 3px;
        top: 0px;
        height: 7px;
        width: 7px;
    }

    /*--------------------------------------
    チェックボックス
    ---------------------------------------*/

    .msr_chack_02 {
        padding-bottom: 20px;
    }

    .msr_chack_02 p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .msr_chack_02 input[type=checkbox] {
        display: none;
        margin: 0;
    }

    .msr_chack_02 input[type=checkbox] + label {
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 1.5px;
        margin-right: 12px;
        padding: 0 0 0 24px;
        position: relative;
    }

    .msr_chack_02 input[type=checkbox] + label::before {
        background: #0a8c6c;
        -moz-box-sizing: border-box;
        content: "";
        display: block;
        margin-top: -9px;
        position: absolute;
        left: 0;
        top: 50%;
        height: 14px;
        width: 14px;
    }

    .msr_chack_02 input[type=checkbox]:checked + label::after {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
    }

    .msr_chack_02 input[type=checkbox]:checked + label::after {
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        left: 3px;
        margin-top: -7px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        height: 6px;
        width: 9px;
    }

    /*--------------------------------------
    プルダウン
    ---------------------------------------*/

    .msr_pulldown_02 {
        padding-bottom: 20px;
        position: relative;
        width: 230px;
    }

    .msr_pulldown_02 p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .msr_pulldown_02 select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(/stylerecipe_img/msr02_pulldown_btn01.png) no-repeat right;
        border-top: 1px solid #0a8c6c;
        border-bottom: 1px solid #0a8c6c;
        border-left: 1px solid #0a8c6c;
        border-right: 1px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        cursor: pointer;
        color: #333;
        text-indent: .01px;
        text-overflow: "";
        padding: 10px;
        height: 40px;
        width: 230px;
    }

    /*--------------------------------------
    ファイル選択
    ---------------------------------------*/

    .msr_file_02 {
        padding-bottom: 30px;
        width: 100%;
    }

    .msr_file_02 > p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .msr_filebox_02 {
        position: relative;
    }

    .msr_filebox_02 input[type=file] {
        display: none;
    }

    /*    .msr_filebox_02 label {
        border: 1px solid #0a8c6c;
        cursor: pointer;
        font-size: 14px;
        display: block;
        position: relative;
        padding: 10px;
        height: 42px;
        width: 100%;
    }
  */
    .msr_filebox_02 label {
        border: 1px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #333;
        font-size: 13px;
        padding: 10px;
        height: 40px;
        width: 100%;
    }

    .msr_filebox_02 label:before {
        display: none;
    }

    /*    .msr_filebox_02 label:before {
        background: #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        content: "ファイルを選択";
        color: #fff;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 99px;
    } */

    /*--------------------------------------
    テキストエリア
    ---------------------------------------*/

    .msr_textarea_02 {
        padding-bottom: 40px;
        width: 100%;
    }

    .msr_textarea_02 label {
        display: block;
        font-size: 14px;
        padding-bottom: 5px;
    }

    .msr_textarea_02 textarea {
        border: 1px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #333;
        font-size: 13px;
        padding: 10px;
        height: 210px;
        /*        width: 460px; */
        width: 100%;
    }

    /*--------------------------------------
    送信ボタン
    ---------------------------------------*/
    .msr_sendbtn_02 {
        margin: 0 0 10px;
    }

    .msr_sendbtn_02 input[type=button] {
        background: url(/stylerecipe_img/arrow_blue02.png) no-repeat;
        background-position: 10px;
        border: 2px solid #0a8c6c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #0a8c6c;
        cursor: pointer;
        font-size: 14px;
        transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        height: 40px;
        width: 150px;
    }

    .msr_sendbtn_02 input[type=button]:hover {
        opacity: 0.6;
    }

    .msr_sendbtn_02 input[disabled=disabled] {
        background: #B4B4B4 url(/stylerecipe_img/arrow_gray02.png) no-repeat;
        background-position: 10px;
        border: 2px solid #7E7E7E;
        color: #7E7E7E;
        cursor: default;
    }

    .msr_sendbtn_02 input[disabled=disabled]:hover {
        opacity: 1;
    }

}

/*/////////////////////////////////////////// */
