.differentDisabled {
    display: none !important;
}
.is-invalid-backcheck {
    border-color: #dc3545 !important;
}
input[type=password], select {
    cursor: pointer;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .mainContent {
        width: 933px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 1200px) {
    .mainContent {
        width: 1127px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.grayCard {
    width: 100% !important;
    background-color: #e8e8e8 !important;
}

.confirmCard {
    width: 100% !important;
}

.cardIconSize {
    font-size: 22px !important;
}

.grayCard .ui.list > .item {
    margin-left: 5px;
}

.ui.buttons .ui.basic.inverted.button {
    background-color: #c5c5c5 !important;
}

@media only screen and (max-width: 767px) {
    .popover {
        display: none !important
    }

    .r_login_title_pc {
        display: none !important;
    }

    .r_login_title_phone {
        display: inline-block;
    }

    .r_phone_button {
        display: block !important;
    }

    .r_pc_button {
        display: none !important;
    }

    .r_layout_fix_card {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }

    .r_map_layout {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ui.buttons .ui.basic.inverted.left.button {
        padding-right: 1em !important;
    }

    .ui.buttons .ui.basic.inverted.right.button {
        padding-left: 1em !important;
    }
}

.gm-ui-hover-effect {
    top: -2px !important;
    right: 0 !important;
}

.active-bac {
    background-color: #badffc !important;
}

.segmentTitle {
    margin-top: 15px !important;
    font-size: 17px !important;
}

/* aboutMember  start*/
.memberFirstDiv {
    height: auto;
    padding: 1em;
}

.memberSegments {
    padding-bottom: 30px;
}

/* aboutMember  end*/

.layout_fix_content {
    padding: 0 1em !important;
    margin-bottom: 20px !important;
}

.body_fix {
    padding: 5px 15px !important;
}

.r_layout_top_bottom {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.layout_fix_segments {
    padding-bottom: 30px !important;
    margin-top: 20px !important;
}

i.icon {
    line-height: 0.7 !important;
}

@media screen and (min-width: 768px) {
    .r_login_title_pc {
        display: inline-block !important;
    }

    .r_login_title_phone {
        display: none !important;
    }

    .r_phone_button {
        display: none !important;
    }

    .r_pc_button {
        display: block !important;
    }

    .r_layout_fix_card {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }

    .r_layout_flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 15px;
    }
}

.r_operate_flex {
    justify-content: center !important;
}

.r_menu_title {
    color: #111 !important;
    font-size: 2.2rem !important;
    margin-bottom: 15px !important;
}

.r_menu_title::after {
    height: 10px !important;
}

.r_headTitle {
    width: 250px;
    padding-bottom: 20px;
    margin: 0;
}

/* button */
.r_layout_button_position {
    /* text-align: -webkit-center; */
    display: flex;
    justify-content: space-around;
}

.r_layout_button_bottom {
    padding-bottom: 25px;
}

.search__switch.r_layout_button1 {
    background: #fabe00;
}

.search__switch.r_layout_button2 {
    background: #cecaca;
    margin-top: 16px;
    padding: 13px;
}

.search__switch.r_layout_button3 {
    margin-top: 10px;
    padding: 10px;
    background: #cecaca;
}

.search__switch.r_layout_button4 {
    background: #db2828;
}

.search__switch.r_layout_button2:before {
    position: absolute !important;
    left: 15px;
    right: none !important;
    border-bottom: 3px solid #fff !important;
    border-left: 3px solid #fff !important;
    border-right: none !important;
    border-top: none !important;
}

.search__switch.r_layout_button3:before {
    position: absolute !important;
    /* border-bottom: none !important;
    border-left: 3px solid #fff !important;
    border-right: none !important;
    border-top: 3px solid #fff !important; */
    border: none;
}

@media only screen and (max-width: 767px) {
    .r_phone_dis{
        display: none !important;
    }

    .r_menu_title_letter {
        font-size: 2rem !important;
    }

    .search__switch.r_layout_button1, .search__switch.r_layout_button4 {
        width: 60%;
    }

    .search__switch.r_layout_button2 {
        width: 56%;
    }

    .search__switch.r_layout_button3 {
        width: 40%;
    }
}

@media screen and (min-width: 768px) {
    .search__switch.r_layout_button1, .search__switch.r_layout_button4 {
        width: 30%;
    }

    .search__switch.r_layout_button2 {
        width: 25%;
    }

    .search__switch.r_layout_button3 {
        width: 15%;
    }

    .r_myposition_search {
        display: none !important;
    }
}

.r_button.disabled {
    background: linear-gradient(to right, #fabe00, #ffc70e 100%);
    opacity: .5;
    pointer-events: none;
    color: #ffffff;
}

.r_house_search_button {
    margin-left: 10px;
    padding: 5px 10px 2px;
    background-color: #fabe00;
    border-radius: 5px;
    color: gray;
}

/* button */
/* checkbox */
input[type="checkbox"] {
    display: none;
}

@media only screen and (max-width: 767px) {
#workSelect input[type="checkbox"] + label:before {
    height: 18px !important;
    width: 18px !important;
}
}
input[type="checkbox"] + label:before {
    background: #fff;
    border: 1px solid #fabe00;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #fabe00;
    content: "\2713";
    text-align: center;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:after {
    font-weight: bold;
    cursor: pointer;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label:before {
    border: 1px solid #ffffff;
    content: "\00a0";
    display: inline-block;
    font: 14px/1em sans-serif;
    height: 14px;
    margin: 0 0.5em 0 0;
    padding: 0;
    width: 14px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 0 1.5px #fabe00;
}

input[type="radio"]:checked + label:before {
    background: #fabe00;
    color: #fabe00;
    content: "\2022";
    text-align: center;
    cursor: pointer;
    padding-bottom: 12px;
}

input[type="radio"]:checked + label:after {
    font-weight: bold;
    cursor: pointer;
}

/* button */
/* radio */
/*input[type="radio"] {*/
/*display: inline-block;*/
/*}*/

/*input[type="radio"] {*/
/*position: relative;*/
/*-webkit-appearance: button;*/
/*appearance: button;*/
/*-webkit-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*width: 14px;*/
/*height: 14px;*/
/*background-color: #fff;*/
/*border: 1px solid #fabe00;*/
/*-webkit-border-radius: 16px;*/
/*border-radius: 14px;*/
/*-webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);*/
/*box-shadow: inset 4px 4px 10px #fff;*/
/*vertical-align: middle;*/
/*cursor: pointer;*/
/*margin-top: 0;*/
/*}*/

/*input[type="radio"]:checked:after {*/
/*display: block;*/
/*position: absolute;*/
/*top: 1px;*/
/*left: 1px;*/
/*content: "";*/
/*width: 10px;*/
/*height: 10px;*/
/*background: #fabe00;*/
/*border-radius: 10px;*/
/*}*/

/*input[type="radio"i]:focus {*/
/*outline: none;*/
/*}*/

/* checkbox end */
/* table */
@media screen and (min-width: 768px) {
    .r_required:after {
        content: '必須';
        color: #ffffff;
        background: #ed7d31;
        border-radius: 3px;
        width: 50px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        float: right;
    }

    .r_any:after {
        content: '任意';
        color: #ffffff;
        background: #9e9e9e;
        border-radius: 3px;
        width: 50px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        float: right;
    }

    .r_input_table {
        padding: 20px 80px 20px 25px;
        background: #f5f5f5;
    }

    .r_input_table table {
        width: 100%;
    }

    .r_input_table td {
        display: table-cell !important;
    }

    .r_input_table tr td:first-child {
        width: 240px !important;
    }
}

.r_input_table tr td:first-child {
    background-color: #fabe00;
}

.r_input_table td {
    text-align: left;
    padding: 8px 10px;
    border: 1px solid #b7b7b7 !important;
    width: auto;
    display: block;
}

/* table  end*/

.r_input_rule {
    display: inline-block;
    line-height: 37px;
    padding: 0 5px;
    text-align: right;
    font-size: 13px;
}

/* invalid  */

.is-invalid {
    border-color: #dc3545 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
    z-index: 2;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    /* line-height: 1.8; */
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    transition: opacity .15s linear;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}

.popover.bs-popover-right .arrow.error::after, .popover.bs-popover-auto[x-placement^="right"] .arrow.error::after {
    left: -9px;
    border-right-color: #dc3545;
}

/* invalid  end */

/* rules scroll */

.r_rules_background {
    background-color: #f7f7f7;
    padding: 15px !important;
}

.r_info__scroll {
    background-color: white;
    border: 1px solid gray;
    padding: 5px;
}

/* rules scroll end */

.r_fix_p {
    color: gray;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .r_input_rule {
        line-height: 26px !important;
    }

    .r_rule_fix {
        padding: 20px 0 !important;
    }

    .r_rule_fix .info__scroll {
        height: 400px;
    }
}

.r_spNav_item {
    width: 25%;
}

.r_spNav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    text-align: center;
    background: #fabe00;
}

.r_spNav_link {
    border-right: 1px solid #fff;
    border-right-style: dashed;
    border-left: unset !important;
    border-top: unset !important;
    border-radius: unset !important;
    padding: 0 !important;
}

.r_spNav_icon {
    width: 75px;
    height: 75px;
    background-size: 46px auto;
}

.r_spNav_text {
    margin-top: 63px;
    font-size: 11px;
    color: grey;
}

.r_spNav_icon_buy {
    background-image: url(/yellowhat/images/userpage/buyHistory.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.r_spNav_icon_work {
    background-image: url(/yellowhat/images/userpage/workHistory.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.r_spNav_icon_book {
    background-image: url(/yellowhat/images/userpage/orderwork.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.r_spNav_icon_user {
    background-image: url(/yellowhat/images/userpage/customUpdate.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.r_spNav_icon_vip {
    background-image: url(/yellowhat/images/userpage/memberPage.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.r_spNav_icon_work1 {
    background-image: url(/yellowhat/images/workHistory-img.png);
    background-position: center;
    background-repeat: no-repeat;
}

.r_spNav_icon_buy1 {
    background-image: url(/yellowhat/images/100ppi/buyHistoryGary.png);
    background-position: center;
    background-repeat: no-repeat;
}

.r_certer_middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spNav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px 15px 0;
    text-align: center;
    background: #fabe00;
}

.spNav__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.spNav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
}

.spNav__icon-work {
    background-image: url(/yellowhat/images/svc/header_icon_work_o.svg);
    /* background-image: url(/assets/img/common/header_icon_work_o.svg); */
}

.spNav__icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px auto;
}

.footer_btn .spNav__item {
    padding: 0 5px 3px 5px;
}

.footer_btn .spNav__link {
    border: 3px solid #fff;
    border-radius: 10px;
}

.input_disable {
    background: none;
    border: 0px;
    width: 100%;
}

/*YHFVIP400.css*/
.r_layoutF_boder {
    border: 2px solid rgb(255, 0, 0);
}

.r_layoutM_boder {
    border: 2px solid rgb(0, 0, 204);
}

.r_content_position {
    margin-top: 1em;
    margin-bottom: 2em;
}
.r_body_background {
    margin-bottom: 1em;
    background-color: #f3f4f5;
    padding-bottom: 1em;
}

.r_big_button {
    padding: .78571429em 1.5em .78571429em;
    /* border: 1px solid #babbbc; */
    background-color: #fabe00;
    width: 207px;
    color: #ffffff;
}
.r_middle_button {
    padding: .48571429em 2em;
    background-color: red;
    color: #ffffff;
    width: 211px;
}

.r_big_button:hover,
.r_middle_button:hover {
    opacity: 0.7;
}

.r_column {
    text-align: left;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.r_wide_column {
    position: relative;
    display: inline-block;
    padding: 1rem;
    vertical-align: top;
}

.r_three_column {
    width: 30%;
    background: rgb(255, 242, 204);
    /* color: #ffffff; */
    font-weight: bold;
    text-align: center;
    cursor: default;
}

.r_Thirteen_column {
    width: 70%;
    background: #ffffff;
    border-bottom: 1px solid rgba(34, 36, 38, .15);
    text-align: center;
    cursor: default;
}

.r_input_name {
    background: transparent;
    margin: 1em 0 1em 1em;
}

.r_title_info::before {
    background: none!important;
}

.r_title_info {
    padding-left: 15px!important;
    background: rgb(255, 242, 204)!important;
    color: #000000!important;
}
.r_column_left {
    width: 100%;
}
.r_input_info_style {
    text-align: left;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: bold;
}

.r_work_register {
    background: linear-gradient(to right, #fa4e00 0, #fc6722 100%);
}

/*YHFVIP360.css*/
.r_button_width {
    width: 35% !important;
}

/*YHFVIP350.css*/
.r_pwd_main {
    display: flex;
    padding-top: 3%;
}

.r_pwd_detail_div {
    width: 78%;
    float: right;
}

.r_pwd_title:before {
    background: transparent;
}

.r_password_button::before {
    width: 0;
}

.mobile_br {
    display: none;
}

.btn_dispaly {
    display: none;
}

/*YHFVIP340.css*/
.r_button_right {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: right;
    color: #fabe00;
}
.r_label {
    line-height: 1;
    padding: .5833em .833em;
}

/*YHFVIP330.css*/
.table_input_number {
    width: 30px !important;
}

.purchase_table_PC tr td {
    text-align: left !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.r_history_title {
    background: #fabe00;
    font-weight: bold;
    display: block;
    color: #fff;
}

.r_img_top {
    color: #fac000;
    font-weight: 700;
}

/*YHFVIP320.css*/
.r_delete_comment {
    color: red;
    padding: 15px 5px 20px;
    border-bottom: 1px solid #cec5c5;
    font-weight: bold;
    font-size: 15px;
}

.r_delete_flex_layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0 15px;
    font-weight: bold;
    font-size: 16px;
}

.r_quitButton {
    background: #ed7d31 !important;;
    min-width: 220px;
    max-width: 300px;
    margin: 0 auto;
}

/*YHFVIP321.css*/
.r_finish_comment {
    padding: 15px 5px 20px;
    font-size: 15px;
}

/*YHFVIP201.css*/
.r_input_applicationid {
    border: 1px #636363 solid;
    width: 40%;
    padding: 10px 5px !important;
}

/*YHFSHP030.css*/
#detail_div #logo {
    height: 50px;
    width: auto;
    margin-left: 10px;
    flex-shrink: 0;
}

#detail_div .r_notice_label {
    background: #f9ebeb;
    margin: 1em 1em 0;
    padding: 1em 3em 3em;
    /* box-shadow: -1px -1px 6px #b99999; */
    border: 1px solid #f5cec1;
    font-weight: initial;
}

.r_dtl_left {
    font-weight: bolder;
    text-align: left;
    width: 30%;
    float: left;
}

.r_dtl_right {
    width: 70%;
    float: right;
}

.r_dtl_head {
    margin-top: 0 !important;
}

.shop_image {
    width: 100%;
    /* box-shadow: -1px -1px 4px #a5a0a094; */
}

.r_layout_dtl {
    padding: 15px 20px 0 !important;
}

.r_layout_dtl2 {
    padding: 0 0 !important;
}

.r_shop_layoutR {
    width: 100%;
    /*height: 200px;*/
    margin-top: 10px;
}

.shopcomment {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.r_tab_navLtem {
    border-right: 1px solid #CCCCCC;
    background: url(/yellowhat/images/arrow-left.png) no-repeat;
    background-position: left 20% center;
}

.tab__navLtem-current, .tab__navLtem:hover {
    background: url(/yellowhat/images/arrow-down.png) no-repeat #522e0a;
    border-color: #522e0a;
    background-position: left 20% center;
}

.r_link_text {
    border-bottom: 1px solid #0052b5;
    color: #0052b5;
}

.tab__navLtem-current span {
    color: #FFFFFF;
    border-bottom: none;
}

.shopDetail_PC tbody {
    width: 100%;
}
/*YHFSHP020.css*/
#map_canvas {
    height: 250px;
    width: 100%;
}
/*YHFSHP033.css*/
.r_event_detail {
    width: 100%;
    margin-top: 1em;
    display: inline-block;
}
.r_event_title {
    font-weight: bold;
    color: red;
}
.r_shp_left {
    width: 17%;
    float: left;
}

.r_shp_right {
    width: 83%;
    float: right;
}

/*YHFSHP010.css*/
.r_menu_button_card {
    margin-top: 10px !important;
    padding: 10px 10px 20px;
    background: #f5f5f5;
    justify-content: space-around !important;
}
/*YHFRSN013.CSS*/
.r_input {
    padding: 10px 15px;
    width: 100%;
    border-style: groove;
}
/*YHFRSN010.CSS*/
.r_myposition_search {
    background: linear-gradient(to right, #c73c3c, #e05050 100%);
}

.r_myposition_search::before {
    width: 20px !important;
    background-image: url(/assets/img/common/header_icon_search_o.svg);
}

.r_cityname_search {
    background: linear-gradient(to right, #e7aa03, #f1c534 100%);
}

/* .r_cityname_search::before {
  width: 20px !important;
  background-image: url(/assets/img/common/header_icon_company_o.svg);
} */

.r_work_search {
    background: linear-gradient(to right, #1122bd, #192ee7 100%);
}
.r_work_search::before {
    width: 20px !important;
    background-image: url(/assets/img/common/header_icon_work_o.svg);
}

@media screen and (min-width: 768px) {
    .spNav {
        display: none;
    }

    /*YHFVIP400.css*/
    .r_layout_max_display {
        display: flex;
    }

    .r_fa_width {
        letter-spacing: -1px;
        width: 160px;
        background-color: #e8e9ea;
        padding-left: 10px;
        margin-top: 6px;
    }

    .r_content_position_start {
        padding-left: 120px;
        text-align: left;
    }

    .r_content_position_start2 {
        padding-left: 68px;
        text-align: left;
    }

    .r_min_size {
        font-size: 17px;

    }

    .r_min_top {
        margin-top: 13px;
    }

    /*YHFVIP320.css*/
    .r_delete_comment {
        padding: 15px 50px 20px !important;
    }

    /*YHFVIP321.css*/
    .r_finish_comment {
        text-align: center
    }
    /*YHFSHP020.css*/
    #map_canvas {
        height: 400px !important;
    }


}

@media screen and (max-width: 767px) {

    /*YHFVIP400.css*/
    .r_fa_width {
        background-color: none;
        text-align: right;
        padding: 5px 10px 7px 0px;
        letter-spacing: -1px;
    }

    .r_screen_content {
        text-align: left;
        padding: 0px 19px 0px 11px;
    }

    .r_content_position_start {
        text-align: left;
        padding: 0px 9px 0px 9px;
    }

    .r_content_position_start2 {
        text-align: left !important;
        padding: 4px 9px 0px 9px !important;
    }

    .r_content_position_start3 {
        text-align: left !important;
        padding: 4px 9px 0px 0px !important;
    }

    .r_three_column_mobile {
        width: 100% !important;
        text-align: center !important;
    }

    .r_content_web {
        font-weight: 700;
        font-size: 17px;
        margin-top: 13px;
    }

    .r_content_web1 {
        text-align: left;
        margin-top: 13px;
    }

    .r_content_web2 {
        text-align: left;
        margin-bottom: 27px;
        margin-top: 13px;
    }

    /*YHFVIP360.css*/
    .r_button_width {
        width: 75% !important;
    }

    /*YHFVIP350.css*/
    .r_pwd_detail_div {
        width: 100%;
    }

    .mobile_br {
        display: inline;
        line-height: 10px;
    }

    .btn_dispaly {
        display: block;
    }

    /*YHFSHP030.css*/
    .r_contain {
        position: relative !important;
        height: 55px;
        overflow: hidden;
        text-align: left;
    }

    .r_open-btn {
        position: static !important;
        width: 100%;
        height: 27px;
        text-decoration: underline;
        font-weight: normal;
    }

    .r_position_open {
        margin-top: 0px !important;
    }

    .r_position_close {
        margin-top: -15px;
    }

    .shopDetail_PC {
        display: none !important;
    }

    /*title css*/
   /* .r_menu_title_p_line {
        font-size: 0.5em;
        font-weight: normal;
    }*/

}

.r_menu_title_p_line {
    font-size: 0.5em;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    /*YHFSHP030.css*/
    #detail_div .l_layout {
        width: 100%;
    }

    #detail_div .l_layout-split {
        display: flex;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #detail_div .is-tab__box {
        padding: 0 0 10px !important;
    }

    #detail_div .r_notice_label {
        padding: 1em 1em 3em;
    }

}

@media screen and (max-width: 768px) {
    /*YHFSHP030.css*/
    #detail_div .l_layout {
        width: 100%;
    }

    #detail_div .l_layout-split {
        display: flex;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #detail_div .is-tab__box {
        padding: 0 0 10px !important;
    }

    #detail_div .r_notice_label {
        padding: 1em 1em 3em;
    }

    #textcontain, #btntojiru, #btncontain {
        padding: 5px 10px;
    }
    /*YHFSHP033.css*/
    .r_shp_left {
        width: 100%;
        text-align: center;
    }

    .r_shp_right {
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }
    .r_shp_right .event_honbun{
        text-align: left;
    }
    /*YHFVIP400.css*/
    .r_three_column,
    .r_Thirteen_column {
        text-align: center;
        width: 100% !important;
    }

    .r_input_name {
        text-align: center;
    }
    .r_input_info_style {
        text-align: center;
    }


}

.syasyumei_input_width {
    height: 35px;
    min-width: 315px;
}

.r_btn_next {
    background: linear-gradient(to right, #fabe00, #ffc70e 100%);
}

.r_search_change {
    height: auto;
}

/*iphone placehoder*/
::-webkit-input-placeholder{
    color: #aaa;
    /*font-size: 1.3rem;*/
    line-height: 1.5rem;
}
:-ms-input-placeholder {
    color: #aaa;
    /*font-size: 1.3rem;*/
    line-height: 1.5rem;
}

/**/

#date_div  .fa,#workSelect .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#date_div .custom-label::after {
    right: 20px !important;
}
#date_div .search__switch::before {
    display: none !important;
}

/*gray content order*/
.r_left {
    font-weight: border;
    text-align: left;
}
@media screen and (min-width: 768px) {

    .r_left {
        width: 70%;
        float: left;
    }

    .r_right {
        width: 30%;
        float: right;
    }

    .r_work_content {
        display: flex;
        height: auto !important;
        align-items: flex-end;
        padding: 10px 40px 16px !important;
    }

}
@media screen and (max-width: 767px) {

    .r_left {
        width: 100%;
    }

    .r_right {
        width: 100%;
        text-align: -webkit-center;
    }
}

#conf_div .r_gray_contant, #date_div .r_gray_contant, #login_div .r_gray_contant {
    height: 80px;
    margin-bottom: 0;
}
.r_work_content .r_left{
    align-self: center;
}
/*gray content order end*/

.password-container {
    position: relative;
    display: inline-block;
}

.password-container .toggle-password {
    position: absolute;
    right: 12px;
    top: -14px;
    cursor: pointer;
    font-weight: unset !important;
    color: gray;
    font-size: large;
}