@charset "utf-8";
/* CSS Document */


/*2018.12.19追記　定期購入の内容変更依頼フォーム*/

.req_tit{
    font-size: 140%;
    line-height: 150%;
    margin-bottom: 20px;
}
.mb_txt {
    padding: 5%;
    background: #f9f9f9;
    margin-bottom: 30px;
}

.mb_sbus{    
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;}

.mb_sbus p,
.mb_txt p{
    margin-bottom: 20px;
}

.mb_sbus p:last-child,
.mb_txt p:last-child{    margin-bottom: 0;}

.need_det{    margin-bottom: 40px;}

.need_det span {
    background: #ea3c0f;
    font-weight: normal;
    padding: 3px;
    color: #fff;
    margin-left: 5px;
}


.cha_req{
    padding: 0 0%;
}

.mic_tits{
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
}

.req_form{
    border-bottom: 1px dotted #222;
    margin-bottom: 50px;
}


.req_form dd{
    margin: 0 0 30px;
    padding: 0;
}

.req_form input{
    border: none;
}

.req_form label{
    border: 1px solid #ccc;
}

.item_s{
    margin-bottom: 10px;
    font-weight: bold;
}

.mrb25{    margin-bottom: 25px;}
.mrb40{    margin-bottom: 40px;}

.item_s span{
    background: #ea3c0f;
    font-weight: normal;
    padding: 3px;
    color: #fff;
    margin-left: 5px;
}

.inds{
    background: #f3f3f3;
    padding: 5% 0%;
    border-right: 1px solid #ddd;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    width: 20%;
}

.nemas_f div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.nemas_f div input{
    width: 94%;
    padding: 5px 3%;
}

.nemas_f div{
    width: 100%;
    border: 1px solid #cfd4d9;
    border-radius: 6px;
}

.posts input{
    width: 19%;
    padding: 10px 3%;
    border: 1px solid #cfd4d9;
    border-radius: 6px;
}

.adds input{
    width: 94%;
    padding: 10px 3%;
    border: 1px solid #cfd4d9;
    border-radius: 6px;
}

.ligs{
    margin: 0 5px;
}

.selectWrap{
    width: 100%;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 1px #cfd4d9;
    border-right: solid 1px #cfd4d9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.selectWrap .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 1;
    height: 46px;
    padding: 0px 0px 0px 10px;
    border-radius: 6px;
    border: none;
}
.selectWrap select::-ms-expand {
    display: none;
}

/*css radio02*/

.radio02 li{
    margin-bottom: 20px;
}

.radio02 li label{    border: none;}
.radio02-input{
    display: none;
}
.radio02-input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
.radio02-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #dfe2e5;
    border-radius: 50%;
}
.radio02-input:checked + label{
    color: #ea3c0f;
}
.radio02-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #ea3c0f;
    border-radius: 50%;
}

.next_s{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.next_s div:first-of-type{
    width: 90%;
    margin-bottom: 10px;
}

.next_s div:nth-of-type(2){
    width: 100%;
    margin-bottom: 10px;
}

.next_s div:last-of-type{
    width: 100%;
}

.next_s div:first-child input{
    width: 100%;
    padding: 10px 5%;
    border: 1px solid #cfd4d9;
    border-radius: 6px;
}

.form-select {
    display: block;
    position: relative;
    width: 100%;
    height: 46px;
    border-radius: 4px;
    overflow: hidden;
}

.form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    /* ここで下向き矢印指定　今回はCSSで */
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
}

.form-select select {
    width: 100%;
    height: 46px;
    padding: 0 10px;
    border: none;
    position: relative;
    border: 1px solid #cfd4d9;
    background: none;
}

/* ie9対策 */

.form-select select:not(:target) {
    width: 120% \9;
}

.cicle,.next_s,.nums{    margin-top: 10px;}

.cicle .form-select{
    width: 100%;
}

.nums .form-select{
    width: 30%;
}

.req_form textarea {
    width: 94%;
    margin-top: 10px;
    padding: 3%;
    border: none;
    position: relative;
    border: 1px solid #cfd4d9;
    background: none;
    border-radius: 6px;
}

.smit_kak{
    text-align: center;
    margin: 30px auto;
}

.smit_kak input{
    background: #ed6935;
    color: #fff;
    font-size: 100%;
    width: 100%;
    padding: 10px 5%;
    border-radius: 10px;
    border: none;
}

.en_tels{
    text-align: center;
    border: 1px solid #ddd;
    padding: 3%;
}

.font-s{
    font-size: 120%;
    line-height: 150%;
}
.f_tels span{
    background: url(../../images/f_tels.svg) no-repeat left center;
    background-size: 40px 30px;
    padding-left: 50px;
    font-size: 200%;
    line-height: 150%;
}

.conf_btns{
    margin: 0 auto;
}

.rret_btns{
    margin: 0 auto 40px;
}

.conf_btns .reruen_kak{
    width: 100%;
    margin: 0 auto 10px;
}

.conf_btns .smit_kak{
    width: 100%;
    margin: 0 auto 40px;
}

.reruen_kak input{
    display: block;
    background: #999;
    color: #fff !important;
    text-align: center;
    font-size: 150%;
    width: 100%;
    padding: 13px 0;
    border-radius: 6px;
    border: none;
}

.reruen_kak a:hover{
    text-decoration: none !important;
}

.conf_btns .smit_kak input{
    background: #ed6935;
    color: #fff;
    font-size: 150%;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: none;
}

.thank_btns{
    width: 100%;
    margin: 0 auto 30px;
}

.thank_btns .reruen_kak{
    width: 100%;
}

.thank_btns .reruen_kak a{
    text-decoration: none;
}

.thankend_btns{
    width: 100%;
    margin: 0 auto 30px;
}

.thankend_btns .reruen_kak{
    width: 100%;
    text-align: center;
}

.thankend_btns .reruen_kak a{
    text-decoration: none;
}

.minicon{
    margin-bottom: 5px;
    font-weight: bold;
}

.mb_txt .note {
    margin-bottom: 0;
}

.mb_txt dd {
    margin: 0 0 0 15px;
}

.mb_txt .subu-note {
    margin: 0 0 0 30px;
}

.mb_txt span {
    color: #EB3C12;
}

.mb_txt a {
    -webkit-text-decoration-color: #EB3C12;
    text-decoration-color: #EB3C12;
}

/*2019.4.16追記　*/

.up-news {
    border: 1px solid #ccc;
    padding: 5%;
    margin: 0 0 20px 0;
}

.up-news p {
    margin: 0;
}

