/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap');
*/

@import url('/css/stylefont.css'); 

header {
    box-shadow: 0px 3px 6px 0px #00000029;
    background: #00243F;
    display: list-item;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1000;
}
@media screen and (max-width: 768px) {
    header {
        height: 48px;
    }
} 
.overlay { 
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    max-height: 100%;
    background: rgba(100, 100, 100, .8);
    z-index: 2147483647;

}
.ma_104_160
{
    margin: 104px 160px;
    line-height: 2.5;
}
.ma_auto {
    margin: auto;
}

img {
    width: 100%;
}
* {
    box-sizing: border-box;
}
h1 {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}
*{
    font-family: Noto Sans CJK JP;
}
button {
    border: none;
    outline: none;
    background: transparent;
}
body {
    background-color: #F2F2F2;
}

.topSize {
    margin-top: 70px;
}
.border_marginTop {
    margin-top: 126px;
}
    @media screen and (min-width:768px) {
    .pc_hidden {
        display: none;
    }
    .topSize {
        margin-top: 104px;
    }
}
@media screen and (max-width:767px) {
    .border_marginTop {
        margin-top: 104px;
    }
}
.required {
    color: #E5554F;
}
/*  共通CSS */
/*ログインボタンを消す*/
.display_none {
    display: none;
}
/*　/ログインボタンを消す*/


input[type=text], input[type=email], input[type=password],input[type=tel]  {
    padding-inline: 16px;
}
::placeholder{
    color: #000000cc;
  }
.blackCC {
    color: #000000CC;
}
.mod-form-error {
    color:red;
}



/*=============================
メディアクリエ　PC　960px
　　　　　　　　SP　360px
==============================*/

.headerBox {
    width: 100%;
    height: 60px;
    background: #00243F;
    display: flex;
    justify-content: space-between;
    padding: 0 160px;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.header_titleBox {
    display: inline-flex;
    color: #fff;
}
.header_title_logo {
    width: 75px;
}

.header_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87px;
    cursor: pointer;
}
.header_text__Flex {
    display: flex;
    align-items: end;
}
.header_text {
    font-size: 30px;
    margin-left: 8px;
}



/*----SP----*/
@media screen and (max-width:767px) { 
    .headerBox {
        height: 48px;
        padding: 0 24px;
    }
.header_titleBox {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.header_title_logo {
    position: absolute;
    width: 63px;
}
.header_button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_text__Flex {
    display: flex;
    align-items: end;
}
.header_text {
    color: #fff;
    font-size: 26px;
    position: relative;
    left: 62px;
}
}



/*-----footer-----*/

footer {
    width: 100%;
}
.footer_background {
    width: 100%;
    height: 130px;
    position: relative;
    z-index: -1;
}
.footer_font {
    font-size: 14px;
    cursor: pointer;
}
@media screen and (min-width:768px) {
    .footer_background {
        background-image: url(/images/footer_fish_PC_background.png);
        background-position: -228px 0px;
        background-size:auto 100%;
    }
.footerBox{
    width: 100%;
    height: 216px;
    background-image: url(/images/footer_wave_PC.png);
    display: flex;
    padding: 0 24px 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer_textFlex_box {
    width: 50%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end;
    line-height: 2.2;
    padding-right: 35px;
    color: #fff;
    font-size: 14px;
    gap: 45px;
}
.footer_textFlex_box ul {
    padding-left:0
}
.footer_textFlex_box ul li {
    list-style:none
}
.sns_textBox {
    background-color: #fff;
    padding: 4px 16px 6px;
}
.sns_text {
    font-size: 14px;
    color: #00243F;
    text-align: center;
    font-weight: 700;
}
.sns_icon {
    border: 1px solid #fff;
    text-align: center;
}
footer .sns_icon button {
    background: transparent;
    border:none;
    width: 34px;
}
.snsBox {
    width: 312px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 35px;
}
.sns_button {
    margin: 13px 0 16px 0;
    cursor: pointer;
}
}
.footer_font a {
    color: #ffff;
    text-decoration:none; 
    cursor: pointer;
}
.company_logo{
    background: #fff;
    padding: 24px;
}
.company_logo__Image {
    width: 115px;
    margin: 0 auto;
}
.company_copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 9px;
}



@media screen and (max-width:767px) {
    .footer_background {

        background-image: url(/images/footer_fish_PC_background.png);
        background-position: -217px 0px;
        background-size:auto 100%;
    }
    .footerBox{
        width: 100%;
        height: 287px;
        background-image: url(/images/footer_wave_SP.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        padding: 0 24px 24px;
        justify-content: end;
    }
    .footer_textFlex_box {
        display: flex;
        color: #fff;
        line-height: 2.2;
        gap: 48px;
        justify-content: center;
    }
    .footer_textFlex_box ul {
        padding-left:0
    }
    .footer_textFlex_box ul li {
        list-style:none
    }

    .snsBox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
    }
    .sns_textBox {
        width: 312px;
        background-color: #fff;
        padding: 4px 16px 6px;
    }
    .sns_text {
        font-size: 14px;
        color: #00243F;
        text-align: center;
    }
    .sns_icon {
        width: 312px;
        border: 1px solid #fff;
        text-align: center;
    }
    footer .sns_icon button {
        background: transparent;
        border:none;
        width: 34px;
    }
    .sns_button {
        margin: 13px 0 16px 0;
        cursor: pointer;
    }
}
@media screen and ( max-width:320px){
    .footer_font {
        font-size: 12px;
        cursor: pointer;
    }
}
/*-------- /.footer-----------*/




/*  青ボタン */
.pc_button_size {
    width: 312px;
    height: 42px;
    cursor: pointer;
    background-color: #36749D;
    border-radius: 8px;
    text-decoration: none;
}
.pc_button_size a {
    text-decoration:none; 
}
.button_sizeText {
    color: #ffff;
    font-size: 18px;
}
@media screen and (max-width:767px) {
    .sp_button_size {
        width: 280px;
    }
}
/*  　/青ボタン  */
/* 青縁、白ボタン*/
.button_colorFlame {
    width: 312px;
    height: 42px;
    background-color: #ffff;
    border: 2px solid #36749D;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_colorFlame_sm {
    width: 138px;
    height: 36px;
    background-color: #ffff;
    border: 2px solid #36749D;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_colorFlame a {
    text-decoration:none; 
}
.button_colorFlame_text {
    color: #36749D;
    font-size: 18px;
}

@media screen and (max-width:768px) {
    .button_colorFlame_sm {
        height: 36px;
        background-color: #ffff;
        border: 2px solid #36749D;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* 　/青縁、白ボタン*/
/*ボタンが画面に一つの時*/
.center {
    text-align: center;
}
/*ボタンが画面に二つの時*/
.side_by_sideFlex {
    display: flex;
}

/*  お知らせマーク  */
.notice_mark {
    position: absolute;
    width: 118px;
    height: 32px;
    top: -16px;
    left: calc(50% - 59px);
    z-index: 4;
    background-color: #8DC8E8;
    border-radius: 16px;
}
.notice_markText {
    font-size: 16px;
    text-align: center;
    margin: 4px 16px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*  　/お知らせマーク  */



/*////////////////////
I0000_メニュー
TOP-topNew_simple_Registration_Complete
///////////////////
*/

@media screen and (min-width:768px) {
    .pc_hidden {
        display: none;
    }
}
@media screen and (min-width:768px) {
    #menu-btn {
    position: fixed;
    top: 14px;
    right: 160px;
    width: 32px;
    z-index: 9999;
    }
    #menu-btn2 {
    position: fixed;
    top: 14px;
    right: 160px;
    width: 32px;
    z-index: 9999;
    }
    #menu-conts {
        box-shadow: 0px 6px 10px 0 #ccc;
        display: none;
        position: fixed;
        top: 60px;
        right: 115px;
        width: 100%;
        z-index: 999;
        width: 360px;
        background: #fff;
    }
    #menu-conts ul  {
        padding-left:0;
        background-color: #fff;
    }
    
    #menu-conts ul li {
        border-bottom: 1px solid #E6E6E6;
        list-style:none
    }
    
    #menu-conts .hamburger_text_arrow {
        display: block;
        color: #36749D;
        text-decoration: none;
        padding: 17px 48px 16px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
    }
    
    #menu-conts .hamburger_text_arrow::after {
        content: '';
        width: 6px;
        height: 6px;
        border-top: 2px solid #36749D;
        border-right: 2px solid #36749D;
        transform: rotate(45deg);
    }
    
    .hamburger_bar_down {
        border-top: 2px solid #E6E6E6;
        background: #ffff;
        border-bottom: none;
        padding: 16px 24px 36px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .hamburger_bar_button {
        margin-bottom:16px;
        width: 312px;
        font-size: 14px;
    }
    .hamburger_bar_button:last-child {
        margin-bottom:0;
    }
    .hamburger_bar_button_under {
        width: 312px;
        font-size: 14px
    }
}

/*SP用*/
@media screen and (max-width:767px) {
#menu-btn {
    position: fixed;
    top: 14px;
    right: 160px;
    width: 32px;
    z-index: 9999;
}
#menu-btn2 {
    position: fixed;
    top: 14px;
    right: 160px;
    width: 32px;
    z-index: 9999;
}

#menu-conts {
    display: none;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9998;
    padding-top: 48px;
    height: 100vh;
}

#menu-conts ul  {
    padding-left:0;
    background-color: #fff;
}

#menu-conts ul li {
    border-bottom: 1px solid #E6E6E6;
    list-style:none
}

#menu-conts .hamburger_text_arrow {
    display: block;
    color: #36749D;
    text-decoration: none;
    padding: 17px 48px 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

#menu-conts .hamburger_text_arrow::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #36749D;
    border-right: 2px solid #36749D;
    transform: rotate(45deg);
}

.hamburger_bar_down {
    border-top: 2px solid #E6E6E6;
    background: #ffff;
    border-bottom: none;
    padding: 16px 24px 36px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.hamburger_bar_button {
    margin-bottom: 16px;
    width: 312px;
    font-size: 14px
}
.hamburger_bar_button_under {
    width: 312px;
    font-size: 14px
}
}

/*ログイン画面とハンバーガの
ディスプレイの表示非表示の切替*/
@media screen and (max-width:767px) {
    .sp_hidden {
        display: none;
    }

    #menu-btn {
        top: 8px;
        right: 24px;
    }
}







/*////////////////////
A0000_TOP
TOP-top
///////////////////
*/
.top_border_marginTop {
    margin-top: 126px;
}
.top_top {
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 60px;
    z-index: 999;
}
.top_top_berText {
    color: #ffff;
    text-align: center;
    background: #E5554F;
    border-bottom: 1px solid #ffff;
    padding: 4px 0 6px;
    font-size: 14px;
    text-decoration:underline;
    text-decoration-color:#ffff;
    font-weight: 500;
    margin-bottom: 32px;
}
.top_mainBox {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%;
}
/*ボタンA0000_TOP*/
.top_main_buttonBox {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 47px;
}
.top_main_buttonBox a {
    text-decoration:none; 
}

.top_main_button {
    background-color: #36749D;
    border-radius: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_buttonSize {
    display: inline-block;
    width: 312px;
    height: 148px;
    margin-bottom: 15px;
}
.top_main_buttonBox .takeaway {
    background-image: url(/images/parts_takeaway_order_web_PC.png);
}
.top_main_buttonBox .find {
    background-image: url(/images/parts_find_store_PC.png);
}
.top_main_buttonFont {
    text-align: center;
    margin-top: 102px;
    font-size: 18px;
    color: #ffff;
    
}
.top_login_notice_box {
    width: 312px;
    border: 2px solid #8DC8E8;
    border-radius: 12px;
    background-color: #ffff;
    position: relative;
    min-width: 312px;
    padding: 23px 16px 16px;
}
.top_notice_box:hover {
    overflow: auto;
}

.top_notice_box {
    width: 640px;
    height: 321px;
    border: 2px solid #8DC8E8;
    border-radius: 12px;
    background-color: #ffff;
    position: relative;
    min-width: 640px;
    padding: 23px 16px 16px;
    overflow:hidden ;
}
.top_noticeSize {
    width: 640px;
    height: 321px;
}
.solid {
    border-bottom: 1px solid #E6E6E6;
    line-height: 1.9;
    padding-bottom: 12px;
}
.solid:not(:first-child) {
    padding-top: 12px;
    border-bottom: 1px solid #E6E6E6;
}
.top_notice_marginTop {
    margin-top: 12px;
}

.top_notice_marginTop:first-child {
    margin-top: 0;
}
.top_notice_marginBottom {
    margin-bottom: 12px;
}
.top_top_aTag_word {
    text-decoration:none;
    border-bottom:  2px solid #36749D;
    color: #36749D;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 245px;
    padding-bottom: 6px;
    margin-top: 10px;
    font-weight: 700;
}
.top_top_aTag_word::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #36749D;
    border-right: 2px solid #36749D;
    transform: rotate(45deg);
}
.top_aTag_box {
    display: flex;
    justify-content: center;
}
.top_confirmation_button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    top: 18px;
}
.top_login_flexBox {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 47px;
    font-size: 14px;
}
.top_mail_launchBox_buttonSize {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    width: 312px;
    height: 90px;
}
.textLines {
    border: 1px solid #999999;  
    border-radius: 4px;  
    padding: 0.5em;         
    width: 280px; 
    height: 36px; 
    font-size: 18px;    
    margin-bottom: 16px;
}
.top_login_mail_launchBox {
    width: 312px;
    font-size: 14px;
}
.top_login_mail_launchBox a {
    text-decoration: none;
}
.top_mail_launchBox_textUp {
    font-size: 30px;
    color: #36749D;
    
    text-align: left;
    position: absolute;
    top: 5px;
    display: flex;
}
.top_mail_launchBox_textDown {
    position: absolute;
    color: #ffff;
    top: 54px;
    
    padding: 10px 34px 12px 89px;
    font-size: 14px;
    letter-spacing: -1px;
}
.top_login_lineheight {
    line-height: 1.3;
}
.top_login_note {
    margin-top: 4px;
    font-size: 12px;
}
.top_top_login_button {
    width: 280px;
    height: 36px;
    cursor: pointer;
    background-color: #E5554F;
    border-radius: 8px;
}
.top_top_login_buttonText {
    font-size: 18px;
    color: #ffff;
    
}
input::placeholder {
    color: #999999;
}


/*------SP-------*/
    @media screen and (max-width:767px) {
        .sp_hidden {
            display: none;
        }
        .top_border_marginTop {
            margin-top: 114px;
        }
        .top_top {
            top: 48px;
        }
        .top_top_berText {
            margin-bottom: 15px;
        }
        .top_login_flexBox {
            flex-direction: column;
            align-items: center;
        }

        .sp__top {
            margin-bottom: 31px;
            display: flex;
            justify-content: center;
        }
        .sp__top_main_buttonBox {
            display: inline-block;
        }
        .sp__top_main_buttonBox a {
            text-decoration: none;
            color: #ffff;
        }
        /*ボタンA0000_TOP*/
        .spTop__main_button{
            display: grid;
            position: relative;
            justify-content: center;
            margin-bottom: 8px;
            width: 312px;
        }
        .sp__main_button:last-child{
            margin-bottom: 0;
        }
        .spTop__main_button_textUp {
            font-size: 18px;
            
            position: absolute;
            margin-top: 14px;
            margin-left:96px;
        }
        .spTop__main_button_text {
            font-size: 18px;
            
            position: absolute;
            padding: 14px 92px 14px 130px;
        }

        .top_notice_box{
            width: 312px;
            min-width: 312px;
        }
        .top_confirmation_button {
            top: -70px;
        }
        /*.top_notice_box {
            min-width: 86.6666667vw;
        }*/
}



/*////////////////////
A0010_TOP_マイページ
TOP-top_my_page
///////////////////
*/

.myPage_top {
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 60px;
    z-index: 999;
}
.myPage_top_berText {
    color: #ffff;
    text-align: center;
    background: #E5554F;
    border-bottom: 1px solid #ffff;
    padding: 4px 0 6px;
    font-size: 14px;
    text-decoration:underline;
    text-decoration-color:#ffff;
    font-weight: 500;
    margin-bottom: 16px;
}


/*ボタンA0010_TOP_マイページ*/
.myPage_main_buttonBox {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 47px;
}
.myPage_main_buttonBox a {
    text-decoration:none; 
}
.myPage_main_button {
    width: 148px;
    height: 148px;
    background-color: #36749D;
    border-radius: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.myPage_main_buttonText {
    text-align: center;
    color: #ffff;
    
    margin-top: 102px;
}
.myPage_main_button_takeOut {
    text-align: center;
    color: #ffff;
    
    margin-top: 90px;
}

.myPage_main_buttonBox .reservation {
    background-image: url(/images/parts_visit_reservation_PC.png);
}
.myPage_main_buttonBox .coupon {
    background-image: url(/images/parts_coupon_PC.png);
}
.myPage_main_buttonBox .takeaway {
    background-image: url(/images/parts_takeaway_order_web_PC.png);
}
.myPage_main_buttonBox .find {
    background-image: url(/images/parts_find_store_PC.png);
}

.myPage_notice_box {
    width: 640px;
    height: 321px;
    border: 2px solid #8DC8E8;
    border-radius: 12px;
    background-color: #ffff;
    position: relative;
    min-width: 640px;
    padding: 23px 16px 16px;
    overflow:hidden ;
}
.myPage_notice_box:hover {
    overflow: auto;
}
.myPage_notice_contentBox {
    border-bottom: 1px solid #E6E6E6;
    line-height: 1.9;
    padding-bottom: 12px;
}
.myPage_notice_contentBox:not(:first-child) {
    padding-top: 12px;
}
.myPage_notice_marginBottom {
    display: inline-block;
    color: #36749D;
}
.myPage_confirmation_button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    top: 18px;
}

/*------SP-------*/
    @media screen and (max-width:767px) {
        .sp_hidden {
            display: none;
        }
        .sp_my_pageBox {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding:0 24px;
        }
        .myPage_top {
            top: 48px;
            font-size: 12px;
            padding: 13px 0 9px;
        }
        .sp__myPage {
            padding-top: 24px;
            margin-bottom: 31px;
        }
        .sp__myPage div a {
            text-decoration: none;
        }
        .sp__myPage_main_buttonBox {
            width: 312px;
        }
        /*ボタンA0010_TOP_マイページ*/
        .sp__main_button{
            width: 312px;
            display: inline-block;
            margin-bottom: 8px;
            position: relative;
        }
        .sp__main_button:last-child{
            margin-bottom: 0;
        }
        .sp__main_buttonColor {
            color: #ffff;
            font-size: 18px;
            
            position: absolute;
            top: 0;
            margin-top: 14px;
        }
        .buttonText_position_reservation {
            margin-left: 140px;
        }
        .buttonText_position_coupon {
            margin-left: 142px;
        }
        .buttonText_position_takeOut {
            margin-left: 96px;
        }
        .buttonText_position_findStore {
            margin-left: 132px;
        }
        .myPage_notice_box{
            width: 312px;
            min-width: 312px;
        }
        .myPage_confirmation_button {
            top: -70px;
        }
        .myPage_notice_box {
            width: 312px;
            /*min-width: 86.6666667vw;*/
        }
        
}







/*////////////////////
B0000_新規会員登録
new_member_registration
///////////////////
*/
.registration_font {
    font-size: 18px;
}
.registration_input_frame_sm {
    width: 116px;
    height: 36px;
    border: 1px solid #999999;
    border-radius: 4px;
}
.registration_input_frame {
    width: 640px;
    height: 36px;
    border: 1px solid #999999;
    border-radius: 4px;
}
.registration_line_hight {
    line-height: 1.7;
    margin-bottom: 16px;
}
.registration_margin_bottom {
    display: inline-block;
    margin-bottom: 16px;
}
.registration_margin {
    margin-bottom: 16px;
}
.registration_inputColor {
    color: #36749D;
}
.registration_spacing {
    margin-right: 46px;
}
.registration_normal_font {
    font-size: 14px;
}
.button_space {
    margin: 11px 6px 0 0;
    cursor: pointer;
}
.registration_h3_margin {
    margin-bottom: 8px;
}
.day_flame_year {
    width: 105px;
    border: 1px solid #999999;
    border-radius: 4px;
    height: 36px;
}
.day_flame {
    border: 1px solid #999999;
    border-radius: 4px;
    width: 85px;
    height: 36px;
}
.registration_terms_service {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
.registration_terms_service a {
    color: #36749D;
}

@media screen and (max-width:767px) {
    .registration_input_frame {
        width: 312px;
    }
}


/*////////////////////
B1000_新規会員登録_確認
new_registration_confirmation
///////////////////
*/
.topSize {
    margin-top: 72px;
}
.confirmation_bodyBox {
    width: 640px;
    padding-top: 32px;
    margin: 0 auto;
}
.one_paragraph_h2 {
    margin:7px 0 16px 0;
    font-size: 18px;
}
.one_paragraph {
    margin:7px 0 16px 0;
    padding-left: 16px;
}
.confirmation_fontSize {
    font-size: 14px;
}
.confirmation_frameBox {
    border-bottom: 1px solid #00000033;;
    padding: 24px 0;
}
.confirmation_frameBox:first-child {
    padding-top: 0px;
}
.confirmation_frameBox:last-child {
    border-bottom: none;
} 
.confirmation_padding_bottom {
    padding-bottom: 24px;
    font-size: 14px;
}
.confirmation_down_margin {
    display: block;
    margin-top: 7px;
    padding-left: 16px;
}
.confirmation_margin_bottom {
    margin-bottom: 7px;
    font-size: 14px;
}
.confirmation_button_size {
    width: 312px;
    height: 42px;
    cursor: pointer;
    background-color: #36749D;
    border-radius: 8px;
    text-decoration: none;
    margin: 0 0 0 8px;
}
.confirmation_button_size a {
    text-decoration:none; 
}

@media screen and (max-width:767px) {
    .confirmation_bodyBox {
        width: 312px;
        padding-top: 0px;
    }
    .confirmation_button_size{
        width: 312px;
        margin: 0 0 8px 0;
    }
}



/*=======body========
////////////////////
B2000_新規会員登録_完了
new_simple_Registration_Complete
///////////////////
*/
.complete__new_registration {
    /* margin:0 160px 32px; */
    /* line-height: 2.5; */
    margin: auto;
    max-width: 640px;
}
.complete__new_registration h2 {
    font-size: 18px;
}
.complete__new_button {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    cursor: pointer;
    font-size: 14px;
    width: 280px;
}

@media screen and (max-width:767px) {
    .complete__new_registration {
        margin: 32px 24px;
    }
}





/*////////////////////
I1000_パスワード変更
change_password
///////////////////
*/
.change_password_frameBox {
    border-bottom: 1px solid #E6E6E6;
}
.change_password_marginTop {
    display: inline-block;
    margin-top: 24px;
}

.notice_box {
    width: 640px;
    height: 340px;
    border: 2px solid #8DC8E8;
    border-radius: 12px;
    background-color: #ffff;
    position: relative;
    min-width: 640px;
    padding: 23px 16px 16px;
    overflow:hidden ;
}
.notice_box:hover {
    overflow: auto;
}
@media screen and (max-width:767px) {
    .notice_box{
        width: 312px;
            /*min-width: 86.6666667vw;*/
        min-width: 312px;
        height: 340px;
    }
}



/*////////////////////
I1100_プロフィール設定
profile_settings
///////////////////
*/

.fontWeight {
    font-size: 14px;
    font-weight: 700;
}
.date_fontSize {
    font-size: 14px;
    margin-left: 8px;
}



/*////////////////////
I2100_プロフィール設定_確認
profile_settings_confirmation
///////////////////
*/
.date_interval {
    margin-right: 8px;
}
.side_by_sideFlex {
    display: flex;
}
/*ボタンが画面に二つの時*/
.side_by_sideFlex {
    display: flex;
}
@media screen and (max-width:767px) {
    .side_by_sideFlex {
        flex-direction: column-reverse;
    }
    .button_downMargin {
        margin-bottom: 8px;
    }
}



/*////////////////////
I1200_お知らせ
notice
///////////////////
*/
.notice_title {
    display: flex;
    justify-content: center;
}
.notice_titleWidth {
    width: 640px;
}
.notice_mainBox {
    width: 640px;
    height: 312px;
    border: 2px solid #8DC8E8;
    border-radius: 12px;
    background-color: #ffff;
    position: relative;
    min-width: 640px;
    padding: 23px 16px 16px;
    overflow:hidden ;
}
.notice_mainBox:hover {
    overflow: auto;
}
@media screen and (max-width:767px) {
    .notice_mainBox{
        width: 312px;
            /*min-width: 86.6666667vw;*/
        min-width: 312px;
        height: 340px;
    }
    .notice_titleWidth {
        width: 312px;
    }
}


/*////////////////////
I1220_お知らせ_詳細
notice_details
///////////////////
*/
.notice_details_h2 {
    margin-bottom: 16px;
}
.notice_detailsBox p {
    font-size: 16px;
}
.notice_detailsBox {
    width: 640px;
    border: 2px solid #8DC8E8;
    border-radius: 12px;
    background-color: #ffff;
    position: relative;
    min-width: 640px;
    padding: 16px;
    margin-bottom: 24px;
    line-height: 1.8;
}
.notice_details_top {
    border-bottom: 1px solid #00000033;;
    padding-bottom:13px;
    margin-bottom: 16px;
}
.headline_text {
    font-size: 16px;
    color: #36749D;
}
.textBlock {
    margin-bottom: 16px;
}
.backText {
    color: #36749D;
    font-size: 18px;
    font-weight: 700;
}
.notice_detailsBox_snsBox {
    margin: 0;
}
@media screen and (max-width:767px) {
    .notice_detailsBox {

        /* width: calc(100% - 44px); border4px分減らす */
        max-width: 316px; /* border4px分増やす */
        /*min-width: 86.6666667vw;*/
        /* min-width: 312px; */
    }
}



input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    vertical-align: middle;
  }
  input[type=radio]:before, input[type=radio]:after {
    position: absolute;
    display: block;
    content: "";
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type=radio]:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #9AB9CE;
    background: #FFF;
  }
  input[type=radio]:after {
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #36749D;
  }
  input[type=radio]:checked:before {
    border: 2px solid #36749D;
  }
  input[type=radio]:checked:after {
    opacity: 1;
  }


  



input[type=checkbox] {
    position: relative;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    vertical-align: bottom;
  }
input[type=checkbox]:before {
    z-index: 1;
    border: 2px solid #9AB9CE;
    background: #FFF;
}
input[type=checkbox]:before, input[type=checkbox]:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}
input[type=checkbox]:checked:after {
    z-index: 2;
    background: #36749D url(../images/icon_check.svg) center left calc(50% + 1px) no-repeat;
}





form select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0px;
    padding-inline: 16px;
    border: 1px solid #999999;
    border-radius: 4px;
    height: 36px;
    background: #FFF url(../images/btn_select.svg) center right 14px no-repeat;
}




.easy-select-box{
    font-size: 18px;
    line-height: 36px;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
  text-align:left;
  width: 100%;
      height: 36px;
    background: #FFF url(../images/btn_select.svg) center right 9px no-repeat;
}
.easy-select-box .esb-displayer{
    cursor: default;
    height: 34px;
	line-height:30px;
	padding:1px 10px;
	text-indent: 5px;
  width: max-content;
}
.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}
.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
  background: #fff;
  border: 1px solid #999999;
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 999;
	width: 100%;
}
.easy-select-box  .esb-item{
	padding-left: 10px;
	background:#fff;
	color:#0c2245;
	cursor:default;
}
.easy-select-box .esb-item:hover{
	background:#36749D;
	color:#FFFFFF;
	text-decoration:none;
}
.esb-displayer {
    width: 100%;
    position: absolute;
}
.esb-dropdown {
    width: 100%;
    margin-top: 34px;
}
.esb-item {
    padding-left:10px
}

.d-flex {
    display: flex;
    align-items: center;
}


@media screen and (min-width:768px) {
    #menu-btn2 {
    position: fixed;
    top: 14px;
    /*right: 160px;*/
    width: 32px;
    margin-left: 610px;
    z-index: 999999;
    cursor: pointer;
    }
}