/* 共通部分 */
.font_gray {
    color: #727171 !important;
}
.font_black_c0 {
    color: rgba(79, 72, 73, 1) !important;
}

.font_pink {
    color: #F87076 !important;
}

.font_white {
    color: #FFFFFF;
}

.font_blue {
    color: #3E7E94;
}

.font_roboto{
    font-family: 'Roboto', sans-serif;
}
:hover{
    transition-duration: 250ms;
}

::placeholder {
    color: #B3B2AD;
  }

a {
    color: #F87076;
    cursor: pointer;
}
a:hover {
    color: #727171;
}

.a_black {
    color: #4F4849 !important;
}

.a_white {
    color: #FFFFFF !important;
}

.a_black:hover {
    color: #F87076 !important;
}

.text_under {
    text-decoration: underline;
}


.bg_white {
    background: #fff;
    width: 100%;
}

.bg_beige {
    background: #F5F3EB !important;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.center {
    width: 1136px;
    margin-left: 0;
    margin-right: 0;
}

.flex {
    display: flex;
    align-items: center;
}

.flex_center {
    display: flex;
    justify-content: center;
}
.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai-center {
    align-items: center;
}

.flex_end {
    align-items: flex-end;
}


/*太字*/
.med {
    font-weight: 500;
}

.bold {
    font-weight: bold;
}

.font_30 {
    font-size: 30px;
}

.font_24 {
    font-size: 24px;
    font-weight: 500;
    line-height: 170%;
}

.font_21 {
    font-weight: 500;
    font-size: 21px !important;
    line-height: 180%;
}

.font_18 {
    font-weight: 400;
    font-size: 18px;
    line-height: 195%;
}

.font_16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 195%;
}


/*margin,padding*/
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.my10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mx10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mx50 {
    margin-left: 50px;
    margin-right: 50px;
}
/* 追加部分 */
.ma {
    margin-left: auto;
    margin-right: auto;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.py10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* 追加部分 */
.py100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py100 h2 {
    margin-bottom: 32px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.px10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px100 {
    padding-left: 100px;
    padding-right: 100px;
}


/*ボタン*/
.btn {
    font-size: 18px;
    border-radius: 139px;
    background: #FFFFFF;
    border: none;
    transition-duration: 500ms;
    /* position: relative; */
}

.section_btn {
    font-size: 18px;
    border-radius: 139px;
    width: 368px;
    height: 72px;
    background-position: 92% center;
}

.section_btn.red {
    background: #F87076;
    color: #fff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}

.section_btn.blue {
    background: #3E7E94;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.section_btn.border_red {
    border: 2px solid #F87076;
    box-sizing: border-box;
    color: #F87076;
    background-color: #fff;
}

.section_btn.l {
    width: 440px;
}

.btn,.btn_l,.btn_m,.btn_s{
    text-align: center;
}

.btn.red {
    background: #F87076;
    color: #fff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}

.btn.blue {
    background: #3E7E94;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn.gray {
    background: #727171;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn.middle_gray {
    background: #B3B2AD;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn.yellow {
    background: #FFF068;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    color: #4F4849;
}

.btn.light_gray {
    background: #F5F5F5;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    color: #4F4849;
}


.btn.light_beige {
    background: #F5F3EB;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #4F4849;
}

.btn.border_red {
    border: 2px solid #F87076;
    box-sizing: border-box;
    color: #F87076;
}

.btn.border_blue {
    border: 2px solid #3E7E94;
    box-sizing: border-box;
    color: #3E7E94;
}

.btn.border_gray {
    border: 2px solid #727171;
    box-sizing: border-box;
    color: #727171;
}

.btn_l {
    width: 344px;
    height: 72px;
    font-size: 18px;
}

.btn_m {
    width: 415px;
    height: 48px;
}

.btn_ms {
    width: 270px;
    height: 48px;
}

.btn_ms_2 {
    width: 290px;
    height: 48px;
}

.btn_s {
    width: 232px;
    height: 40px;
}

.btn_ss {
    width: 192px;
    height: 40px;
}

.btn.sss {
    width: 140px;
    height: 40px;
}

.btn_order {
    width: 220px;
    height: 40px;
}

.btn.red.arrow,.btn.blue.arrow,.btn.gray.arrow {
    background-image: url(/images2/icon/arrow.svg);
}

.btn.arrow.reverse_arrow {
    background-image: url(/images2/icon/reverse_arrow.svg) !important;
    background-position: 7% center !important;
}
.btn.arrow.reverse_arrow:hover {
    background-position: calc(7% - 4px) center !important;
    background-image: url(/images2/icon/reverse_arrow.svg) !important;
}

/* 追加部分 */
.section_btn.red.arrow,.section_btn.blue.arrow,.section_btn.gray.arrow {
    background-image: url(/images2/icon/arrow.svg);
}
.section_btn:hover{
    color: #fff !important;
    background: #727171 !important;
    border: none!important;
    background-repeat: no-repeat !important;
    background-image: url(/images2/icon/arrow_w.svg) !important;
}
.section_btn.arrow {
    background-position: 93% center;
}
.section_btn.arrow:hover {
    background-position: calc(93% + 4px) center !important;
}
.section_btn.border_red.arrow {
    background-image: url(/images2/icon/arrow_r.svg);       
}
.section_btn.download{
    position: relative;
}
.section_btn.download::before {
    content: url(/images2/files.svg);
    position: absolute;
    height: 38px;
    width: 38px;
    top: 30%;
    left: 25px;
}

.btn.border_red.arrow {
    background-image: url(/images2/icon/arrow_r.svg);       
}

.btn.border_blue.arrow {
    background-image: url(/images2/icon/arrow_b.svg);      
}

.btn.yellow.arrow,.btn.border_gray.arrow,.btn.light_gray.arrow,.btn.light_beige.arrow {
    background-image: url(/images2/icon/arrow_g.svg);
}
.arrow {
    background-repeat: no-repeat !important;
}
.btn:hover{
    color: #fff !important;
    background: #727171 !important;
    border: none!important;
    background-repeat: no-repeat !important;
    background-image: url(/images2/icon/arrow_w.svg) !important;
}

.btn_hover_red:hover {
    color: #fff !important;
    background: #F87076 !important;
    border: none!important;
    background-repeat: no-repeat !important;
    background-image: url(/images2/icon/arrow_w.svg) !important;
}

.btn.arrow {
    background-position: 93% center;
}
.btn.arrow:hover {
    background-position: calc(93% + 4px) center !important;
}
.btn_l.arrow {
    /* background-position: calc(90%) 32px; */
}
.btn_l.arrow:hover {
    /* background-position: 312px 32px!important; */
}

.btn_m.arrow {
    /* background-position: 381px 20px; */
}
.btn_m.arrow:hover {
    /* background-position: 383px 20px!important; */
}

.btn_ms.arrow {
    /* background-position: 240px 20px; */
}
.btn_ms.arrow:hover {
    /* background-position: 242px 20px!important; */
}
.btn_s.arrow {
    /* background-position: 209px 17px; */
    background-size: 0.75em;
}
.btn_s.arrow:hover {
    /* background-position: 211px 17px!important; */
    background-size: 0.75em!important;
}

.btn_s.btn.border_red.arrow,.btn_s.border_gray.arrow,.btn_s.btn_s.border_blue.arrow {
    /* background-position: 209px 15px; */
}

.btn_ss.arrow {
    /* background-position: 169px 17px; */
    background-size: 0.75em;
}
.btn_ss.arrow:hover {
    /* background-position: 171px 17px!important; */
    background-size: 0.75em!important;
}

.btn_ss.btn.border_red.arrow,.btn_ss.border_gray.arrow,.btn_s.btn_ss.border_blue.arrow {
    /* background-position: 169px 15px; */
}
.btn_sss.arrow {
    /* background-position: 169px 17px; */
    background-size: 0.75em;
}
.btn_sss.arrow:hover {
    /* background-position: 171px 17px!important; */
    background-size: 0.75em!important;
}

.btn_sss.btn.border_red.arrow,.btn_sss.border_gray.arrow,.btn_s.btn_sss.border_blue.arrow {
    /* background-position: 169px 15px; */
}
.btn.question::before {
    content: url("/images2/icon/question_w.svg");
    position: absolute;
    top: 7%;
    left: 28px;
}

.btn.pen::before {
    content: url("/images2/icon/pen.svg");
    position: absolute;
    top: 7%;
    left: 28px;
}
.btn.people::before {
    content: url("/images2/icon/people.svg");
    position: absolute;
    top: 10%;
    left: 28px;
}
/* Q&A */

.qa dl {
    width: 864px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    background: url(/images2/icon/q.svg) no-repeat 32px 30px;
    background-color: #fff;
    margin: 20px auto;
}

.qa dl dt {
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 96px;
    background: url(/images2/icon/plus.svg) no-repeat 808px 35px;
    font-size: 18px;
    cursor: pointer;
}

.qa dl dt.opened {
    background-image: url(/images2/icon/minus.svg);
}

.qa dl dd {
    display: none;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #F5F3EB;
    padding: 26px 0 36px 64px;
}

.qa dl dd span {
    color: #F87076;
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
}

/* 裏側ページ（追加部分） */
.header_backside {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px;
    z-index: 300;
    padding: 16px 16px 16px 32px;
    background: rgba(248, 112, 118, 0.7);
    backdrop-filter: blur(12px);
}

.header_backside .logo_img {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_backside .logo_img p:last-child {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin-left: 40px;
}
.header_backside .logo_img p:last-child a {
    color: #FFFFFF;
}

.header_backside .logo_img p:last-child a:hover {
    color: #727171;
}

/* .header_backside .logo_img p:last-child a::after {
    position: absolute;
    content: url(/images2/mypage/icon/service_site.svg);
    top: -10%;
    right: -25%;
} */

.header_backside .mypage_btn_box li{
    display: flex;
    align-items: center;
}

.header_backside .order_btn {
    position: relative;
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    color: #F87076;
    border-radius: 5px;
    text-align: center;
    padding-left: 30px;
    margin-right: 20px;
}

.header_backside .order_btn::before {
    content: url(/images2/mypage/icon/order.svg);
    position: absolute;
    top: 23%;
    left: 8%;
}


/* マイページ */
.mypage_wrap {
    width: 1136px;
    margin-left: auto;
    margin-right: auto;
}

.not_register_box {
    display: flex;
    align-items: center;
    border: 2px solid #F87076;
    border-radius: 16px;
    padding: 20px 50px;
    margin-top: 56px;
    margin-bottom: 56px;
}

.not_register_box p:first-child {
    color: #F87076;
    font-weight: 500;
    font-size: 21px;
    line-height: 180%;
    margin-right: 30px;
}

.not_register_box p:last-child {
    color: #F87076;
    font-weight: 400;
    font-size: 16px;
    line-height: 195%;
}

.mypage_btn {
    width: 216px;
    height: 48px;
    padding: 0px 12px;
    background: #FFFFFF;
    border: 2px solid #727171;
    border-radius: 139px;
    text-align: center;
}

.gray_outer {
    border: 2px solid #DDDDDD;
    border-radius: 16px;
    padding: 40px 56px 48px;
    margin-bottom: 30px;
}

.gray_outer .heading_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.gray_outer .heading_box .heading_flex {
    display: flex;
    align-items: center;
}

.gray_outer .heading_box .heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    margin-right: 30px;
}

.gray_outer .message_box {
    display: flex;
}

.order_wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order_wrap .order_box {
    width: calc(100%/3)
}

.order_wrap .order_box .visited_date {
    font-weight: 500;
    font-size: 18px;
    line-height: 195%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order_wrap .order_box .order_info {
    font-size: 16px;
}

.account_info_box {
    display: flex;
}

.account_info_box .email {
    border-right: 2px solid #DDDDDD;
    padding: 0 30px;
}

.account_info_box .name {
    display: flex;
    padding: 0 30px;
}
.account_info_box .name1 {
    margin-right: 30px;
}

/* ログイン画面 */
.login_heading {
    padding-top: 50px;
    padding-bottom: 50px;
}

.login_heading .login_title {
    font-size: 42px;
    line-height: 160%;
    margin: 17px 40px 18px 0;
}


input,textarea,select {
    border: 1px solid #B3B2AD;
    border-radius: 5px;
}

.login_form {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.login_form_group {
    margin-bottom: 30px;
}

.login_form_group dt{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.login_form_group dt span,.identification_upload .upload_heading span {
    background: #F87076;
    color: #FFF;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 16px;
}

.login_form_group dt .small_message {
    color: #4F4849;
    font-size: 16px;
    background: none;
    padding: 0 0;
    border-radius: 0;
    margin-left: 0;
}

.login_form_group .password {
    margin-top: 20px;
}

.login_form_group dt p {
    font-weight: 400;
    font-size: 15px;
    line-height: 175%;
}

.login_form_group dd p {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}

.login_form_group input {
    width: 620px;
    padding: 8px 16px;
}

.login_form_group input[type=text], .login_form_group input[type=date], .login_form_group input[type=email], .login_form_group input[type=password], .login_form_group input[type=number], .login_form_group input[type=tel]{
    height: 48px;
}

.login_form_group input:read-only, .login_form_group textarea:read-only {
    background-color: #e9ecef;
  }

.login_form_group select {
    width: 620px;
    height: 48px;
    padding: 8px 16px;
    background: url(../images3/bg_select.svg) no-repeat 98% center;
}

.login_form_group select:disabled {
    background-color: #e9ecef;
}

.login_form_group textarea {
    width: 620px;
    height: 140px;
    padding: 8px 16px;
}

.login_form_group textarea.large{
    height: 300px;
}

.login_form_group textarea.extra_large{
    height: 500px;
}

.login_form_group input[type=checkbox] ,.login_form_group input[type=radio]{
    width: 20px;
    height: 20px;
    margin: 10px 5px;
}

.login_form_group .sex_flex {
    display: flex;
    gap: 40px;
}

.login_form_group .select_used_service{
    padding-left: 15px;
    margin-bottom: 30px;
}

.login_form_group .select_used_service p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.login_check {
    font-size: 18px;
}

.agree_btn {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 195%;
    text-align: center;
}
.agree_btn input[type=checkbox],.register_agree_btn input[type=checkbox]{
    width: 20px;
    height: 20px;
}

.register_agree_btn {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 195%;
    text-align: center;
}



.login_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 30px;
}

.login_footer p {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 12px;
    line-height: 175%;
}

.switching_img {
    width: 290px;
}

/* ご利用登録 */
.register_heading {
    font-weight: 500;
    font-size: 34px;
    line-height: 180%;
    margin-bottom: 30px;
}

.register_description.t_border_black{
    border-top: 1px solid #4F4849;
}

.register_flow {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.register_flow li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px 10px;
    background: #F5F3EB;
}

.register_flow li:nth-child(1),.register_flow li:nth-child(2) {
    margin-right: 28px;
}

.register_flow li:after {
    position: absolute;
    content: url(/images2/icon/register_arrow.svg);
    top: 25%;
    right: -20px;
}

.register_flow li:last-child::after {
    display: none;
}

.register_flow .now {
    background: #F87076;
    color: white;
}

.register_complete_img img {
    width: 120px;
}

/* 依頼者登録 */
.requester_flow {
    display: flex;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.requester_flow li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px 10px;
    background: #F5F3EB;
}

.requester_flow li:nth-child(1),.requester_flow li:nth-child(2),.requester_flow li:nth-child(3) {
    margin-right: 28px;
}

.requester_flow li:after {
    position: absolute;
    content: url(/images2/icon/register_arrow.svg);
    top: 25%;
    right: -20px;
}

.requester_flow li:last-child::after {
    display: none;
}

.requester_flow .now {
    background: #F87076;
    color: white;
}

.agent_form {
    margin-top: 50px;
}

.agent_form h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    margin-bottom: 40px;
}

.bank_form_group dt{
    display: flex;
    gap: 20px;
}
.bank_form_group dd{
    display: flex;
    gap: 20px;
}
.bank_form_group dt label {
    width: 294px;
}
.bank_form_group dd input {
    width: 294px;
    height: 48px;
}

.agent_form_group dd{
    display: flex;
    gap: 20px;
}

.agent_form_group dd input {
    width: 294px;
    height: 48px;
}

.agent_form_group dd select {
    width: 294px;
    height: 48px;
}

.date_form_group dd{
    display: flex;
    gap: 20px;
}

.date_form_group dd input {
    width: 172px;
    height: 48px;
}
.date_form_group dd span.subscript {
    margin-left: -60px;
    padding: 15px 10px;
}

.requester_btn {
    width: 368px;
    height: 56px;
}

.requester_btn_box {
    display: flex;
    justify-content: center;
    margin-top: 72px;
}

.requester_btn_box button:first-child {
    margin-right: 32px;
    width: 264px;
    height: 56px;
    background-color: #B3B2AD;
    color: #FFFFFF;
}

.requester_btn_box button:last-child {
    width: 264px;
    height: 56px;
    background-color: #F87076;
}

.requester_btn_box #agent_btn,.requester_btn_box #client_btn {
    width: 264px;
    height: 56px;
    background-color: #F87076;
}

.btn_box button:disabled{
    opacity: 0.5;
}

  

/*　本人確認書類 */
.identification_box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.registration_info {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 20px 30px;
}

.registration_info h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.registration_info ul li{
    display: flex;
}

.register_modify_btn{
    margin: 20px auto 0 auto;
}

#register_info1,#register_info2,#identification1,#identification2,#agent_btn,#client_btn{
    display: none;
}
#agent_btn.block,#client_btn.block{
    display: block;
}

.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
  }
  .loading.display {
    display: block;
  }
  .loading.hide {
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
  }
  .loading .circle {
    display: block;
    position: relative;
    top: 40%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 8px solid #e0e0e0;
    border-top: 7px solid #F87076;
    border-radius: 50px;
    animation: loading 700ms linear 0ms infinite normal both;
  }
  .loading p{
    font-size: 18px;
    display: block;
    position: relative;
    top: 42%;
    text-align: center;
  }
  @keyframes loading {
    0% { transform: rotate( 0deg ); }
    100% { transform: rotate( 360deg ); }
  }

.submittable_documents{
    display: flex;
    gap: 20px;
    justify-content:center;
    flex-wrap: wrap;
}

.documents_box{
    width: 20%;
    height: 220px;
}
.documents_box img{
    width: 60%;
    margin: 0 auto 15px auto;
}
.documents_box img.small{
    width: 40%;
}
.documents_box input[type=checkbox]{
    display: none;
}
.documents_box label{
    width: 100%;
    height: 100%;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 5px 1px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.documents_box label.doc_13{
    height: 270px;
}

.documents_box p {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
}

.select_document {
    width: 20px;
    height: 20px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.documents_type_select{
    margin: 50px auto;
    text-align: center;
}
.documents_type_select.crowdcare{
    padding-top: 30px;
}

.documents_type_select select{
    width: 70%;
    height: 50px;
    padding: 15px 30px 15px 15px;
    text-align: left;
}

.identification_item {
    margin-bottom: 40px;
}

.identification_item.check_crowdcare {
    margin-bottom: 0;
    padding-bottom: 80px;
}

.identification_item h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    border-bottom: 1px solid #B3B2AD;
    margin-bottom: 20px;
}

.identification_item li {
    color: #727171;
    font-weight: 400;
    font-size: 18px;
    line-height: 195%;
}

.identification_upload {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.identification_upload .upload_heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 195%;
}

.identification_upload .upload_description {
    color: #727171;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}

.check_crowdcare_flex {
    display: flex;
    align-items: center;
}
.check_crowdcare_flex .file_select_label1, .check_crowdcare_flex .file_select_label2 {
    margin-right: 15px;
    font-weight: bold;
}

.requester_info_box {
    display: flex;
}

.requester_info_box .requester_info_item {
    width: 45%;
}
.requester_info_box .requester_info_item:first-child {
    margin-right: 60px;
}

.requester_info_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file_upload_box input:first-child{
    margin-bottom: 20px;
}
#file-preview1,#file-preview2 {
    display: none;
}
#file-preview1.block,#file-preview2.block {
display: block;
width: 300px;
height: auto;
margin-top: 30px;
margin-bottom: 30px;
}

/* 依頼の新規作成 */
.order_flow {
    display: flex;
    width: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.order_flow li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px 10px;
    background: #F5F3EB;
}

.order_flow li:nth-child(1),.order_flow li:nth-child(2),.order_flow li:nth-child(3) {
    margin-right: 28px;
}

.order_flow li:after {
    position: absolute;
    content: url(/images2/icon/register_arrow.svg);
    top: 25%;
    right: -20px;
}

.order_flow li:last-child::after {
    display: none;
}

.order_flow .now {
    background: #F87076;
    color: white;
}

.new_order_heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
}

.mypage_title {
    font-weight: 500;
    font-size: 34px;
    line-height: 180%;
    margin-bottom: 30px;
}

.order_price_area {
    width: 752px;
    border-radius: 16px;
    background: #F5F3EB;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 16px 32px 16px;
}

.order_price_area.option {
    background-color: #F5F5F5;
}


.order_price_area h3 {
    width: 752px;
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #fff;
    padding-bottom: 13px;
    text-align: center;
}

.order_price_area .order_price_title {
    width: 912px;
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #fff;
    padding-bottom: 13px;
    text-align: center;
}


.order_price_area .request_type {
    padding-top: 32px;
    padding-bottom: 32px;
}

.order_price_area .tag {
    margin: 0 auto 6px auto;
    font-size: 18px;
}

.order_price_area .request_type li {
    width: 360px;
    height: 220px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-right: 2px solid #fff;
    text-align: center;
}

.order_price_area .request_type li .flex_left_sp:last-child {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 220px;
}

.order_price_area .request_type li .flex_left_sp:last-child p {
    font-weight: 500;
    font-size: 21px;
    line-height: 180%;
}

.order_price_area .request_type li button,.order_price_area .kaimono button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.order_price_area .request_type li:last-child {
    border: none;
}



.order_price_area .request_type li h4 {
    color: #F87076;
    border: none;
    font-size: 21px;
    line-height: 100%;
    margin-bottom: 10px;
}

.order_price_area .request_type li h4.font_black_c0 {
    color: rgba(79, 72, 73, 1);
 }

.order_price_area.option .request_type li h4 {
    color:#4F4849;
    font-size: 21px;
    line-height: 100%;
    margin-bottom: 10px;
}

.order_price_area strong {
    font-weight: bold;
    font-size: 40px;
    line-height: 105%;
}

.order_price_area .kaimono li:first-child {
    width: 40%;
    text-align: center;
    padding-top: 32px;
    padding-right: 16px;
}

.order_price_area .kaimono li:first-child p {
    font-weight: 400;
    font-size: 15px;
    line-height: 175%;
}

.order_price_area .kaimono li:last-child {
    width: 60%;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.b_border_white{
    border-bottom: 2px solid #fff !important;
}

/* マイページ（通知）*/
.mypage_heading {
    display: inline-block;
    font-weight: 500;
    font-size: 34px;
    line-height: 180%;
    margin-bottom: 50px;
}

.w864 {
    width: 864px;
    margin-left: auto;
    margin-right: auto;
}
.mypage_notice_box {
    text-align: center;
}
.mypage_notice_box li{

    font-weight: 400;
    font-size: 16px;
    line-height: 195%;
    margin-bottom: 15px;
}

/* マイページ（クラウドケアからのお知らせ）*/
.mypage_news_list {
    width: 752px;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    justify-content: center;
}

.mypage_news_list .tag,.mypage_news_list .date {
    margin-right: 20px;
}

.mypage_news_list .content {
    width: 496px;
}

/* マイページ（メッセージ） */
.message_wrap {
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    margin-bottom: 30px;
}

.mypage_message_list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0 24px 0;
    border-bottom: 1px solid #DDDDDD;
}

.mypage_message_list:last-child {
    border: none;
}

.mypage_message_list .user {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F87076;
    margin-right: 20px;
}
.mypage_message_list .user:before {
    position: absolute;
    content: url(/images2/mypage/icon/message_user.svg);
    top: 0;
    left: 0;
}

.mypage_message_column {
    display: flex;
    flex-direction: column;
    width: 686px;
}

.mypage_message_column .from {
    font-weight: 500;
    font-size: 18px;
}

.mypage_message_flex {
    display: flex;
    align-items: flex-start;
}

.mypage_message_flex p:first-child {
    margin-right: 10px;
}

.mypage_message_list .message_num {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F87076;
    margin-left: 20px;
}
.mypage_message_list .message_num:before {
    position: absolute;
    content: '3';
    color: #FFFFFF;
    top: 25%;
    left: 40%;
}

/* requester3 (追加部分) */
.file_upload_box div:first-child{
    margin-bottom: 35px;
}

.file_upload_box input {
    display: none;
}

.file_upload_box label {
    width: 144px;
    height: 36px;
    background-color: #DDDDDD;
    border: 1px solid #B3B2AD;
    border-radius: 4px;
    padding: 5px 16px;
    margin-right: 15px;
}

.file_upload_box label:hover {
    color: #fff;
    background-color: #727171;
}


/* ボタン配置（追加部分） */
.btn_box{
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
}

.btn_box.register{
    margin-top: 30px;
}

/*bootstarp風  */
.text-white {
    color: #fff !important;
  }
  
  .text-primary {
    color: #007bff !important;
  }
  
  a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
  }
  
  .text-secondary {
    color: #6c757d !important;
  }
  
  a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
  }
  
  .text-success {
    color: #28a745 !important;
  }
  
  a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
  }
  
  .text-info {
    color: #17a2b8 !important;
  }
  
  a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
  }
  
  .text-warning {
    color: #ffc107 !important;
  }
  
  a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
  }
  
  .text-danger {
    color: #dc3545 !important;
  }
  
  a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
  }
  
  .text-light {
    color: #f8f9fa !important;
  }
  
  a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
  }
  
  .text-dark {
    color: #343a40 !important;
  }
  
  a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
  }
  
  .text-body {
    color: #212529 !important;
  }
  
  .text-muted {
    color: #6c757d !important;
  }
  
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-dismissible {
    padding-right: 4rem;
  }
  
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  
  .alert-primary .alert-link {
    color: #002752;
  }
  
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
  }
  
  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }
  
  .alert-secondary .alert-link {
    color: #202326;
  }
  
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  
  .alert-success .alert-link {
    color: #0b2e13;
  }
  
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  
  .alert-info hr {
    border-top-color: #abdde5;
  }
  
  .alert-info .alert-link {
    color: #062c33;
  }
  
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  
  .alert-warning hr {
    border-top-color: #ffe8a1;
  }
  
  .alert-warning .alert-link {
    color: #533f03;
  }
  
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  
  .alert-danger .alert-link {
    color: #491217;
  }
  
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  
  .alert-light hr {
    border-top-color: #ececf6;
  }
  
  .alert-light .alert-link {
    color: #686868;
  }
  
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  
  .alert-dark .alert-link {
    color: #040505;
  }
/* ヘルパー評価フォーム */

.evaluate_des {
    font-weight: 400;
    font-size: 18px;
    line-height: 195%;
}
.evaluate_service_content p:first-child {
    margin-right: 15px;
}

.required {
    color: #F87076;
    font-weight: 500;
    margin-left: 15px;
    font-size: 18px;
}

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

.evaluate_radio_box label {
    padding: 10px 20px;
    font-size: 18px;
}

.evaluate_radio_box input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.evaluate_star {
    display: flex;
    justify-content: center;
}
.evaluate_star p {
    color: #a09a9a;
    font-size: 44px;
    margin-right: 30px;
}
.evaluate_thoughts {
    width: 100%;
    height: 150px;
}

/* 代理人情報変更（支払方法　変更ボタン） */
.login_form_group .payment_method_btn_box {
    display: flex;
    align-items: center;
}
.login_form_group .payment_method_btn_box p {
    margin-right: 1rem;
}
.login_form_group .payment_method_btn_box .payment_method_btn {
    padding: 1rem; 
    background-color: #F87076; 
    color: #FFF;
    border-radius: 139px;
}
.login_form_group .payment_method_btn_box .payment_method_btn.gray{
    background-color: #F5F5F5;
    color: #000;
}

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



    .flex_center_sp {
        display: flex;
        justify-content: center;
    }

    .flex_left_sp {
        display: flex;
        justify-content: left;
    }

    .text_center_sp {
        text-align: center;
    }

    .isPC {
        display: none;
    }

/* Q&A */
    .qa dl {
        width: 92vw;
        margin-left: auto;
        margin-right: auto;
        background-position: 16px 14px;
    }

    .qa dl.wd85 {
        width: 85vw !important;
    }

    .qa_sp dl {
        width: 85vw;
    }

    .qa_sp dl dd {
        width: 80vw !important;
        margin-left: auto;
        margin-right: auto;
        padding: 16px 20px !important;
    }

    .qa_sp dl dd span {
        padding: 0 !important;
    }

    .qa_sp dl dd p {
        padding: 0 !important;
    }



    .qa dl dt {
        line-height: 160%;
        padding: 16px 66px 19px 54px;
        background: url(/images2/icon/plus.svg) no-repeat 92% center;
        margin: 0 auto;
        font-size: 15px;
    }
    
    .qa dl dt.opened {
        background-image: url(/images2/icon/minus.svg);
    }
    
    .qa dl dd {
        width: 84vw;
        border-top: 2px solid #F5F3EB;
        padding: 16px 0 24px 16px;
    }

    .qa dl dd span {
        margin-bottom: 8px;
        padding: 0 16px;
        font-size: 16px;
    }

    .qa dl dd p {
        padding: 0 16px;
    }

    /* ログイン画面 */
    .login_heading {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .login_heading h1{
        font-weight: 500;
        font-size: 24px;
        line-height: 155%;
        margin-top: 20px;
    }

    .login_heading .login_title {
        font-weight: 500;
        font-size: 24px;
        line-height: 155%;
        margin-top: 20px;
    }

    .login_heading img{
        width: 45vw;
    }
    .login_form,.login_form_group input,.login_form_group select,.login_form_group textarea {
        width: 92vw;
        margin-left: auto;
        margin-right: auto;
    }

    .login_form_group dt {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 10px;
    }

    .login_form_group dt .small_message {
        font-size: 14px;
    }

    .login_form_group .password {
        margin-top: 10px;
    }

    .agree_btn {
        width: 75vw;
        font-size: 16px;
    }

    .register_agree_btn {
        width: 90vw;
        font-size: 14px;
    }

    .login_footer_sp {
        text-align: center;
        margin-top: 48px;
    }

    .login_footer_sp p {
        font-weight: 400;
        font-size: 11px;
        line-height: 110%;
    }

    /* 依頼者登録 */
    .register_heading {
        font-weight: 500;
        font-size: 24px;
        line-height: 155%;
        margin-bottom: 15px;
    }

    .register_description {
        width: 92vw;
        margin-left: auto;
        margin-right: auto;
    }

    .register_flow {
        margin-top: 50px;
    }

    .register_flow.no_mt {
        margin-top: 0;
    }

    .register_complete_img img {
        width: 92px;
    }

    /* 代理人登録 */
    .requester_flow {
        width: 92vw;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        margin-top: 40px;
    }

    .requester_flow li {
        padding: 5px 5px;
    }

    .requester_flow li:nth-child(1),.requester_flow li:nth-child(2),.requester_flow li:nth-child(3) {
        margin-right: 6%;
    }
    .requester_flow li::after {
        right: -15px;
    }
	.bank_form_group dt label {
        width: 42vw;
    }
	.bank_form_group dd input {
        width: 42vw;
    }
    .agent_form_group dd input {
        width: 42vw;
    }

    .agent_form_group dd select {
        width: 42vw;
    }


    /* 検討 */
    .date_form_group dd input {
        width: 25vw;
    }

    .requester_btn {
        width: 85vw;
    }

    .requester_btn_box {
        flex-direction: column-reverse;
        text-align: center;
    }

    .requester_btn_box button:first-child {
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }

    .requester_btn_box button:last-child {
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .requester_btn_box #agent_btn,.requester_btn_box #client_btn {
        width: 85vw;
        margin: 0 auto 20px auto;
    }

    /* 本人確認書類 */
    .identification_box,.identification_upload {
        width: 92vw;
    }

    .check_crowdcare_flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .check_crowdcare_flex .file_select_label1{
        margin-right: 0;
        margin-top: 20px;
    }
    .check_crowdcare_flex .file_select_label2{
        margin-right: 0;
    }

    .identification_item.check_crowdcare {
        padding-bottom: 110px;
    }

    .identification_item h2 {
        font-size: 18px;
        line-height: 195%;
    }

    .requester_info_box {
        flex-direction: column;
    }

    .requester_info_box .requester_info_item {
        width: 85vw;
    }

    .requester_info_box .requester_info_item:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #file-preview1.block,#file-preview2.block {
        width: 85vw;
    }

    /* 新規注文(マイページ) */
    .mypage_title {
        font-size: 26px;
    }

    .order_price_area {
        width: 92vw;
    }

    .order_price_area .tag {
        font-size: 16px;
    }


    .order_price_area h3 {
        width: 75vw;
    }

    .order_price_area .request_type li {
        width: 85vw;
        height: auto;
        border-bottom: 2px solid #fff;
        text-align: center;
        border-right: none;
        padding: 10px 24px 10px 24px;
    }
    .order_price_area .request_type li h4{
        margin-bottom: 5px;
    }

    .order_price_area .request_type {
        padding-top: 0;
        padding-bottom: 0;
    }

    .order_price_area .kaimono li:first-child {
        width: 85vw;
    }
    .order_price_area .kaimono li:last-child {
        width: 85vw;
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }

    /* マイページ（通知）*/
    .w864 {
        width: 92vw;
    }

    .mypage_heading_sp {
        font-weight: 500;
        font-size: 32px;
        line-height: 195%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* マイページ（クラウドケアからのお知らせ）*/
    .mypage_news_list {
        width: 92vw;
        flex-direction: column;
    }

    .mypage_news_list .tag {
        font-size: 12px;
    }

    .mypage_news_list .content {
        width: 85vw;
    }

    /* マイページ（メッセージ）*/
    .mypage_message_list .mypage_message_column {
        width: 60vw;
    }

    .mypage_message_list .user {
        width: 30px;
        height: 30px;
    }

    .mypage_message_flex {
        flex-direction: column;
    }

    .mypage_message_list .message_num {
        width: 30px;
        height: 30px;
    }
    .mypage_message_list .message_num:before {
        left: 35%;
        top: 20%;
    }
    .section_btn {
        width: 75vw;
        height: 64px;
        font-size: 15px;
    }
    .section_btn.l {
        width: 88vw;
    }

    .section_btn.l.arrow {
        background-position: 97% center;
    }


/* 追加部分 */
/* ボタン */
.btn {
    font-size: 16px;
}

.btn_14 {
    font-size: 14px !important;
}

.section_btn {
    font-size: 16px;
}
.mb20_sp {
    margin-bottom: 20px;
}

.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

.mt50_sp {
    margin-top: 50px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt100 {
    padding-top: 46px;
}

.py100 {
    padding-top: 46px;
    padding-bottom: 46px;
}

.py100 h2 {
    margin-bottom: 20px;
}

.px100 {
    padding-left: 0;
    padding-right: 0;
}

.evaluate h2 {
    font-size: 22px;
    text-align: center;
    margin: 15px 0;
}

.evaluate h3 {
    margin: 15px auto !important;
}

.evaluate_des {
    font-size: 16px;
    line-height: 160%;
}

.evaluate_radio_box{
    justify-content: space-between;
}

.evaluate_radio_box label {
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.evaluate_radio_box input[type=radio] {
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
}

.evaluate_star p {
    color: #a09a9a;
    font-size: 38px;
    margin-right: 20px;
}

.payment_method select {
    font-size: 14px;
}
/* register3 （追加部分） */
.registration_info {
    width: 92vw;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 20px;
}
.register_modify_btn {
    display: block !important;
    text-align: center;
}

.submittable_documents{
    gap: 10px;
}
.documents_box {
    width: 48%;
    height: 200px;
}
.documents_type_select select{
    width: 92vw;
}

/* 代理人情報変更（支払方法　変更ボタン） */
.login_form_group .payment_method_btn_box {
    flex-direction: column;
    align-items: start;
}
.login_form_group .payment_method_btn_box p{
    margin-bottom: 0.5rem;
}
}