.contact_btn_link{
    text-align: center;
}
.contact_btn_link a{
    background-color: #1D1D1D;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    width: 248px;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 3px;
    margin: 0 auto;
    line-height: 1;
}
.mypage_download_list_btn,
.mypage_purchase_list_btn_area{
    text-align: center;
}
.mypage_download_list_btn a,
.mypage_purchase_list_btn_area a{
    background-color: #1D1D1D;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    width: 248px;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 3px;
    margin: 0 auto;
    font-weight: 700;
}
.mypage_download_list_btn a i,
.mypage_purchase_list_btn_area a i{
    padding-right: 10px;
}

.plan_management_btn_link_flex_btn{
    text-align: center;
}
.plan_management_btn_link_flex_btn a{
    background-color: #1D1D1D;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    width: 196px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    margin: 0 auto;
    font-weight: 700;
}
.point_purchase_now_point_flex_btn a{
    background-color: #FF7600;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    width: 203px;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 3px;
    margin: 0 auto;
    font-weight: 700;
}
.point_purchase_now_point_flex_btn{
    text-align: center;
}
.plan_management_btn_area{
    text-align: center;
}
.plan_management_btn_area a{
    background-color: #1D1D1D;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    width: 243px;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 3px;
    font-weight: 700;
}
.plan_management_btn_link_flex_link a{
    font-size: 12px;
    color: #1D1D1D;
    font-weight: 700;
}
/*
.mypage_download_list_btn a{
    background-color: #707070;
}
*/
.mypage_btn_wrapper .more_btn a{
    margin: 0 0 0 auto;
    width: 109px;
}
.mypage_btn_wrapper_right .more_btn_right a{
    margin: auto 0 0 0;
}
.more_btn{
    text-align: center;
}
.mypage_btn_wrapper_right .more_btn_right a .fa-arrow-left-long{
    padding-right: 5px;
}
.more_btn a{
    text-decoration: none;
    max-width: 109px;
    min-width: 109px;
    width: 100%;
    background-color: #1D1D1D;
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    font-weight: 700;
}
.plan_management_link_area{
    text-align: center;
}
.plan_management_link_area a{
    text-decoration: none;
    max-width: 243px;
    min-width: 243px;
    width: 243px;
    background-color: #1D1D1D;
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    font-weight: 700;
}
.plan_management_btn_link_flex_link_progress a{
    background-color: #707070;
}
.more_btn_credit a{
    width: 241px;
    max-width: 241px;
    min-width: 241px;
    border: 2px solid #1D1D1D;
}
.more_btn_credit_white a{
    background:#ffffff;
    border: 2px solid #1D1D1D;
    color: #1D1D1D;
}
.more_btn_long_btn a{
    max-width: 184px;
    min-width: 184px;
    width: 100%;
}
.mypage_payment_setting_infomation_btn .mypage_btn_wrapper .more_btn_credit a{
    margin: auto 0 0 0
}
.mypage_btn_wrapper_edit{
    margin-top: 30px;
}
.mypage_btn_wrapper_edit_basic{
    margin-top: 0;
}
.mypage_btn_wrapper_edit .more_btn_edit a{
    max-width: 146px;
    min-width: 146px;
    width: 100%;
    margin: auto 0 0 0;
    line-height: 1;
    font-size: 14px;
    line-height: 1;
    padding: 13px 0;
}
.mypage_btn_wrapper_edit_basic .more_btn_edit a{
    max-width: 126px;
    min-width: 126px;
}
.mypage_btn_wrapper_receipt{
    padding-top: 30px;
}
.mypage_btn_wrapper_receipt .more_btn_receipt a,
.mypage_password_change_form_btn a{
    width: 243px;
    max-width: 243px;
    min-width: 243px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #1D1D1D;
    color: #ffff;
    margin:auto 0 0 0;
    border-radius: 3px;
    display: block;
}
.password_change_form_wrapper form.sign_form_area_flex{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.password_change_form_wrapper input[type="email"] {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width:610px;
    box-sizing: border-box;
}
.password_change_form_wrapper input[type="email"]{
    margin-bottom: 35px;
    width: 100%;
    padding: 10px;
}
.password_change_form_wrapper input[type="password"]{
    padding-top: 10px;
    padding-bottom: 10px;
    /*
    margin-bottom: 20px;
    */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width:610px;
    box-sizing: border-box;
}
.sign_password_change_new_wrapper input[type="password"]{
    width:100%;
}
.sign_form_area_flex_button{
    text-align: center;
}
.sign_form_area_flex_button button,
.login_form_area_flex_button button,
.password_form_area_flex_button button,
.mypage_edit_basic_form_flex button,
.mypage_edit_basic_form button,
.mypage_create_newother_form_flex button,
.mypage_submit_btn_area button{
    width: 243px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #1D1D1D;
    color: #ffff;
    margin: 0 auto;
    border:none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.mypage_edit_basic_form_flex button,
.mypage_edit_basic_form button,
.mypage_create_newother_form_flex button,
.mypage_submit_btn_area button{
    padding-top: 14px;
    padding-bottom: 14px;
}
button{
    cursor: pointer;
}
.mypage_password_change_form_flex_btn{
    padding-top: 30px;
}
/*-----=====MYデータ切り替えボタン=====-----*/
/*---------選択されている時-------*/
.mypage_mydata_choose_btn_flex button{
    background: #fff;
    border:none;
    border-radius: 3px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #FF7600;
    color: #FF7600;
}
/*---------選択されていない時-------*/
.mypage_mydata_choose_btn_flex button.active{
    border: 2px solid #FF7600;
    background: #FF7600;
    color: #fff;
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*-----=====切り替えボタン=====-----*/
/*---------選択されている時-------*/
.mypage_mydata_choose_all_btn_flex_content{
    display: flex;
    gap:15px;
}
.mypage_mydata_favorite_choose_btn_flex button{
    border:none;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #FF7600;
}
.mypage_mydata_choose_all_btn_flex button{
    background: #FF7600;
}
/*---------選択されていない時-------*/
.mypage_mydata_favorite_choose_btn_flex button.mypage_mydata_favorite_button02,
.mypage_mydata_favorite_choose_btn_flex button.mypage_mydata_favorite_button03,
.mypage_mydata_favorite_choose_btn_flex button.mypage_mydata_favorite_button04,
.mypage_mydata_favorite_choose_btn_flex button.mypage_mydata_favorite_button05,
.mypage_mydata_favorite_choose_btn_flex button.mypage_mydata_favorite_button06,
.mypage_mydata_favorite_choose_btn_flex button.mypage_mydata_favorite_button07,
.mypage_mydata_choose_all_btn_flex button{
    border: 2px solid #FF7600;
    background: #ffffff;
    color: #FF7600;
    font-weight: 700;
    border-radius: 2px;
}
/*----------------------------------*/
.mypage_edit_basic_form_flex label{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-right: 10px;
}
.member_regi_form_gender_flex label{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-right: 10px;
}
.mypage_edit_basic_form_flex_item {
    display: flex;
    align-items: center;
}
.mypage_edit_basic_form_flex span.checked,
.mypage_create_newother_form_flex_content span.checked,
.three_d_modal_flex2_file_area_flex_in_flex_content span.checked,
.mail_magazine_choose_btn_area_box span.checked,
.member_regi_form_gender_flex span.checked{
    background-color: #1d1d1d;
}
.mypage_edit_basic_form_flex input[type='radio'],
.mypage_create_newother_form_flex_content input[type='radio'],
*.three_d_modal_flex2_file_area_flex_in_flex_content input[type='radio'],
*.mail_magazine_choose_btn_area_box input[type='radio'],
.member_regi_form_gender_flex input[type='radio']{
    width: 23px;
    height: 23px;
    min-height: 23px;
    border-radius: 50%;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #1D1D1D;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mypage_edit_basic_form_flex input[type='radio']:checked:after,
.mypage_create_newother_form_flex_content input[type='radio']:checked:after,
.three_d_modal_flex2_file_area_flex_in_flex_content input[type='radio']:checked:after,
.mail_magazine_choose_btn_area_box input[type='radio']:checked:after,
.member_regi_form_gender_flex input[type='radio']:checked:after{
    width: 15px;
    height: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    position: relative;
    content: '';
    display: inline-block;
    background-color:  #FF7600;
}
.mail_magazine_choose_btn_area_box input[type='radio']:checked:after{
    background-color: #FF7600;
}
.mypage_edit_basic_form_flex input[type='radio'],
.mypage_create_newother_form_flex_content input[type='radio'],
.three_d_modal_flex2_file_area_flex_in_flex_content input[type='radio'],
*.mail_magazine_choose_btn_area_box input[type='radio'],
.member_regi_form_gender_flex  input[type='radio']{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #1D1D1D;
    margin: 0 auto;
    -webkit-appearance: none; /* デフォルトのスタイルを削除 */
    appearance: none; /* デフォルトのスタイルを削除 */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #ffffff;
}
/*==========追記調整============*/
/*=====
.mail_magazine_choose_btn_area_box input[type='radio'] {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #1D1D1D;
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff; 
}
.mail_magazine_choose_btn_area_box input[type='radio']:checked:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FF7600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
=====*/
/*===============/
/*====modal=====*/
/*===============*/
.modal_btn_area{
    text-align: center;
}
.modal_btn_area a{
    background: #1d1d1d;
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 3px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.modal_btn_area i{
    padding-right: 15px;
}
/*================*/
/*====modal=====*/
/*====一部上記にあり。=====*/
/*================*/
.modal_btn_width a{
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    width: 325px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    margin: 0 auto;
    font-weight: 700;
}
.modal_btn_243 a{
    width: 243px;
}
.modal_btn_orange a{
    background-color: #FF7600;
}
.modal_btn_black a{
    background-color: #1d1d1d;
}
.modal_btn_white a{
    background-color: #ffffff;
    box-sizing: border-box;
    border: 3px solid #1D1D1D;
    color: #1D1D1D;
}
.modal_btn_area_wrapper i{
    padding-right: 10px;
}
.modal_btn_long a{
    width: 423px;
}
.payment_btn button{
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #1D1D1D;
    color: #ffff;
    margin: 0 auto;
    border:none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
/*================*/
.payment_btn_243btn button{
    width: 243px;
}
.mypage_edit_basic_form_flex_content{
    text-align: center;
}
/*================*/
/*---サイドバー---*/
/*================*/
.sidebar_link_area{
    text-align: center;
}
.sidebar_link_area a{
    background-color: #1d1d1d;
    width: 243px;
    min-height: 30px;
    display: block;
    color: #ffffff;
    /*---選択中は#FF7600;---*/
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 14px;
}
.sidebar_logout_link{
    text-align: center;
}
.sidebar_logout_link a{
    color: #1D1D1D;
}
.mypage_modal_button a{
    color: #1D1D1D;
    text-decoration: none;
    border: 1px solid #1D1D1D;
    border-radius: 3px;
    width: 176px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}
.mypage_modal_button_orange a{
    width: 243px;
    background-color: #FF7600;
    color: #ffffff;
    border: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}
/*---10/27〜10/28---*/
.point_purchase_now_point_flex_btn button{
    width: 203px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FF7600;
    font-weight: 700;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
}
/*----------*/
/*---11/3---*/
.more_btn_credit_white button{
    background:#ffffff;
    border: 2px solid #1D1D1D;
    color: #1D1D1D;
}
.more_btn_credit button{
    width: 241px;
    max-width: 241px;
    min-width: 241px;
    border: 2px solid #1D1D1D;
    font-weight:700;
    font-size:16px;
    line-height: 1;
}
.more_btn button{
    width: 243px;
    max-width: 243px;
    min-width: 243px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin:auto 0 0 0;
    border-radius: 3px;
    display: block;
    line-height: 1;
}
/*-----------------*/
/*=================*/
/*-----------------*/
.mypage_basic_information_othe_user_flex_contnet .more_btn_edsit a{
    max-width: 120px;
    min-width: 120px;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
}
.mypage_basic_information_othe_user_flex_contnet .mypage_btn_wrapper_edit_basic{
    width:160px;
}
@media(max-width:768px){
    .mypage_mydata_favorite_choose_btn_flex button,
    .mypage_mydata_choose_all_btn_flex button{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mypage_mydata_choose_btn_flex button {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
/*-----------------*/
/*=================*/
/*-----------------*/
.top_login_add_banner_area_pc_text a{
    transition: 0.3s;
}
.top_login_add_banner_area_pc_text a:hover{
    background-color:#FF7600;
    transition: 0.3s;
}
.more_btn a{
    transition: 0.3s;
}
a.btn_link:hover{
    background-color:#1D1D1D;
    transition: 0.3s;
}
.more_btn a:hover,
a.btn_link_after_the_second_area_first:hover{
    background-color:#FF7600;
    transition: 0.3s;
}
.sitemap_link_flex_content02 a.btn_link_after_the_second_area_first:hover{
    background-color:#ffffff;
    transition: 0.3s;
}
.contact_btn_link a,
.plan_management_btn_link_flex_btn a,
.plan_management_btn_area a,
.contact_request_button button,
.mypage_download_list_btn a,
.mypage_purchase_list_btn_area a,
.point_purchase_now_point_flex_btn button{
    line-height: 1;
}
.contact_btn_link a,
.plan_management_btn_link_flex_btn a,
.plan_management_btn_area a,
.contact_request_button button,
.mypage_download_list_btn a,
.mypage_purchase_list_btn_area a,
.point_purchase_now_point_flex_btn button,
.fees_content1_link_wrapper {
    transition: 0.3s;
}
.plan_management_btn_link_flex_btn a:hover,
.plan_management_btn_area a:hover,
.contact_request_button button:hover,
.mypage_download_list_btn a:hover,
.mypage_purchase_list_btn_area a:hover,
.contact_btn_link a:hover,
.fees_content1_link_wrapper a:hover{
    background-color:#FF7600;
    transition: 0.3s;
}
.point_purchase_now_point_flex_btn button:hover{
    background-color:#1D1D1D;
    transition: 0.3s;
}
/*-----------------*/
/*=================*/
/*-----------------*/
.about_company_tr_right a, .rules_under_text_flex_right a, .fees_top_tb__td_in_orange,
.privacypolicy_underline a,
.plan_management_btn_link_flex_link a,
.mypage_basic_information_account_delete button,
.mypage_basic_information_account_under_delete_area a,
.sidebar_logout_link a{
    transition: 0.3s;
}
.about_company_tr_right a:hover, .rules_under_text_flex_right a:hover,
.privacypolicy_underline a:hover{
    color:#1D1D1D;
    transition: 0.3s;
}
.plan_management_btn_link_flex_link a:hover,
.mypage_basic_information_account_delete button:hover,
.mypage_basic_information_account_under_delete_area a:hover,
.sidebar_logout_link a:hover{
    color:#FF7600;
    transition: 0.3s;
}
/*-----------------*/
/*=================*/
/*-----------------*/
.open-icon-editmodal img{
    width: 26px;
    margin-left: -10px;
}
/*-----------------*/
/*=================*/
/*-----------------*/
.mypage_mydata_favorite_choose_btn_flex button, .mypage_mydata_choose_all_btn_flex button{
    padding:9px 18px !important;
}
@media screen and (max-width: 768px) {
    .more_btn a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.member_regi_contianer .mypage_edit_basic_form_flex button{
    transition:0.3s;
    background:rgb(113, 113, 113);
}

/*------------*/
/*---シナリオテンプレートへの遷移ボタン---*/
/*------------*/

.top_template_button_wrapper{
    display: flex;
    justify-content: center;
}
button.top_template_button_content{
    width: 750px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    background-image: url(/static/image/templatesbutton_blue.svg);
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
}
.top_template_button_flex p{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}
.top_template_button_flex01{
    padding-right: 20px;
}
.top_template_button_flex01 img{
    width: 141.59px;
    position: relative;
    top: 11px;
}
.top_template_button_flex03{
    width: 157px;
    text-align: end;
}
.top_template_button_flex03 img{
    width: 23.36px;
    height: 13.87px;
    text-align: end;
}
.top_template_note_wrapper {
    text-align: center;
}
@media(min-width:769px){
    .top_template_button_flex02 br{
        display: none;
    }
    .top_template_button_flex p {
        white-space: nowrap;
    }
}
@media(max-width:768px){
    .top_template_button_wrapper{
        display: flex;
        justify-content: center;
    }
    button.top_template_button_content {
        width: 100%;
        height: 103px;
        background-image: url(/static/image/templatebuttonsp_blue.svg);
        padding-left: 8px;
        padding-right: 20px;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        justify-content: space-between;
    }
    .top_template_button_flex p{
        font-size: 17px;
        line-height: 24px;
    }
    .top_template_button_flex01 img{
        width: 87.44px;
        position: relative;
        top: 29px;
    }
    .top_template_button_flex03 img{
        width: 23.36px;
        height: 13.87px;
    }
    .top_no_login_content {
        padding-bottom: 60px;
    }
    .top_template_button_flex03{
        width: 73px;
        text-align: end;
    }
    .top_template_button_flex03 img{
        width: 23.36px;
        height: 13.87px;
        text-align: end;
    }
    .top_template_button_flex01{
        padding-right: 0;
    }
}
@media (min-width: 769px) {
    .top_template_button_flex02 br {
        display: none;
    }
}
@media (max-width: 768px) {
    .top_template_button_flex02 .sp_space {
        display: inline;
        font-size: inherit;
        line-height: inherit;
    }
    .top_template_button_flex02 .sp_space {
        display: none !important;
        font-size: 0 !important;
        line-height: 0 !important;
    }
}