* {
    box-sizing: border-box;
}

.fixpat_header {
    padding-top: 160px;
}

.inner-content {
    max-width: 1080px;
    margin: auto;
}

.oc_inquery_txt {
    line-height: 1.75;
}

.fc_p {
    color: #eb7198;
    text-decoration: underline;
}

.ssl {
    border: 1px solid #eb7198;
    margin-bottom: 60px;
    padding: 20px;
    margin-top: 30px;
}

.ssl_ttl {
    font-size: 18px;
    margin-bottom: 15px;
}

.oc_inquery p {
    font-size: 16px;
    line-height: 1.75;
}

.red {
    color: #EB7198;
}

/* ttl */
.ttl-page {
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-bottom: 4px solid #eb7198;
    font-size: 24px;
}

/* ボタン */
#inquery .f-btn-4 {
    margin: 60px auto;
    text-align: center;
    position: relative;
}

#inquery input[type=submit] {
    border-color: transparent;
}

#inquery .f-btn-4 input[type=submit] {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    width: 323px;
    color: #fff;
    display: inline;
    line-height: 73px;
    font-size: 22px;
    background-color: #e97196;
    border-radius: 50px;
    box-shadow: 0 5px 0 0 #ddd;
}

#inquery .f-btn-4 input[type=submit]+input[type=submit] {
    margin-left: 10px;
}

#inquery .f-btn-4.pk_btn::after {
    position: absolute;
    top: calc(50% - 0.4em);
    left: calc(50% + 2.5em);
    color: #fff;
    margin-left: 1em;
    content: '\f101';
    display: block;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
}

#inquery .f-btn-4 input[type=submit].gray {
    background-color: #666666;
}

input[type=submit]#search {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #E97196;
    color: #fff;
    border-radius: 15px;
}


@media screen and (max-width: 1110px) {
    .inner-content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .fixpat_header {
        padding-top: calc(94px + 6vw);
    }

    .oc_inquery_txt {
        padding: 15px;
    }

    /* ttl */
    .ttl-page {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    /* ボタン */
    #inquery .f-btn-4 {
        margin: 30px auto 40px;
    }

    #inquery .confirm.f-btn-4 {
        margin: 40px auto;
    }

    #inquery .f-btn-4 input[type=submit]+input[type=submit] {
        margin-top: 20px;
        margin-left: auto;
    }

    #inquery .f-btn-4 input[type=submit] {
        margin: 0 auto;
        display: block;
        width: 275px;
        line-height: 52px;
        height: 52px;
        font-size: 16px;
        box-shadow: 0 3px 0 0 #ddd;
    }

    .ssl {
        padding: 20px 10px;
    }
}

/* 日程選択画面
-------------------------------- */
.oc_inquery_p1_ttl {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
    border-bottom: 2px solid #E3E3E3;
    position: relative;
}

.oc_inquery_p1_ttl::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100px;
    background: #eb7198;
    bottom: -2px;
    left: 0;
}

.oc_inquery_p1_date {
    border: 0.5px solid #eb7198;
    padding: 20px 20px 0 20px;
}

.oc_inquery_p1_date input[type=radio] {
    display: none;
}

.oc_inquery_p1_date input[type=checkbox] {
    display: none;
}

.oc_inquery_p1_date li{
	display: inline-block;
	padding: 0 0 20px 0;
}

.oc_date_check {
    position: relative;
    padding: 0 0 0 40px;
}

.oc_date_check:hover:after {
    border-color: #eb7198;
}

.oc_date_check:after,
.oc_date_check:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}

.oc_date_check:after {
    left: 0;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    border: 0.5px solid #eb7198;
}

.oc_date_check:before {
    left: 8px;
    margin-top: -10px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #282828;
    border-bottom: 3px solid #282828;
    transform: rotate(45deg);
    opacity: 0;
}

input[type=checkbox]:checked+.oc_date_check:before {
    opacity: 1;
}
input[type=radio]:checked+.oc_date_check:before {
    opacity: 1;
}


@media screen and (max-width: 768px) {

    /* ttl */
    .oc_inquery_p1_ttl {
        font-size: 19px;
        padding-bottom: 15px;
        margin-top: 30px;
        border-bottom: 2px solid #E3E3E3;
    }

    .oc_inquery_p1_ttl::after {
        width: 68px;
    }

    .oc_inquery_p1_date {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* thanks.html
-------------------------------- */
.oc_inquery_container-thnx {
    overflow: hidden;
}

p.oc_inquery_thnx {
    font-size: 88px;
    color: #eb7198;
    transform: skew(-24deg);
    line-height: 1;
    margin-bottom: 60px;
}

.oc_inquery_txt {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    p.oc_inquery_thnx {
        font-size: 15vw;
        margin-bottom: 30px;
    }

    .oc_inquery_txt {
        margin-bottom: 30px;
    }
}


/* 入力画面
-------------------------------- */
#seikyu dl {
    width: 100%;
    overflow: hidden;
    line-height: 1;
    font-size: 14px;
}

#seikyu dl dt {
    float: left;
    width: 12em;
    padding: 0;
    font-weight: bold;
}

#seikyu dl dt span {
    font-weight: normal;
    font-size: 12px;
}

#seikyu dl dd {
    padding: 0 0 20px 13em;
    min-height: 2em;
    font-size: 13px;
}

.sizeS {
    width: 30%;
}

.sizeM {
    width: 50%;
}

.sizeL {
    width: 95%;
}

input,
textarea,
select {
    font-family: inherit;
    font-weight: inherit;
    font-size: 100%;
}

#seikyu input[type=name],
#seikyu input[type=tel],
#seikyu input[type=email],
#seikyu input[type=text],
#seikyu input[type=radio],
#seikyu textarea,
#seikyu select {
    max-width: 98%;
    border: 1px solid #ccc;
    margin: 0 3px 10px;
}

#seikyu input[type=name],
#seikyu input[type=tel],
#seikyu input[type=email],
#seikyu input[type=text],
#seikyu input[type=radio],
#seikyu textarea {
    padding: 3px;
}

#seikyu input[type=name],
#seikyu input[type=tel],
#seikyu input[type=email],
#seikyu input[type=text] {
    line-height: 22px;
}

#seikyu select {
    border-radius: unset;
}

#seikyu textarea {
    height: 5em;
    margin-bottom: 0;
}

#seikyu dl dd.pb_0 {
    padding-bottom: 0;
}

@media screen and (min-width: 769px) {

    #seikyu dl dd.pb_10 {
        padding-bottom: 10px;
    }

    #seikyu dl dd.pb_20 {
        padding-bottom: 20px;
    }

    #seikyu dl dd.pb_30 {
        padding-bottom: 30px;
    }
}

#seikyu .courseDay {
    padding: 15px 0;
    border-top: 1px dotted #ccc;
}

#seikyu .courseDay:first-child {
    padding: 0 0 10px;
    border-top: none;
}

#seikyu .courseDay h2 {
    margin-bottom: 15px;
    font-size: 14px;
    color: #EB7198;
}

#seikyu .courseDay .dormitory {
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}

#seikyu dl dd .supple {
    display: inline-block;
    margin-bottom: 1em;
}


#seikyu .escort:first-child {
    padding: 0 0 20px;
    border-top: none;
}

@media screen and (max-width: 768px) {
    #seikyu dl dt {
        float: inherit;
    }

    #seikyu dl {
        padding: 0 10px;
    }

    #seikyu dl dd {
        padding: 15px 0 30px;
    }

    .ps_10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* 確認画面
-------------------------------- */
#seikyu .confirm dd {
    padding-bottom: 30px;
}

#seikyu .confirm dd.pb_0 {
    padding-bottom: 0;
}

#seikyu .confirm .courseDay {
    line-height: 1.7;
}

#seikyu .confirm .courseDay h2 {
    line-height: 1;
    margin-bottom: 13px;
}

#seikyu .confirm .escort {
    line-height: 1.5;
}

#seikyu dl dd .err {
    display: inline-block;
    margin-bottom: 1em;
    color: #f00;

}