/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.list3 p.btn-web {
  margin-top: 2rem;
}
.date-tags {
  margin-top: 1rem;
    background: #FFFCE3;
    padding: 10px;
    display: flex;
}

.date-tag-wrap .tags-inline {
    margin: 0;
    padding: 0;
    text-align: left;
}
.date-tag-wrap {
    width: 100%;
    margin: 0 auto 1rem auto;
}
.date-tag-wrap .tags-inline .tags-inline-list-off {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0.3rem 0.5rem 0.3rem 0.5rem;
    padding: 0.4rem 1rem;
    display: inline-block;
    text-align: center;
    position: relative;
    align-items: center;
    background: #BCBCBC;
    box-sizing: border-box;
    font-weight: bold;
    width: 45%;
}
.date-tag-wrap .tags-inline .tags-inline-list {
  border: 2px solid #7c99cb;
  color: #385EA0;
  font-size: 1.5rem;
  margin: 0.3rem 0.5rem 0.3rem 0.5rem;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  text-align: center;
  position: relative;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  font-weight: bold;
  width: 45%;
}


header .rightTxt:before,
.l-header__sitename:before,
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
    float: left;
}

a.l-footer-bottom__copy__link:before {
    content: "【PR】";
}

.l-main-area--low p {
    word-break: break-word;
}

.lb3 {
    position: relative;
    color: #111;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin: 4rem 0 0rem;
    padding: 6rem 0 0;
    font-size: 2.2rem;
}

.list3_2 img {
    width: 100%;
}

.knrn p a:hover {
    text-decoration: none;
}

.list3_2 .caption {
    text-align: center;
}

.top_h2.lb3 span {
    color: #5d973e;
    font-size: 2.4rem;
}

.l-main-area .box-wrap .box-head h3 a {
    display: block;
}

.knrn {
    margin: 5rem auto;
    border: 3px solid #b6cf4c;
    padding: 2rem;
    width: 95%;
    max-width: 1000px;
    text-align: left;
}

.knrn p, #contents .knrn p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

.knrn p a {
    font-size: auto;
    padding-left: 3rem;
}

.knrn a {
    line-height: 1.5;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    text-decoration: underline;
}

.knrn br {
    display: none;
}

.knrn p.btnlink, .knrn p {
    margin: 5px;
    text-align: left;
}

.knrn p :before {
    content: "・";
    position: absolute;
    left: 6rem;
}

.top_h2.lb3::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 96px;
    height: 84px;
    background: url(./img/h3_deco03.png) no-repeat center / contain;
    content: '';
}

.list3 {
    display: flex;
    justify-content: space-between;
    width: 1010px;
    margin: 0 auto;
}

.list3_2 {
    background: #fff;
    border: solid 3px #c5a874;
    width: 33%;
    border-radius: 10px;
    padding: 15px 15px 25px;
    font-weight: bold;
    margin: 40px auto;
}

.list3_3 {
    position: relative;
    margin: -5.2rem auto 1rem;
    padding: 3px;
    width: 124px;
    border: solid 3px #5d973e;
    border-radius: 10px;
    background: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.03deg);
    text-align: center;
    line-height: 2.4rem;

}

.list3_3 span {
    display: block;
    font-size: 26px;
}

.list3_catch,
.list3_name {
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px;
    line-height: 2.6rem;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list3_catch {
    background: #5d973e;
    color: #fff;
}

.list3 ul li {
    position: relative;
    margin: 0 0 0.5em;
    padding: 0 0 0 30px;
}

.list3 ul li::before {
    position: absolute;
    left: 0;
    top: 0.9rem;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: url(./img/list_bg_01.png);
    content: '';
}

.list3 .btn-web a {
    z-index: 10;
    display: inline-block;
    padding: 1.7rem 4.5rem;
    width: 100%;
    border-radius: 5rem;
    background: url(./img/arrow01_white.svg) no-repeat right 2rem center / 18px #fb7c00;
    background-size: 18px;
    box-shadow: 0 5px 0 0 #ce6912;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}

.list3 .btn-web a {
    z-index: 10;
    display: block;
    padding: 10px 26px 10px 10px;
    width: 90%;
    border-radius: 5rem;
    background: url(./img/arrow01_white.svg) no-repeat right 1rem center / 18px #fb7c00;
    background-size: 18px;
    box-shadow: 0 5px 0 0 #ce6912;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto;
}

.l-mv__inner {
    background: url(../../uploads/mvbg03.jpg);
    padding-top: 2rem;
    background-repeat: no-repeat;
    margin-top: 70px;
}

.l-mv {
    background: none;
    padding: 0;
}

/*2022.02.21*/
.is-fixed {
    display: none !important;
}

/*2022.03.04*/
.l-main-area .custom_list3 .btn-web {
    width: 100%;
}

.l-main-area .custom_list3 ul {
    margin: 10px;
}

/* 2022.05.17 */
.kanren.itiran {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    border: solid 3px #c5a874;
    margin: 0 auto;
}

.midasi {
    color: #111;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 5px;
    border-bottom: dotted 4px #5d973e;
}

.readmore {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 20px;
}

.readmore-content {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.readmore-label {
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background-color: #5d973e;
    border-radius: 10px;
    color: #FFF;
    margin-top: 10px;
}

.readmore-label:hover {
    opacity: 0.7;
    background: #b6cf4c;
    color: #111;
}

.readmore-label:before {
    content: '続きを読む';
}

.readmore-check {
    display: none;
}

.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.readmore-check:checked~.readmore-label:before {
    content: '閉じる';
}

.readmore-check:checked~.readmore-content {
    height: auto;
}

.readmore-check:checked~.readmore-content::before {
    display: none;
}

/* 2022.05.17 end */

/*2022.06.23*/

.l-main-area .tokyo-area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
}

.l-main-area .tokyo-area ul li {
    list-style: none;
    background: none;
    margin: .2em;
    width: 16%;

    padding: 0;
}

.l-main-area .tokyo-area ul li:before {
    content: none;
}

.l-main-area .tokyo-area ul li a {
    text-decoration: none;
    background: #dcf084;
    border-radius: 10px;
    display: block;
    padding: .5em 1em;
    text-align: center;
    font-weight: bold;
}

.l-main-area .tokyo-area ul li a:hover {
    color: #fff;
    background: #5d973e;
}

.mapimg img {
    margin: 0 auto;
    display: block;
    width: 500px;
}



/* 見出しを非表示 */
.is-hidden {
    display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
    position: relative;
    display: inline-block;
    background: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0 30px 0 10px;
    appearance: none;
}

.list-btn:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #0f6bb2;
    border-right: solid 2px #0f6bb2;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}

.list-btn-opened:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

#toc {
    padding: 20px 3rem;
}

#toc p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

#toc li.chapter-h-three {
    margin-left: 3rem;
}

#toc li.chapter-h-three:before {
    background: #fda520;
}

.is-hidden {
    display: none;
}

.list-btn {
    appearance: none;
    background: #111;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 2px 2px #2c471d;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    outline: none;
    padding: 4px 30px;
    position: relative;
}

.list-btn:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
}

.list-btn-opened:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.l-mv__title {
    font-size: 3.5rem;
}

.l-mv__title span {
    font-size: 2.4rem;
}

.l-mv__text {
    margin: 1.5rem 4.8rem 3rem;
}

.l-parts__text {
    text-align: left;
}

.list3_3 {
    width: auto;
    margin: -4rem auto 2rem;
}

.list3_2 .ttl {
    text-align: center;
    font-size: 1.8rem;
    margin: 1rem auto;
}

.list3_2 {margin-bottom: 0;}

p.noto {
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.list3 ul li {
    font-weight: normal;
}

.l-main-area .custom_list3 ul {
    margin: 0 0 10px;
}

.l-main-area .custom_list3 ul li {
    min-height: 150px;
}
.custom_list3.lower {
    max-width: 1010px;
    margin: 0 auto;
}

.custom_list3.lower .list3 ul li {
    min-height: 150px;
}

.custom_list3.lower .list3 p.btn-tel {
    display: none;
}


/*----------------------------------------------------
   PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 931px) {
    /*/////////////PC用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/

    .bottom_banner {
        position: fixed;
        z-index: 999;
        right: 0;
        bottom: 150px;
        margin: 0;
    }

    .table-of-contents {
        max-width: 680px;
        border: 5px solid #b6cf4c;
        border-radius: 20px;
        background: #fff;
    }

    .table-of-contents-ttl {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }

    .table-of-contents li {
        line-height: 1.4;
        padding: 0 0 0 20px;
    }

    /*.list3_2 img {
    height: 20rem;
    width: auto;
    margin: 0 auto;
    display: block;
}*/
    .list3_2 img {
        height: 18rem;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .lb3 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    .top_h2.lb3::before {
        top: -2rem;
    }

    .l-parts02__box__item__right .title_catch,
    .l-parts02__box .title_catch {
        font-family: 'M PLUS Rounded 1c', sans-serif;
        transform: rotate(0.03deg);
    }

    .fixBan {
        position: fixed;
        bottom: 16rem;
        right: 0;
        z-index: 50;
        display: none;
    }

    .fixBan img {
        width: 300px;
    }

    .sp {
        display: none;
    }

    /*20230411*/
    .l-header {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .l-gnavi-list {
        display: flex;
    }

    .l-header__inner {
        width: 100%;
        height: unset;
        position: unset;
    }

    .l-gnavi-sub-list__item {
        display: none;
    }

    .l-gnavi-list__link {
        background: unset;
        padding: 1rem 1rem;
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .l-siteinfo__sitename {
        /*text-align: right;*/
		text-align: center;
        padding: 0.3rem 0 1.3rem;
    }

    .l-siteinfo__sitename:before {
        float: unset;
    }

    .forPC {

        text-align: right;
        width: 160px;
        margin: 0 0 0 auto;
    }

    .l-siteinfo__logo {
        padding: 0px 0 4px;
    }

    .l-gnavi-sub-list {
        display: none;
    }

    .l-wrapper {
        display: unset;
    }


    .l-contents-area {
        width: 100%;
    }

    .l-gnavi-list__item {
        width: calc(100% / 5);
        border-left: 1px solid #fff;

    }

    .l-gnavi-list__item a {
        display: grid;
        align-items: center;
    height: 100%;
    font-weight: bold;
    padding: 10px 9px;
    font-size: 1.3rem;
    color: #494342;
    border-bottom: 3px solid #fff;
    text-align: center;
    margin: 0 auto;
    background-color: #B6CF4C;
    }

    .l-header::after {
        position: unset;
    }

.l-gnavi-area-sp {
    display: none;
}

/*2023.04.14*/	
.l-siteinfo__logo .forPC {
width: 627px;
margin: 0 auto;
    }	
	
.l-main-area .top_h2::before {
    left: -6rem;
}
	
	
}



/*----------------------------------------------------
   SPサイトcss
----------------------------------------------------*/

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

    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    .pc {
        display: none;
    }

    .list3 {
        display: block;
        width: 100%;
    }

    .list3_2 {
        width: 90%;
        margin-bottom: 60px;
    }

    .list3_catch, .list3_name {
        font-size: 16px;
        line-height: 2.2rem;
        height: 58px;
    }

    .list3_name {
        font-size: 18px;
    }

    .list3 ul li {
        font-size: 1.4rem;
    }

    .list3 .btn-web a {
        width: 80%;
        font-size: 1.4rem;
    }

    .list3_3 {
        font-size: 1.4rem;
        line-height: 2.0rem;
        padding: 3px 3px 5px;
    }

    .list3_3 span {
        font-size: 22px;
    }


    .l-mv__inner {
        background-size: 60%;
        background-position: top;
        padding: 5rem 1rem 0;
    }

    .bottom_banner {
        position: fixed;
        z-index: 999;
        width: 100%;
        bottom: 0;
    }

    .bottom_banner img {
        margin: 0;
    }

    .l-pagetop {
        bottom: 100px;
        right: 20px;
        z-index: 100;
    }

    .table-of-contents {
        margin: 0 0.5rem;
        border: 5px solid #b6cf4c;
        border-radius: 20px;
        background: #fff;
        padding: 10px;
        margin-bottom: 60px;
    }

    .l-main-area p.table-of-contents-ttl {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .l-main-area div.table-of-contents ul {
        margin: 0;
    }

    .l-main-area .table-of-contents ul li {
        line-height: 1.6;
        padding: 0 0 0 20px;
        font-size: 14px;
    }

    .l-main-area .table-of-contents ul li a {
        margin-bottom: 10px;
        display: block;
    }

    .l-main-area .table-of-contents ul li:before {
        top: 0.4rem;
        width: 12px;
        height: 12px;
    }

    /*2022.03.04*/
    .l-mv__inner {
        margin-top: 0;
    }

    .l-mv__inner {
        height: auto;
    }

    .top_h2.lb3::before {
        top: -4rem;
    }

    .knrn {
        width: 100%;
        padding: 1rem;
    }

    .knrn p a {
        line-height: 1.3;
        padding-left: 2rem;
        margin: 10px 0;
        font-size: 15px;
    }

    .knrn p :before {
        left: 3rem;
    }

    /* 2022.05.17 */
    .kanren.itiran {
        width: 100%;
    }

    /* 2022.05.17 end */

    .l-main-area .tokyo-area ul li {
        width: 48%;
    }

    .l-parts02__box__item__right .title_catch,
    .l-parts02__box .title_catch {
        font-family: 'M PLUS Rounded 1c', sans-serif;
        transform: rotate(0.03deg);
    }

    .fixBan {
        position: fixed;
        bottom: 0px;
        z-index: 10;
        display: none;
    }

    .l-footer-copy {
        padding-bottom: 100px;
    }

    .l-pagetop {
        bottom: 17%;
    }

    .l-gnavi-area-pc {
        display: none;
    }

.date-tag-wrap {
    width: 100%;
    margin: 1rem auto 1rem 0;
}
.date-tags {
    padding: 10px;
    margin-top: 0;
}
.l-main-area .custom_list3 ul li {
    min-height: auto;
}

.list3 .btn-web a {
    width: 90%;
}
.custom_list3.lower .list3 ul li {
    min-height: auto;
}

.custom_list3.lower .list3 p.btn-tel a {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
    width: 90%;
    border-radius: 4rem;
    background: #007fe0 url(https://www.voluntarysale-reliance.com/wp/wp-content/themes/SE023/img/ico_tel.svg) no-repeat 1.2rem center;
    background-size: 18px;
    box-shadow: 0 5px 0 0 #1c66a5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 2rem;
}

.custom_list3.lower .list3 p.btn-tel {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.custom_list3.lower p.noto {
    padding: 20px;
}

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