@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

/* ==== contents === */
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
    width: 100%;
    padding: 26px 16px;
}

.hd_bg .hd {
    width: 100%;
}

.hd_bg .hd h1 {
    width: 100%;
}

.hd_bg .hd h1 img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hd_bg .hd .hd_nav {
    margin-top: 20px;
}

.hd_bg .hd .hd_nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.hd_bg .hd .hd_nav ul li {
    width: calc(50% - 5px);
}

.hd_bg .hd .hd_nav ul li:nth-child(1) a {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 0.9em;
    border-radius: 6px;
    color: #000000;
    background: url("../images/mypage_icon.png") calc(50% - 3em) center no-repeat;
    border: 1px solid #00AEBC;
    text-decoration: none;
    padding: 10px 30px 10px 40px;
    transition: All 0.5s ease;
}

.hd_bg .hd .hd_nav ul li:nth-child(1) a:hover {
    opacity: 0.5;
}

.hd_bg .hd .hd_nav ul li:nth-child(2) a {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 0.9em;
    border-radius: 6px;
    background: #333333;
    border: 1px solid #333333;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 30px;
    transition: All 0.5s ease;
}

.hd_bg .hd .hd_nav ul li:nth-child(2) a:hover {
    color: #333333;
    background: #ffffff;
}

.hd_text_bg {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

.hd_text_bg.hd_text_bg01 {
    background: #f7ab00;
}

.hd_text_bg.hd_text_bg02 {
    background: #00aebb;
}

.hd_text_bg .hd_text {
    width: 100%;
    padding: 10px 16px;
    color: #ffffff;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg {
    background: #f1f1f1;
    position: relative;
    width: 100%;
    z-index: 1;
}

.con_bg .con_back_bg {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.con_bg .con_back_bg .con_back {
    width: 100%;
    padding: 16px;
}

.con_bg .con_back_bg .con_back a {
    padding: 0 0 0 40px;
    font-size: 0.9em;
    color: #888888;
    text-decoration: none;
    background: url("../images/back_icon.png") left 6px no-repeat;
    transition: All 0.5s ease;
}

.con_bg .con_back_bg .con_back a:hover {
    color: #555555;
}

.con_bg .con_title_bg {
    width: 100%;
}

.con_bg .con_title_bg .con_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    padding: 30px 16px;
}

.con_bg .con_01 {
    width: 100%;
    border-top: 5px solid #f7ab00;
    background: #ffffff;
    padding: 16px;
}

.con_bg .con_01 h2 {
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.con_bg .con_02 {
    width: 100%;
    border-top: 5px solid #00aebb;
    background: #ffffff;
    padding: 16px;
}

.con_bg .con_02 h2 {
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** common
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** ログイン
******************************************************************************
----------------------------------------------------------------------------*/
.login_bg {
    background: url("../images/login_bg.png") center center no-repeat;
    background-size: cover;
    width: 100vw;
    min-height: 100vh;
    padding: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.login_bg .login_box_bg {
    background: #ffffff;
    width: 100%;
}

.login_bg .login_box_bg .login_box {
    padding: 16px;
    width: 100%;
}

.login_bg .login_box_bg .login_box h1 img {
    display: block;
    margin: 0 auto;
}

.login_bg .login_box_bg .login_box .login_user_name_password {
    /*テキスト*/
    /*チェックボックス*/
}

.login_bg .login_box_bg .login_box .login_user_name_password p {
    margin-top: 20px;
    font-size: 1.05em;
    font-weight: bold;
}

.login_bg .login_box_bg .login_box .login_user_name_password input[type='text'], .login_bg .login_box_bg .login_box .login_user_name_password textarea {
    width: 100%;
    padding: 15px 20px;
    margin-top: 10px;
    border: 1px solid #dddddd;
    background: #f6f6f6;
}

.login_bg .login_box_bg .login_box .login_user_name_password input[type='text']:focus, .login_bg .login_box_bg .login_box .login_user_name_password textarea:focus {
    border: 1px solid #666666;
    outline: none;
}

.login_bg .login_box_bg .login_box .login_user_name_password .login_checkbox {
    margin-top: 15px;
    text-indent: 10px;
    margin-left: -24px;
}

.login_bg .login_box_bg .login_box .login_user_name_password .login_checkbox label {
    margin-left: 0;
    display: inline-block;
}

.login_bg .login_box_bg .login_box .login_user_name_password .login_checkbox input[type=checkbox] {
    appearance: none;
    display: none;
}

.login_bg .login_box_bg .login_box .login_user_name_password .login_checkbox input[type=checkbox] + span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 15px;
}

.login_bg .login_box_bg .login_box .login_user_name_password .login_checkbox input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
}

.login_bg .login_box_bg .login_box .login_user_name_password .login_checkbox input[type=checkbox] + span::after {
    transform: rotate(40deg);
    border-bottom: 2px solid rgba(25, 106, 163, 0);
    border-right: 2px solid rgba(25, 106, 163, 0);
    width: 6px;
    height: 12px;
    content: "";
    position: absolute;
    left: 11px;
    top: 2px;
    transition: all 0.3s ease;
}

.login_bg .login_box_bg .login_box .login_user_name_password .login_checkbox input[type=checkbox]:checked + span::after {
    border-bottom: 2px solid #196aa3;
    border-right: 2px solid #196aa3;
}

.login_bg .login_box_bg .login_box .login_send_btn {
    margin-top: 30px;
    width: 100%;
}

.login_bg .login_box_bg .login_box .login_send_btn .login_btn_01 {
    width: 100%;
}

.login_bg .login_box_bg .login_box .login_send_btn .login_btn_01 input[type='submit'] {
    letter-spacing: 0.1em;
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #00aebb;
    width: 100%;
    padding: 15px;
    transition: all 0.3s ease;
}

.login_bg .login_box_bg .login_box .login_send_btn .login_btn_01 input[type='submit']:hover {
    opacity: 0.7;
}

.login_bg .login_box_bg .login_box .login_send_btn .login_btn_02 {
    width: 100%;
    margin-top: 20px;
}

.login_bg .login_box_bg .login_box .login_send_btn .login_btn_02 input[type='submit'] {
    letter-spacing: 0.1em;
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #d80c18;
    width: 100%;
    padding: 15px;
    transition: all 0.3s ease;
}

.login_bg .login_box_bg .login_box .login_send_btn .login_btn_02 input[type='submit']:hover {
    opacity: 0.7;
}

.login_bg .login_box_bg .login_box .login_forget {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.login_bg .login_box_bg .login_box .login_forget a {
    color: #00aebb;
}

/*----------------------------------------------------------------------------
******************************************************************************
** フォーム
******************************************************************************
----------------------------------------------------------------------------*/
.form {
    width: 100%;
    margin: 40px auto;
    font-size: 1.1em;
    /*チェックボックス*/
}

.form * {
    box-sizing: border-box;
}

.form table {
    width: 100%;
}

.form table tr th {
    width: 100%;
    display: block;
    padding: 20px 50px 20px 20px;
    border-bottom: 1px solid #dddddd;
    vertical-align: top;
    position: relative;
    background: #fef6e5;
}

.form table tr th.required::after {
    content: "必須";
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 0.8em;
    background: #e00;
    color: #ffffff;
    padding: 0 6px;
}

.form table tr th.any::after {
    content: "任意";
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 0.8em;
    background: #222222;
    color: #ffffff;
    padding: 0 6px;
}

.form table tr td {
    width: 100%;
    display: block;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    /*チェックボックス*/
    /*ラジオボタン*/
    /*テキスト*/
    /*セレクトボックス*/
}

.form table tr td p {
    margin: 5px 0;
    font-size: 1em;
    color: #333333;
}

.form table tr td p:first-child {
    margin-top: 0;
}

.form table tr td p.supplement {
    color: #666666;
    font-size: 0.9em;
}

.form table tr td .zip_search {
    display: inline-block;
    margin-left: 10px;
    color: #B00038;
    border: 1px solid #B00038;
    font-size: 0.8em;
    padding: 0 5px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.form table tr td .zip_search:hover {
    opacity: 0.7;
}

.form table tr td .checkbox {
    text-indent: 10px;
    margin-left: -24px;
}

.form table tr td .checkbox label {
    margin-left: 0;
    display: inline-block;
}

.form table tr td .checkbox input[type=checkbox] {
    appearance: none;
    display: none;
}

.form table tr td .checkbox input[type=checkbox] + span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 15px;
}

.form table tr td .checkbox input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
}

.form table tr td .checkbox input[type=checkbox] + span::after {
    transform: rotate(40deg);
    border-bottom: 2px solid rgba(25, 106, 163, 0);
    border-right: 2px solid rgba(25, 106, 163, 0);
    width: 6px;
    height: 12px;
    content: "";
    position: absolute;
    left: 11px;
    top: 2px;
    transition: all 0.3s ease;
}

.form table tr td .checkbox input[type=checkbox]:checked + span::after {
    border-bottom: 2px solid #196aa3;
    border-right: 2px solid #196aa3;
}

.form table tr td .radio {
    text-indent: 10px;
    margin-left: -10px;
}

.form table tr td .radio input[type=radio] {
    appearance: none;
    display: none;
}

.form table tr td .radio input[type=radio] + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    padding-left: 12px;
    margin-right: 15px;
}

.form table tr td .radio input[type=radio] + span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 13px;
    height: 13px;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

.form table tr td .radio input[type=radio] + span::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 9px;
    height: 9px;
    background: rgba(25, 106, 163, 0);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.form table tr td .radio input[type=radio]:checked + span::after {
    background: #196aa3;
}

.form table tr td input[type='text'], .form table tr td textarea {
    background: #f7f8f9;
    border: 1px solid #dddddd;
    padding: 15px 20px;
    transition: all 0.3s ease;
    width: 100%;
}

.form table tr td input[type='text']:focus, .form table tr td textarea:focus {
    border: 1px solid #999999;
    outline: none;
    background: #ffffff;
}

.form table tr td #zip {
    background: #f7f8f9;
    border: 1px solid #dddddd;
    padding: 15px 20px;
    transition: all 0.3s ease;
    width: 150px;
}

.form table tr td #zip:focus {
    border: 1px solid #999999;
    outline: none;
    background: #ffffff;
}

.form table tr td select {
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.form .send_btn {
    width: 100%;
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form .send_btn .btn_01 input[type='submit'] {
    letter-spacing: 0.1em;
    display: block;
    font-size: 1.1em;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #1e1e1e;
    width: 300px;
    padding: 15px;
    margin: 0 20px;
    transition: all 0.3s ease;
}

.form .send_btn .btn_01 input[type='submit']:hover {
    opacity: 0.7;
}

.form .send_btn .btn_02 input[type='submit'] {
    letter-spacing: 0.1em;
    display: block;
    font-size: 1.1em;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #f7ab00;
    width: 300px;
    padding: 15px;
    margin: 0 20px;
    transition: all 0.3s ease;
}

.form .send_btn .btn_02 input[type='submit']:hover {
    opacity: 0.7;
}

.form .privacy_agree {
    text-indent: 10px;
    margin-left: -24px;
    text-align: center;
    margin-top: 40px;
}

.form .privacy_agree label {
    margin-left: 0;
    display: inline-block;
}

.form .privacy_agree input[type=checkbox] {
    appearance: none;
    display: none;
}

.form .privacy_agree input[type=checkbox] + span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 15px;
}

.form .privacy_agree input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
}

.form .privacy_agree input[type=checkbox] + span::after {
    transform: rotate(40deg);
    border-bottom: 2px solid rgba(25, 106, 163, 0);
    border-right: 2px solid rgba(25, 106, 163, 0);
    width: 6px;
    height: 12px;
    content: "";
    position: absolute;
    left: 11px;
    top: 2px;
    transition: all 0.3s ease;
}

.form .privacy_agree input[type=checkbox]:checked + span::after {
    border-bottom: 2px solid #196aa3;
    border-right: 2px solid #196aa3;
}

.form .form_pp_bg {
    width: 100%;
    height: 200px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #dddddd;
    font-size: 0.9em;
}

.form .form_pp_bg strong {
    display: block;
    font-weight: bold;
    font-size: 1em;
    margin: 8px 0 5px 0;
}

.form .form_pp_bg p {
    margin: 3px 0;
    line-height: 1.7;
}

.form .form_pp_bg ul {
    margin: 5px 0 5px 24px;
    list-style-type: disc;
}

.form .form_pp_bg ul li {
    line-height: 1.7;
    padding: 2px 0;
}

.form .form_pp_bg ol {
    margin: 5px 0 5px 20px;
}

.form .form_pp_bg ol li {
    line-height: 1.7;
    padding: 2px 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** セミナー動画一覧
******************************************************************************
----------------------------------------------------------------------------*/
.movie_list_bg {
    width: 100%;
    margin: 40px auto;
}

.movie_list_bg .movie_list {
    width: 100%;
    margin: 40px auto 0;
}

.movie_list_bg .movie_list a {
    display: block;
    transition: All 0.5s ease;
}

.movie_list_bg .movie_list a:hover {
    opacity: 0.5;
}

.movie_list_bg .movie_list p {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.125em;
}

.movie_list_bg .movie_btn {
    width: 100%;
    margin: 60px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.movie_list_bg .movie_btn a {
    width: 100%;
    padding: 10px;
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.25em;
    background: #00aebb;
    border: 2px solid #00aebb;
    transition: All 0.5s ease;
}

.movie_list_bg .movie_btn a:hover {
    color: #00aebb;
    background: #ffffff;
}

/*----------------------------------------------------------------------------
******************************************************************************
** アンケートフォーム
******************************************************************************
----------------------------------------------------------------------------*/
.questionnaire_form {
    width: 100%;
    margin: 40px auto;
}

.questionnaire_form .questionnaire_form_box {
    margin: 70px 0;
    /*ラジオボタン*/
    /*チェックボックス*/
    /*テキスト*/
}

.questionnaire_form .questionnaire_form_box h3 {
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 15px;
    border-bottom: 2px solid #00aebb;
}

.questionnaire_form .questionnaire_form_box h4 {
    font-weight: bold;
    font-size: 1.0em;
    padding-top: 50px;
}

.questionnaire_form .questionnaire_form_box .radio {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.questionnaire_form .questionnaire_form_box .radio .radio_text {
    font-weight: bold;
    font-size: 1.05em;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9em;
}

.questionnaire_form .questionnaire_form_box .radio .radio_text:first-child {
    width: calc((100% - 210px) / 2);
    width: 60px;
}

.questionnaire_form .questionnaire_form_box .radio .radio_text:last-child {
    width: calc((100% - 210px) / 2);
    width: 60px;
}

.questionnaire_form .questionnaire_form_box .radio label {
    background: #e5f7f8;
    position: relative;
    width: 40px;
}

.questionnaire_form .questionnaire_form_box .radio label p {
    font-size: 1.25em;
    text-align: center;
    width: 40px;
    position: absolute;
    top: -40px;
    left: 0;
}

.questionnaire_form .questionnaire_form_box .radio input[type=radio] {
    appearance: none;
    display: none;
}

.questionnaire_form .questionnaire_form_box .radio input[type=radio] + span {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.questionnaire_form .questionnaire_form_box .radio input[type=radio] + span::before {
    content: "";
    position: absolute;
    left: calc(50% - 13px);
    top: calc(50% - 13px);
    width: 20px;
    height: 20px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 50%;
}

.questionnaire_form .questionnaire_form_box .radio input[type=radio] + span::after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    width: 12px;
    height: 12px;
    background: #cccccc;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.questionnaire_form .questionnaire_form_box .radio input[type=radio]:checked + span::after {
    background: #00aebb;
}

.questionnaire_form .questionnaire_form_box .radio input[type=radio]:checked + span::before {
    border: 2px solid #00aebb;
}

.questionnaire_form .questionnaire_form_box .radio_02 {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.questionnaire_form .questionnaire_form_box .radio_02 .radio_text {
    font-weight: bold;
    font-size: 1.05em;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9em;
}

.questionnaire_form .questionnaire_form_box .radio_02 .radio_text:first-child {
    width: calc((100% - 210px) / 2);
    width: 60px;
}

.questionnaire_form .questionnaire_form_box .radio_02 .radio_text:last-child {
    width: calc((100% - 210px) / 2);
    width: 60px;
}

.questionnaire_form .questionnaire_form_box .radio_02 label {
    background: #e5f7f8;
    position: relative;
    width: 40px;
}

.questionnaire_form .questionnaire_form_box .radio_02 label p {
    font-size: 1.25em;
    text-align: center;
    width: 40px;
    position: absolute;
    top: -40px;
    left: 0;
}

.questionnaire_form .questionnaire_form_box .radio_02 input[type=radio] {
    appearance: none;
    display: none;
}

.questionnaire_form .questionnaire_form_box .radio_02 input[type=radio] + span {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.questionnaire_form .questionnaire_form_box .radio_02 input[type=radio] + span::before {
    content: "";
    position: absolute;
    left: calc(50% - 13px);
    top: calc(50% - 13px);
    width: 20px;
    height: 20px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 50%;
}

.questionnaire_form .questionnaire_form_box .radio_02 input[type=radio] + span::after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    width: 12px;
    height: 12px;
    background: #cccccc;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.questionnaire_form .questionnaire_form_box .radio_02 input[type=radio]:checked + span::after {
    background: #00aebb;
}

.questionnaire_form .questionnaire_form_box .radio_02 input[type=radio]:checked + span::before {
    border: 2px solid #00aebb;
}

.questionnaire_form .questionnaire_form_box .checkbox {
    width: 100%;
    background: #e5f7f8;
    margin-top: 30px;
    padding: 16px;
    text-indent: 0px;
}

.questionnaire_form .questionnaire_form_box .checkbox label {
    margin-left: 0;
    display: block;
    padding: 10px;
}

.questionnaire_form .questionnaire_form_box .checkbox input[type=checkbox] {
    appearance: none;
    display: none;
}

.questionnaire_form .questionnaire_form_box .checkbox input[type=checkbox] + span {
    font-size: 1.1em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 0px 10px 34px;
}

.questionnaire_form .questionnaire_form_box .checkbox input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    width: 24px;
    height: 24px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.questionnaire_form .questionnaire_form_box .checkbox input[type=checkbox] + span::after {
    transform: rotate(40deg);
    border-bottom: 3px solid rgba(25, 106, 163, 0);
    border-right: 3px solid rgba(25, 106, 163, 0);
    width: 7px;
    height: 14px;
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    transition: all 0.3s ease;
}

.questionnaire_form .questionnaire_form_box .checkbox input[type=checkbox]:checked + span::before {
    background: #00aebb;
    border: 2px solid #00aebb;
}

.questionnaire_form .questionnaire_form_box .checkbox input[type=checkbox]:checked + span::after {
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.questionnaire_form .questionnaire_form_box input[type='text'], .questionnaire_form .questionnaire_form_box textarea {
    margin-top: 30px;
    background: #f7f8f9;
    border: 1px solid #dddddd;
    padding: 15px 20px;
    transition: all 0.3s ease;
    width: 100%;
}

.questionnaire_form .questionnaire_form_box input[type='text']:focus, .questionnaire_form .questionnaire_form_box textarea:focus {
    border: 1px solid #999999;
    outline: none;
    background: #ffffff;
}

.questionnaire_form .questionnaire_form_send_btn {
    width: 100%;
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.questionnaire_form .questionnaire_form_send_btn .questionnaire_form_btn_01 input[type='submit'] {
    letter-spacing: 0.1em;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #00aebb;
    border: 2px solid #00aebb;
    width: 280px;
    padding: 15px;
    margin: 0 20px;
    transition: all 0.3s ease;
}

.questionnaire_form .questionnaire_form_send_btn .questionnaire_form_btn_01 input[type='submit']:hover {
    color: #00aebb;
    background: #ffffff;
}
/* add 20210823 */
.marugo {
    font-family: Kosugi Maru;
    font-size: 1rem;
}
.caution {
    color: #cc0000;
    font-weight: bold;
}
ul.verification {
    margin: 20px 10px;
    list-style-type: disc;
    padding-left: 20px;
}
ul.verification li {
	margin-bottom: 10px;
}
ul.verification li span {
	font-weight: bold;
}