@charset "UTF-8";
*{
    font-family: sans-serif;
}
body {
    font-size: 14px;
    font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS Pゴシック", MS PGothic,sans-serif!important;
   
}

img{
    width: 100%;
}
.all_wrap{
      overflow:hidden;
}
.FsL {
    font-size: larger;
    font-weight: bold;
}

/* 表示 */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media (max-width: 767px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}

/*ポジション*/
.rel{
    position: relative;
}

.abs{
    position: absolute;
}

.TaC{
    text-align: center;
    margin: auto;
}

/*ポジション　画面中央*/
.po_ce{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* fv */
.hea_le {
    top: 1%;
    left: 2%;
    width: 58%;
    text-align: center;
}
.hea_le p{
    font-size: 1.5rem;
    margin-bottom: 1.5%;
    letter-spacing: -0.02rem;
    font-feature-settings: "palt";
}
.hea_le .ttl {
    font-weight: bold;
    font-size: 2.0rem;
    color: #37b647;
}
.hea_le img{
    width: 90%;
}
.hea_cen {
    display: flex;
    top: 2%;
    width: 60%;
    transform: translateX(5%);
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    text-align: center;
}
.hea_cen p {
    margin-top: 3%;
    font-size: 0.7rem;
}
.hea_cen .free {
    background-color: #fced56;
    color: #e85659;
    padding: 10% 0;
    border-radius: 10px;
    width: 35px;
    margin-right: 10px;
}
.hea_ri{
    top: 1.0%;
    right: 2%;
    width: 63%;
}

.foo {
    background-color: #359e40;
    color: #fff;
    padding: 5% 3%;
    font-size: 0.9em;
    letter-spacing: -0.06em;
    line-height: 1.3;
}

/* CTA */
.cta .tel,.cta .form{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 75%;
}
.cta .tel{
    top: 63%;
}
.cta .form{
    top: 76%;
}

.review{
    background-color: #709e3514;
    padding-bottom: 1%;
}

/* スライダー01 (FV下)---------------------------*/
.slick01 .slick-slide img {
    margin: 5% auto;
    height: 30vw;
    max-height: 200px;
    min-height: 100px;
    width: auto;
  }

/* スライダー02 (口コミ)---------------------------*/
.slick02 .slick-slide img {
    margin: 5% auto;
    height: 110vw;
    max-height: 450px;
    min-height: 100px;
    opacity: .3;
    transform: scale(.9);
    width: auto;
}
.slick02 .slick-center img {
    opacity: 1;
    transform: scale(1);
}
.slick02 button {
    -webkit-appearance: none;
    appearance: none;
}
.slick02 .slick-next:before {
    content: '';
    background-image: url(../img/arrow_after.png);
    padding: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-appearance: none;
    position: relative;
}
.slick02 .slick-prev:before {
    content: '';
    background-image: url(../img/arrow_before.png);
    padding: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    position: relative;
    opacity: 1;
}
.slick02 .slick-next {
    right: 2vw;
    -webkit-appearance: none;
}

.slick02 .slick-prev{
    left: 0;
    z-index: 1;
}

.slick-prev, .slick-next {
    z-index: 5;
}
/*-------------Q&A-------------*/
section.qa {
	padding-bottom: 1em;
  margin-bottom: 2em;
}
.cp_qa {
	margin: 2em 1em 1em 1em;
    padding: 2% 2% 0;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
    border-radius: 8px;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0em 2em 0em 2.5em;
	cursor: pointer;
	background: #fff;
    overflow: hidden;
    font-size: 18px;
    color: #359e40;
}
.cp_qa .cp_actab label .txt {
    position: absolute;
    top: 15%;
    left: 18%;
    width: 75%;
    line-height: 1.4;
}
.cp_qa .cp_actab label::before {
    font-size: 1em;
    margin-left: -2.5em;
    padding-right: 1.1em;
    background-color: #37b647;
    content: '';
    background-image: url(../img/q.png);
    background-size: 50%;
    background-position: center;
    background-position-y: 55%;
    background-repeat: no-repeat;
    padding: 14% 0%;
    display: block;
    width: 45px;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
    color: #359e40;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_qa .cp_actab .cp_actab-content::before {
    font-size: 1.5em;
    position: absolute;
    content: '';
    background-image: url(../img/a.png);
    font-size: 1.0em;
    margin: 1.5em -0.5em auto -1.9em;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 11px;
    background-position: center;
}
.cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 0.15em;
    font-size: 18px;
    border-left: 2px solid #ec5e61;
    padding-left: 16px;
    line-height: 1.3;
}
/* 質問を開いた時の仕様 */
.cp_qa .cp_actab input:checked+label{
    background-color: #f4f7ef;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 50em;
}

/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
@media screen and (max-width:640px){
	.cp_qa .cp_actab label::after {
	font-size: 1.2em;
    display: flex;
	top: 0;
    bottom: 0;
    margin: auto;
    justify-content: space-around;
}
}

/* フォーム */
.content-area {
    background-color: #709e3514;
    padding-bottom: 2%;
}
.content-area .ttl{
    margin-bottom: 5%;
}
.form_tbl {
    padding: 1%;
}

.form_tbl table {
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
    margin-bottom: 8%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

@media (max-width: 767px) {
    .form_tbl table {
        display: block;
    }
}
.form_tbl th {
    display: block;
    border: none!important;
    color: #000;
    font-size: 16px;
    padding: 3% 0 2% 30px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 1%;
}
.form_tbl td {
    display: block;
    width: 94%;
    border: none!important;
    margin: 0 auto 13px;
}
.form_tbl input, select, textarea {
    text-indent: 1em;
    padding: 10px 0;
    width: 100%;
}

.form_tbl input.date1 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
    margin-bottom: 10px;
}
.form_tbl input.time1,input.time2 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
}
.form_tbl input, select, textarea {
    border: 1px solid #ddd;
}
.form_tbl input.radio {
    width: inherit;
}
label span.must {
    margin-right: 10px;
    color: #fff;
    background: rgb(255, 110, 0);
    padding: 4px 10px 5px;
    font-size: 13px;
    margin-bottom: 2px;
}
label span.optional {
    margin-right: 10px;
    color: #fff;
    background: rgb(156, 156, 156);
    padding: 4px 10px 5px;
    font-size: 13px;
    margin-bottom: 2px;
}
.submitbtn {
    text-align: center;
    margin-top: 20px;
}
input[type=submit] {
    -webkit-appearance: none;
    width: auto !important;
    padding: 15px 30px 12px 12px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #e80000;
    font-size: 20px;
    font-weight: bold;
}
.backbtn {
    width: 290px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    padding: 16px 5px 15px 5px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: linear-gradient(to bottom, #fb7000, #ce5c00);
    border: solid 1px #ce5c00;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 5%;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
}


/*スクロール*/
.suc{
    height: 150px;
    overflow-y: scroll;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px;
    padding: 20px 13px 15px 20px;
    font-size: 12px;
    margin: 10px 0;
}
/* スクロールの幅の設定 */
.suc::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* スクロールの背景の設定 */
.suc::-webkit-scrollbar-track {
border-radius: 3px;
box-shadow: 0 0 3px #fff inset;
}

/* スクロールのつまみ部分の設定 */
.suc::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #d6d6d6;
}


@media (max-width: 767px) {
#content{
    margin: 0 2% 40%;
}

.form_tbl th {
    width: 96%;
    padding: 3% 0 3% 15px;
}
}

/* PC-------------------------------------------------------------------------- */
@media (min-width: 767px) {
    /* FV */
    .fv {
        background-image: url(../img/fv_pc_bg.png);
        background-repeat: no-repeat;
        margin: 100px auto 0;
        text-align: center;
        background-position: center;
    }
    .fv img {
        max-width: 1100px;
        margin: 1.8% auto -4px;
    }
    .hea_ri {
        top: 1.2%;
        right: 21vw;
        width: auto;
        transform: translateX(5%);
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
    }
    .hea_cen {
        top: 2.5%;
        width: auto;
        right: 35%;
    }
    .hea_cen p {
        margin-top: 3%;
    }
    .hea_cen .free {
        padding: 15% 0;
        border-radius: 10px;
        width: 50px;
        margin-right: 10px;
        font-size: 15px;
    }
    .hea_le {
        top: 2.5%;
        left: 21vw;
        width: auto;
    }
    .hea_le p {
        font-size: 1.3em;
    }
    .hea_le img {
        width: 100%;
    }
    .fv_add-service {
        text-align: center;
        margin: -1% auto 0;
        z-index: 0;
        position: relative;
        max-width: 1000px;
    }
    /* FV下スライダー */
    .slick01 .slick-slide img {
        margin: 15% auto;
        height: 9vw;
    }
    .slick01_sliderArea figure {
        top: 13%;
        width: 35%;
        left: 0;
    }

    /* CTA */
    .cta {
        background-image: url(../img/cta_bg_pc.png);
    }
    .cta figure {
        max-width: 1150px;
        margin: auto;
        padding: 3% 0 4%;
    }
    .cta .tel, .cta .form {
        width: 25%;
        min-width: 370px;
        top: 70%;
    }
    .cta .tel {
        left: 37.5%;
    }
    .cta .tel img {
        margin-right: 10px;
    }
    .cta .form {
        right: 10.5%!important;
        left: auto;
    }
    /*  コロナ  */
    .corona {
        background-image: url(../img/coro_pc_bg.png);
        background-size: cover;
        background-position: top center;
        padding: 8%;
        margin-bottom: -1px;
    }
    .coro_pc{
        max-width: 1000px;
        margin: 0 auto;
    }
    .corona .content{
        max-width: 1200px;
        margin: auto;
    }


    /* 悪徳業者 */
    .caution {
        background-image: url(../img/caution_bg.jpg);
        background-position: bottom;
        padding-bottom: 6%;
    }
    .caution .content {
        max-width: 1400px;
        margin: auto;
    }

    /* お困りではありませんか */
    .trouble {
        background-image: url(../img/trouble_bg.png);
        background-position: bottom;
        padding-bottom: 6%;
    }
    .trouble .content {
        max-width: 1400px;
        margin: 1% auto 0;
    }

    /* BAコンテンツ */
    .add {
        background-image: url(../img/add_pc_bg.jpg);
        background-position: bottom;
        padding-bottom: 6%;
    }
    .add .content {
        max-width: 1150px;
        margin: 3% auto auto;
    }

    /* 3つのポイント */
    .point {
        background-image: url(../img/point_bg.jpg);
        background-position: bottom;
        padding-bottom: 6%;
    }
    .point .content {
        max-width: 1150px;
        margin: auto;
    }

    /* 遺品整理士って？料金表 */
    .about .about01 {
        background-image: url(../img/about01_bg_pc.jpg);
        background-size: cover;
    }
    .about .about02 {
        background-color: #709e3514;
    }
    .about01 figure,.about02 figure{
        max-width: 1000px;
        margin: auto;
        padding: 4% 0;
    }

    /* 口コミ */
    .slick02 .slick-slide img {
        max-height: 650px;
    }
    .slick02 .slick-next {
        right: 26vw;
    }
    .slick02 .slick-next:before {
        padding: 15px;
    }
    .slick02 .slick-prev {
        left: 26vw;
    }
    .slick02 .slick-prev:before {
        padding: 15px;
    }
    .review {
        padding-bottom: 3%;
    }

    /* 流れ */
    .flow .content {
        max-width: 1400px;
        margin: 2% auto 6%;
    }

    /* 対応エリア */
    .area .content {
        max-width: 900px;
        margin: -10% auto 4%;
        z-index: -1;
        position: relative;
    }

    /* Q&A */
    .cp_qa {
        margin: 1em auto 3em;
        max-width: 1000px;
        padding: 2% 2% 0;
    }
    .cp_qa .cp_actab label .txt {
        top: 30%;
        left: 9%;
    }
    .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
        line-height: 2.5em;
        top: 5%;
    }
    .cp_qa .cp_actab label::after {
        line-height: 1.9em;
    }
    .cp_qa .cp_actab label::before {
        background-size: 30%;
        background-position: center;
        background-repeat: no-repeat;
        padding: 3% 4%;
        margin-right: 1.5em;
    }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 1em 1em 1em 1.75em;
        padding-left: 16px;
    }
    .cp_qa .cp_actab .cp_actab-content::before {
        margin: 1.5em -0.5em auto -1.1em;
        padding: 13px;
    }

    /* フォーム */
    .form_tbl {
        max-width: 1000px;
        margin: 0 auto 5%;
    }
    .content-area .ttl {
        margin-bottom: 2%;
    }
    .form_tbl table {
        margin-bottom: 5%;
    }
    .foo {
        display: flex;
        justify-content: space-evenly;
        padding: 3% 3%;
    }
    .foo .ttl {
        margin-bottom: 2%;
        padding-bottom: 2%;
        border-bottom: solid #fff 1px;
    }
    .foo .detail {
        margin-bottom: 5%;
    }
}
.foo .ttl {
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: solid #fff 1px;
}
.foo .detail {
    margin-bottom: 5%;
}


/* 追従 */
#follow_pc {
    background-color: #f4f7ef;
    border:2px solid #37b647;
    width: 245px;
    bottom: 15px;
    position: fixed;
    right: 15px;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 1% 0;
}
#follow_pc a img{
    width: 90%;
    margin: 2% auto;
}
@media (min-width: 767px) {
#follow,.inner,.btn {
    display: none;
}
}

@media (max-width: 1200px){
    .hea_le {
        left: 1vw;
        }
    .hea_ri {
        right: 3vw;
        }
}
@media (max-width: 767px) {
    .hea_le {
    top: 1.8%;
    width: 31%;
    }

    .content_wrapper {
        position: relative;
    }
    #follow_pc{
        display: none;
    }
    #follow {
        position: fixed;
        background-color: #fff;
        height: auto;
        border-top: 1px solid #dedede;
        text-align: center;
    }
    .inner {
        display: block;
        background-color: #fff;
        border-top: 1px solid #dedede;
    }
    .btn a img {
        width: 47%;
        margin: 2% auto;
    }
     body.conf footer,body.fini footer {
        position:static;
        width: 100%;
    }
    .cta,.caution,.trouble,.point,.about,corona {
        margin-bottom: -3px;
    }
    .corona .pc{
        display: none;
    }
    .corona{
            margin-bottom: -3px;
    }
}

@media (max-width: 580px)  {
    .hea_le {
    top: 1.8%;
    width: 31%;
    }
    .hea_le p {
    font-size: 0.9rem;
    margin-bottom: 2.5%;
    }
    .hea_le .ttl {
    font-weight: bold;
    font-size: 1.5rem;
    }
}

@media screen and (max-width: 1450px) and (min-width: 768px) {

    .caution .content {
        margin: auto 3%;
    }
    .trouble .content {
        margin: 1% 3% 0;
    }
    .point .content {
        margin: 3%;
    }
    .flow .content{
        margin: 2% 3% 6%;
    }
    .slick02 .slick-next {
        right: 18vw;
    }
    .slick02 .slick-prev {
        left: 18vw;
    }
    .cta .tel {
        left: 34%;
    }
    .cta .form {
        right: 3%!important;
        left: auto;
    }
    .cta .tel, .cta .form {
        width: 30%;
        min-width: 370px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .cta .tel {
        left: 30%;
    }
    .cta .form {
        right: -6%!important;
        left: auto;
    }
    .cta .tel, .cta .form {
        width: 35%;
        min-width: 320px;
    }
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
    .about01 figure,.about02 figure{
        margin: 0 3%;
    }
    .area .content{
        margin-left: 3%;
        margin-right: 3%;
    }
    .cta figure {
        margin: auto 3%;
    }
}

/* フォーム関連--------------------------------------------------------------------*/
.p-privacy {
    height: 360px;
    margin: 0 0 64px;
    overflow-y: auto;
    padding: 16px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #ddd;
    line-height: 1.2;
  }
  @media screen and (max-width: 780px) {
    .p-privacy {
      height: 280px;
      margin-bottom: 30px;
    }
  }
  .p-privacy::-webkit-scrollbar {
    background: rgba(250, 250, 250, 0.1);
    border-radius: 0;
    overflow: hidden;
    width: 4px;
  }
  .p-privacy::-webkit-scrollbar-button {
    display: none;
  }
  .p-privacy::-webkit-scrollbar-thumb {
    background: #37b647;
    border-radius: 0;
    overflow: hidden;
  }
  .p-privacy__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
  }
  .p-privacy__txt {
    margin-bottom: 32px;
  }
  .p-privacy__list__ttl {
    border-bottom: 2px solid #ddd;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .p-privacy__list__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .p-privacy-order {
    counter-reset: order 0;
  }
  .p-privacy-order__item {
    padding-left: 32px;
    position: relative;
  }
  .p-privacy-order__item:before {
    content: counter(order) ".";
    counter-increment: order 1;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
  }
  .p-privacy-order__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .p-privacy-order__txt {
    margin-bottom: 16px;
  }
  .p-privacy-order.is-brackets__item:before {
    content: "(" counter(order) ")";
  }
  .p-privacy-order.is-child__item:before {
    content: counter(order, lower-roman) "";
  }
  #checkBtn {
    display: inline;
    width: auto;
    margin-right: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
    }
    .agree_inactive {
        background-color: #ddd;
    }
    .agree_active {
        background-color: rgb(255, 110, 0);
    }
    .agree_inactive,.agree_active {
        transition: all 0.3s;
        color: #fff;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 5px;
    }

    @media screen and (max-width: 780px) {
        .p-privacy {
            line-height: 1.3;
            font-size: 0.9em;
        }
        .p-privacy__list__ttl {
            font-size: 1.0rem;
        }
     }

.under_header {
    background-color: #FFF;
    height: 100px;
}
.under_header .hea_ri {
    top: 1%;
}

.content-area h3 {
    text-align: center;
    padding: 3% 0 .5%;
    font-size: 1.6rem;
    font-weight: bold;
}
.fin_txt {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 2%;
}

@media screen and (max-width: 780px) {
    .under_header {
        background-color: #FFF;
        height: 60px;
    }
    .under_header .hea_ri {
        top: 1.5%;
    }
    .content-area h3 {
        padding: 10% 0 5%;
    }
    .fin_txt {
        font-size: 18px;
        line-height: 1.3;
    }
}