@charset "utf-8";
@font-face {
    font-family: Futura;
    src: url(../fonts/FuturaPTMedium.otf);
}

h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

#box01 {
    max-width: 1000px;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #000;
}
#box01 .red {
    color: #ff0000;
}
#box01 .img {
    margin-bottom: 2rem;
}
#box01 .cont {
    line-height: 2;
}
#box01 .cont p {
    margin-bottom: 1rem;
}
#box01 .cont .form-btn {
    display: block;
    color: #fff;
    background: #000;
    margin-right: 1rem;
    text-align: center;
    padding: 1rem 2rem;
    border: 1px solid #000;
}

#box02 {
    max-width: 1000px;
}
#box02 select {
    /* border: 1px solid #d9d9d3;
    background: #fff;
    padding: 0.8rem 0.5rem;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular",
        "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    background: #fff url(../img/common/ic_select.png) no-repeat center right
        10px;
    -webkit-appearance: none; */
}
#box02 input[type="text"] {
    /* border: 1px solid #d9d9d3;
    padding: 0.8rem 0.5rem;
    width: 100%;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular",
        "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600; */
}
#box02 input[type="radio"] {
    /* margin-right: 0.5rem; */
}
#box02 input[type="submit"] {
    /* display: block;
    width: 340px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000;
    padding: 1.5rem 1rem;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular",
        "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    color: #000; */
}
#box02 input[type="submit"]:hover {
    /* background: #d0c2ab; */
}
#box02 textarea {
    /* width: 100%;
    padding: 0.8rem 0.5rem;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular",
        "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    border: 1px solid #d9d9d3; */
}
#box02 .w350 {
    /* width: 100%;
    max-width: 350px; */
}
#box02 .rd-list label {
    /* margin-right: 2rem; */
}
#box02 .rd-list .txt-lst {
}
#box02 .txt-lst * {
    /* display: inline-block; */
}
#box02 .txt-lst input[type="text"] {
    /* width: 12rem; */
}
#box02 .row {
    /* margin-bottom: 2rem; */
}
#box02 .row p {
    /* margin-bottom: 0.5rem; */
}
#box02 .row .col {
    /* width: 48%; */
}
#box02 .row .mb2 {
    /* margin-bottom: 2rem; */
}
#box02 .submit {
    /* margin-top: 5rem;
    margin-bottom: 0; */
}
#box02 .submit.flexBox {
    /* max-width: 350px;
    width: 100%;
    margin: 0 auto; */
}
#box02 .submit.flexBox input[type="submit"] {
    /* width: 45%; */
}
#box02 .mb3 {
    /* margin-bottom: 3rem; */
}
#box02 form .flexBox .col01 {
    /* width: 45%; */
}
#box02 form .flexBox .col02 {
    /* width: 45%; */
}
#box02 form .flexBox.type3 .row {
    /* width: 30%; */
}

/*Responsive*/
@media only screen and (max-width: 810px) {
    #box02 form .flexBox.type3 .row {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    /* #box02 form .flexBox .col01 {
        width: 100%;
    }
    #box02 form .flexBox .col02 {
        width: 100%;
    }
    #box02 form .flexBox.type3 {
        margin-bottom: 2rem;
    }
    #box02 form .flexBox.type3 .row {
        width: 100%;
    }
    #box02 form .flexBox.type3 .row {
        margin-bottom: 0.5rem;
        font-style: italic;
    } */
}

.p-seminarForm {
	padding-bottom: 136px;
}
.p-seminarForm #box01,
.p-seminarForm #box02 {
	max-width: 1012px;
	padding: 0 30px;
    border-bottom: none;
    padding-bottom: 0;
}
.p-seminarForm #box01 h2,
.p-seminarForm #box02 h2 {
    line-height: 1.7;
    padding-bottom: 12px;
    border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
    margin-bottom: 44px;
}

.p-seminarForm .p_top_txt {
    text-align: center;
}
.p-seminarForm .form-block:not(:last-child) {
    margin-bottom: 72px;
}
.p-seminarForm .row {
    display: flex !important;
    margin-bottom: 12px;
}
.p-seminarForm .row .col01 {
    width: 25.7%;
    padding-right: 100px;
}
.p-seminarForm .row .col01 p {
    white-space: nowrap;
}
.p-seminarForm .row .col02 {
    width: 74.3%;
}
.p-seminarForm input[type="text"],
.p-seminarForm input[type="email"],
.p-seminarForm input[type="tel"] {
    width: 100%;
    border: 1px solid #ccc;
    height: 48px;
    padding-left: 14px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    background-color: #fff;
}
.p-seminarForm input[type="text"]:placeholder,
.p-seminarForm input[type="email"]:placeholder,
.p-seminarForm input[type="tel"]:placeholder,
.p-seminarForm select,
.p-seminarForm textarea:placeholder {
    color: rgba(0, 0, 0, 0.2);
}
.p-seminarForm textarea {
    width: 100%;
    height: 312px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 13px;
    padding: 11px 14px;
}
.p-seminarForm .select_wrap {
    width: 100%;
    height: 48px;
    position: relative;
    z-index: 1;
}
.p-seminarForm .select_wrap select {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding-left: 14px;
    font-family: "Shippori Mincho B1", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    background: transparent;
    color: #000;
    cursor: pointer;
}
.p-seminarForm .select_wrap select option {
    font-family: "Shippori Mincho B1", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}

.p-seminarForm .select_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 18px;
    height: 18px;
    background: url(../img/common/select_arrow.png) no-repeat center center /
        contain;
    transform: translateY(-50%);
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}

.p-seminarForm .time_comment {
    width: 100%;
    padding: 18px 21px;
    background-color: rgba(217, 217, 217, 0.3);
    margin-top: 12px;
}
.p-seminarForm .time_comment_block {
    border-bottom: #ccc 1px solid;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.p-seminarForm .time_comment_block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.p-seminarForm .time_comment_flex {
    display: flex;
    margin: 6px 0;
}
.p-seminarForm .time_comment_flex_item {
    width: 50%;
}
.p-seminarForm .time_coment_flex_info {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
}
.p-seminarForm .time_coment_flex_info::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 1px;
    width: 1px;
    height: 44px;
    background-color: #000;
}
.p-seminarForm .time_comment_notes {
    text-indent: -1em;
    padding-left: 1em;
}
.p-seminarForm .time_comment_block.accordion {
}
.p-seminarForm .time_comment_block.accordion .accordion_ttl {
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.p-seminarForm .time_comment_block.accordion .accordion_ttl .arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: #000;
    transform: translateY(-50%);
}
.p-seminarForm .time_comment_block.accordion .accordion_ttl .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    /* width: 7px; */
    /* height: 4px; */
    /* background: url(../img/common/select_arrow_inner.png) no-repeat center center / contain; */
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -75%) rotate(45deg);
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}
.p-seminarForm
    .time_comment_block.accordion.active
    .accordion_ttl
    .arrow::after {
    transform: translate(-50%, -25%) rotate(225deg);
}
.p-seminarForm .time_comment_block.accordion .accordion_cnt {
    height: 0;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}
.p-seminarForm .time_comment_block.accordion .accordion_cnt_inner {
    padding-top: 10px;
}
.p-seminarForm .rd-list {
    display: flex;
    gap: 20px;
    margin-bottom: 6px;
}
.p-seminarForm .rd-list label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.p-seminarForm .rd-list input[type="radio"] {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}
.p-seminarForm .rd-list input[type="radio"]::before {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.p-seminarForm .rd-list input[type="radio"]:checked::before {
    background-color: #000;
}
.p-seminarForm .privacy {
    display: flex;
    align-items: center;
    margin-top: 51px;
    margin-bottom: 40px;
}
.p-seminarForm .privacy label {
    font-size: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.p-seminarForm .privacy input[type="checkbox"] {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.p-seminarForm .privacy input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    height: 60%;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(42deg);
}
.p-seminarForm .cf7-recaptcha-info {
    text-align: center;
    margin-bottom: 20px;
}
.p-seminarForm .form_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    background-color: #000;
    border-radius: 4px;
    border: none;
    color: #fff;
    padding: 0 38.5px;
    margin: 0 auto;
    transition: .3s;
    cursor: pointer;
}
.p-seminarForm .form_btn:hover {
    opacity: .5;
    cursor: pointer;
}
.p-seminarForm .form-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}
.p-contact .go-back-btn {
    background: #fff;
    border: 1px solid #000;
}
.p-seminarForm .form-btns .form_btn {
    font-family: "Shippori Mincho B1", serif;
    width: 168px;
    height: 42px;
    border-radius: 4px;
    margin: 0;
}
.p-seminarForm .form-btns .form_btn:nth-of-type(1) {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.p-seminarForm .form-btns .form_btn:nth-of-type(2) {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.p-seminarForm-comp {
    padding-bottom: 136px;
}
.p-seminarForm__comp-text {
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.p-seminarForm__companion-lead {
	margin-bottom: 0.5em;
}
.p-seminarForm__companion-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}
.p-seminarForm__companion-item:first-of-type {
	border-top: 1px solid #ccc;
	padding-top: 16px;
}
.p-seminarForm__companion-item .subttl {
	margin-bottom: 0.5em;
}
.p-seminarForm .privacy label a {
    text-decoration: underline;
}


@media screen and (max-width: 768px) {
    .p-seminarForm .p_top_txt {
        text-align: left;
    }
    .p-seminarForm #box01 {
        width: 100%;
        padding: 0 20px;
        margin: 80px auto 64px;
    }
    .p-seminarForm #box02 {
        width: 100%;
        padding: 0 20px;
    }
    .p-seminarForm #box01 h2 {
        margin-bottom: 24px;
    }
    .p-seminarForm .form-block:not(:last-of-type) {
        margin-bottom: 86px;
    }
    .p-seminarForm .form-block.no-bottom {
        margin-bottom: 0;
    }
    .p-seminarForm .row {
        flex-direction: column;
        margin-bottom: 24px;
    }
    .p-seminarForm .row .col01 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 8px;
    }
    .p-seminarForm .row .col02 {
        width: 100%;
    }
    .p-seminarForm .time_comment {
        padding: 32px 20px;
        margin-top: 24px;
    }
    .p-seminarForm .time_comment_block {
        padding-bottom: 16px;
        margin-bottom: 24px;
    }
    .p-seminarForm .time_comment_flex {
        flex-direction: column;
        row-gap: 6px;
        margin: 8px 0;
    }
    .p-seminarForm .time_comment_flex_item {
        width: 100%;
    }
    .p-seminarForm .time_coment_flex_info {
        min-height: unset;
        padding-left: 12px;
    }
    .p-seminarForm .time_coment_flex_info::before {
        height: calc(100% - 6px);
        top: 0;
        left: 0;
    }
    .p-seminarForm .time_comment_notes {
        text-indent: 0;
        padding-left: 0;
    }
    .p-seminarForm textarea {
        height: 260px;
        padding: 18px 20px;
    }
    .p-seminarForm .privacy {
        justify-content: center;
        margin-top: 32px;
        margin-bottom: 20px;
    }
}
