@charset "UTF-8";

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

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

.error {
    color: #ff0000;
    margin-top: 10px;
}
#header-logo img{
    width: 220px;
}

body {
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","Noto Sans JP","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
    color: #101A38;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

}

img {
    width: 100%;
}

.bold {
    font-weight: bold;
}

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

li {
    list-style: none;
}
.area-table li {
  text-decoration: none;
  margin-right: 0.5em;
}

.area-table li a {
  text-decoration: none;
  font-weight: 700;
  color: #004771;
}

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: 40px 0;
    margin-bottom: 0;
}

.content_color.disposal {
    padding: 0px;
    margin: 0px;
}

.content {
    padding: 60px 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_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: #fff;
    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;
    }
}

.contact_info_img_wrap{
    border: 1px solid #FF832F;
    border-radius: 0.5rem;
    background-color: #FFF9F6;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.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%;
}

.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;
    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_info_img_wrap .contact_info_tel_img{
    max-width: 200px;
}

.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;
    letter-spacing: -.05em;
}

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

.sub_title {
    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;
        display: block;
}

@-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;
    display: block;
}

.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;
        display: block;
}

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

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

.border_yellow {
    font-size: 20px;
    font-weight: bold;
    position: relative;
background: linear-gradient(transparent 50%,rgba(255,252,107,.69) 50%);
}


/* お客様満足度 */
.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: 170px;
}

.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;
    background-color: #fff;
}

.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-bottom: 1px solid #CDE4F3;
    font-size: 16px;
    background-color: #004771;
    color:#fff;
    font-weight: bold;
}

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

.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;
    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;
}

.footer_display {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    flex-wrap: wrap;
}
.footer_banner .footer_banner_tel {
    position: fixed;
    font-size: 2rem;
    bottom: 2%;
    right: 2%;
    color: #fff;
    font-weight: 800;
    margin: 0;
    font-family: "Noto Sans CJK JP", "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.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 !important;
    } */

    .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: 10000;
        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: 29px;
    }

    .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;
        display: block;
    }

    .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: -27px;
    }

    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 : 99999 !important;
    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 .image-container {
    display:flex;
}
.back-image{
background: url(../img/main_visual/main_visual_back.png);
background-repeat: no-repeat;
background-position: left center;
background-size: cover;
display: block;
position: relative;
background-attachment:fixed;
}
.back-image::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.6;
}
.back-image>div{
  position: relative;
  z-index: 3;
}
#area-top{
    margin-top: 100px;
}
.map-image{
    margin-top: 30px;
}
.center{
    text-align: center;
}
.area-content{
    padding: 30px 0;
}
.under-lines{
    text-decoration: underline;
  text-decoration-thickness: 1px; /* 線の太さ */
}
.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.accordion-title,
.accordion-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.accordion-title {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.accordion-title::after,
.accordion-title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
}
.accordion-title::after {
    transform: rotate(90deg);
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
}
.accordion-content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.toggle:checked + .accordion-title + .accordion-content {
    max-height: 500px;
    transition: all 1.5s;
}
.toggle:checked + .accordion-title::before {
    transform: rotate(90deg) !important;
}
.area-accordion{
    max-width: 1000px;
    margin:0 auto;
}
.area-accordion .acd_label{
    border-radius: 100px;
    border: 2px solid #3969A6;
    text-align: center;
}
.area-accordion .icon{
    width: 95%;
}
.area-table{
    width: 100%;
}
.area-table th{
    background-color: #004771;
    color: #fff;
    padding: 10px;
    min-width: 150px;
    border-bottom: 1px solid #CDE4F3;
}
.area-table td{
    background-color: #fff;
    border: 1px solid #CDE4F3;
    padding: 20px 10px;
}
.area-table ul{
    display: flex;
    flex-wrap: wrap;
}
.area-table-link{
text-decoration: underline;
color: #0283CF;
font-size: 18px;
font-weight: 700;
}
.area-table li:not(:last-child) .area-table-link::after{
    position: relative;
    top: 2px;
    display: inline-block;
    content: "";
    margin: 0 7px;
    width: 2px;
    height: 16px;
    background:#CBD8E1;
}
#breadcrumb{
    max-width: 1140px;
    margin-left: 40px;
}
.bread-home a, #breadcrumb li,#breadcrumb,#breadcrumb ul li a{
    color: #3969A6;
    font-weight: bold;
    padding-top: 4px;
    font-size: 13px;
    padding-top: 23px;
}
#breadcrumb ul{
    display: flex;
}
.bread-home a,#breadcrumb li{
    position: relative;
}
#breadcrumb li:not(:last-child)::after{
    content: '/';
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.bread-home a::before{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-size: 1.1em;
    padding-right: 5px;
}
.bigarea-fv {
    min-height: 460px;
}
.contens-main-fv {
    max-width: 860px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    margin-top: 50px;
}
.full-width{
background-color: #1F5FA4;
padding: 10px 0;
background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(255, 255, 255, 0.1) 26px,  rgba(255, 255, 255, 0.1) 26px,
      transparent 27px,  transparent 51px,
      rgba(255, 255, 255, 0.1) 52px,  rgba(255, 255, 255, 0.1) 52px,
      transparent 53px,  transparent 77px,
      rgba(255, 255, 255, 0.1) 78px,  rgba(255, 255, 255, 0.1) 78px,
      transparent 79px,  transparent 103px,
      rgba(255, 255, 255, 0.1) 104px,  rgba(255, 255, 255, 0.1) 104px,
      transparent 105px,  transparent 129px,
      rgba(255, 255, 255, 0.1) 10px,  rgba(255, 255, 255, 0.1) 10px),

    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(255, 255, 255, 0.1) 26px,  rgba(255, 255, 255, 0.1) 26px,
      transparent 27px,  transparent 51px,
      rgba(255, 255, 255, 0.1) 52px,  rgba(255, 255, 255, 0.1) 52px,
      transparent 53px,  transparent 77px,
      rgba(255, 255, 255, 0.1) 78px,  rgba(255, 255, 255, 0.1) 78px,
      transparent 79px,  transparent 103px,
      rgba(255, 255, 255, 0.1) 104px,  rgba(255, 255, 255, 0.1) 104px,
      transparent 105px,  transparent 129px,
      rgba(255, 255, 255, 0.1) 10px,  rgba(255, 255, 255, 0.1) 10px);
}
.call_current_blue {
    display: block;
    padding: 20px 0;
    background-color: #1F5FA4;
    text-align: center;
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 900;
}

.call_current_blue::before {
    position: absolute;
    content: '';
    border-top: 35px solid #1F5FA4;
    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);
}
.main-title{
    text-align: center;
    color: #fff;
    max-width: 1140px;
    margin:0 auto;
    padding: 10px 0;
    font-size: 28px;
}
/*--------------------------------------
グレーの吹き出し
--------------------------------------*/
.gray-huki{
    display: inline-block;
    position: relative;
    padding: 0 25px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}
.gray-huki:before {
    left: -22px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    display: inline-block;
    position: absolute;
    top: 71%;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    content: "";
}
.gray-huki:after {
    right: -14px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    display: inline-block;
    position: absolute;
    top: 71%;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    content: "";
}
.text-yellow{
    color: #fff100;
    font-size: 40px;
    font-weight: bold;
    /* background: linear-gradient(transparent 85%, #000000 0%); */
}
.yellow{
   color: #fff100;
}
.text-big{
    font-size: 80px;
    display: inline-block;
    font-weight: 900;
    position: relative;
}
.text-big::before {
  content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -46px;
    left: -18px;
}
.time-contents{
padding-top: 20px;
text-align: center;
}
.strong-outline{
display: flex;
justify-content: center;
padding-bottom: 10px;
}
.strong-inner {
    width: 220px;
    height: 160px;
    background-position: center center;
    position: relative;
    border: 6px solid #edf1fa;
    margin: 0 8px;
    background: #fff;
    border-radius: 8px;
}
.strong-inner img{
       width: 50%;
}
.strong-inner p{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  width: 90%;
}
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
}
.Paper_v2 {
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px,
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px,
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px,
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px,
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),

    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px,
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px,
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px,
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px,
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
}
.area-map {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.area-map-image{
width: 30%;
margin-right: 20px;
}
.toufuken-outline-link{
width: 65%;
align-self: center;
}
.tofuken-area-link{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
    padding: 10px 10px;
}
.area-title{
    text-align: center;
}
.tofuken-area-link li{
    margin: 10px;
    display: block;
}
.tofuken-area-link li {
    position: relative;
    display: block;
    font-size: 20px;
}
.tofuken-area-link li a{
        text-decoration: underline;
}
.tofuken-area-link li::after{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "/";
    font-size: 1.1em;
    position: absolute;
   top: -4%;
    right: -17px;
    color: #3969A6;
}
.article-contents{
    width: 100%;
    background: #fff;
    padding: 0px 10px;
    margin:0 auto;
    min-height: 300px;
}
.inner-article-contents{
    max-width: 900px;
    margin:0 auto;
    display: block;
    padding-top: 30px;
}
.fv-point{
    display: block;
}
.google-area-map{
    margin:0 auto;
    max-width: 1100px;
    margin-top: 30px;
}
.google-map-frame{
    border: 6px solid #004771;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
    width: 100%;
    margin-top: 30px;
}
.google-area-map h2,.inner-google-area-map{
    display: block;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.mini-area{
    font-size: 60px;
}
.area-bule-text {
    font-size: 52px;
    color: #3969A6;
    background: linear-gradient(transparent 73%, #fff14d 0%);
    background-position-y: -5px;
    background-repeat: no-repeat;
}
.br-sp{
    display: none;
}
.disposal-item{
    margin-top: 20px;
        padding-bottom: 30px;
}
.hukudashi{
    background: #3969A6;
    color: #fff;
    font-weight: bold;
    display: block;
    margin:0 auto;
    text-align: center;
    border-radius: 100px;
    position: relative;
    padding: 10px 0;
    min-width: 200px;
    width: 300px;
}
.hukudashi::after {
    position: absolute;
    content: '';
    left: 50%;
    border: 20px solid transparent;
    border-top: 12px solid #3969A6;
    width: 0;
    height: 0;
    top: 39px;
    z-index: 1;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}
.top-hukudashi{
    background: #3969A6;
    color: #fff;
    font-weight: bold;
    display: block;
    margin:0 auto;
    text-align: center;
    border-radius: 100px;
    position: relative;
    min-width: 200px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}
.top-hukudashi::after {
    position: absolute;
    content: '';
    left: 50%;
    border: 20px solid transparent;
    border-top: 12px solid #3969A6;
    width: 0;
    height: 0;
    top: 27px;
    z-index: 1;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}
.disposal-outline{
    display: flex;
    background:#fff;
    border: 2px solid #004771;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
height: 400px;
}
.dispsal-fv-left {
    width: 50%;
}
.dispsal-fv-left img{
    height: 100%;
    border-radius: 20px 0px 0px 20px;
}
.dispsal-fv-right {
    width: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
    padding: 10px 10px;
    font-size: 16px;
    line-height: 2rem;
      border-radius: 0px 20px 20px 0px;
}
.dispsal-fv-right p{
    width: 95%;
    margin:0 auto;
    display: block;
    font-size: 17px;
}
.disposal-cta{
    width: 70%;
    display: block;
    margin:0 auto;
}
.align-center{
    text-align: center;
}

.disposal-item h3,
.disposal-item .disposal-outline.inner h2 {
  position: relative;
  padding: 10px 26px 10px 0px;
  font-size: 25px;
  color: #2d2d2d;
  line-height: 1.3;
  border-bottom: solid 3px #004771;
  width: 95%;
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.blue{
    color: #004771;
    font-weight: bold;
}
.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0px;
    margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 14px 0;
  border-radius: 100vh;
  color: #ffff;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

a.btn-pc-sp--contact {
  color: #004771;
  background: #F6FBFE;
  border: 2px solid #004771;
}

a.btn-pc-sp--tel {
  color: #fff;
  background: #004771;
  border: 2px solid #004771;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
.item-menu-list{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.item-menu-list div{
    width: 23%;
    background-color: #fff;
    margin: 10px;
    position: relative;
}
.item-menu-list div::after{
    background-color: #004771;
    border-radius: 6px 0 0 0;
    bottom: 0;
    color: #fff;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding-left: 4px;
    padding-top: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 20px;
}
.full-width-2{
    padding: 10px 0;
    background-color: #F6FBFE;
    position: relative;
}
.item-link{
    border: 2px solid #004771;
    border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration-line: none;
    width: 25%;
    text-align: center;
}
.item-link span{
background-color: #0074bb;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 0px 10px 0px 10px;
    min-height: 90px;
    align-items: center;
    justify-content: center;
}
.item-link img{
    margin:0 auto;
    display: block;
}
.single-item-lists{
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    margin: 20px 0;
    margin-bottom: 0;
    border-radius: 50px;
    padding-bottom: 20px;
}
.top-single-item-list{
    display: flex;
}
.top-single-item-list img{
    border-radius: 50px 0px 0px 0px;
    width: 300px;
    height: 220px;
}
.single-item-lists h2{
    text-align: center;
    background: #004771;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
        margin-top: 30px;
}
.top-single-item-list-left {
  width: 30%;
 	position: relative;
      width: 300px;
    height: 220px;
}
.top-single-item-list-left::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 220px;
	background-image: linear-gradient(90deg, transparent 0 60%, #FFF 100%);
}
.top-single-item-list-right{
    margin-left: 10px;
    width: 70%;
}
.top-single-item-list-right p{
    background-color: #F1F5F8;
    padding: 20px;
    line-height: 2rem;
    margin-top: 20px;
}
.flex-single-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-single-item li{
    width: 14%;
    border: 2px solid #004771;
    margin: 10px;
}
.flex-single-item li span{
    background: #004771;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    font-size: 12px;
    background-image: linear-gradient(-45deg, #fff 7px, transparent 0);
}
.flex-single-item img{
height:120px ;
}
.single-item-left{
    width: 30%;
}
.single-item-right{
    width: 70%;
}
@media(max-width:768px){
.br-sp{
    display: block;
}
#area-top {
    margin-top: 0px;
}
.article-contents{
    width: 100%;
}
.area-content h1{
text-align: center;
}
.area-table th,.area-table td{
  display: block;
}
.area-table td{
border-top: none;
}
.area-table-link{
font-size: 14px;
}
.area-accordion{
width: 90%;
}
.area-details{
    padding: 0;
}
.main_visual_title {
    margin-left: 0;
    padding: 20% 12px 18%;
}
.bigarea-fv {
    min-height: 100px;
}
#breadcrumb{
    margin-left: 5px;
    padding-top: 30px;
}
#area-top #breadcrumb{
    padding-top: 50px !important;
}
#breadcrumb ul{
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
}
.text-yellow {
    font-size: 32px;
}
.text-big {
     font-size: 50px;
}
.text-big::before {
    content: "・";
    position: absolute;
      top: -34px;
    left: -11px;
}
.gray-huki:before {
    left: -1px;
    top: 75%;
    width: 28px;
}

.gray-huki:after {
right: 6px;
    top: 77%;
    width: 28px;
}
.main-title {
    font-size: 22px;
    padding: 10px;
}
.area-map{
    display: block;
}
.area-map-image {
    width: 80%;
    margin-right: 0px;
    margin:0 auto;
    display: block;
}
.toufuken-outline-link{
    width: 100%;
    margin-top: 30px;
}
.tofuken-area-link li {
    margin: 4px 20px 10px 0px;
    font-size: 14px;
}
.tofuken-area-link li a{
    padding-left: 0px;
    font-size: 14px;
}
.tofuken-area-link li a::after {
    right: -14px;
}
#support_area .title{
    margin-top: 0;
}
.back-image {
    background-position: -200px 50px;
    background-size: 250%;
}
.strong-outline {
    flex-wrap: wrap;
}
.strong-inner {
   width: 46%;
    margin: 8px 5px;
    height: 70px;
        border: 4px solid #edf1fa;
}
.strong-inner img {
    width: 28%;
    margin-right: 3px;
}
.strong-inner p {
    font-size: 21px;
    width: 97%;
    display: flex;
    align-items: center;
}
.fv-point {
    display: block;
    font-size: 16px;
    width: 70%;
    text-align: left;
}
.google-area-map h2, .inner-google-area-map {
    font-size: 18px;
}
.mini-area {
    font-size: 40px;
}
.area-bule-text {
    font-size: 42px;
}
.google-map-frame{
    border: 4px solid #004771;
}
.disposal-outline{
    display: block;
    height: 100%;
    margin: 0 10px;
    padding: 0;
    margin-bottom: 30px;
}
.dispsal-fv-left,.dispsal-fv-right{
    width: 100%;
}
.dispsal-fv-right{
    border-radius: 0px 0px 20px 20px;
    margin-top: -7px;
}
.archive-disposal-title{
    margin-top: 30px;
}
.disposal-item h3,
.disposal-item .disposal-outline.inner h2 {
    padding: 0 10px 5px 10px;
}
.btn-wrap-pc-sp{
    width: 100%;
}
a.btn-pc-sp{
    font-size: 16px;
    width: 48%;
    letter-spacing: 1px;
       padding-right: 10px;
}
.item-menu-list div {
    width: 44%;
}
.item-link p{
    padding: 0 10px;
}
.top-single-item-list{
    display: block;
}
.top-single-item-list-left,.top-single-item-list-right,.top-single-item-list img{
    width: 100%;
    height: auto;
}
.top-single-item-list-right{
    margin-left: 0;
}
.top-single-item-list-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 160px;
    background-image: linear-gradient(90deg, transparent 0 60%, #FFF 100%);
    border-radius: 100px;
}
.flex-single-item li {
    width: 27%;
}
.flex-single-item img {
    height: auto;
}
.top-single-item-list-left img{
    width: 80%;
    display: block;
    margin: 0 auto;
    height: auto;
    padding-top: 10px;
}
.single-item-lists h2{
    margin-top: 10px;
}
.top-single-item-list-right p{
    margin-bottom: 20px;
}
}
/* article-css */
.article-contents p{
    padding: 10px 0;
	font-size: 18px;
}
.article-contents h2{
    text-align: left;
    background: #3969A6;
    padding: 0.75em 1em;
    color: #fff;
    position: relative;
    margin: 30px auto;
}

.article-contents .disposal h2{
    padding: 0em 1em;
    margin: 0px auto;
}

.article-contents .disposal h2{
    padding: 0em 1em;
    margin: 0px auto;
}

.article-contents h2::before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px #3969A6;
    border-bottom: solid 2px #3969A6;
}


.article-contents h3 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin: 30px auto;
  font-weight: 600;
}
.article-contents h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3969A6;
  bottom: -3px;
  width: 20%;
}
.article-contents h4 {
    padding: 10px;
    color: #494949;
    background: transparent;
    border-left: solid 4px #3969A6;
    font-size: 18px;
    margin: 30px auto;
    font-weight: 600;
}
.article-contents ul {
    width: 95%;
    margin:0 auto;
    display: block;
    margin-bottom: 20px;
}

.article-contents li {
    list-style: disc;
    line-height: 2rem;
}

.article-contents li::marker{
    color: #3969A6;
}
.article-contents table{
    border: 1px solid #3969A6;
    width: 100%;
    margin-top: 20px;
}

.article-contents .disposal table{
    line-height: 2.5em;
}

.article-contents table tr{
    border: 1px solid #3969A6;
}
.article-contents table th{
    background: #3969A6;
    color: #fff;
    font-weight: 900;
    padding: 10px;
    border: 1px solid #fff;
}
.br-0{
    border-right: 0 !important;
}
.bl-0{
    border-left: 0 !important;
}
.bm-0{
    border-bottom: 0 !important;
}
.beside-table{
     border-top: 1px solid #3969A6 !important;
}
.article-contents table td{
    border: 1px solid #3969A6;
    padding: 10px;
}
.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;
}
.sng-box ul{
    margin: 5px 0;
    padding: 0 0 0 1.4em;
    border: none;
    box-shadow: none;
    background: transparent;
}
.li-chevron ul {
    position: relative;
    padding: 1em 0.5em 1em 2.5em;
    border: solid 2px skyblue;
    border-radius: 5px;
}
.li-chevron li, .li-check li, .li-yubi li, .li-niku li {
    list-style-type: none !important;
    padding: 0.5em 0;
    line-height: 1.5;
	font-size: 18px;
}
.li-check li{
    position: relative;
}
.li-check li:before {
    position: absolute;
    color: skyblue;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    left: -26px;
    content: "\f138";
}
.box29 li:before {
    color: #3969A6 !important;
}
.memo {
    margin-bottom: 1.5em;
    padding: 1em;
    background: #fff9e5;
    color: #545454;
    margin-top: 20px;
}
.memo_ttl:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px 0 0;
    border-radius: 50%;
    background: #ffb36b;
    color: #fff;
     font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    content: "\f303";
}
.memo p{
  text-align: left !important;
  font-size: 16px;
  margin-bottom: 5px;
}
.memo.alert .memo_ttl:before {
    background: #ff8376;
    content: "\f12a";
}
.memo_ttl {
    margin-bottom: 5px;
    color: #ffb36b;
    font-size: 1.2em;
    font-weight: bold;
}
.memo.alert {
    background: #ffebeb;
    margin-top: 20px;
}
.memo.alert .memo_ttl {
    color: #ff8376;
}

/* タイムライン装飾 */
.tl {
  margin: 1em 0;
}
.tl_marker.main-bdr.main-bc {
  border-color: #3969A6;
}
.tl-content {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}
.tl-content:before {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.tl_marker {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px;
}
.tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
  background: transparent;
}

.tl-content:last-of-type:before {
  content: none;
}
.tl_label {
  padding-top: 2px;
  color: #90969a;
  font-size: 14px;
  font-weight: bold;
}
.tl_title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
.tl_main {
  margin-top: 0.5em;
  padding: 0 0 1.5em;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: dashed 1px #ccd5db;
}
.main-bc{
  background: #3969A6;
}
/* 余白の調整 */
.tl_main > * {
  margin: 0.7em 0 0;
}
.tl_main > ul,
.tl_main > ol {
  margin: 0;
  padding: 0.3em 0 0.3em 1.3em;
  border: none;
}
.tl_main .sng-box {
  margin-top: 1em;
}
.tl_main .box28,
.tl_main .box30,
.tl_main .box31,
.tl_main .box32,
.tl_main .box33 {
  margin-top: 2.3em;
}
.strong{
    font-weight: 900;
}
.keiko_blue {
    background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.meritto {
    border: 3px solid #3969A6;
}
.meritto .box-title {
    background: #3969A6;
}
.meritto, .demeritto {
    position: relative;
    padding: 0.8em 1em;
    margin: 4em 0 2em;
}
.meritto .box-title, .demeritto .box-title {
    position: absolute;
    top: -44px;
    left: -3px;
    color: white;
    line-height: 32px;
    padding: 5px 13px 3px;
    border-radius: 10px 10px 0 0;
}
.meritto li:before, .meritto .box-title:before, .demeritto li:before, .demeritto .box-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.meritto .box-title:before {
    content: "\f599";
}
.meritto .box-title:before, .demeritto .box-title:before {
    margin-right: 10px;
    font-size: 1.2em;
}
.meritto .box-title, .demeritto .box-title {
    position: absolute;
    top: -44px;
    left: -3px;
    color: white;
    line-height: 32px;
    padding: 5px 13px 3px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}
.meritto ul,.demeritto ul {
    list-style: none;
}
.demeritto ul li{
    list-style: none !important;
}
.meritto li, .demeritto li {
    padding: 0.5em 0;
}
.meritto li:before {
    content: "\f164";
    color: #3969A6 !important;
}
.meritto li:before, .demeritto li:before {
    margin-left: -20px;
    margin-right: 10px;
}
.demeritto {
    border: 3px solid #cf2e2e;
}
.demeritto .box-title {
    background: #cf2e2e;
}
.demeritto li:before {
    content: "\f165";
    color: #cf2e2e !important;
}
.demeritto .box-title:before {
    content: "\f119";
}
/* 横スクロール */
.horizontal_scroll{
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex !important;
  width: 100% !important;
  margin-top: 20px !important;
}
.horizontal_scroll li,.twiiter_horizontal_scroll li{
    background: #fff;
    display: block;
    position: relative;
  min-width: 230px;
  height: 270px;
}

.horizontal_scroll > li,.twiiter_horizontal_scroll > li{
    margin: 7px;
}
.horizontal_scroll > li:last-child,.twiiter_horizontal_scroll >li:last-child {
  padding-right: 5px; }

.article-contents table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.article-contents table tbody {
  width: 100%;
  display:table;
}

@media screen and (min-width: 768px) {
  .horizontal_scroll > li:last-child,.twiiter_horizontal_scroll > li:last-child {
    padding-right: 0; }
 }

.horizontal_scroll img,.twiiter_horizontal_scroll img {
  vertical-align: bottom; }

/* タイトル */
.slider_ttl {
  color: #333;
  text-align: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: inherit;
  margin: 0 0 20px 0;
  background-color: #e5e5e5;
  text-indent: 8px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box; }
.horizontal_scroll,.twiiter_horizontal_scroll{
    padding: 0 !important;
}
.horizontal_scroll li,.twiiter_horizontal_scroll li{
    list-style: none !important;
}

.kuchicomi{
    display: flex;
    margin-top: 5px;
}
.horizontal_scroll img,.twiiter_horizontal_scroll img {
    vertical-align: bottom;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 50%;
}
.kuchicomi-image {
    width: 37%;
}
.people-name,.people-career{
    width: 100%;
    display: block;
}
.people-star .icon-star-full,.people-star .fa-star-half-alt,.people-star .rate-star-empty{
    display: inline-block;
    font-size: 13px;
        letter-spacing: 3px;
}
.rate-star-empty{
  color: #b0b0b0;
}
.kuchimomi-name {
    width: 64%;
    font-size: 14px;
    font-weight: bold;
    padding-left: 9px;
}

ul.horizontal_scroll,.twiiter_horizontal_scroll{
    border: none;
    background-color: #d5e4e9;
}
.kuchicomi-text{
    margin: 0 auto;
    display: block;
    width: 89%;
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    max-height: 150px;
    overflow-y: hidden;
}
.icon-star-full {
    font-size: 19px;
    color: #ffb500;
    letter-spacing: 3px;
    font-style: normal;

}
.icon-star-full:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.people-star .fa-star-half-alt, .people-star .rate-star-empty {
    display: inline-block;
    font-size: 13px;
}
.fa-star-half-alt {
    color: #f9a72b;
    font-size: 18px;
    font-style: normal;
}
.fa-star-half-alt:before {
    content: "\f5c0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.people-name{
  margin-top: 4px;
}
.people-name, .people-career{
  line-height: 1.8;
}
.people-star {
    display: block;
    margin-top: -7px;
}
@media(max-width:768px){
.people-star {
    margin-top: 0px;
}
.article-contents ul {
    width: 90%;
}
}
.hh.hhq, .hh.hha {
    position: relative;
    margin: 0;
    padding: 6px 0 0 55px;
    font-size: 17px;
}
.hh.hhq {
    font-weight: bold;
    margin-top: 30px;
}
.hh:before, .hh:after {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
    content: none;
}

.hh.hhq:before, .hh.hha:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: -6px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 21px;
    background: #3969A6;
    color: #fff;
}
.hh.hhq + .hh.hha {
    margin-top: 2em;
    font-size: 17px;
}
p.p1.hh.hha {
    margin-bottom: 50px;
}
.hh.hha:before {
    content: "A";
    background: #ea5555;
}
.say {
    display: table;
    overflow: hidden;
    width: 100%;
    margin: 1.5em 0;
}
.faceicon {
    display: table-cell;
    width: 130px;
    padding-right: 20px;
    text-align: center;
    vertical-align: top;
}
.faceicon img {
    width: 100%;
    height: auto;
    border: solid 3px #eaedf2;
    border-radius: 50%;
}

.faceicon span {
    font-size: 11px;
    font-weight: bold;
    margin-top: 8px;
    line-height: 1.4;
    display: block;
}

.chatting {
    display: table-cell;
    position: relative;
       padding-top: 15px;
    width: calc(100% - 130px);
    font-size: 0.95em;
    vertical-align: top;
}

.sc {
    display: inline-block;
    text-align: left;
    padding: 13px;
    border: solid 2px #d5d5d5;
    border-radius: 12px;
    background: #fff;
    word-break: break-word;
}
.sc {
    background: #f4f4f4;
    border: solid 2px #f4f4f4;
    color: #000;
    padding: 20px;
}
.sc:before, .sc:after {
    border-right: 12px solid #f4f4f4;
}
.sc:before {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -23px;
    border: 12px solid transparent;
    border-right: 12px solid #d5d5d5;
    content: "";
}
.sc:after {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -20px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    content: "";
}
.right {
    text-align: right;
}
.right .sc {
    background: #f4f4f4;
    border: solid 2px #f4f4f4;
    color: #000000;
}
.right .sc:before, .right .sc:after {
    border-left-color: #f4f4f4;
}

.right .sc:before, .right .sc:after {
    right: -23px;
    left: auto;
    border: 12px solid transparent;
    border-left: 12px solid #d5d5d5;
}
.right .sc:before, .right .sc:after {
    border-left-color: #f4f4f4 !important;
}
.right .sc:after {
    right: -20px;
    border-left-color: #fff;
}

.sc:before, .sc:after {
    border-right: 12px solid #f4f4f4;
}
.sc:before, .sc:after {
    top: 30px;
}
.right .sc:before, .right .sc:after {
    right: -23px;
    left: auto;
    border: 12px solid transparent;
    border-left: 12px solid #d5d5d5;
}
.right .faceicon {
    padding: 0 0 0 20px;
}
.li-chevron ul,.li-mainbdr ol  {
    position: relative;
    padding: 1em 0.5em 1em 2.5em;
    border: solid 2px #3969A6;
    border-radius: 5px;
        width: 100%;
}
.li-chevron li:before{
font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
     position: absolute;
    left: 1em;
    content: "\f138";
    color: #3969A6;
}
.ol-circle ol {
    list-style-type: none !important;
    padding: 1em 0.7em;
    counter-reset: number;
}
.ol-circle li {
    position: relative;
    padding: 0.5em 0 0.5em 34px;
    line-height: 1.5em;
    list-style-type: none;
}
.ol-circle li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #3969A6;
    color: white;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    content: counter(number);
    counter-increment: number;
}
/* disposal-contents */
#disposal-contents{
background-color: transparent;
padding-bottom: 30px;
margin-top: 30px;
}
#disposal-contents h1 {
  color: #3969A6;
  text-align: center;
  padding: 10px;
  border-top: solid 2px #3969A6;
  border-bottom: solid 2px #3969A6;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  margin-bottom: 10px;
}
.item-images{
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}
#disposal-contents .inner-article-contents{
    background: #fff;
    max-width: 1000px;
    padding: 0 30px;
}
#toc_container{
    border: 1px solid #3969A6;
    overflow: hidden;
    padding: 0 1em 1.5em;
    width: 100%!important;
}
#toc_container ul.toc_list a, #toc_container ul.toc_list a:visited {
    color: #0075ff;
    font-size: 90%;
}
.toc_title{
    background-color: #3969A6;
    color: #fff;
    margin: 0 -1.5em 1.25em !important;
    padding: 0.5em;
        display: block;
    font-size: 1.2em;
    line-height: 1;
    position: relative;
    text-align: center;
}
.toc_title:before {
    content: "\f03a";
    display: inline-block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5em;
    padding-bottom: 2px;
    vertical-align: middle;
}
.toc_list li{
    line-height: 1.6;
    margin: 10px 0;
}
.toc_list ul {
    margin-bottom: 0;
}
.toc_list ul li{
    position: relative;
    list-style: none;
}
.toc_list ul li::before {
    background: none;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    content: ""!important;
    height: calc(1em - 2px);
    left: -13px;
    opacity: .75;
    position: absolute;
    top: 3px;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 9px;
}
@media(max-width:768px){
    #disposal-contents .inner-article-contents{
        padding: 0;
    }
    #disposal-contents h1{
        font-size: 26px;
    }
    .area-content {
        padding: 70px 0;
    }
    .area_text_element{
        margin-bottom: 30px;
    }
}
/* cta */
.shiny-btn8 {
  display: block;
  position: relative;
  width: 100%;/*ボタンの幅*/
  padding: 16px 0;
  margin: 0px auto;
  background-color: #FF8C37;/*ボタンの色*/
  box-shadow: 0 3px 0 0 rgb(255,192,140);/*影の色(rgbaの値を変更)*/
  border-radius: 80px;
  font-weight: bold;
letter-spacing: 1px;
  font-size: 20px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  overflow: hidden;
  transition: 0.2s;
}
.shiny-btn8:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn8::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn8 3s ease-in-out infinite;
}
.shiny-btn8::after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: bold;
  margin-left: 0.5em;
}
@-webkit-keyframes shiny-btn8 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.mini {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","Noto Sans JP","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}
.center, .ct {
    text-align: center;
        display: block;
}
time{
color: #a5aaaf;
}
.times{
    margin-top: 0 !important;
}
.fa-history{
    padding-right: 6px;
}
/* iphone-5 */
@media only screen
    and (min-device-width:320px)
    and (max-device-width:375px){
        .text-yellow {
    font-size: 31px;
}
  .text-big {
    font-size: 56px;
}
.text-big::before {
    content: "・";
    position: absolute;
    top: -31px;
    left: -12px;
}
}
.mini {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","Noto Sans JP","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}
.inner-article-contents a{
    text-decoration: underline;
    color: #0075ff;
}

@media (max-width: 768px)
.table-contents {
    width: 100%;
    max-width: 100%;
}

.table-contents {
    width: 100%;
    margin-bottom: 40px;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* CTA */
.cta.contact_info_img.pc_only {
	    width: 144%;
}

/* アコーディオンメニュー */
.ac-menu:last-child {
  margin-bottom: 60px; /* 最後の要素の下にだけ余白 */
}
.ac-menu input {
  display: none;
}
.ac-menu label {
  color: #fff; /* 文字色 */
  font-size: 17px; /* 文字サイズ */
  line-height: 2; /* 行間 */
  font-weight: bold; /* 文字を太く */
  text-align: center; /* 文字を中央に */
  background: linear-gradient(-90deg, #1F5FA4, #1F5FA4); /* グラデーションの背景色 */
  padding: 20px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.ac-menu label:after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
}
.ac-menu input:checked ~ label::after {
  content: "−"; /* クリック後のアイコン */
}
.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピード */
}
.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 20px; /* 中身の枠内の余白 */
  background: #FAFAFA; /* 中身の背景色 */
}
.ac-menu-inside {
  color: #333; /* 中身の文字色 */
  font-size: 17px; /* 中身の文字サイズ */
  line-height: 2; /* 行間 */
}

/* 回収実績 */

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

.disposal .case-wrap {
    justify-content:space-around;
    padding: 15px 0px 15px 0px;
}

.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%;
    }
.item-link span{
    padding:10px;
    min-height: 90px;
	 background-color: #fff;
    color: #000;
	border-top:1px solid #000;
	font-size:12px;
}
    .case-right table {
        border-spacing: 0;
        overflow: hidden;
        padding: 0;
        margin-top: 30px;
        background: white;
        font-size: 15px;
      }
}