@charset "UTF-8";
/* =======================================================================================
=======================================================================================
*/
.simulation_results_box {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    padding: 60px 30px 380px 30px;
}
.simulation_results_box_02 {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    padding: 60px 30px 380px 30px;
}
.simulation_results_box h3 {
    font-weight: bold;
    font-size: 1.6em;
}
.simulation_results_box_02 h3 {
    font-weight: bold;
    font-size: 3.3em;
}
.simulation_results_box p {
    font-size: 24px;
    display: block;
    font-weight: bold;
    text-align: center;
}
.simulation_results_box ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.simulation_results_box ul li {
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 6px;
    padding: 20px 30px 30px 30px;
}
.simulation_results_box ul li:first-of-type p {
    font-size: 3em;
    color: #f85284;
}
.simulation_results_box ul li:first-of-type p span.yen {
    color: #f85284;
}
.simulation_results_box ul li:first-of-type {
    background: #fff;
    border: 2px solid #f85284;
}
/*=========================================================*/
.simulation_results_box ul li:last-of-type {
    background: #fff;
    border: 2px solid #03a9fa;
}
.simulation_results_box ul li:last-of-type p {
    font-size: 3em;
    color: #03a9fa;
}
.simulation_results_box ul li:last-of-type p span.yen {
    color: #03a9fa;
}
.simulation_results h3 {
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    background: #03a9fa;
    border-radius: 6px;
    margin: 0 0 20px 0;
    padding: 15px;
}
@media print, screen and (min-width: 768px) {
    .simulation_results_box {
        padding: 60px 40px 320px 40px;
    }
    .simulation_results_box_02 {
        padding: 60px 40px 145px 40px;
    }
    .simulation_results_box ul {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .simulation_results_box ul li {
        width: calc(100% / 2 - 10px);
    }
}
@media print, screen and (min-width: 992px) {
    .simulation_results_box ul li:first-of-type p, .simulation_results_box ul li:last-of-type p {
        font-size: 4em;
    }
}
/*=========================================================*/
.simulation_results_box ul.choice_3 {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.simulation_results_box ul.choice_3 li {
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 6px;
    padding: 20px 30px 30px 30px;
}
.simulation_results_box ul.choice_3 li:first-of-type p {
    font-size: 3em;
    color: #f85284;
}
.simulation_results_box ul.choice_3 li:first-of-type p span.yen {
    color: #f85284;
}
.simulation_results_box ul.choice_3 li:first-of-type {
    background: #fff;
    border: 2px solid #f85284;
}
/*=========================================================*/
.simulation_results_box ul.choice_3 li:nth-of-type(2) {
    background: #fff;
    border: 2px solid #03a9fa;
}
.simulation_results_box ul.choice_3 li:nth-of-type(2) p {
    font-size: 3em;
    color: #03a9fa;
}
.simulation_results_box ul.choice_3 li:nth-of-type(2) p span.yen {
    color: #03a9fa;
}
/*=========================================================*/
.simulation_results_box ul.choice_3 li:last-of-type {
    background: #fff;
    border: 2px solid #00c7a4;
}
.simulation_results_box ul.choice_3 li:last-of-type p {
    font-size: 3em;
    color: #00c7a4;
}
.simulation_results_box ul.choice_3 li:last-of-type p span.yen {
    color: #00c7a4;
}
.simulation_results.choice_3 h3 {
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    background: #03a9fa;
    border-radius: 6px;
    margin: 0 0 20px 0;
    padding: 15px;
}
.simulation_results.choice_3 li:first-of-type h3 {
    color: #fff;
    background: #f85284;
    border-radius: 6px;
    margin: 0 0 20px 0;
    padding: 15px;
}
.simulation_results.choice_3 li:last-of-type h3 {
    color: #fff;
    background: #00c7a4;
    border-radius: 6px;
    margin: 0 0 20px 0;
    padding: 15px;
}
@media print, screen and (min-width: 768px) {
    .simulation_results_box ul.choice_3 {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .simulation_results_box ul.choice_3 li {
        width: calc(100% / 3 - 10px);
    }
    .simulation_results.choice_3 h3 {
        font-size: 1.5em;
    }
}
@media print, screen and (min-width: 992px) {
    .simulation_results.choice_3 h3 {
        font-size: 2em;
    }
}
@media print, screen and (min-width: 768px) {
    .simulation_results_box ul.choice_3 li:first-of-type p, .simulation_results_box ul.choice_3 li:nth-of-type(2) p {
        font-size: 1.8em;
    }
    .simulation_results_box ul.choice_3 li:last-of-type p.free {
        font-size: 1.8em;
    }
    .simulation_results_box ul.choice_3 li:last-of-type p {
        font-size: 1.5em;
        padding: 10px 0 0 0;
    }
}
@media print, screen and (min-width: 992px) {
    .simulation_results_box ul.choice_3 li:first-of-type p, .simulation_results_box ul.choice_3 li:nth-of-type(2) p {
        font-size: 3em;
    }
    .simulation_results_box ul.choice_3 li:last-of-type p.free {
        font-size: 3em;
    }
    .simulation_results_box ul.choice_3 li:last-of-type p {
        font-size: 2.5em;
    }
}
@media print, screen and (min-width: 1200px) {
    .simulation_results_box ul.choice_3 li:first-of-type p, .simulation_results_box ul.choice_3 li:nth-of-type(2) p {
        font-size: 4em;
    }
    .simulation_results_box ul.choice_3 li:last-of-type p.free {
        font-size: 4em;
    }
    .simulation_results_box ul.choice_3 li:last-of-type p {
        font-size: 3em;
    }
}
/*=========================================================*/
/*=========================================================*/
.option_selection {
    position: relative;
    padding: 20px;
    margin: 20px 0 50px;
    background: #0057b8;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 1.4em;
}
.option_selection::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #0057b8;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 22px;
    margin: auto;
    transition: all 0.3s;
    transform: rotate(90deg) translateX(190%);
}
.option_selection_02 {
    position: relative;
    padding: 20px;
    margin: 20px 0 50px;
    background: #00c7a4;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
}
.option_selection_02 span {
    font-size: 0.8em;
}
.option_selection_02::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #00c7a4;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 22px;
    margin: auto;
    transition: all 0.3s;
    transform: rotate(90deg) translateX(190%);
}
/*=========================================================*/
/*==============================================================================*/
.simulation_results_box ul.option_amount {
    display: flex;
}
.simulation_results_box ul.option_amount li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border: 2px solid #0057b8;
}
.simulation_results_box ul.option_amount li input {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
}
.simulation_results_box ul.option_amount li input[type="checkbox"] {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: 30px;
}
.simulation_results_box ul.option_amount li h4 {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    width: 100%;
    background: #0057b8;
    padding: 15px 0;
    min-height: 30px;
    border-radius: 6px;
}
.simulation_results_box ul.option_amount li p {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4em;
    width: 100%;
    color: #424242;
    margin: 0 0 20px 0;
    flex-grow: 2;
}
.simulation_results_box ul.option_amount li p span.yen {
    color: #424242;
}
.simulation_results_box ul.option_amount li figure {
    margin: 0;
}
.simulation_results_box figure img {
    width: 100%;
    height: auto;
    max-width: 150px;
}
.option_amount li {}
@media print, screen and (min-width: 576px) {
    .simulation_results_box ul.option_amount {
        flex-wrap: wrap;
        justify-content: space-around;
        height: 100%;
        min-height: 420px;
    }
    .simulation_results_box ul.option_amount li {
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    .simulation_results_box ul.option_amount {
        flex-wrap: nowrap;
        justify-content: space-around;
        height: 100%;
        min-height: 420px;
    }
    .simulation_results_box ul.option_amount li {
        width: calc(100% / 2 - 5px);
    }
}
@media print, screen and (min-width: 992px) {
    .simulation_results_box ul.option_amount li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
        width: auto;
        width: calc(100% / 2 - 10px);
        height: 100%;
        padding: 20px;
    }
    .simulation_results_box ul.option_amount li.option_01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
        width: auto;
        width: calc(100% / 3 - 10px);
        padding: 20px;
    }
}
/*==============================================================================*/
.simulation_results_box ul.option_amount_01 {
    display: flex;
}
.simulation_results_box ul.option_amount_01 li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #0057b8;
}
.simulation_results_box ul.option_amount_01 li input {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
}
.simulation_results_box ul.option_amount_01 li input[type="checkbox"] {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: 30px;
}
.simulation_results_box ul.option_amount_01 li h4 {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    width: 100%;
    background: #0057b8;
    padding: 15px 0;
    min-height: 30px;
    border-radius: 6px;
}
.simulation_results_box ul.option_amount_01 li p {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4em;
    width: 100%;
    color: #424242;
    margin: 0 0 20px 0;
    flex-grow: 2;
}
.simulation_results_box ul.option_amount_01 li p span.yen {
    color: #424242;
}
.simulation_results_box ul.option_amount_01 li figure {
    margin: 0;
}
.option_amount li {}
@media print, screen and (min-width: 576px) {
    .simulation_results_box ul.option_amount_01 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .simulation_results_box ul.option_amount_01 li {
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    .simulation_results_box ul.option_amount_01 {
        flex-wrap: wrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        height: 100%;
    }
    .simulation_results_box ul.option_amount_01 li {
        width: 100%;
        margin: 0 5px 0 0;
    }
}
@media print, screen and (min-width: 992px) {
    .simulation_results_box ul.option_amount_01 li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
        width: auto;
        width: calc(100% / 2 - 5px);
        height: 100%;
        padding: 20px;
    }
    .simulation_results_box ul.option_amount_01 li.option_01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
        width: auto;
        width: calc(100% / 3 - 10px);
        padding: 20px;
    }
}
/*===========================================================*/
.simulation_results_box ul.option_amount_02 {
    display: block;
}
.simulation_results_box ul.option_amount_02 li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #0057b8;
}
.simulation_results_box ul.option_amount_02 li input {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
}
.simulation_results_box ul.option_amount_02 li input[type="checkbox"] {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: 30px;
}
.simulation_results_box ul.option_amount_02 li h4 {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    width: 100%;
    background: #0057b8;
    padding: 15px 0;
    min-height: 30px;
    border-radius: 6px;
}
.simulation_results_box ul.option_amount_02 li p {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4em;
    width: 100%;
    color: #424242;
    margin: 0 0 20px 0;
    flex-grow: 2;
}
.simulation_results_box ul.option_amount_02 li p span.yen {
    color: #424242;
}
.simulation_results_box ul.option_amount_02 li figure {
    margin: 0;
}
.option_amount li {}
@media print, screen and (min-width: 576px) {
    .simulation_results_box ul.option_amount_02 {
        flex-wrap: wrap;
        justify-content: space-around;
        height: 100%;
    }
    .simulation_results_box ul.option_amount_02 li {
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    .simulation_results_box ul.option_amount_02 {
        height: 100%;
    }
    .simulation_results_box ul.option_amount_02 li {
        width: 100%;
    }
}
@media print, screen and (min-width: 992px) {
    .simulation_results_box ul.option_amount_02 li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-self: stretch;
        width: auto;
        padding: 20px;
    }
}
/* 
=======================================================================================
=======================================================================================
*/
#selection_button {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}
#selection_button li {
    border: 0;
    width: auto;
    margin: 10px auto;
    padding: 0;
}
@media print, screen and (min-width: 768px) {
    #selection_button {
        justify-content: center;
        bottom: 60px;
    }
    #selection_button li {
        margin: 0 10px;
    }
}
/* 
=======================================================================================
=======================================================================================
*/
.option_total {
    position: absolute;
    bottom: 160px;
    right: 0;
    left: 0;
    margin: 0 0 30px 0;
}
.option_total p {
    font-size: 1.4em;
    margin: 0 0 10px 0;
}
.option_total input {
    border-radius: 6px;
    font-size: 2.3em;
    text-align: center;
    background: #eee;
    border: 0;
    color: #f85284;
    width: 100%;
    max-width: 350px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
@media print, screen and (min-width: 576px) {
    .option_total {
        bottom: 115px;
    }
}
/* 
=======================================================================================
=======================================================================================
*/
.return_btn {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 15px 35px;
    text-align: center;
    color: #fff;
    background: #f85284;
    border-radius: 50px;
    border: 1px solid #f85284;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.2em;
    width: 100%;
    min-width: 280px;
}
.return_btn:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.contact_complete .return_btn {
    max-width: 280px;
}
.contact_complete .return_btn:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.contact_btn {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 15px 35px;
    text-align: center;
    color: #fff;
    background: #0057b8;
    border-radius: 50px;
    border: 1px solid #0057b8;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.2em;
    width: 100%;
    min-width: 280px;
}
.contact_btn:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: simple_square_btn8 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes simple_square_btn8 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@-moz-keyframes simple_square_btn8 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes simple_square_btn8 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
/* 
=======================================================================================
フォーム
=======================================================================================
*/
#form_contact {
    width: 100%;
    margin: 20px 0 0 0;
}
#step_img {
    margin: 20px 0;
}
#step_img img {
    width: 100%;
    max-width: 356px;
}
table#contact {
    width: 100%;
    border-left: 1px solid #888;
    border-top: 1px solid #888;
}
table#contact tr th {
    display: block;
    padding: 10px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    background: #daf3ff;
    line-height: 150%;
    text-align: left;
    vertical-align: middle;
}
table#contact tr td {
    display: block;
    padding: 10px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    background: #fff;
    text-align: left;
    vertical-align: middle;
}
table#contact tr td.td_child {
    border-bottom: 1px dotted #888;
}
table#contact p {
    margin-bottom: 5px;
}
table#contact tr th span.form_title {
    display: block;
    overflow: hidden;
    color: #444;
}
table#contact tr td label {
    line-height: 2.5em !important;
}
/*必須アイコン*/
table#contact tr th span.txt_required {
    float: left;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background: #cc1414;
    padding: 6px 0;
    margin-right: 10px;
    line-height: 70%;
    width: 40px;
    display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional {
    float: left;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
    border-radius: 2px;
    color: #fff;
    background: #666;
    padding: 6px 0;
    margin-right: 10px;
    line-height: 70%;
    width: 40px;
    display: block;
}
/*入力エリア装飾*/
input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    border-radius: 0;
}
input:focus, select:focus, textarea:focus {
    background: #E2EBF4;
    border: 1px solid #E2EBF4;
}
/*入力エリアサイズ*/
.input_10 {
    width: 10%;
}
.input_30 {
    width: 30%;
}
.input_50 {
    width: 50%;
}
.input_70 {
    width: 70%;
}
.input_100 {
    width: 100%;
}
/*入力例の文字装飾*/ ::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
    margin-right: 5px;
    margin-left: 15px;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
    margin-right: 5px;
    margin-left: 15px;
}
/*送信・戻るボタン*/
ul.submit_btn {
    font-size: 0;
    text-align: center;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: center;
}
ul.submit_btn li {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
ul.submit_btn li.inp_submit01 input, ul.submit_btn li.inp_submit02 input {
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
}
ul.submit_btn li.inp_submit01 input {
    color: #fff;
    background: #03a9fa;
    border: none;
    border-radius: 50px;
    margin: 0 5px;
}
ul.submit_btn li.inp_submit02 input {
    color: #fff;
    background: #999;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 0 5px;
    cursor: pointer;
}
ul.submit_btn li:hover {
    opacity: 0.85;
}
/*送信完了画面用*/
#thanks {
    margin: 20px 0;
}
#thanks h5 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: bold;
}
/*----------------------------------------------- PC */
@media print, screen and (min-width:768px) {
    table#contact {
        border-collapse: separate;
    }
    table#contact tr th {
        display: table-cell;
        border-right: 1px dotted #999;
        width: 28%;
    }
    table#contact tr td {
        display: table-cell;
    }
    table#contact tr td.td_child {
        width: 160px;
        border-right: 1px dotted #999;
        border-bottom: 1px solid #999;
    }
    /*必須アイコン*/
    table#contact tr th span.txt_required {
        margin-top: 3px;
    }
    /*任意アイコン*/
    table#contact tr th span.txt_optional {
        margin-top: 3px;
    }
    /*入力例の文字装飾*/ ::-webkit-input-placeholder {
        color: #666;
    }
    ::-moz-placeholder {
        color: #666;
    }
    :-ms-input-placeholder {
        color: #666;
    }
    ul.submit_btn {
        margin-top: 50px;
    }
    ul.submit_btn li.inp_submit01 input, ul.submit_btn li.inp_submit02 input {
        padding: 10px 45px;
        cursor: pointer;
        font-size: 20px;
        line-height: 1.8em;
    }
}
/*====================================================

=====================================================*/
/*====================================================*/
/** チェックOFFなら非表示 */
.message {
    display: none;
    transition: 0.3s;
    position: absolute;
    bottom: 310px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
    z-index: 99;
}
.message p {
    color: #fff !important;
    background: #ff5513;
    padding: 20px;
    border-radius: 6px;
    margin: 0 !important;
}
/** チェックONなら表示 */
input:checked ~ .message {
    display: block;
}
/** チェックボックス横にラベル表示 */
[type="checkbox"].toggle {
    position: relative;
}
[type="checkbox"].toggle:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 20px;
    padding-left: 20px;
    top: 50%;
    /*transform: translateY(-50%);*/
}
.popup-message {
    animation: popup 8s forwards;
}
@keyframes popup {
    0% {
        /*transform: translateY(15%);*/
        opacity: 0;
    }
    10%, 90% {
        transform: none;
        opacity: 1;
    }
    100% {
        /*transform: translateY(15%);*/
        opacity: 1;
        /*pointer-events: none;*/
    }
    /*100% {
    transform: translateY(15%);
    opacity: 0;
    pointer-events: none;
  }*/
}
@media print, screen and (min-width:576px) {
    .message {
        bottom: 245px;
    }
}
@media print, screen and (min-width:768px) {
    .message {
        bottom: 255px;
    }
}
/*====================================================

=====================================================*/
.option_w01, .option_w02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
form.f_check {
    width: 100%;
}
.check_w {
    width: 100%
}
@media print, screen and (min-width:576px) {
    form.f_check_01 {
        width: 100%;
    }
    form.f_check {
        width: 50%;
    }
    .check_w {
        width: 50%;
    }
}
@media print, screen and (min-width:768px) {
    .option_w01 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 0 20px 0;
    }
    .option_w02 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 0 20px 0;
    }
}