@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

.error {
    color: #ff0000;
    margin-top: 10px;
}

.w-100{
    width: 100% !important;
}

body {
    font-family: 'Yu Gothic UI', sans-serif;
    color: #101A38;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

img {
    width: 100%;
}

.bold {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

span {
    display: inline-block;
}

table {
    border-collapse: collapse;
}

.wrap,
.wrap_info {
    margin: 0 auto;
}

.wrap {
    background-color: #F9FAFD;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.content_color {
    background-color: #F9FAFD;
    padding: 80px 0;
    margin: 60px 0;
}

.content {
    padding: 100px 0;
}

.blue_text {
    font-size: 1.6em;
    color: #3969A6;
}

.small {
    font-size: 12px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_60 {
    margin-top: 60px;
}

.center {
    text-align: center;
}

.sub_text {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.header_sp {
    display: none;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

/* header */
.main_visual {
    background: url(../img/main_visual/main_visual_back.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 110%;
}

.main_visual-2{
    background: url(../img/main_visual/main_visual_back_sp-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 110%;
}

.main_visual-3{
    margin-bottom:-60px;
}

.main_visual_title {
    max-width: 740px;
    margin-left: 15%;
    padding-top: 12%;
    padding-bottom: 12%;
}

.consult_img {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.consult_img img {
    display: block;
}

.header {
    width: 100%;
    height: 122px;
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    background-color: #ffffffb3;
    position: absolute;
    top: 0;
    z-index: 999;
}

.header_log {
    display: flex;
    padding: 0 40px;
    align-items: center;
}

.header_log img {
    width: 270px;
}
.header-cta {
    display: inline-block;
    margin-right: 40px;
}

.header_nav {
    display: flex;
}

.in_page_link_list {
    display: flex;
}

.in_page_link {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.in_page_link a {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.in_page_link a:hover {
    color: #5E9CC6;
}

.app_link_list {
    display: flex;
}

.app_link {
    border-left: 1px solid #101A38;
    padding: 0 30px;
}

.app_link img {
    height: 80px;
    width: auto;
    cursor: pointer;
}

.payment {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.payment_img_1 {
    margin-right: 30px;
}

.payment_img_1 img {
    max-width: 530px;
}

.payment_img_2 {
    width: 490px;
    margin-top: 18px;
}

.payment_text {
    margin-top: 44px;

}


/* お問い合わせ */
.call {
    margin: 40px 0 50px;
}

.call_current {
    display: block;
    padding: 20px 0;
    background-color: #E8F1F7;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.call_current::before {
    position: absolute;
    content: '';
    border-top: 35px solid #E8F1F7;
    border-right: 20px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 20px solid transparent;
    top: 64px;
    left: 49%;
    z-index: -1;
    transform: rotate(0deg);

}

.contact_info {
    display: flex;
    gap: 10px;
}

.contact_info_img {
    width: 116%;
    position: relative;
}

.contact_info_img img:hover,
.contact_info_img a:hover,
.contact_button a:hover {
    cursor: pointer;
    opacity: .8;
}
.contact_info_img_tel{
    position: absolute;
    top: 16%;
    right: 6%;
    color: #ff832f;
    font-size: 4em;
    font-weight: 800;
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","Noto Sans JP","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}
@media screen and (max-width: 1400px) {
    .contact_info_img_tel{
        top: 16%;
        font-size: 4rem;
    }
}
@media screen and (max-width: 1200px) {
    .contact_info_img_tel{
        top: 16%;
        font-size: 4rem;
    }
}
@media screen and (max-width: 992px) {
    .contact_info_img_tel{
        top: 21%;
        font-size: 3rem;
    }
}

@media screen and (max-width: 736px) {
    .contact_info_img_tel{
        top: 17%;   
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 576px) {
    .contact_info_img_tel{
        top: 14%;
        font-size: 2.1rem;
    }
}
.cta_wrap{
    display: flex;
}
@media(max-width: 768px){
    .cta_wrap{
        flex-direction: column;
    }
    
}
.cta_col_70,
.cta_col_30{
    display: block;
}
.cta_col_70{
    width: 70%;
    padding: 0 1rem;
}
@media(max-width: 768px){
    .cta_col_70{
        padding: 0rem;
    }    
}
.cta_col_30{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 768px){
    .cta_col_70,
    .cta_col_30{
        width: 100%;
    }
}
@media(max-width: 768px){
    .cta_col_30{
        flex-direction: row;
    }
}
@media(max-width: 768px){
    .cta_col_30 a{
        padding: 0.1rem;
    }
}

.cta_col_30 img{
    width: 100%;
    height: auto;
}
.cta_tel_col{
    padding: 0 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
}
@media(max-width: 768px){
    .cta_tel_col{
        padding: 0 0.2rem;
    }    
}

.cta_tel_right{
    flex-grow: 1;
    justify-content: space-between;
}
@media(max-width: 576px){
    .cta_tel_right{
        text-align: center;
    }
}
.cta_tel_left{
    width: 34%;
}
@media(max-width: 576px){
    .cta_tel_left{
        width: 20%;
    }
    
}
.cta_tel_col .cta_text_1,
.cta_tel_col .cta_text_2,
.cta_tel_col .cta_text_3,
.cta_tel_col .cta_text_4{
    width: 100%;
    font-weight: 800;
}

.cta_tel_col .cta_text_1{
    color: #FF832F;
    font-size: 1.4rem;
}
@media(max-width: 992px){
    .cta_tel_col .cta_text_1{
        font-size: 1rem;
    }        
}
@media(max-width: 576px){
    .cta_tel_col .cta_text_1{
        font-size: 0.9rem;
    }        
}

.cta_tel_col .cta_text_2{
    color: #FF832F;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold;
}
@media(max-width: 992px){
    .cta_tel_col .cta_text_2{
        font-size: 3rem;
        line-height: 4rem;
    }
}
@media(max-width: 576px){
    .cta_tel_col .cta_text_2{
        font-size: 2rem;
        line-height: 3rem;
    }        
}
.cta_tel_col .cta_text_3{
    color: #FF832F;
    font-size: 1.3rem;
    line-height: 1.9rem;
}
@media(max-width: 992px){
    .cta_tel_col .cta_text_3{
        font-size: 1rem;
    }       
}
@media(max-width: 576px){
    .cta_tel_col .cta_text_3{
        font-size: 0.9rem;
    }        
}
.cta_tel_col .cta_text_4{
    color: #FF832F;
    font-size: 1.3rem;
    line-height: 1.9rem;
}
@media(max-width: 992px){
    .cta_tel_col .cta_text_4{
        font-size: 1rem;
    }       
}
@media(max-width: 576px){
    .cta_tel_col .cta_text_4{
        font-size: 0.9rem;
    }        
}
.cta_tel_box hr{
    border-color: #FF832F;
    color: #FF832F;
    border: 1px solid;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}
.cta_tel_box{
    border: 2px solid #FF832F;
    border-radius: 0.5rem;
    background-color: #FFF9F6;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100%;
}
@media(max-width: 768px){
    .cta_tel_box{
        padding: 1rem 0.5rem;
        border-radius: 0.5rem;
    }
}
.cta_tel_img{
    max-width: 100px;
    display: block;
    margin: auto;
}
.cta_tel_text {
    display: block;
    text-align: center;
    background-color: #FF832F;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    padding: 0.2rem 2rem;
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
@media(max-width: 768px){
    .cta_tel_text {
        font-size: 0.5rem;
        padding:0.5rem;
    }

}
.contact_button_sp_only {
    display: none;
}

.contact_text {
    margin: 10px 0;
    text-align: center;
}

.contact_text p {
    font-size: 18px;
}

.contact_text .border_yellow {
    font-size: 20px;
}

.title {
    font-size: 32px;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: -.05em;
}

.bule_text {
    font-size: 52px;
    color: #3969A6;
}

.sub_title {
    padding: 0 10px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -.1em;
}

.display_flex {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.area_text_element {
    padding: 30px;
    font-size: 20px;
    background-color: #F5F7FB;
    line-height: 40px;
    font-weight: normal;
    flex-wrap: wrap;
}

@-moz-document url-prefix() {
    .area_text_element .pc_only {
        display: inline-block;
    }
}

.hoshou_text_element {
    width: 570px;
    padding: 30px 20px;
    background-color: #F5F7FB;
    letter-spacing: 0em;
    font-size: 20px;
    margin-top: 30px;
}

.hoshou_text_element .border_yellow {
    font-size: 24px;
}

.web_text_element {
    width: 625px;
    padding: 25px;
    background-color: #F5F7FB;
    font-size: 20px;
    margin-top: 40px;
    line-height: 1.2;
}

.text_element {
    padding: 35px 11px;
    background-color: #F5F7FB;
    letter-spacing: 0em;
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
}

.text_element_small {
    font-size: 12px;
    margin-top: 20px;
}

.border_yellow {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

/* お客様満足度 */
.mannzokudo {
    display: flex;
    justify-content: space-evenly;
    margin: 30px auto;
    flex-wrap: wrap;
}

.mannzokudo_element {
    text-align: center;
}

.mannzokudo_text {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 40px;
}

.mannzokudo_element img:first-child {
    width: 200px;
}

.mannzokudo_element img:last-child {
    width: 300px;
}

/* 対応エリア */
.area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.area img {
    width: 300px;
}

/* コロナウイルス対策実施中 */
.taisaku_wrap {
    display: flex;
    justify-content: center;
    gap: 155px;
    flex-wrap: wrap;
}

.taisaku {
    max-width: 200px;
    text-align: center;
    margin-top: 30px;
}

.taisaku img {
    margin-bottom: 30px;
}

.taisaku_text {
    font-weight: bold;
    font-size: 20px;
}

.web_info img {
    width: 200px;
}

/* WEB限定割引実施中 */
.web_genntei {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* 料金プラン */
.ryoukin {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    gap: 90px;
}

.ryoukin img {
    max-width: 200px;
}

.omitumori {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 50px;
}

.omitumori img {
    max-width: 350px;
}

.tuika {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.tuika img {
    max-width: 350px;
}

.hiyou {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.hiyou_info {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 30px;
}

.hiyou_detail {
    width: 180px;
    text-align: center;
}

.hiyou_sub_text {
    font-size: 20px;
    margin: 20px 0;
}

.hiyou_text {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

/* 万が一の事故にも安心 */
.hoshou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.hoshou img {
    max-width: 440px;
    margin-top: -8px;
}

.hoshou_text {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: -.1em;
}

/* 作業事例 */
.work_wrap {
    border: 1px solid #004771;
    border-radius: 8px;
    margin-top: 40px;
    box-shadow: 6px 5px 0px #1a1a1a29;
}

.item {
    background-color: #004771;
    padding: 14px 20px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
}

.item ul {
    display: flex;
}

.item li {
    border-radius: 20px;
    background-color: #fff;
    padding: 4px 24px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

.work_icon {
    text-align: center;
}

.work_icon img {
    max-width: 160px;
}

.icon_name {
    font-size: 24px;
    font-weight: bold;
}

.work_example {
    display: flex;
    justify-content: space-between;
    padding: 24px 50px;
    align-items: center;
}

.work_msg {
    width: 130%;
    padding-left: 40px;
}

.work_title {
    font-size: 24px;
    font-weight: bold;
    color: #004771;
    margin: 15px 0;
}

.work_text {
    font-size: 16px;
    color: #707070;
    line-height: 1.5;
}

.work_example_img {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
}

.before_img,
.after_img,
.before_img_sp,
.after_img_sp {
    position: relative;
}

.before_img::before {
    content: url("../img/work_example/before.svg");
    position: absolute;
    top: 10px;
    left: -12px;
}

.after_img::before {
    content: url("../img/work_example/after.svg");
    position: absolute;
    top: 10px;
    left: -12px;
}

.before_img_sp::before {
    content: url("../img/work_example/Before_SP.svg");
    position: absolute;
    top: 10px;
    left: -4px;
}

.after_img_sp::before {
    content: url("../img/work_example/After_SP.svg");
    position: absolute;
    top: 10px;
    left: -4px;
}

.work_example_detail {
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.work_detail {
    display: inline-block;
}

.comment {
    width: 48%;
}

.work_detail table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    border: 2px solid #f9fafd;
    overflow: hidden;
}

.work_detail th {
    border-bottom: 1px solid #fff !important;
    background-color: #CDE4F3;
    padding: 5px 60px;
    font-size: 16px;
    font-weight: bold;
}


.sagyou_ninnzuu th {
    border-radius: 5px 0 0 0;
    border-top: 2px solid #CDE4F3 !important;
}

.sagyou_ninnzuu td {
    border-top: 2px solid #CDE4F3 !important;
}

.work_detail td {
    border-top: 1px solid #CDE4F3;
    border-right: 2px solid #CDE4F3;
    text-align: center;
    font-size: 16px;
    padding: 5px 18px;
    width: 250px;
}


.table_blue th {
    background-color: #004771 !important;
    color: #fff;
    border-radius: 0 0 0 5px;
    border-bottom: 2px solid #004771 !important;
}

.table_blue td {
    border-bottom: 2px solid #004771 !important;
    border-bottom-right-radius: 5px;
    border-top: 2px solid #004771 !important;
    border-right: 2px solid #004771 !important;
}

.tantousha_name {
    padding: 5px 8px;
    border-top: 2px solid #004771;
    border-bottom: 2px solid #004771;
    color: #004771;
    font-weight: bold;
    font-size: 18px;
}

.tantousha_comment {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.5;
}

.impressions_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.impressions {
    border: 1px solid #004771;
    border-radius: 5px;
    padding: 25px;
    max-width: 530px;
}

.assessment {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.impressions_img {
    width: 150px;
    text-align: center;
}

.impressions_name {
    font-size: 16px;
    text-align: center;
}

.hoshi {
    display: flex;
    gap: 6px;
}

.individual_comment_title {
    font-size: 26px;
    border-bottom: 1px solid #004771;
    color: #004771;
    font-weight: bold;
    margin-bottom: 10px;
}

.individual_comment p {
    font-size: 16px;
    line-height: 1.5;
}

.assessment_element {
    padding: 18px 0;
}

.assessment_element th {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
}

/* 他業者との比較 */
.company_wrap table {
    margin-top: 50px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    border: 2px solid #f9fafd;
    overflow: hidden;
}

.company_wrap th {
    padding: 10px;
    border-bottom: 1px solid #fff !important;
    background-color: #CDE4F3;
    width: 220px;
    font-size: 16px;
}

.company_wrap td {
    width: 26%;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #CDE4F3;
    font-size: 16px;
}

.company_category {
    background-color: #CDE4F3;
}

th.company_title {
    border-left: 1px solid #fff;
    border-bottom: none !important;
}

th.main_company_title {
    background-color: #004771 !important;
    color: #fff;
    border: 2px solid #004771 !important;
    border-bottom: none !important;
    border-top: none !important;
}

.main_company,
.main_company_last {
    font-size: 18px;
    font-weight: bold;
    border-left: 2px solid #004771 !important;
    border-right: 2px solid #004771 !important;
}

.main_company_last {
    border-bottom: 2px solid #004771 !important;
    border-bottom-right-radius: 5px;
}

th.company_kokyaku_mannzoku {
    border-bottom: none !important;
}

.other_company_last {
    border-bottom: 2px solid #CDE4F3 !important;
}

.kuchikomi_img img {
    max-width: 410px;
}

/* 単品の不用品回収 */
.tanpin_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.tanpin_list>li {
    width: 31%;
    border: 1px solid #BBB;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 22px 10px;
}

.tanpin_list img {
    display: block;
}

.tanpin_list_kat_header {
    margin-bottom: 40px;
}

.tanpin_list_kat_header p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.tanpin_list_kat_header_img {
    width: 150px;
    margin: 0 auto;
}

.tanpin_kat_list>li {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #BBB;
}

.tanpin_kat_list li:last-child {
    border-bottom: none;
}

.tanpin_kat_list_img {
    width: 60px;
    margin-right: 15px;
}

.tanpin_kat_list_text {
    font-size: 20px;
    line-height: 1.5em;
}

/* 回収できない品物 */
.kaishuu_huka_pc table {
    margin-top: 30px;
}

.kaishuu_huka_pc th {
    font-weight: 400;
    text-align: left;
    padding: 10px;
    border: 1px solid #DBDBDB;
    font-size: 16px;
}

.kaishuu_huka_pc td {
    border: 1px solid #DBDBDB;
    padding: 10px;
    font-size: 16px;
    width: 50%;
}

.kaishuu_huka_sp {
    margin-top: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    padding: 20px;
    font-size: 12px;
    line-height: 25px;
}

.kaishuu_huka_sp li {
    position: relative;
}

.kaishuu_huka_sp li:before {
    position: absolute;
    content: '・';
    left: -9px;
}

/* 不用品回収センターが安い理由 */
.cheap_reason {
    display: flex;
    margin-top: 60px;
}

.cheap_reason img {
    max-width: 280px;
}

.cheap_reason_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.reason_text {
    display: block;
    font-size: 16px;
}

.cheap_reason_text {
    padding: 0 30px;
}

/* 買取強化中 */
.kaitori_kyouka_list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.kaitori_kyouka_list>li {
    width: 31%;
    padding: 40px 16px 30px;
    border-radius: 5px;
    background-color: #F5F7FB;
    margin-bottom: 20px;
}

.kaitori_kyouka_list:last-child {
    margin-bottom: 0;
}

.kaitori_kyouka_img {
    width: 120px;
    position: relative;
    margin: 70px auto 25px;
}

.kaitori_kyouka_no {
    width: 40px;
    position: absolute;
    top: -60px;
    left: -40px;
}

.kaitori_kyouka_title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.kaitori_kyouka_detail {
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -.08em;
}

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

.kaitori_kyouka_price>p:nth-child(1) {
    font-size: 13px;
    font-weight: bold;
    background-color: #F1ED5D;
    padding: 6px 15px;
    border-radius: 18px;
    margin-right: 12px;
}

.kaitori_kyouka_price>p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;

}

.kaitori_kyouka_price>p:nth-child(2)>.yen {
    font-size: 18px;
}

.kaitori_kyouka_text {
    text-align: center;
    margin-top: 40px;
}

/* 買取事例のご紹介 */
.kaitori {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.kaitori_info img {
    width: 120px;
    margin: 40px 0;
}

.kaitori_info span {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}

/* 選ばれる6つのポイント */
.select_reason {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.select_reason img {
    max-width: 350px;
    margin-top: 20px;
}

.select_reason img:last-child {
    max-width: 1100px;
}

/* 3つのお約束 */
.promise {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.promise img {
    max-width: 340px;
}

.promise img:nth-child(2) {
    max-width: 350px;
}


/* 資格紹介 */
.staff {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.staff_img img {
    padding: 30px;
}

/* 悪徳業者の注意 */
.trouble {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    flex-wrap: wrap;
}

.trouble img {
    max-width: 530px;
}

/* ご利用の流れ */
.riyou {
    margin-top: 50px;
}

.use_step_1,
.use_step_2,
.use_step_3 {
    position: relative;
    display: flex;
    border: 2px solid #3969A6;
    max-width: 860px;
    margin: 0 auto 20px;
    border-radius: 10px;
    padding: 30px 40px 30px 120px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: #fff;
}

.use_step_4 {
    position: relative;
    display: flex;
    border: 2px solid #3969A6;
    max-width: 860px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px 15px 30px 120px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    background-color: #fff;
}

.use_step_1::before {
    content: url("../img/use_step/step_1.svg");
    position: absolute;
    top: 10px;
    left: -13px;
}

.use_step_2::before {
    content: url("../img/use_step/step_2.svg");
    position: absolute;
    top: 10px;
    left: -13px;
}

.use_step_3::before {
    content: url("../img/use_step/step_3.svg");
    position: absolute;
    top: 10px;
    left: -13px;
}

.use_step_4::before {
    content: url("../img/use_step/step_4.svg");
    position: absolute;
    top: 10px;
    left: -13px;
}

.use_step_info img {
    width: 50px;
}

.use_step_btn {
    width: 200px;
}

.use_step_2 .use_step_btn {
    width: 360px;
}

.use_step_4 .use_step_btn {
    width: 245px;
}

.use_step_btn a:hover {
    opacity: .8;
}

.use_step_title_wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.use_step_title {
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}

.use_step_text {
    font-size: 16px;
}


/* よくある質問 */
.acd_label {
    display: flex;
    align-items: center;
    padding: 16px 12px;
    background-color: #E8F1F7;
    cursor: pointer;
    margin-top: 12px;
}

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

.introduction {
    padding: 10px 12px;
    display: none;
    margin-bottom: 20px;
}

.question {
    font-weight: bold;
    color: #004771;
    margin-right: 40px;
    font-size: 1.5em;
    display: flex;
}

.answer {
    font-weight: bold;
    color: #619BBE;
    margin-right: 40px;
    font-size: 20px;
    display: inline-block;
}

.answer img {
    margin-top: 4px;
}

.answer_text {
    display: inline-block;
    width: 94%;
    margin-left: 5px;
    font-size: 20px;
}

.icon {
    position: relative;
    width: 90%;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.icon::before,
.icon::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #004771;
    border-right: 2px solid #004771;
    width: 14px;
    right: -30px;
    top: 46%;
    pointer-events: none;
    transition: all .4s;
    margin-right: 12px;
}

.icon::after {
    transform: rotate(90deg);
}

.icon.open::after {
    transform: rotate(180deg);
}

/* オンライン無料見積り */
.contact_title {
    font-size: 32px;
    margin: 30px auto 50px;
    text-align: center;
    font-weight: bold;
}

.contact {
    padding: 30px 60px;
    background-color: #E8F1F7;
    margin: 20px;
}

.contact_wrap th {
    width: 40%;
    padding: 25px;
    font-weight: bold;
    text-align: left;
}

.contact_wrap td {
    padding: 14px 20px;
}

.hissu {
    font-size: 12px;
    font-weight: bold;
    background-color: #1F5B9A;
    padding: 3px 6px;
    margin-right: 10px;
    color: #fff;
    border-radius: 2px;
}

.ninni {
    font-size: 12px;
    font-weight: bold;
    background-color: #A7BBD4;
    padding: 3px 6px;
    margin-right: 10px;
    color: #fff;
    border-radius: 2px;
}

.small_text {
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
}

::placeholder {
    color: #AAAAAA;
}

input[type="text"],
input[type="email"]{
    border: 1px solid #101A38;
    border-radius: 5px;
    padding: 12px 21px;
    width: 100%;
    font-size: 1em;
    word-break: break-all;
    font-family: 'Yu Gothic UI', sans-serif;
}

label {
    display: inline-block;
    padding: 6px 40px;
    position: relative;
    cursor: pointer;
    width: 260px;
    color: #3D3D3D;
    font-size: 16px;
}

input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    font-size: 1em;
}

input[type="checkbox"]+label::before {
    position: absolute;
    content: '';
    border: 1px solid #D8D8D8;
    background-color: #fff;
    width: 25px;
    height: 25px;
    left: 0;
    top: 7px;
    transition: .3s all;
}
.checkbox_wrap span.horizontal-item::before {
    position: absolute;
    content: '';
    border: 1px solid #D8D8D8;
    background-color: #fff;
    width: 25px;
    height: 25px;
    left: 0;
    top: 7px;
    transition: .3s all;
}

input[type="checkbox"]+label::after {
    position: absolute;
    content: '';
    border-left: 3px solid #101A38;
    border-bottom: 3px solid #101A38;
    top: 10px;
    left: 5px;
    width: 21px;
    height: 12px;
    transform: scale(1) rotate(-45deg);
    opacity: 0;
}

.checkbox_wrap span.horizontal-item::after {
    position: absolute;
    content: '';
    border-left: 3px solid #101A38;
    border-bottom: 3px solid #101A38;
    top: 10px;
    left: 5px;
    width: 21px;
    height: 12px;
    transform: scale(1) rotate(-45deg);
    opacity: 0;
}
.checkbox_wrap span.checked::after {
    opacity: 1;
}


input[type="checkbox"]:checked::after {
    opacity: 1;
}

input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.checkbox_wrap {
    display: flex;
    flex-wrap: wrap;
}
#online_mitumori .checkbox_wrap span{
    margin-left: 0px;
    position: relative;
}
#online_mitumori .mwform-tel-field input{
    max-width: 90px;
}

.select_wrap {
    position: relative;
    margin-right: 20px;
    width: 100%;
}

select {
    appearance: none;
    padding: 14px 44px 14px 20px;
    font-size: 1em;
    border: 1px solid #101A38;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    font-family: 'Yu Gothic UI', sans-serif;
}

.select_wrap::after {
    position: absolute;
    pointer-events: none;
    content: '';
    border-left: 2px solid #101A38;
    border-bottom: 2px solid #101A38;
    right: 25px;
    top: 19px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

textarea {
    max-width: 730px;
    width: 100%;
    height: 180px;
    padding: 12px;
    font-size: 1em;
    border: 1px solid #101A38;
    border-radius: 5px;
    transition: .3s all;
    font-family: 'Yu Gothic UI', sans-serif;
}

.btn_wrap {
    text-align: center;
    margin: 40px 0;
}

input[type="submit"],
button[type="submit"]{
    width: 40%;
    padding: 20px 0px;
    background-color: #101A38;
    color: #fff;
    font-size: 1.3em;
    border: none;
    border-radius: 5px;
    font-family: 'Yu Gothic UI', sans-serif;
    cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    opacity: .8;
}

/* footer */
.footer_info {
    background-color: #F1F5F8;
    margin-top: 120px;
}

.footer_display {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    flex-wrap: wrap;
}

.company_info li,
.company_service li {
    font-size: 14px;
}

.company_service li {
    margin: 15px 0;
}

.company_info li {
    margin-bottom: 5px;
}

.company_info li:first-child {
    font-size: 18px;
    font-weight: bold;
}

.company_service {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.company_service li:first-child {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #CBD8E1;
    width: 220px;
    padding-bottom: 10px;
}

#footer {
    padding: auto;
    background-color: #101A38;
    padding: 30px 10px;
    color: #fff;
}

.hyphen {
    position: relative;
    padding: 0 10px;
}

.hyphen:before {
    position: absolute;
    content: '-';
    left: 0;
}

.whopper {
    font-size: 12px;
}

.pageup__image {
    cursor: pointer;
    width: 54px;
    display: none;
    z-index: 999;
    bottom: -7px;
    right: 13%;
}

.br_sp_only {
    display: none;
}

.letter_spacing_short {
    letter-spacing: -.1em;
}

/* レスポンシブ */
@media screen and (max-width: 1536px) {
    .main_visual_title {
        margin-left: 10%;
    }
}

/* レスポンシブ */
@media screen and (max-width: 1220px) {
    .header_sp {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .menu_img_line_sp {
        cursor: pointer;
    }

    .inner {
        padding: 0 10px;
    }

    .menu_img::before {
        display: none;
    }

    .btn_trigger {
        display: block;
        -webkit-appearance: none;
        position: fixed;
        top: 4px;
        right: 10px;
        z-index: 9999999;
        width: 50px;
        height: 50px;
        border: none;
        overflow: hidden;
        outline: none;
        background-color: #fff0;
    }

    .btn_trigger span {
        position: absolute;
        display: block;
        height: 2px;
        left: 7px;
        transition: all 0.5s;
        width: 36px;
        background-color: #101A38;
    }

    .btn_trigger span:first-of-type {
        top: 15px;
    }

    .btn_trigger span:nth-of-type(2) {
        top: 25px;
    }

    .btn_trigger span:last-of-type {
        top: 35px;
    }

    .btn_trigger.active span:first-of-type {
        transform: rotate(45deg);
        top: 25px;
    }

    .btn_trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .btn_trigger.active span:last-of-type {
        transform: rotate(-45deg);
        top: 25px;
    }

    #menu_active {
        background-color: #DEF1F7;
        text-align: center;
        position: fixed;
        z-index: 9999;
        overflow: auto;
        height: calc(100vh - 58px);
        width: 100%;
        margin-top: 58px;
        padding-bottom: 15px;
        height: -webkit-fill-available;
    }

    .menu_text_sp {
        width: 80%;
        border-bottom: 2px solid #fff;
        margin: 0 auto;
        line-height: 4.4em;
        font-weight: bold;
    }

    .menu_text_sp_last {
        width: 80%;
        margin: 0 auto;
        line-height: 4.4em;
        font-weight: bold;
    }

    .menu_list_img_sp {
        margin: 0 10px;
    }

    .menu_list_img_sp:last-child {
        margin-bottom: 40px
    }

    .header {
        position: fixed;
    }

    .header_log {
        padding: 20px 10px;
    }

    .impressions_wrap {
        margin-top: 30px;
        justify-content: center;
    }
}

@media screen and (max-width: 736px) {
    body.fixed {
        height: 100%;
        overflow: hidden;
    }

    .header {
        height: 58px;
        padding: 0 10px;
    }

    .header_nav {
        display: none;
    }

    .header_sp {
        display: block;
    }

    .header_log {
        padding: 0;
    }

    .header_log img {
        width: 200px;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .content {
        padding: 20px 0;
    }

    .content_color {
        padding: 40px 0;
        margin: 70px 0 40px;
    }

    .main_visual {
        background: url(../img/main_visual/main_visual_back_sp.svg);
        background-position: center top;
        background-size: 105%;
    }

    .main_visual_title {
        margin-left: 0;
        padding: 20% 12px 18%;
    }

    .consult_img {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 0 10px;
    }

    .payment_img_1 {
        margin-right: 0;
    }

    .payment_img_2 {
        margin-top: 0;
    }

    .contact_info {
        gap: 0;
    }

    .contact_text p {
        font-size: 16px;
    }

    .border_yellow {
        font-size: 15px;
    }

    .contact_text .border_yellow {
        font-size: 16px;
    }

    .sub_title {
        font-size: 16px;
        padding: 6px 0;
    }

    .menu_img::before {
        display: none;
    }

    #support_area .title {
        font-size: 22px;
        padding-left: 0;
        line-height: 1.3;
        margin-top: 32px;
    }

    .title {
        font-size: 22px;
        padding-left: 0;
        line-height: 1.3;
        margin-top: 20px;
    }

    .bule_text {
        font-size: 32px;
    }

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

    .call {
        margin: 50px 0 30px;
    }

    .call_current {
        font-size: 16px;
        padding: 12px 0;
    }

    .call_current::before {
        border-top: 25px solid #E8F1F7;
        border-right: 15px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 14px solid transparent;
        top: 44px;
        left: 47%;
    }

    .text_element {
        line-height: 1.2;
        font-size: 15px;
        padding: 10px;
        margin-top: 10px;
    }

    .payment {
        padding: 0;
    }

    .payment_text {
        margin-top: 0;
    }

    .mannzokudo_element img:first-child {
        width: 120px;
    }

    .mannzokudo_text {
        font-size: 16px;
    }

    .mannzokudo_element img:last-child {
        width: 150px;
    }

    .area {
        gap: 40px;
    }

    .area img {
        width: 210px;
        margin-top: 30px;
    }

    .area_text_element {
        font-size: 15px;
        padding: 15px;
        line-height: 28px;
    }

    .contact_info {
        flex-wrap: wrap;
    }

    .contact_info img {
        width: 100%;
    }

    .contact_button_sp_only {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .contact_button_sp_only a {
        width: 49%;
    }

    .taisaku {
        width: 170px;
    }

    .taisaku_wrap {
        justify-content: center;
        gap: 0;
    }

    .taisaku img {
        width: 130px;
    }

    .taisaku_text {
        font-size: 16px;
    }

    .web_text_element {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        margin-top: 10px;
    }

    .web_genntei_img img {
        padding: 20px 30px 0px 30px;
    }

    /* 料金プラン */
    .ryoukin {
        justify-content: space-around;
        gap: 0;
        margin: 30px 0;
    }

    .ryoukin img {
        max-width: 90px;
    }

    .omitumori {
        padding-top: 20px;
        gap: 0;
    }

    .omitumori {
        justify-content: space-around;
    }

    .omitumori img {
        max-width: 47%;
    }

    .tuika img {
        max-width: 240px;
    }

    .hiyou_text {
        font-size: 16px;
    }

    .hiyou_info {
        gap: 10px;
    }

    .hiyou_sub_text {
        font-size: 16px;
        line-height: 1.2;
    }

    .hiyou_info_sp {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .hiyou_detail {
        width: 110px;
    }

    .hiyou_detail img {
        width: 80px;
    }

    .hoshou {
        display: block;
    }

    .hoshou_text {
        font-size: 16px;
        margin-top: 15px;
    }

    .hoshou_text_element {
        width: 100%;
        margin-top: 0;
        font-size: 16px;
        padding: 10px;
    }

    .hoshou_text_element .border_yellow {
        font-size: 18px;
    }

    .hoshou img {
        margin-top: 0;
    }

    /* 作業事例 */
    .item li {
        font-size: 12px;
        padding: 6px 10px;
        margin-right: 10px;
    }

    .impressions {
        padding: 15px;
    }

    .work_example {
        justify-content: center;
        padding: 24px 10px;
        flex-wrap: wrap;
    }

    .work_example_detail {
        padding: 30px 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .work_example_img {
        margin: 0 15px;
    }

    .work_icon img {
        width: 90px;
    }

    .work_detail th {
        padding: 5px 20px;
        font-size: 12px;
    }

    .work_detail td {
        font-size: 12px;
        width: 200px;
    }

    .icon_name {
        display: block;
        font-size: 16px;
    }

    .impressions_img {
        margin-top: 10px;
    }

    .work_title {
        font-size: 16px;
        text-align: center;
        line-height: 1.5em;
    }

    .work_msg {
        padding-left: 0;
    }

    .comment {
        width: 100%;
        margin-top: 20px;
    }

    .center_sp {
        text-align: center;
    }

    .individual_comment_title {
        font-size: 18px;
    }

    /* 他業者との比較 */
    .company_wrap table {
        margin-top: 30px;
    }

    .company_wrap tr:first-child th {
        padding: 5px 2px;
    }

    .company_wrap th {
        font-size: 12px;
        padding: 10px 2px;
    }

    .company_wrap td {
        font-size: 12px;
        padding: 5px 2px;
    }

    /* 単品の不用品回収 */
    .tanpin_list {
        display: block;
        margin-top: 30px;
    }

    .tanpin_list>li {
        width: auto;
        margin-bottom: 20px;
    }

    .tanpin_list_kat_header {
        margin-bottom: 15px;
    }

    .tanpin_list_kat_header p {
        margin-bottom: 15px;
    }

    .tanpin_list_kat_header_img {
        width: 140px;
    }

    .tanpin_kat_list {
        display: flex;
        flex-wrap: wrap;
    }

    .tanpin_kat_list>li {
        display: block;
        width: 50%;
        padding: 20px 0;
    }

    .tanpin_kat_list li:nth-child(3),
    .tanpin_kat_list li:nth-child(4) {
        border-bottom: none;
    }

    .tanpin_kat_list_img {
        margin: 0 auto 15px;
    }

    .tanpin_kat_list_text {
        font-size: 16px;
        text-align: center;
    }

    .kaishuu_huka_pc th {
        font-size: 12px;
    }

    .kaishuu_huka_pc td {
        font-size: 12px;
    }

    .cheap_reason {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .cheap_reason_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cheap_reason_text {
        padding: 20px 10px;
    }

    .cheap_reason img {
        width: 200px;
        margin: 0 auto;
        margin-top: 10px;
    }

    /* 買取強化中 */
    .kaitori_kyouka_list {
        justify-content: center;
        margin-top: 30px;
    }

    .kaitori_kyouka_list>li {
        width: 90%;
        padding: 30px 16px;
    }

    .kaitori_kyouka_img {
        width: 100px;
        margin: 50px auto 15px;
    }

    .kaitori_kyouka_no {
        width: 35px;
        top: -50px;
        left: -30px;
    }

    .kaitori_kyouka_title {
        font-size: 26px;
    }

    .kaitori_kyouka_text {
        margin-top: 0;
    }

    .kaitori_info {
        width: 116px;
        text-align: center;
    }

    .kaitori_info span {
        font-size: 16px;
    }

    .kaitori_info img {
        width: 80px;
        margin: 20px auto;
    }

    .kaitori_kyouka img {
        margin-bottom: 20px;
    }

    .select_reason {
        justify-content: center;
        margin-top: 10px;
    }

    .select_reason_sp {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }


    .select_reason_sp img {
        width: 320px;
        margin-top: 20px;
    }

    .promise {
        margin-top: 30px;
    }

    .promise img {
        max-width: none;
        width: 90%;
    }

    .promise img:nth-child(2) {
        max-width: none;
    }

    .trouble img:nth-child(3) {
        margin-bottom: 30px;
    }

    .staff {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .staff img {
        width: 230px;
    }

    .staff_img img {
        padding: 30px 0;
    }

    .riyou {
        margin-top: 30px;
        padding: 0 20px;
    }

    .use_step_1,
    .use_step_2,
    .use_step_3 {
        padding: 90px 20px 30px 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .use_step_4 {
        padding: 90px 20px 30px 30px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .use_step_2 .use_step_btn {
        width: 200px;
    }

    .acd_label {
        padding: 14px 12px;
    }

    .question {
        margin-right: 10px;
    }

    .answer {
        margin-right: 10px;
    }

    .answer_text {
        font-size: 16px;
        padding: 10px 0;
    }

    .icon {
        width: 80%;
        font-size: 16px;
    }

    .contact_title {
        font-size: 21px;
        margin: 20px auto;
    }

    .contact {
        padding: 40px 10px;
        margin: 100px 0;
    }

    .contact_wrap th {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .contact_wrap td {
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .icon::before,
    .icon::after {
        right: -35px;
    }

    input[type="submit"],
    button[type="submit"]{
        width: 80%;
        padding: 10px 0px;
        -webkit-appearance: none;
    }

    .company_info li {
        margin: 15px 0;
    }

    .company_service_list {
        width: 80%;
    }

    .footer_display {
        flex-direction: column-reverse;
    }

    .footer_info {
        padding: 40px 20px;
    }

    .company_info {
        margin-bottom: 20px;
    }

    .company_service {
        margin-bottom: 50px;
    }

    .company_info li {
        margin-bottom: 0;
    }

    .br_sp_only {
        display: inline;
    }

    .pageup__image {
        bottom: -3px !important;
        width: 44px !important;
        right: 6% !important;
    }
}
.page-wrap{
    padding-top: 120px;
}
@media screen and (max-width: 736px) {
    .page-wrap{
        padding-top: 50px;
    }
}
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap .title{
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.page-wrap p{
    line-height: 1.7em;
    margin-botom: 1em;
}
.page-body .table{
    border: 1px solid #1F5B9A;
    margin: 1em auto;
}
.page-body .table tr{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.page-body .table td{
    border: 1px solid #1F5B9A;
}
.pb-2em{
    padding-top: 2em;
}
.pt-5em{
    padding-top: 5em;
}
@media screen and (max-width: 736px) {
    .pt-5em{
        padding-top: 0em;
    }
}
/*Start footer fixed banner*/
.sp.footer_banner {
    display : inline-block;
    position : fixed;
    bottom : 0px;
    /* left : 0px; */
    z-index : 9999;
    animation-name : footer-fixed-image-fade-in;
    animation-duration : 3s;
    margin : 0px auto;
    text-align : center;
}

.footer_banner img {
    max-width : 100%;
    margin-bottom: 0px;
}
.footer_banner .footer_banner_tel{
    position: fixed;
    font-size: 2.6rem;
    bottom: 2%;
    right: 14%;
    color: #fff;
    font-weight: 800;
    font-family: 'Yu Gothic UI', sans-serif;
}
.footer_

  /*End footer fixed banner*/


.area-table{

}
.area-table tr{

}
.area-table tr td{
    padding: 1px 4px;
    font-size: 14px;
    line-height: 26px;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}


.shiny-btn {
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(5) rotate(60deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.cta7{
    flex-wrap: inherit;
}
.top-h1 {
    position: relative;
    z-index: 9999;
    color: #00508a;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 37px;
}

#lp-content h2{
    margin-top: 1em;
    margin-bottm: 2em;

}

#lp-content h3{
    margin-top: 1em;
    margin-bottm: 2em;

}

#lp-content p{
    line-height: 2em;
}

/* 回収実績 */

.case-wrap {
    display:flex;
	justify-content:space-around;
	width:100%;
    background-color: #fff;
    padding: 15px;
}

.box-title.case-title {
    font-size: 1rem;
}

.case-wrap img {
    width:auto;
	max-height:300px;
}

.case-left {
    width: 40%;
}

.case-right {
    display:flex;
    width: 40%;
}
.case-right tr {
      border-bottom: 1px solid #eee;
}

.case-right p {
    margin-bottom:0;
}


.case-wrap table th{
    background:none !important;
	color:#3969A6 !important;
	text-align:left !important;
	min-width:100px;
}

.case-wrap table td,.case-wrap table{
    border:none !important;
}

.case-right table {
    border-collapse: initial;
    border: none !important;
}

.case-title.box-title::before {
    display: none;
}

.case_img {
    margin-top: 10px;
    width: 150px;
    text-align: center;
}

.header + div.work_content {
    padding: 120px 0;
}


div.case-comment {
    padding: 15px; 
    border: 1px solid #eee; 
    background-color: #fff;
}

.case-comment span {
    display: block;
    text-align: center;
    color:#3969A6 ;
    font-size: 1.2rem ;
    font-weight: 600;
    line-height: 3rem;    
}

.case-comment p {
    font-weight: 500;
    line-height: 2rem;    
}


.case-comment time {
    margin-top: 10px;
}

@media screen and (max-width: 576px) {
    .case-wrap {
        display:block;
        font-size: 2.1rem;
    }
    
    .case-wrap img {
        width: 100%;
    }

    .case-left {
        width: 100%;
        margin-bottom: -30px;
    }

    .case-right {
        width: 100%;
    }

    .case-right table {
        border-spacing: 0;
        overflow: hidden;
        padding: 0;
        margin-top: 30px;
        background: white;
        font-size: 15px;
      }
}

.box29 {
    margin: 2em 0;
    border: solid 3px #3969A6;
}
.box29 .box-title {
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 12px 0px;
    background: #3969A6;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
}
.box29 .box-title:before {
    padding-right: 8px;
    content: "\f1b8";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
.box29 .box-content {
    padding: 15px;
}

.box29 li:before {
    color: #3969A6 !important;
}
