@charset "UTF-8";


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

shop共通　Css

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

.page #hero {
    border-top-color: #ede7d9;
    padding-bottom: 30px;
}

section {
    margin-bottom: 80px;
    overflow: hidden;
}

ul.ulFlow {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 100px;
    background: url(../images/line.gif) 30px 0 repeat-y;
    background-size: 3px 1px;
}

ul.ulFlow > li {
    width: 100%;
    overflow: hidden;
    border: 3px solid #ddb846;
    background: #ddb846;
    margin-bottom: 30px;
    border-radius: 15px;
}
ul.ulFlow > li.b_pink{ border-color: #e69e96; background: #e69e96; }
ul.ulFlow > li.b_green{ border-color: #bdd380; background: #bdd380; }
ul.ulFlow > li.b_blue{ border-color: #7ac7d3; background: #7ac7d3; }


ul.ulFlow > li:nth-last-child(1) {
    margin-bottom: 0;
}

ul.ulFlow dl {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

ul.ulFlow dt {
    width: 62px;
    float: left;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
    line-height: 1;
}

ul.ulFlow dt span {
    display: block;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

ul.ulFlow dd {
    float: left;
    width: 920px;
    overflow: hidden;
    background: #fffcf5;
    padding: 25px 40px;
    margin: 0;
    position: relative;
}

ul.ulFlow dd h2 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    width: 635px;
    margin-bottom: 20px;
}

ul.ulFlow dd > p {
    width: 635px;
}

.ulFlow .box_contact {
    border: none;
    background: #fff;
    border-radius: 0;
    margin: 30px auto 0 auto;
    overflow: hidden;
}

.ulFlow .box_contact ul li {
    padding: 15px 5%;
}

.ulFlow .box_contact ul li .tel {
    margin-top: 15px;
}

a.btn {
    float: left;
}

li.step2 dd:after {
    content: url(../images/step2_img.png);
    display: block;
    position: absolute;
    top: 20px;
    right: 35px;
}

li.step3 dd:after {
    content: url(../images/step3_img.png);
    display: block;
    position: absolute;
    bottom: 0;
    right: 60px;
}

li.step4 dd:after {
    content: url(../images/step4_img.png);
    display: block;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

li.step5 dd:after {
    content: url(../images/step5_img.png);
    display: block;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

li.step6 dd:after {
    content: url(../images/step6_img.png);
    display: block;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

li.step7 dd:after {
    content: url(../images/step7_img.png);
    display: block;
    position: absolute;
    bottom: 10px;
    right: 40px;
}

li.step8 dd:after {
    content: url(../images/step8_img.png);
    display: block;
    position: absolute;
    bottom: 9px;
    right: 30px;
}

li.step9 dd:after {
    content: url(../images/step9_img.png);
    display: block;
    position: absolute;
    bottom: -6px;
    right: 35px;
}

li.step10 dd:after {
    content: url(../images/step10_img.png);
    display: block;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

li.step11 dd:after {
    content: url(../images/step11_img.png);
    display: block;
    position: absolute;
    bottom: 0px;
    right: 40px;
}

li.zumen dd:after{
    line-height: 0;
    content: url("../images/step7_zumen_img.png");
    display: block;
    position: absolute;
    bottom: 0px;
    right: 40px;
}

li.kokuin dd:after{
    line-height: 0;
    content: url("../images/step8_kokuin_img.png");
    display: block;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

li.shiharai dd:after{
    line-height: 0;
    content: url("../images/step11_shiharai_img.png");
    display: block;
    position: absolute;
    bottom: 20px;
    right: 50px;
}

li.fax dd:after{
    line-height: 0;
    content: url("../images/step03_fax_img.png");
    display: block;
    position: absolute;
    bottom: 20px;
    right: 40px;
}

li.sample dd:after{
    line-height: 0;
    content: url("../images/step05_sample_img.png");
    display: block;
    position: absolute;
    bottom: 20px;
    right: 40px;
}


@media screen and (max-width: 767px) {
    ul.ulFlow {
        margin: 20px 0 50px;
        background: url(../images/line.gif) 50% 0 repeat-y;
        background-size: 3px 1px;
    }

    ul.ulFlow dt {
        width: 100%;
        float: none;
        padding: 5px 0;
    }

    ul.ulFlow dd {
        float: none;
        width: 100%;
        padding: 15px 5%;
    }

    ul.ulFlow dd h2 {
        font-size: 18px;
        width: 100%;
        margin-bottom: 10px;
    }
    ul.ulFlow dd > p {
        width: 100%;
    }

    .ulFlow .box_contact {
        padding: 5px 10px 0;
        margin: 15px auto 0 auto;
    }

    .ulFlow .box_contact ul li {
        padding: 15px 5%;
    }
    .ulFlow .box_contact ul li .tel {
        margin-top: 0;
        font-size: 32px;
    }
    .ulFlow .box_contact ul li .tel:before {
        width: 40px;
        height: 40px;
        background-position: 7px -28px;
        background-size: 185px auto;
    }
    
    a.btn {
        float: none;
    }
    
    ul.ulFlow li dd{
        padding: 25px 30px 0;
    }
    ul.ulFlow li.step1 dd{
        padding: 25px 30px;
    }
    ul.ulFlow li dd:after {
        position: static;
        text-align: center;
        line-height: 0;
        margin-top: 10px;
    }
}


/*　tab切り替え　*/
.tab_wrap{ margin-top: 50px; }
input[type="radio"]{display:none;}
.tab_area{font-size:0; text-align: center; border-bottom: solid 6px #ede7d9;}
.tab_area label{width:45%; margin:0 1%; display:inline-block; padding:18px 0 15px; color:#fff; background:#9d947f; text-align:center; font-size:20px; cursor:pointer; transition:ease 0.2s opacity; border-radius:10px 10px 0px 0px ;}
.tab_area label:hover{opacity:0.6;}
.tab_panel{width:100%; display:none;}
 
#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label{background:#ede7d9; color:#9d947f;}
#tab1:checked ~ .panel_area #pt01,
#tab2:checked ~ .panel_area #pt02{display:block;}

@media screen and (max-width: 767px) {
    .tab_area label{
        width:46%;
        font-size: 16px;
    }
}
