@charset "utf-8";
.page--contact{
    padding-bottom: 43px;
}
.page__title{
    width: 315px;
    margin: 0 auto 109px;
    padding-top: 37px;
    text-align: center;
}
.page--contact .page__title{
    font-weight: bold;
    font-size: 34px;
    /* color: #fff; */
    width: auto;
    margin-bottom: 40px;
    padding-top: 80px;
}
.page--contact .page__title::before{
    content: '';
    background-image: url(../images/contact/page-title-feature.png);
    width: 80px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin: 0 auto 10px;

}
.page--contact .page__title span{
    display: inline-block;
    margin-left: 0.8em;
}

/* Chrome/Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}



.contents-box{
    background-color: #fff;
    border-radius: 8px;
}
.contents-box__inner{
    padding: 68px 80px 90px;
}
.content-news{
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-bottom: 40px;
}
.content-news__inner{
    padding: 16px;
}
.content-news__title{
    color: #FF0004;
    font-weight: 600;
    margin-bottom: 4px;
}
.content-news__text{
    
}

.contact-status{
    margin-bottom: 69px;
}
.contact-status__list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -64px;
}
.contact-status__item{
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-right: 64px;
}
.contact-status__item:not(:last-of-type)::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 30px;
    height: 2px;
    transform: translate(0,-50%);
    background-color: #bfbfbf;
    
}
.contact-status__item__number__wrapper{
    
    display: block;
    width: 58px;
    height: 58px;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}
.contact-status__item__number{
    font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    color: #bfbfbf;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact-status__item.current .contact-status__item__number__wrapper{
    background-color: #f89b3e;
    border: none;
    
}
.contact-status__item.current .contact-status__item__number{
    color: #fff;
}
.contact-reset{
    text-align: right;
    margin-bottom: 11px;
}
.contact-reset button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 1.6rem;
    color: #7b7b7b;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 0.2em 0.4em;
    background-image: url(../images/contact/clear.png);
    padding-left: 1.4em;
    background-position: center left;
    background-size: auto 66%;
    background-repeat: no-repeat;
    line-height: 1;
    /*border-bottom: 1px solid;*/
}
.contact-reset button:hover{
    opacity: 0.5;
}
@media (hover:none) {
    .contact-reset button:hover{
        opacity: 1;
    }
}
.section-wrapper{
    border:2px solid #ebebeb;
    border-radius: 5px;
}
.section-contact + .section-contact{
    margin-top: 30px;
}

.section-contact h3{
    color: #004098;
    font-weight: bold;
    font-size: 1.4em;
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 10px; */
    /*margin-bottom: 30px;*/
    border-left: 5px solid;
    padding: 5px 25px;
    margin-left: -2px;
    margin-top: 30px;
}
.section-contact .contact-list{
    padding: 30px 30px 40px;
}

.contact-list{
    
}

.contact-list-user{
    margin-top:2em;
}
.contact-list h3 {
    padding: 0.5em;
    background-color: #004098;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.5em 0 1em;
    text-align: center;
}

.contact-item{
    display:flex;
}
.contact-item:not(:last-of-type){
    margin-bottom: 47px;
}
.contact-item__title{
    font-weight: 500;
    margin-bottom: 11px;
    flex-basis: 320px;
}
.contact-item dd{
    flex-grow:1;
}
.contact-required{
    color: #fff;
    font-size: 1.2rem;
    border-radius: 30px;
    background-color: #f89b3e;
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    padding: 2px 12px;
}
.contact-item__data__input{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    font-size: 1.6rem;
    border: none;
    background-color: #f4f4f4;
    border-radius: 8px;
    width: 100%;
    padding: 16px 16px 16px;
}
.contact-item__data__input_s{
    width: 11em;
    padding: 5px 10px;
    margin: 0 4px;
}
.page--contact__confirm .contact-item__data__input{
    color: #004098;
}
.contact-item__data__input::placeholder{
    color: #8f8f8f;
}
.contact-item__data__input:-ms-input-placeholder{
    color: #8f8f8f;
}
.contact-item__data__input::-ms-input-placeholder{
    color: #8f8f8f;
}
.contact-item__data__input--textarea{
    height: 203px;
}
.contact-item__data__input--select{
    -webkit-appearance: none;
    appearance: none;
}
select.contact-item__data__input--select::-ms-expand{
    display: none;
}
.contact-item__data__input--select__wrapper{
    position: relative;
}
.contact-item__data__input--select__wrapper::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/contact/select_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    z-index: 3;
    pointer-events: none;
}
.contact-item__data__input__wrapper:not(:last-of-type){
    margin-bottom: 11px;
}
.contact-item__data__note{
    font-size: 1.4rem;
    margin-top: 8px;
}
.contact-privacy{
    text-align: center;
}
.contact-privacy__text{
    margin-top: 73px;
    margin-bottom: 48px;
}
.contact-privacy__text p a{
    color: #004098;
    border-bottom: 1px solid #004098;
}
.contact-privacy__text p a:hover{
    opacity: 0.5;
}

.privacy__check{
    margin-top: 10px;
}
.privacy__check input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 1.5em;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }

.privacy__check input[type="checkbox"]::before,
.privacy__check input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }


  .privacy__check input[type="checkbox"]::before {
    background-color: #ffffff;
    border-radius: 0%;
    border: 1px solid #989898;
    width: 1em;/*チェックボックスの横幅*/
    height: 1em;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    border-radius: 3px;
  }


  .privacy__check input[type="checkbox"]::after {
    border-bottom: 3px solid #004098;/*チェックの太さ*/
    border-left: 3px solid #004098;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 10px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 2px;/*チェック時の位置調整*/
  }
 
  .privacy__check input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }


p.error_text{
    font-size: 1.4rem;
    margin-top: 3px;
    color:#F00;
}
.contact-item__data__input.error_text{
    background-color:#FFC9C5;
}
.contact-item
@media (hover:none) {
    .contact-privacy__text>a:hover{
        opacity: 1;
    }
}
.contact-submit{
    text-align: center;
}
.contact-submit input,.contact-submit button{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    font-family: inherit;
    margin: 0 0.5em;
}


.btn-submit[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
.btn-submit[disabled]:hover {
    border-color: transparent;
    color: #fff;
}

.btn.btn-return{
    color:#FFF;
    background-color:#5fc2eb;
}
.btn.btn-return:hover{
    color: #5fc2eb;
    background-color: #fff;
    border: 2px solid #5fc2eb;
}
h4.read-text{
    color:#5fc2eb;
    font-weight: 500;
    font-size:1.5em;
    text-align: center;
}
@media all and (max-width: 1024px){
    .page--contact{
        padding-bottom: 190px;
    }
    .page__title{
        width: 265px;
        margin: 0 auto 73px;
        padding-top: 27px;
    }
    .page--contact .page__title{
        font-size: 30px;
        margin-bottom: 4%;
        padding-top: 9%;
    }
    .page--contact .page__title::before{
        width: 70px;
        height: 32px;
        margin: 0 auto 10px;
    }

    .contents-box{
/*        background-color: #fff;*/
/*        border-radius: 8px;*/
    }
    .contents-box__inner{
        padding: 50px 30px 68px;
    }
    .content-news{
/*        border: 1px solid #aaa;*/
/*        border-radius: 4px;*/
        margin-bottom: 36px;
    }
    .content-news__inner{
        padding: 14px;
    }
    .content-news__title{
        margin-bottom: 3px;
    }
    .content-news__text{

    }
    .contact-status{
        margin-bottom: 50px;
    }
    .contact-status__list{
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
        margin-right: -52px;
    }
    .contact-status__item{
        font-size: 1.4rem;
/*        font-weight: 500;*/
/*        text-align: center;*/
/*        position: relative;*/
/*        z-index: 2;*/
        padding-right: 52px;
    }
    .contact-status__item:not(:last-of-type)::after{
/*        content: "";*/
/*        position: absolute;*/
/*        z-index: 1;*/
/*        left: 0;*/
/*        right: 0;*/
        top: 26px;
/*        height: 2px;*/
/*        transform: translate(0,-50%);*/
/*        background-color: #bfbfbf;*/
    }
    .contact-status__item__number__wrapper{
/*        display: block;*/
        width: 52px;
        height: 52px;
/*        border: 2px solid #bfbfbf;*/
/*        border-radius: 50%;*/
/*        background-color: #fff;*/
/*        position: relative;*/
/*        z-index: 2;*/
        margin-bottom: 5px;
    }
    .contact-status__item__number{
/*        font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;*/
        font-size: 1.8rem;
/*        font-weight: bold;*/
/*        color: #bfbfbf;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 50%;*/
/*        transform: translate(-50%,-50%);*/
    }
    .contact-status__item.current .contact-status__item__number__wrapper{
/*        background-color: #f89b3e;*/
/*        border: none;*/

    }
    .contact-status__item.current .contact-status__item__number{
/*        color: #fff;*/
    }
    .contact-reset{
/*        text-align: right;*/
        margin-bottom: 10px;
    }
    .contact-reset button{
/*        background-color: transparent;*/
/*        border: none;*/
/*        cursor: pointer;*/
/*        outline: none;*/
/*        padding: 0;*/
/*        appearance: none;*/
        font-size: 1.5rem;
/*        color: #004098;*/
/*        border-bottom: 1px solid #004098;*/
/*        transition: all 0.2s ease-in-out;*/
    }
    .contact-list{

    }
    .contact-list-user{
        margin-top:1em;
    }
    .contact-item:not(:last-of-type){
        margin-bottom: 32px;
    }
    .contact-item__title{
        flex-basis: 230px;
/*        font-weight: 500;*/
        margin-bottom: 9px;
    }
    .contact-required{
/*        color: #fff;*/
        font-size: 1.1rem;
/*        border-radius: 30px;*/
/*        background-color: #f89b3e;*/
/*        display: inline-block;*/
/*        vertical-align: middle;*/
        margin-left: 13px;
        padding: 1px 9px;
    }
    .contact-item__data__input{
/*        font-size: 1.6rem;*/
/*        border: none;*/

/*        background-color: #f4f4f4;*/
/*        border-radius: 8px;*/
/*        width: 100%;*/
        padding: 15px 16px 15px;
    }
    .contact-item__data__input_s {
        padding: 5px 10px;
    }
    .contact-item__data__input::placeholder{
/*        color: #8f8f8f;*/
    }
    .contact-item__data__input:-ms-input-placeholder{
/*        color: #8f8f8f;*/
    }
    .contact-item__data__input::-ms-input-placeholder{
/*        color: #8f8f8f;*/
    }
    .contact-item__data__input--textarea{
        height: 172px;
    }
    .contact-item__data__input--select{
/*        -webkit-appearance: none;*/
/*        appearance: none;*/
    }
    select.contact-item__data__input--select::-ms-expand{
/*        display: none;*/
    }
    .contact-item__data__input--select__wrapper{
/*        position: relative;*/
    }
    .contact-item__data__input--select__wrapper::after{
/*        content: "";*/
/*        display: inline-block;*/
/*        vertical-align: middle;*/
/*        background-image: url("../images/contact/select_arrow.png");*/
/*        background-repeat: no-repeat;*/
/*        background-size: contain;*/
/*        background-position: center;*/
        width: 12px;
        height: 7px;
/*        position: absolute;*/
/*        top: 50%;*/
        right: 18px;
/*        transform: translate(0,-50%);*/
/*        z-index: 3;*/
    }
    .contact-item__data__input__wrapper:not(:last-of-type){
        margin-bottom: 9px;
    }
    .contact-item__data__note{
        font-size: 1.3rem;
        margin-top: 2px;
    }
    .contact-privacy{
/*        text-align: center;*/
    }
    .contact-privacy__text{
        margin-top: 47px;
        margin-bottom: 37px;
    }
    .contact-privacy__text>a{
/*        color: #004098;*/
/*        border-bottom: 1px solid #004098;*/
    }

    .contact-submit{
/*        text-align: center;*/
    }
    .page--contact + .footer{
        margin-bottom: 0;
    }
}


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

    .section-wrapper {
        border: none;
        border-radius: 0;
    }
    .section-contact + .section-contact{
        margin-top: 30px;
    }
    .section-contact h3 {
        font-size: 1.2em;
        border-left: 3px solid;
        padding: 3px 10px;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .section-contact .contact-list {
        padding: 0;
    }
}

@media all and (max-width: 599px){
    .page--contact{
        padding-bottom: 116px;
    }
    .page__title{
        width: 195px;
        margin: 0 auto 55px;
        padding-top: 44px;
    }

    .page--contact .page__title {
        font-size: 26px;
        margin-bottom: 15px;
        padding-top: 35px;
    }

    .page--contact .page__title::before{
        width: 60px;
        height: 28px;
        margin: 0 auto 6px;
    }
    .page--contact .page__title span{
        margin-left: 0;
    }
    .contents-box{
/*        background-color: #fff;*/
/*        border-radius: 8px;*/
    }
    .contents-box__inner{
        padding: 30px 15px 58px;
    }
    .contact-status{
        margin-bottom: 35px;
    }
    .contact-status__list{
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
        margin-right: -46px;
    }
    .contact-status__item{
/*        font-size: 1.4rem;*/
/*        font-weight: 500;*/
/*        text-align: center;*/
/*        position: relative;*/
/*        z-index: 2;*/
        padding-right: 46px;
    }
    .contact-status__item:not(:last-of-type)::after{
/*        content: "";*/
/*        position: absolute;*/
/*        z-index: 1;*/
/*        left: 0;*/
/*        right: 0;*/
/*        top: 26px;*/
/*        height: 2px;*/
/*        transform: translate(0,-50%);*/
/*        background-color: #bfbfbf;*/
    }
    .contact-status__item__number__wrapper{
/*        display: block;*/
/*        width: 52px;*/
/*        height: 52px;*/
/*        border: 2px solid #bfbfbf;*/
/*        border-radius: 50%;*/
/*        background-color: #fff;*/
/*        position: relative;*/
/*        z-index: 2;*/
/*        margin-bottom: 5px;*/
    }
    .contact-status__item__number{
/*        font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;*/
/*        font-size: 1.8rem;*/
/*        font-weight: bold;*/
/*        color: #bfbfbf;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 50%;*/
/*        transform: translate(-50%,-50%);*/
    }
    .contact-status__item.current .contact-status__item__number__wrapper{
/*        background-color: #f89b3e;*/
/*        border: none;*/

    }
    .contact-status__item.current .contact-status__item__number{
/*        color: #fff;*/
    }
    .contact-reset{
/*        text-align: right;*/
/*        margin-bottom: 10px;*/
    }
    .contact-reset button{
/*        background-color: transparent;*/
/*        border: none;*/
/*        cursor: pointer;*/
/*        outline: none;*/
/*        padding: 0;*/
/*        appearance: none;*/
/*        font-size: 1.5rem;*/
/*        color: #004098;*/
/*        border-bottom: 1px solid #004098;*/
/*        transition: all 0.2s ease-in-out;*/
    }
    .contact-list{

    }
    .contact-item:not(:last-of-type){
        margin-bottom: 22px;
    }
    .contact-item{
        display: block;
    }

    .contact-item__title{
/*        font-weight: 500;*/
        margin-bottom: 7px;
    }
    .contact-required{
/*        color: #fff;*/
/*        font-size: 1.1rem;*/
/*        border-radius: 30px;*/
/*        background-color: #f89b3e;*/
/*        display: inline-block;*/
/*        vertical-align: middle;*/
        margin-left: 8px;
/*        padding: 1px 9px;*/
    }
    .contact-item__data__input{
/*        font-size: 1.6rem;*/
/*        border: none;*/
/*        background-color: #f4f4f4;*/
        border-radius: 6px;
/*        width: 100%;*/
        padding: 13px 14px 13px;
    }
    .contact-item__data__input_s {
        padding: 5px 10px;
    }
    .contact-item__data__input::placeholder{
/*        color: #8f8f8f;*/
    }
    .contact-item__data__input:-ms-input-placeholder{
/*        color: #8f8f8f;*/
    }
    .contact-item__data__input::-ms-input-placeholder{
/*        color: #8f8f8f;*/
    }
    .contact-item__data__input--textarea{
/*        height: 172px;*/
    }
    .contact-item__data__input--select{
/*        -webkit-appearance: none;*/
/*        appearance: none;*/
    }
    select.contact-item__data__input--select::-ms-expand{
/*        display: none;*/
    }
    .contact-item__data__input--select__wrapper{
/*        position: relative;*/
    }
    .contact-item__data__input--select__wrapper::after{
/*        content: "";*/
/*        display: inline-block;*/
/*        vertical-align: middle;*/
/*        background-image: url("../images/contact/select_arrow.png");*/
/*        background-repeat: no-repeat;*/
/*        background-size: contain;*/
/*        background-position: center;*/
/*        width: 12px;*/
/*        height: 7px;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        right: 18px;*/
/*        transform: translate(0,-50%);*/
/*        z-index: 3;*/
    }
    .contact-item__data__input__wrapper:not(:last-of-type){
        margin-bottom: 7px;
    }
    .contact-item__data__note{
        font-size: 1.2rem;
        margin-top: 5px;
    }
    .contact-privacy{
/*        text-align: center;*/
    }
    .contact-privacy__text{
/*        margin-top: 47px;*/
/*        margin-bottom: 37px;*/
    }
    .contact-privacy__text>a{
/*        color: #004098;*/
/*        border-bottom: 1px solid #004098;*/
    }

    .contact-submit{
/*        text-align: center;*/
    }
    .page--contact + .footer{
/*        margin-bottom: 0;*/
    }
}

.product-detail-num{
    font-weight: bold;
    border-bottom: 2px solid #b9b9b9;
    padding: 10px 6px;
    margin-bottom: 20px;
}
.product-detail-label-wrapper{
    letter-spacing: -0.4em;
    margin-bottom: 20px;
}
.product-detail-label{
    width: 3em;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.product-detail-label + input{
    letter-spacing: normal;
    width: calc(99.9% - 3em - 10px);
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}



/*　お客様の個人情報の取り扱いについて　*/

.privacy-block{
    margin-bottom: 70px;
}
.privacy-block .privacy-title{
    color: #004098;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}
.privacy-block .privacy-text a{
    color: #004098;
}
.privacy-block .relate-page-btn{
    margin-top: 40px;    
}

.privacy-block .relate-page-btn .btn-list{
    letter-spacing: -0.4em;
    margin-left: -2%;
}
.privacy-block .relate-page-btn .btn-item{
    display: inline-block;
    width: calc( (99.9% - (2% * 2)) / 2);
    margin-left: 2%;
    letter-spacing: normal;
    text-align: center;
    vertical-align: top;
}
.privacy-block .relate-page-btn .btn-item a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f18e2b;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    height: 80px;
    border-radius: 10px;
    transition: opacity 0.3s ease-in-out;
}
.privacy-block .relate-page-btn .btn-item a:hover{
    opacity: 0.8;
}
.privacy-block .relate-page-btn .btn-item a > p{
    flex-grow: 1;
    letter-spacing: -0.4em;
}
.privacy-block .relate-page-btn .btn-item a .btn-icon {
    display: inline-block;
    width: 70px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.privacy-block .relate-page-btn .btn-item a .btn-icon .icon-mail{
    width: 42px;
}
.privacy-block .relate-page-btn .btn-item a .btn-icon .icon-sds{
    width: 36px;
}
.privacy-block .relate-page-btn .btn-item a .btn-icon .icon-environmental-chemistry{
    width: 42px;
}

.privacy-block .relate-page-btn .btn-item a .btn-text {
    display: inline-block;
    letter-spacing: normal;
    width: calc(99.9% - 70px);
    padding-left: 10px;
    vertical-align: middle;
}

@media all and (max-width: 1180px){


}
@media all and (max-width: 1024px){
    .privacy-block {
        margin-bottom: 50px;
    }
    .privacy-block .privacy-title{
        margin-bottom: 20px;
    }
    .privacy-block .relate-page-btn {
        margin-top: 33px;
    }

}
@media all and (max-width: 780px){
    .privacy-block .relate-page-btn .btn-item a {
        height: 120px;
    }
    .privacy-block .relate-page-btn .btn-item a .btn-icon {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .privacy-block .relate-page-btn .btn-item a .btn-text {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
}
@media all and (max-width: 767px){
    .privacy-block .privacy-title{
        font-size: 1.2em;
    }
}
@media all and (max-width: 599px){
    .privacy-block .privacy-title {
        margin-bottom: 15px;
    }
    .privacy-block .relate-page-btn {
        margin-top: 25px;
    }
}
@media all and (max-width: 520px){

    .privacy-block .relate-page-btn .btn-list {
        margin-left: 0;
        margin-bottom: -15px
    }
    .privacy-block .relate-page-btn .btn-item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }
    .privacy-block .relate-page-btn .btn-item a .btn-icon {
        display: inline-block;
        width: 30px;
        margin-bottom: 0px;
    }
    .privacy-block .relate-page-btn .btn-item a .btn-text {
        display: inline-block;
        width: calc(99.9% - 30px);
        padding-left: 10px;
    }
    .privacy-block .relate-page-btn .btn-item a{
        height: auto;
        padding: 12px 10px;
        font-weight: normal;
    }

    .privacy-block .relate-page-btn .btn-item a .btn-icon .icon-mail{
        width: 27px;
    }
    
    .privacy-block .relate-page-btn .btn-item a .btn-icon .icon-sds{
        width: 25px;
    }
}



/*フォームしたのセクション*/
form + .form-note{
    margin-top: 70px;
}
.form-note + .form-note{
    margin-top: 50px;
}
.form-note .form-note-title{
    background-color: #f9f9f9;
    border-left: 6px solid #004098;
    color: #004098;
    font-weight: bold;
    font-size: 1.4em;
    padding: 15px;
    padding-left: 18px;
    line-height: 1;
    margin-bottom: 30px;
}


.form-note ul li{
    padding-left: 1em;
    position: relative;
    margin-bottom: 10px;
}

.form-note ul li::before{
    content: '';
    width: 0.5em;
    height: 0.5em;
    background-color: #bbbbbb;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0.55em;
}

.form-note .madobuchi-name{
    font-weight: bold;  
    font-size: 1.1em; 
    margin-bottom: 15px;
}
.form-note .madobuchi-tell{
    color: #004098;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.form-note .madobuchi-tell::before{
    content: '';
    background-image: url(../images/contact/icon-tell@2x.png);
    width: 20px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0.14em;
}
.form-note .madobuchi-time{
    margin-bottom: 25px;
    /*font-weight: bold;*/
}
.form-note .note-index{
    font-size: 0.9em;
    text-indent: -1em;
    padding-left: 1em;
}

.form-note .note-index + .note-index{
    margin-top: 8px;
}

@media all and (max-width: 1024px){
    form + .form-note{
        margin-top: 50px;
    }
    .form-note + .form-note{
        margin-top: 40px;
    }
    .form-note .form-note-title{
        margin-bottom: 25px;
    }


}

@media all and (max-width: 767px){
    .form-note .form-note-title{
        font-size: 1.2em;
        border-left: 4px solid #004098;
        padding: 10px;
        padding-left: 13px;
    }
    .form-note .madobuchi-name {
        margin-bottom: 10px;
    }
    .form-note .madobuchi-tell {
        font-size: 26px;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    .form-note .madobuchi-tell::before {
        width: 16px;
        height: 26px;
        top: 0.1em;
    }
    .form-note .madobuchi-time {
        margin-bottom: 18px;
        /* font-weight: bold; */
    }
}
