@charset "UTF-8";

/*
* 送付先入力
*/
article section.row .inner {
    margin-left: 17.368vw;
    margin-right: 17.368vw;
    max-width: 740px;
    margin-bottom: 2.947vw;
}
article.request-confirm section.row .inner .wrap,
article.request-confirm-member section.row .inner .wrap {
    border: 1px solid #ccc;
}
article section h3 {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
p.head {
    font-size: 20px;
    line-height: 47.6px;
    text-align: center;
    font-weight: bold;
    background-color: #eee;
}
article form {
    margin: 50px auto;
    padding: 30px;
    background-color: #eee;
}
article.request-confirm form,
article.request-confirm-member form {
    margin: 50px auto;
    padding: 0;
    background-color: #fff;
}
article form > p,
article form div.h-adr > p {
    margin: 30px auto;
    font-size: 18px;
}
article form .button_area {
    display: flex;
    flex-wrap: wrap-reverse;
}
article form > p span.must,
article form div.h-adr > p span.must {
    border-radius: 5px;
    background-color: #e60012;
    color: #fff;
    margin-right: 0.5rem;
    padding: 0 0.3rem;
    font-size: 16px;
}
article form > p span.optional,
article form div.h-adr > p span.optional {
    border-radius: 5px;
    background-color: #5b9bd5;
    color: #fff;
    margin-right: 0.5rem;
    padding: 0 0.3rem;
    font-size: 16px;
}
article form > p input,
article form div.h-adr > p input {
    margin-top: 10px;
}
article form > p .wpcf7-radio,
article form div.h-adr > p .wpcf7-radio {
    margin-top: 10px;
    display: inline-block;
}
article form > p input[name='your-year'] {
    width: 5em;
}
article .btn-send {
    margin-top: 30px;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
    background-color: #e60012;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
}
article .btn-send:hover {
    opacity: 0.5;
}

article .btn-back {
    margin-top: 30px;
    margin-right: 30px;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    cursor: pointer;
    color: #e60012;
    border-color: #e60012;
    background-color: #fff;
    border: 2px solid;
}
article.request .btn-back,
article.request-member .btn-back {
    display: inline-block;
}
article.request-confirm-member a.btn-back {
    display: block;
}
article .btn-back:hover {
    opacity: 0.5;
}
.wpcf7-spinner-dummy {
    visibility: hidden;
    display: none;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

article .btn-upd {
    margin-top: 30px;
    margin-right: 30px;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
    border: 2px solid;
    display: block;
}

article .wpcf7-list-item {
    display: block;
    margin: 0;
}
article.request-confirm form .wrap ul li,
article.request-confirm-member form .wrap ul li {
    margin-left: 1.263vw;
    margin-right: 1.263vw;
    display: flex;
    min-height: 59px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
article.request-confirm form .wrap ul li span,
article.request-confirm-member form .wrap ul li span {
    display: block;

}
article.request-confirm form .wrap ul li span:first-child,
article.request-confirm-member form .wrap ul li span:first-child {
    /* width: 12.210vw; */
    font-weight: bold;
    margin-right: 1.684vw;
    width: 33%;
}
article.request-confirm form .wrap ul li span:last-child
article.request-confirm-member form .wrap ul li span:last-child {
    /* width: calc(100% - 13.894vw); */
    width: 66%;
}
form input[type="text"],
form input[type="email"],
form textarea {
    max-width: 500px;
    width: 100%;
}

/*
* 入力内容確認
*/
article.request-confirm .productlist li,
article.request-confirm-member .productlist li {
    display: flex;
    margin: 0 1.263vw;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
article.request-confirm .productlist li > div.desc,
article.request-confirm-member .productlist li > div.desc {
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: space-between;
    width: 100%;
}
article.request-confirm .productlist li > div .num,
article.request-confirm-member .productlist li > div .num {
    font-weight: normal;
}
article.request-confirm .productlist img,
article.request-confirm-member .productlist img {
    width: 3.473vw;
    margin-right: 1.157vw;
    min-width: 50px;
}

/*
* 資料請求完了
*/
article.request-thanks .row .inner > p:not(:last-child),
article.request-thanks-member .row .inner > p:not(:last-child) {
    margin-bottom: 15px;
}
article.request-thanks h3.title,
article.request-thanks-member h3.title {
    font-size: 20px;
    line-height: 47.6px;
    margin-top: 2.631vw;
    text-align: left;
    margin-bottom: 0;
}
article.request-thanks form,
article.request-thanks-member form {
    margin: 0;
    padding: 0;
    background-color: none;
}
article.request-thanks .contact_area,
article.request-thanks-member .contact_area {
    padding: 2.368vw 2.105vw;
    background-color: #eee;
    display: none;
}
article.request-thanks .contact_area p:first-child,
article.request-thanks-member .contact_area p:first-child {
    margin-bottom: 1.315vw;
}
article.request-thanks .contact_area p span:first-child,
article.request-thanks-member .contact_area p span:first-child {
    width: 130px;
    display: inline-block;
}
article.request-member .btn-upd {
    width: 250px;
    position: relative;
    margin-bottom: 60px;
    padding-left: 15px;
}
article.request-member .btn-upd::before {
    position: absolute;
    content: url(../img/img_update.png);
    left: 15px;
    top: 7px;
}
article.request-member .btn-upd.own,
article.request-member .btn-upd.set {
    background-color: #777;
    pointer-events: none;
}
@media screen and (min-width:1150px) {
    article section.row .inner {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:1000px) {
    article form input {
        max-width: unset;
    }
    article form textarea {
        width: 100%;
    }
}
@media screen and (max-width:950px) {
    article.request .button_wrap,
    article.request-member .button_wrap,
    article.request-questionnaire .button_wrap,
    article.request-questionnaire-member .button_wrap,
    article.request-confirm .button_wrap,
    article.request-confirm-member .button_wrap  {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .wpcf7-spinner-dummy {
        display: inline-block;
    }
    article.request .btn-send,
    article.request .btn-back,
    article.request-questionnaire .btn-send,
    article.request-questionnaire .btn-back,
    article.request-confirm .btn-send,
    article.request-confirm .btn-back,
    article.request-member .btn-send,
    article.request-member .btn-back,
    article.request-questionnaire-member .btn-send,
    article.request-questionnaire-member .btn-back,
    article.request-confirm-member .btn-send,
    article.request-confirm-member .btn-back {
        width: 80%;
        margin-right: 0;
    }
    article.request .button_area,
    article.request-member .button_area,
    article.request-questionnaire .button_area,
    article.request-questionnaire-member .button_area,
    article.request-confirm .button_area,
    article.request-confirm-member .button_area {
        padding-top: 30px;
    }
    article.request .btn-send,
    article.request-member .btn-send,
    article.request-questionnaire .btn-send,
    article.request-questionnaire-member .btn-send,
    article.request-confirm .btn-send,
    article.request-confirm-member .btn-send {
        margin-top: 0;
    }
}
@media screen and (max-width: 700px) {
    article.request-thanks section.row .inner {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    article.request-confirm .productlist li > div.desc,
    article.request-confirm-member .productlist li > div.desc {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width:480px) {
    article section h3 {
        font-size: 25px;
        line-height: 35px;
    }

    article section.row .inner {
        margin-left: 10px;
        margin-right: 10px;
    }
    /* article.request-confirm .productlist li,
    article.request-confirm-member .productlist li {
        flex-direction: column;
        align-items: normal;
        padding: 15px;
    } */
    article.request-confirm .productlist li > p,
    article.request-confirm-member .productlist li > p {
        text-align: right;
    }

    article.request-confirm form .wrap ul li,
    article.request-confirm-member form .wrap ul li {
        flex-direction: column;
        padding: 0 15px;
    }
    article.request-confirm form .wrap ul li span:first-child,
    article.request-confirm-member form .wrap ul li span:first-child {
        width: 100%;
        padding: 15px 0;
    }
    article.request-confirm form .wrap ul li span:last-child,
    article.request-confirm-member form .wrap ul li span:last-child {
        width: 100%;
        padding: 0 0 15px;
        /* border-top: 1px dotted #ccc; */
    }
    article.request-confirm .productlist img,
    article.request-confirm-member .productlist img {
        margin-right: 15px;
    }
    article.request-thanks .contact_area,
    article.request-thanks-member .contact_area {
        padding: 15px;
    }
}

.progressbar {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.progressbar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
article.request-questionnaire-member .progressbar .item,
article.request-confirm-member .progressbar .item,
article.request-thanks-member .progressbar .item {
    /* width: 33%; */
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #e60012;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #e60012;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

.select-box{
	position:relative;
    max-width: 105px;
    width: 100%;
}
.select-box::after{
	position: absolute;
	content:'▼';
    top: 5px;
    right: 10px;
	color: #333;
    pointer-events: none;
}
.wpcf7-select{
	padding:5px!important;
	box-sizing:border-box;
	-webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
	border:1px solid #777;
	background-color:#fff!important;
    width: 100%;
}
article.request-questionnaire .wpcf7-select,
article.request-questionnaire-member .wpcf7-select {
    width: auto;
}

article.request-member .user_area {
    margin: 50px auto;
    padding: 30px;
    background-color: #eee;
    font-size: 18px;
}
article.request-member .user_area > p {
    margin: 30px auto;
}