* { 
    margin: 0;
    padding: 0;
}
.top_logo {
    display: block;
    width: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
#contents {background-color: #f2f9fe;}
#contents-wrapper{
    max-width: 1200px;
    margin: auto;
    padding: 15px 0;
}
#contents-wrapper > div {
    width: 85%;
    margin: 40px auto;
}
h1 {
    text-align: center;
    font-size: 2.0em;
}
.noto-serif {font-family: 'Noto Serif JP', serif;}
#title {
    background-color: #FFF;
    border: 1px solid #c6c6c6;
    position: relative;
    /* margin:40px auto; */
    text-align: center;
}
#title h2 {
    letter-spacing: 0.1em;
}
#title .status {
    position: absolute;
    width: 70px;
    text-align: center;
    background-color: #e84578;
    color: #FFF;
    padding: 10px 20px;
    top: 20px;
    left: 40px;
}
#title .status.end {
    background-color: #c6c6c6;
}
#title hr {
    width: 95%;
    border:none;
    height: 1px;
    color:#f2f9fe;
    border-top: dashed 1px #c6c6c6;
    margin: 0 auto;
}
#title .txt {
    display: inline-block;
    text-align: left;
    width: 50%;
    margin: 15px auto;
}
#title .txt .deadline {
    margin-top: 10px;
    text-indent: 1em;
    
}
#title ul {
    list-style: none;
    text-align: left;
    font-size: 0.85em;
    letter-spacing: 0.1em;
    line-height: 2.0em;
}
#step {
    display: flex;
    justify-content: center;
}
#step img {
    display: block;
    margin: 0 20px;
    height: 45px;
}
#step p {
    width: 200px;
    background-color: #FFF;
    font-size: 1.5em;
    text-align: center;
    color: #0085e3;
    border: 1px solid #0085e3;
    border-radius: 10px;
    padding: 5px 0;
}
#step p.now {
    background-color: #0085e3;
    color: #FFF;
}
.error_alert_txt {
    color: red;
    text-align: center;
    font-size: 1.3em;
}
#form table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
}
#form table input:not([type="radio"]),
#form table select {
    height: 30px;
    border: 1px solid #0085e3;
}
#form table input[type="radio"] {
    width: 15px;
    height: 15px;
    border: 1px solid #0085e3;
}
#form input:not([type="checkbox"]):not([type="radio"]) {
    width: 70%;
    border: 1px solid #0085e3;
    padding: 0.25em 0.5em;
    box-sizing: border-box;
}
input.duplicate {margin-top: 10px;}
#form input ,#form select,#form table label{font-size: 1.3em;}
#form table label {margin: 0 10px;}
#form input.wide {width: 100% !important;}
#form td.split input {width: 15% !important;}
#form th, #form td {
    border: 1px solid #c6c6c6;
    text-align: left;
    padding: 5px 10px;
}
#form th {
    background-color: #cce7f9;
    font-weight: normal;
    vertical-align:top;
    min-height: 100px;
}
#form th img {
    display: inline-block;
    width: 30px;
    text-align: bottom;
    margin-left: 8px;
}
#form td.error_row {
    background-color: #FFF3b8;
}
#form tr:not(.w_cell) th {width: 30%;}
#form tr.w_cell th {width: 20%;}
#form th.w_cell_f {
    width: 10% !important;
    vertical-align:middle;
}
#form p.example_txt {
    margin-top: 5px;
    font-size: 0.90em;
    color: #808080;
}
#form p.error_txt {
    margin-top: 5px;
    font-size: 0.90em;
    color: red;
    font-weight: bold;
}
#form h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #0085e3;
    padding: 8px 10px;
    background: linear-gradient(to bottom, #ffff, #e5f3fc);
    border: 1px solid #c6c6c6;
}
p.privacy_txt {
    height: 300px;
    font-size: 0.85em; 
    overflow: auto;
    border: 1px solid #c6c6c6;
    padding: 10px;
}
.consent {
    position: relative;
    margin: 40px auto;
    font-weight: bold;
    width: 120px;
    font-size: 1.2em;
}
#consent_check {
    opacity: 0;
}
.consent label::after {
    content:'';
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-image:  url(../images/check_off.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -10px;
    cursor: pointer;
}
.consent label {
    cursor: pointer;
    margin-left: 10px;
}
input[type="checkbox"],
input[type="image"] {
    width: auto !important;
}
input[type="checkbox"] {
    opacity: 0;
}
.consent input[type="checkbox"]:checked + label::after{
    background-image:  url(../images/check_on.png);
}
.submit_img:hover{
    opacity: 0.5;
}
input[type="image"] {
    display: block;
    margin: auto;
    border: none !important;
    outline:none !important;
}
input[type="image"]:disabled,
input[type="image"]:hover{
    opacity: 0.5;
}
input[type="image"]:disabled {
    cursor: not-allowed;
}
input[type="email"]:first-child {
    margin-bottom: 5px;
}
.confirm_button {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 40px auto;
}
.confirm_button a {
    display: block;
    margin: 0 10px;;
}
.toLink {
    display: block;
    margin:auto;
    text-align: center;
}
#thanks p{
    line-height: 1.5em;
}
#thanks h3{
    font-size: 1.5em;
}
p.mail_notification_text {
    text-align: center;
}
.sp_only {display: none;}
.information {
    width: 85%;
    background-color: #fff;
    margin:auto;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
}
@media screen and (max-width: 768px){
    .sp_only {display: block;}
    h1 {font-size: 1.2em;}
    h2 {
        font-size: 1.0em;
        text-align: center;
    }
    #title .status {
        position: unset;
        width: 100%;
        padding: 10px 0;
        font-size: 1.3em;
    }
    #title ul {
        font-size: 0.85em;
    }
    #contents-wrapper {
        width: 97%;
    }
    #contents-wrapper > div {
        width: 100%;
    }
    #title .txt {
        width: 100%;
    }
    #step img {
        margin: 0 5px;
    }
    #form table {width: calc(100% - 20px);}
    #form th {min-height: 20px;}
    #form table th,
    #form table td,
    #form tr.w_cell th {
        display: block;
        width: 100% !important;
    }
    #form input:not([type="checkbox"]):not([type="radio"]) {
        width: 100%;
    }
    #form td.split input {
        width: 25%;
    }
    .confirm_button {
        display: block;
        width: 100%;
        text-align: center;
    }
    .confirm_button a {
        width: 100%;
        margin: 10px auto;
    }
    input[type="image"] {
        width: 80% !important;
    }
}