@charset "utf-8";
/*------------------------------------------------------------
	プレゼント
------------------------------------------------------------*/
main {
    margin-bottom: 50px;
}

.pageTitle {
	background: url("../img/present/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
    margin-bottom: 0;
}

.breadcrumb__list {
    margin: 1em 50px 50px;
}

.headLine01 {
    margin-bottom: 30px;
}

.contact_txt {
    text-align: center;
    margin-bottom: 70px;
    font-size: 16px;
}

.contact_txt2 {
    text-align: center;
    margin-bottom: 20px;
}

.tell_box {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.tell_box .tell_wrap {
    padding: 1em;
    display: flex;
    background-color: #014492;
    align-items: center;
}

.tell_box .tell_wrap .tell {
    font-size: 40px;
    font-weight: bold;
    color: white;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.tell_box .tell_wrap .tell img {
    width: 40px;
    margin-right: 10px;
}

.tell_box .tell_wrap div {
    color: white;
    padding: 0 1em;
    text-align: center;
}

@media all and (max-width: 767px) {
    .breadcrumb__list {
        margin: 1em 15px 1em;
    }

    .tell_box .tell_wrap {
        flex-wrap: wrap;
    }

    .tell_box .tell_wrap .tell {
        font-size: 30px;
        padding: 0 15px;
        width: 100%;
        justify-content: center;
    }

    .tell_box .tell_wrap .tell img {
        width: 30px;
        margin-right: 10px;
    }

    .tell_box .tell_wrap div {
        color: white;
        padding: 0 1em 1em;;
        text-align: center;
        width: 100%;
    }

}

.contactBox {
    padding: 18px 0 45px;
}
.contactBox .txt {
    margin-bottom: 29px;
    text-align: center;
    color : #231815;
}
.contactBox .formTable {
    padding: 45px 50px 25px;
    margin: 0 auto 44px;
    width: 1000px;
    box-sizing: border-box;
    background-color: #ECECEC;
}
.contactBox .formTable th,.contactBox .formTable td {
    display: block;
    margin-bottom: 10px;
}
.contactBox .formTable td {
    margin-bottom: 25px;
}
.contactBox .formTable.confirmation td {
    background-color: white;
    padding: 0.5em;
}
.contactBox .must {
    display: inline-block;
    width: 33px;
    margin-left: 5px;
    vertical-align: 1px;
    text-align: center;
    line-height: 1.33;
    font-size: 1.2rem;
    color: #fff;
    background-color: #BB272D;
    border-radius: 3px;
    letter-spacing: 0;
}
.contactBox input[type="email"],
.contactBox input[type="tel"],
.contactBox input[type="text"] {
    padding: 0 17px;
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: none;
}
.contactBox .style01[type="tel"] {
    width: 39.5%;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #808080;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #808080;
    opacity:1;
}
input::-moz-placeholder {
    color: #808080;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #808080;
    opacity:1;
}
.contactBox textarea {
    padding: 17px;
    width: 100%;
    height: 142px;
    font-size: 1.5rem;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: none;
}
.contactBox .check {
    margin-bottom: 49px;
    text-align: center;
    letter-spacing: 3px;
}
.contactBox .check a {
    text-decoration: underline;
}
.contactBox .check .must {
    margin-left: 0;
}
.contactBox .check input[type="checkbox"] {
    display: none;
	padding: 0;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}
.contactBox .check input[type="checkbox"] + label {
    background: url("../img/contact/check_bg01.jpg") no-repeat left center;
    background-size: 18px auto;
    display: inline-block;
    padding: 0 0 1px 25px;
}
.contactBox .check input[type="checkbox"]:checked + label {
    background-image: url("../img/contact/check_bg02.jpg");
}
.form_btn {
    text-align: center;
}
.form_btn input {
    width: 297px;
    margin: 0 25px;
    display: inline-block;
    padding-bottom: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    height: 50px;
    border: none;
    border-radius: 10px;
    text-align: center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #014492;
}
.form_btn input:disabled {
    background-color: #ddd;
}
.form_btn input:hover {
    opacity: 0.7;
}
.form_btn input:disabled:hover {
    opacity: 1;
}

.contactBox .yubin td input {
    width: 50%;
}

.thanks_txt {
    text-align: center;
}

.contactBox mail_t {
    padding: 0 17px;
    width: 100%;
    font-size: 1.4rem;
    height: 40px;
    border-radius: 5px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #fff;
    box-sizing: border-box;
    border: none;
}
.contactBox .formTable.mail_t td {
    background-color: white;
    padding: 1em;
    border-radius: 10px;
}

.error {
    text-align: center;
}

.error h4 {
    margin-bottom: 20px;
}

.agree {
    text-align: center;
    margin-bottom: 30px;
}

.agree a {
    text-decoration: underline;
}

.mb2em {
    margin-bottom: 2em;
}

.contactBox .formTable th span {
    font-weight: normal;
    font-size: 90%;
    margin-left: 5px;
}

.contactBox .formTable td.check_box label {
    display: inline-block;
}

.contactBox .formTable td.check_box label:not(:last-child) {
    margin-right: 2em;
}

@media all and (min-width: 768px) {
    .contactBox .check a:hover {
        text-decoration: none;
    }
}
@media all and (max-width: 767px) {
    .contactBox .formTable {
        width: 100%;
        padding: 20px 15px;
    }
    .contactBox input[type="email"], .contactBox input[type="tel"], .contactBox input[type="text"] {
        font-size: 1.4rem;
        height: 40px;
        border-radius: 5px;
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
    }
    .contactBox .style01[type="tel"] {
        width: 50%;
    }
    .contactBox textarea {
        font-size: 1.4rem;
        border-radius: 5px;
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
    }
    .contactBox .check {
        letter-spacing: 1px;
    }
    .form_btn input {
        margin: 0 5px;
        width: 45%;
        font-size: 1.6rem;
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
    }
    .contactBox {
        padding-bottom: 10px;
    }
    .submit li input:hover {
        opacity: 1;
    }

}

#report_head {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

#report_head .img {
    width: 150px;
    margin-right: 20px;
}

#report_head .img img {
    width: 100%;
}

#report_head .txt .h3_sub {
    font-size: 18px;
    display: block;
}

#report_head .txt h3 {
    font-size: 30px;
}

#report_head .txt .free {
    background: #F86575;
    font-size: 18px;
    font-weight: bold;
    color: white;
    display: inline-block;
    padding: 5px 2em;
    margin-top: 10px;
    border-radius: 20px;
    margin-bottom: 15px;
}

#report_head .txt .form_link_btn {
    text-align: right;
}

#report_head .txt .form_link_btn a {
    background: #009FE8;
    color: white;
    font-size: 16px;
    padding: 10px 3em 12px 2em;
    position: relative;
    transition: all 0.2s;
}

#report_head .txt .form_link_btn a:hover {
    background: #005FA7;
}

#report_head .txt .form_link_btn a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.2s;
}

#report_head .txt .form_link_btn a:hover:before {
    right: 10px;
}

#report_content {
    margin-bottom: 80px;
}

#report_content h4 {
    text-align: center;
    color: #009fe8;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #009fe8;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

#report_content h4.h4mt {
    margin-top: 40px;
}

#report_content h4 span {
    font-size: 30px;
}

#report_content .rc_box {
    display: flex;
    justify-content: space-around;
}

#report_content .rc_box div {
    width: 25%;
    background: #F2FBFB;
    padding: 20px;
}

#report_content .rc_box h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

#report_content .rc_box p {
    font-size: 14px;
    text-align: center;
}

#report_content .rc_box p span {
    font-size: 16px;
}

@media all and (max-width: 767px) {
    #report_head {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    #report_head .img {
        width: 150px;
        margin-right: 0px;
    }
    
    #report_head .txt {
        width: 100%;
    }

    #report_head .txt .h3_sub {
        font-size: 15px;
        text-align: center;
    }

    #report_head .txt h3 {
        font-size: 20px;
        text-align: center;
    }

    #report_head .txt .free {
        font-size: 15px;
        text-align: center;
        display: block;
        width: 100px;
        margin: 0 auto 25px;
    }

    #report_head .txt .form_link_btn {
        text-align: center;
    }

    #report_content {
        margin-bottom: 50px;
    }

    #report_content h4 {
        font-size: 18px;
    }

    #report_content h4 span {
        font-size: 24px;
    }

    #report_content .rc_box {
        flex-wrap: wrap;
    }

    #report_content .rc_box div {
        width: 100%;
        padding: 15px;
    }
    
    #report_content .rc_box div:not(:last-child) {
        margin-bottom: 20px;
    }

    #report_content .rc_box h5 {
        font-size: 15px;
    }

    #report_content .rc_box p {
        font-size: 13px;
    }

    #report_content .rc_box p span {
        font-size: 15px;
    }
}