@charset "utf-8";

/* ------------------------------------------
  top
--------------------------------------------- */
/*top-common*/
.top-block {
    padding: 70px 0 100px;
}

.top-head-lv02 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    background-size: contain !important;
}

.top-head-lv02 strong {
    font-size: 46px;
    color: #1d2ac8;
}

.common-achievement-wrap .top-head-lv02 {
    background: url(../images/title-achievement.svg) no-repeat center;
}

.common-strength .top-head-lv02 {
    background: url(../images/title-strength.svg) no-repeat center;
}

.common-achievement-wrap .common-achievement-lead {
    padding-bottom: 60px;
}

.common-achievement-lead {
    text-align: center;
}

.bg-black {
    font-weight: 500;
}

.bg-black .top-head-lv02 {
    color: #fff;
}

.top-insight .top-head-lv02 {
    background: url(../images/top/title-insight.svg) no-repeat center;
}

.top-taisaku .top-head-lv02 {
    background: url(../images/top/title-taisaku.svg) no-repeat center;
}

.top-guard .top-head-lv02 {
    background: url(../images/top/title-guard.svg) no-repeat center;
}

.top-advantage .top-head-lv02 {
    background: url(../images/top/title-advantage.svg) no-repeat center;
}

.common-award .top-head-lv02 {
    background: url(../images/top/title-award.svg) no-repeat center;
}

.top-news .top-head-lv02 {
    background: url(../images/top/title-news.svg) no-repeat center;
}

.top-topics .top-head-lv02 {
    background: url(../images/top/title-topics.svg) no-repeat center;
}

@media screen and (max-width: 960px) {
    .top-block {
        padding: 35px 0 40px;
    }

    .common-achievement-wrap .common-achievement-lead {
        padding: 0 20px 30px;
        text-align: left;
    }

    .top-head-lv02 {
        font-size: 16px;
        height: 40px;
        margin-bottom: 20px;
    }

    .top-head-lv02 strong {
        font-size: 28px;
    }
}

/*mv*/

.top-mv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-mv-img {
    text-align: center;
}

.top-mv-sp-img img {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto;
}

.top-mv-text img {
    width: 50.81vw;
    max-width: 694px;
}

.top-mv-inner {
    width: 76.13vw;
    max-width: 1040px;
    margin: 0 auto;
    position: absolute;
}

.top-mv [class^="btn-"] {
    width: 23.06vw;
    max-width: 315px;
    height: 70px;
    font-size: clamp(16px, 1.76vw, 24px);
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-mv [class^="btn-"]:after {
    width: 12px;
    height: 12px;
    right: 23px;
}

@media screen and (max-width: 960px) {
    .top-mv {
        margin-bottom: 20px;
    }

    .top-mv-img {}

    .top-mv-sp-img img {}

    .top-mv-inner {
        max-width: 1040px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 4vw;
        left: 20px;
    }

    .top-mv-inner img {
        width: 61.2vw;
    }

    .top-under-mv-btnWrap [class^="btn-blue"] {
        height: 54px;
        width: 100%;
        font-size: 18px;
    }

    .top-under-mv-btnWrap [class^="btn-blue"]:after {
        background-size: cover !important;
    }
}

/*top-problems*/
.top-insight {
    text-align: center;
}

.top-insight .inner {
    width: 100%;
    max-width: 940px;
    padding: 0 20px;
}

.top-insight-lead-l {
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 30px;
}

.top-insight-lead-l span {
    font-size: 48px;
    font-weight: 700;
    background: #ffcc00;
    padding: 0 10px;
    margin: 0 5px;
    line-height: 1;
}

.top-insight-lead-l small {
    font-size: 42px;
}

.top-insight-lead-l strong {
    font-size: 48px;
}

.top-insight-lead-s {
    padding-bottom: 50px;
}

.top-insight-lead-s span {
    font-weight: 700;
}

.top-insight-worst-pref {
    padding-bottom: 65px;
}

.top-insight-worst-title {
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 4px solid #ffca00;
    line-height: 1.5;
    display: inline-block;
}

.top-insight-worst-title span {
    font-size: 24px;
    display: block;
}

.top-insight-worst-title span {
    font-size: 20px;
}

.top-insight-worst-lead {
    padding-bottom: 40px;
}

[class^="top-insight-worst-pref-"] {
    text-align: left;
}

[class^="top-insight-worst-pref-"] h4 {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    padding: 0 0 5px 10px;
    border-left: 10px solid;
    border-bottom: 1px solid;
}

.top-insight-worst-pref-top {
    margin-bottom: 40px;
}

.top-insight-worst-pref-top-img {
    text-align: center;
}

.top-insight-worst-pref-bottom h4 {
    margin-bottom: 40px;
}

.top-insight-worst-pref-bottom-inner {
    display: flex;
    justify-content: space-between;
}

.top-insight-worst-pref-bottom-item {
    width: 48%;
}

.top-insight-worst-pref-hosoku {
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}

.top-insight-worst-pref-hosoku a {
    color: #0546c0;
    text-decoration: underline;
}

.top-insight-worst-car-inner {
    display: flex;
    justify-content: space-between;
}

.top-insight-worst-car-text {
    width: 50%;
}

.top-insight-worst-pref-table {
    width: 100%;
    margin-bottom: 15px;
}

.top-insight-worst-pref-table th {
    background: #221816;
    color: #fff;
    padding: 10px 0;
}

.top-insight-worst-pref-table td {
    padding: 10px 0;
}

.top-insight-worst-pref-table tr:nth-child(odd) {
    background: #f1f1f1;
}

.top-insight-worst-td-ranku {
    text-align: center;
}

.top-insight-worst-td-name {
    width: 52.5%;
}

.top-insight-worst-td-kazu {
    text-align: left;
}

td.top-insight-worst-td-name {
    text-align: left;
}

.top-insight-worst-car-text p {
    text-align: left;
    font-size: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 960px) {
    .top-insight {}

    .top-insight .inner {}

    .top-insight-lead-l {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .top-insight-lead-l span {
        font-size: 20px;
        padding: 0 3px;
        margin: 0 3px;
    }

    .top-insight-lead-l small {
        font-size: 16px;
    }

    .top-insight-lead-l strong {
        font-size: 21px;
    }

    .top-insight-lead-s {
        padding-bottom: 30px;
        text-align: left;
    }

    .top-insight-lead-s span {}

    .top-insight-worst-pref {
        padding-bottom: 30px;
    }

    .top-insight-worst-title {
        padding-bottom: 5px;
        margin-bottom: 15px;
        line-height: 1.25;
    }

    .top-insight-worst-title span {
        font-size: 12px;
    }

    .top-insight-worst-title small {
        font-size: 10px;
    }

    .top-insight-worst-lead {
        text-align: left;
        padding-bottom: 30px;
    }

    [class^="top-insight-worst-pref-"] {}

    [class^="top-insight-worst-pref-"] h4 {
        font-size: 12px;
        padding: 0 0 5px 7px;
        border-left: 5px solid;
        margin-bottom: 15px;
    }

    [class^="top-insight-worst-pref-"] h4 small {
        font-size: 9px;
    }

    .top-insight-worst-pref-top {
        margin-bottom: 20px;
    }

    .top-insight-worst-pref-top-img {}

    .top-insight-worst-pref-bottom h4 {
        margin-bottom: 15px;
    }

    .top-insight-worst-pref-bottom-inner {}

    .top-insight-worst-pref-bottom-item {}

    .top-insight-worst-pref-hosoku {
        font-size: 9px;
    }

    .top-insight-worst-pref-hosoku a {}

    .top-insight-worst-car-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-insight-worst-car-text {
        width: 70%;
        padding-bottom: 30px;
    }

    .top-insight-worst-pref-table {
        font-size: 9px;
        margin-bottom: 10px;
    }

    .top-insight-worst-pref-table th {
        padding: 5px 0;
    }

    .top-insight-worst-pref-table td {
        padding: 5px 0;
    }

    .top-insight-worst-pref-table tr:nth-child(odd) {}

    .top-insight-worst-td-ranku {
        width: 30%;
    }

    .top-insight-worst-td-name {
        width: 40%;
    }

    .top-insight-worst-td-kazu {
        width: 30%;
    }

    td.top-insight-worst-td-name {}

    .top-insight-worst-car-text p {
        font-size: 8px;
    }

    .top-insight-worst-car-img img {
        max-width: 280px;
    }
}

/*top-taisaku*/
.top-taisaku {
    text-align: center;
}

.top-taisaku-lead {
    color: #fff;
}

.top-taisaku-lead-yellow {
    display: inline-block;
    color: #fbcd00;
    font-size: 20px;
    border-bottom: 2px solid #fbcd00;
    margin-bottom: 50px;
    text-align: center;
}

.top-taisakuList-item + .top-taisakuList-item {
    margin-top: 20px;
}

.top-taisakuList {
    text-align: left;
}

.top-taisakuList-item {
    background: #fff;
    padding: 25px;
}

.taisakuList-img {
    width: 26.32%;
    float: left;
    margin-right: 30px;
}

.taisakuList-text {
    padding-left: 30px;
    width: 73.68%;
}

.top-taisakuList-item-title {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    background: #271d1b;
    color: #fff;
    padding: 10px 25px;
    height: 41px;
    border-radius: 22px;
    margin-bottom: 12px;
}

.top-taisakuList-item p {
    margin-bottom: 12px;
}

.taisakuList-list {
    display: flex;
}

.taisakuList-list dt {
    width: 90px;
    background: #ffcd08;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taisakuList-list dd {
    width: calc(100% - 90px);
    background: #eeeeee;
    padding: 15px;
}

.taisakuList-list ul {
    padding-left: 20px;
}

.taisakuList-list li {
    text-indent: -8px;
    line-height: 1.8;
}

.taisakuList-list li:before {
    content: "・";
    display: inline-block;
    width: 8px;
}

@media screen and (max-width: 960px) {
    .top-taisaku-lead {
        text-align: left;
        padding-bottom: 15px;
        display: inline-block;
    }

    .top-taisaku-lead-yellow {
        font-size: 12px;
        border-bottom: 1px solid #fbcd00;
        margin-bottom: 25px;
    }

    .top-taisakuList-item + .top-taisakuList-item {
        margin-top: 15px;
    }

    .top-taisakuList-item {
        padding: 12px;
        line-height: 1.5;
    }

    .taisakuList-img {
        width: 32.26%;
        margin-right: 10px;
    }

    .top-taisakuList-item-title {
        font-size: 12px;
        line-height: 1.25;
        display: inline-block;
        background: #271d1b;
        color: #fff;
        padding: 5px 15px 5px;
        height: auto;
        border-radius: 20px;
        margin-bottom: 5px;
        width: 61.19%;
    }

    .top-taisakuList-item p {
        margin-bottom: 10px;
    }

    .taisakuList-list {
        display: block;
    }

    .taisakuList-list dt {
        width: 100%;
    }

    .taisakuList-list dd {
        width: 100%;
        padding: 10px;
    }

    .taisakuList-list ul {
        padding-left: 10px;
    }

    .taisakuList-list li {
        text-indent: -4px;
    }

    .taisakuList-list li:before {
        width: 4px;
    }
}

/*top-news*/
.top-news {
    padding-bottom: 90px;
}

.top-news-list {
    padding-bottom: 50px;
}

.top-news-list > li {
    display: flex;
    align-items: flex-start;
}

.top-news-list > li + li {
    padding-top: 15px;
}

.top-news-list-date {
    width: 110px;
}

.news-catList {
    display: flex;
    flex-wrap: wrap;
}

.news-catList li{
    margin: 0 3px 0 0;
}

[class^="news-list-cat-"] {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 2px 8px 4px;
    width: 70px;
    margin-top: 3px;
    text-align: center;
    background: #000;
}

/*店舗名*/
.news-list-cat-shop {
    color: #020202;
    border: 1px solid;
    background: #fff;
    padding: 1px 8px 3px;
}

.top-news-list h3 {
    /*width: 800px;*/
}

.top-news .btn-black,
.top-topics .btn-black {
    width: 295px;
    height: 55px;
}

.news-list-cat-event a,
.news-list-cat-topics a {
    color: inherit;
    text-decoration: none;
}

.news-list-cat-event a:hover,
.news-list-cat-topics a:hover {
    text-decoration: underline;
}

.top-news .btn-black:after {}

/*top-topics-list*/
.top-topics-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
    padding-top: 30px;
}

.top-topics-list > li {
    width: 28%;
    margin: 0 25px 50px;
    max-width: 300px;
}

.top-topics-list-img {
    margin-bottom: 15px;
}

.top-topics-list .news-catList {
    padding-bottom: 10px;
}

.top-topics-list-text h3 {
    font-size: 18px;
    font-weight: 600;
}

.top-topics-list-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.top-topics-list-link:hover {
    opacity: 0.8;
}

.top-bnr ul {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .top-news {
        padding-bottom: 40px;
    }

    .top-news-list {
        padding-bottom: 30px;
    }

    .top-news-list > li {
        flex-wrap: wrap;
    }

    .top-news-list-date {
        width: 90px;
    }
    
    .top-news-list .news-catList{
        width: calc(100% - 90px);
    }

    [class^="news-list-cat-"] {
        font-size: 10px;
        width: 60px;
        margin-right: 4px;
}

    .news-list-cat-news {}

    .news-list-cat-event {}

    .top-news-list h3 {
        width: 100%;
        padding-left: 90px;
        padding-top: 5px;
    }

    .top-news .btn-black,
    .top-topics .btn-black {
        width: 51.43%;
        max-width: 342px;
        height: 40px;
    }

    .top-news .btn-black:after,
    .top-topics .btn-black:after {
        right: 20px;
        width: 8px;
        height: 8px;
    }

    .top-topics-list {
        padding-bottom: 0;
        margin: 0 -4% 0;
        padding-top: 5px;
    }

    .top-topics-list > li {
        width: 42%;
        margin: 0 4% 30px;
    }

    .top-topics-list-img {
        margin-bottom: 10px;
    }

    .top-topics-list-text h3 {
        font-size: 14px;
    }

    .top-bnr li {
        width: 47%;
    }
}

/*top-guard*/
.top-block.top-guard {
    padding-top: 0;
}

.top-guard-lead {
    text-align: center;
    padding-bottom: 45px;
}

.top-guard-taisaku {
    font-weight: 500;
    padding-bottom: 50px;
}

.top-guard-taisaku-title {
    font-size: 24px;
    color: #ffc900;
    line-height: 1;
    font-weight: 700;
    padding: 20px;
    background: #221816;
    margin-bottom: 30px;
    text-align: center;
}

.top-guard-taisaku-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-guard-taisaku-list li {
    width: 48.5%;
    border: 3px solid #ffc900;
    padding: 15px;
}

.top-guard-taisaku-list li:nth-child(3),
.top-guard-taisaku-list li:nth-child(4) {
    margin-top: 30px;
}

.top-guard-taisaku-list img {
    width: 100%;
    height: auto;
}

.top-guard-taisaku-list h4 {
    display: flex;
    align-items: center;
    line-height: 1;
    padding-bottom: 15px;
    font-size: 20px;
}

.top-guard-taisaku-list h4 small {
    display: block;
    font-size: 14px;
    padding-top: 7px;
}

.top-guard-taisaku-list h4:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    background: url(../images/top/icon-guard-check.webp) no-repeat;
    background-size: cover;
}

.top-guard-system {
    font-weight: 500;
}

.top-guard-system-atoduke {
    padding: 0 60px 35px;
    display: flex;
    align-items: center;
}

.top-guard-system-img {
    width: 50.45%;
}

.top-guard-system-img img {
    width: 100%;
    height: auto;
}

.top-guard-system-text {
    width: 49.55%;
    padding-left: 40px;
}

.top-guard-system-text h4 {
    font-size: 24px;
    padding-bottom: 35px;
}

.top-guard-system-bnr {
    padding: 0 50px;
}

.top-guard-system-bnr ul {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 20px 30px 25px;
    justify-content: space-between;
    text-align: center;
}

.top-guard-system-bnr li {
    width: 48%;
}

.top-guard-system-bnr img {
    width: 100%;
    height: auto;
}

.top-guard-system-bnr h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

.top-guard-system-bnr h4 small {
    padding-left: 6px;
    font-size: 20px;
}

@media screen and (max-width: 960px) {
    .top-block.top-guard {}

    .top-guard-lead {
        text-align: left;
        padding-bottom: 20px;
    }

    .top-guard-taisaku {
        padding-bottom: 25px;
    }

    .top-guard-taisaku-title {
        font-size: 12px;
        padding: 10px;
        margin-bottom: 12px;
    }

    .top-guard-taisaku-list {}

    .top-guard-taisaku-list li {
        width: 100%;
        border: 2px solid #ffc900;
        padding: 12px;
        display: flex;
        justify-content: space-between;
    }

    .top-guard-taisaku-list li:nth-child(3),
    .top-guard-taisaku-list li:nth-child(4) {
        margin-top: 5px;
    }

    .top-guard-taisaku-list li + li {
        margin-top: 5px;
    }

    .top-guard-taisaku-list img {
        width: 30%;
        height: auto;
    }

    .top-guard-taisaku-list h4 {
        width: 70%;
        font-size: 10px;
        padding-bottom: 0;
    }

    .top-guard-taisaku-list h4 small {
        font-size: 8px;
        padding-top: 4px;
    }

    .top-guard-taisaku-list h4:before {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .top-guard-system {}

    .top-guard-system-atoduke {
        padding: 0 0 20px 0;
        display: block;
    }

    .top-guard-system-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .top-guard-system-img img {}

    .top-guard-system-text {
        width: 100%;
        padding-left: 0;
    }

    .top-guard-system-text h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .top-guard-system-bnr {
        padding: 0;
    }

    .top-guard-system-bnr ul {
        display: block;
        padding: 25px 35px 35px;
    }

    .top-guard-system-bnr li {
        width: 100%;
    }

    .top-guard-taisaku-list li + li {
        margin-top: 5px;
    }

    .top-guard-system-bnr li + li {
        margin-top: 10px;
    }

    .top-guard-system-bnr img {
        width: 60.45%;
    }

    .top-guard-system-bnr h4 {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .top-guard-system-bnr h4 small {
        font-size: 8px;
    }

    .top-guard-taisaku-list h4 span {
        font-size: 10px;
    }
}

/* ------------------------------------------
  top-contact
--------------------------------------------- */
.top-contact {
    background: #ffcc00;
    padding: 40px 0;
    text-align: center;
    font-weight: 700;
}

.top-contact-inner {
    width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-contact-fukidashi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.5;
}

[class^="top-contact-fukidashi-"] {
    width: 300px;
    height: 153px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 27px;
}

.top-contact-fukidashi-l {
    background: url(../images/top/fukidashi-contact01.svg) no-repeat center;
}

.top-contact-fukidashi-r {
    background: url(../images/top/fukidashi-contact02.svg) no-repeat center;
}

.top-contact h2 {
    font-size: 32px;
    padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .top-contact {
        padding: 20px 0;
    }

    .top-contact-inner {
        width: 100%;
    }

    .top-contact-fukidashi {
        font-size: 10px;
        margin-bottom: 10px;
    }

    [class^="top-contact-fukidashi-"] {
        width: 46.88%;
        background-size: contain !important;
        padding-top: 24%;
        height: auto;
        font-size: 10px;
        padding-bottom: 0;
        position: relative;
    }

    [class^="top-contact-fukidashi-"] p {
        position: absolute;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 9%;
    }

    .top-contact-fukidashi-l {}

    .top-contact-fukidashi-r {}

    .top-contact h2 {
        font-size: 16px;
        padding-bottom: 15px;
    }
}

/*top-advantage*/

.top-advantage-lead {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
}

.top-advantage-list {
    padding-bottom: 50px;
}

.top-advantage-list-item h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    background: #ffcc00;
    padding: 10px;
    margin-bottom: 15px;
}

.top-advantage-list-item + .top-advantage-list-item {
    margin-top: 15px;
}

.top-advantage-list-item-inner {
    display: flex;
}

.top-advantage-list-item-box {
    display: flex;
    align-items: center;
    width: 44%;
    padding: 25px;
    background: #fff;
}

.top-advantage-list-item-box-img {
    width: 70px;
}

.top-advantage-list-item-box-text {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.top-advantage-list-item-box-text.securityLounge {
    color: #414aa8;
}

.top-advantage-list-item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12%;
}

@media screen and (max-width: 960px) {
    .top-advantage-lead {
        text-align: left;
        padding-bottom: 25px;
    }

    .top-advantage-list {
        padding-bottom: 25px;
    }

    .top-advantage-list-item h3 {
        font-size: 12px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .top-advantage-list-item + .top-advantage-list-item {}

    .top-advantage-list-item-box {
        width: 38.67vw;
        display: block;
        padding: 15px;
    }

    .top-advantage-list-item-box-img {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .top-advantage-list-item-box-img img {
        width: 10.13vw;
    }

    .top-advantage-list-item-box-text {
        width: 100%;
        padding: 0;
        font-size: 10px;
        line-height: 1.5;
    }

    .top-advantage-list-item-box-text.securityLounge {}

    .top-advantage-list-item-arrow {
        width: 11.73vw;
    }

    .top-advantage-list-item-arrow img {
        width: 8vw;
    }
}

/* ------------------------------------------
  Blog List
--------------------------------------------- */
/*common*/
.blog-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.single-blogs .blog-wrap {
    padding: 50px 0 0;
}

.blog-main {
    width: 66%;
    max-width: 660px;
}

.blog-side {
    max-width: 290px;
    width: 29%;
}

.blog-side-item {
    margin-bottom: 45px;
}

.blog-side-item [class^="blog-side-item"] {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
}

.blog-side-item-title-search:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: cover !important;
    position: relative;
    top: 1px;
    left: 10px;
}

.blog-side-searchBox {
    position: relative;
}

.blog-side-searchBox input {
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px;
}

.blog-side-searchBtn {
    position: absolute;
    right: 18px;
    top: 18px;
    border: none;
    background: none;
    padding: 0;
    transition: opacity 0.4s 0s ease;
}

.blog-side-searchBtn:hover {
    cursor: pointer;
    opacity: 0.7;
}

.blog-side-bnr {
    position: sticky;
    top: 130px;
}

.blog-side-aboutBnr {
    display: block;
    margin-bottom: 20px;
}

.blog-side-bnr [class^="btn-blue"] {
    width: 290px;
    height: 60px;
    border-radius: 5px;
    font-size: 18px;
}

.blog-side-bnr [class^="btn-blue"]:after {}

/*popular posts*/
.wpp-shortcode.wpp-ajax {
    padding-top: 15px;
}

.side-blogList-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.side-blogList-item a {
    display: flex;
    align-items: center;
}

.side-blogList-item-img img {
    width: 120px;
    height: 68px;
}

.side-blogList-item-title {
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.3;
    width: calc(100% - 120px);
}

.blogList-item .news-catList li {
    margin: 0 3px 0 0;
}

/*category list*/
.blog-catList {
    display: flex;
    flex-wrap: wrap;
}

.blog-catList li {
    /*margin: 5px 5px 0 0;*/
}

.blog-catList-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    line-height: 1.25;
    background: #211816;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

/*list*/
.blogList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -27px 30px;
}

.blog-noResult {
    margin: 0 27px 40px 27px;
    font-weight: 700;
}

.blogList-item {
    margin: 0 3.81% 5.642% 3.81%;
    width: 42.315%;
}

.blogList-item a {
    display: block;
}

.blogList-item-img {
    margin-bottom: 15px;
}

.blogList-height {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.blogList-item-img img {
    width: 100%;
    height: auto;
}

.blogList-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 7px;
}

.blogList-item .blog-catList {
    padding-bottom: 15px;
}

@media screen and (max-width: 960px) {
    .blog-wrap {
        display: block;
        /*padding-bottom: 50px !important;*/
    }

    .single-blogs .blog-wrap {
        padding: 25px 20px 0;
    }

    .blog-main {
        width: 100%;
        max-width: none;
        margin-bottom: 50px;
    }

    .blogList {
        margin: 0 -4% 40px;
    }

    .blogList-item {
        width: 42%;
        margin: 0 4% 20px;
    }

    .blog-noResult {
        margin: 0 2%;
    }

    .blogList-item a {}

    .blogList-item-img {
        margin-bottom: 10px;
    }

    .blogList-item-img img {
        width: 100%;
        height: auto;
    }

    .blogList-item-title {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .blogList-item .blog-catList-item {
        padding: 0 5px;
        font-size: 11px;
    }

    .blog-side {
        padding-bottom: 0;
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }

    .blog-side-item {
        margin-bottom: 50px;
    }

    .blogList-item .blog-catList {
        padding-bottom: 12px;
    }

    /*side*/
    .blog-side-item [class^="blog-side-item"] {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .blog-side-item-title-search::after {
        width: 19px;
        height: 19px;
        background-size: cover !important;
        position: relative;
        top: 2px;
        left: 10px;
    }

    .side-blogList-item-title {
        font-size: 16px;
        width: calc(100% - 130px);
    }
    
    .blogList-item .news-catList li {
        margin: 0 3px 6px 0;
    }


    .side-blogList-item-img img {
        width: 130px;
        height: 73px;
    }

    .blog-side-item .blog-catList-item {}

    .blog-side-searchBox input {
        width: 100%;
    }

    .blog-side-bnr {
        position: static;
    }

    .blog-side-aboutBnr img {
        width: 100%;
        height: auto;
    }

    .blog-side-bnr [class^="btn-blue"] {
        width: 100%;
        height: 65px;
        font-size: 20px;
    }

    .blog-side-searchBox input {
        width: 100%;
        height: 45px;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 15px;
        font-size: 14px;
    }

    .blog-side-searchBtn {
        right: 15px;
        top: 11px;
    }
}

/* ------------------------------------------
  Blog Detail
--------------------------------------------- */
body.single-blog {
    padding-top: 160px;
}

.blog-main .breadcrumbs {
    width: 100%;
    padding: 15px 0px;
}

.blog-summary {
    padding-bottom: 5px;
}

.blog-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 25px;
}

.blog-summary-inner {
    display: flex;
    align-items: center;
}

.blog-summary .blog-catList {
    padding-right: 15px;
}

.blog-summary .blog-catList li {
}

.blog-summary-date {
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}

.blog-author {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    min-height: 240px;
}

.blog-author-img {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    overflow: hidden;
    position: absolute;
    top: 30px;
}

.blog-author-summary {
    padding-left: 200px;
}

.blog-author-post {
    font-size: 11px;
    border: 1px solid;
    line-height: 1;
    padding: 1px 3px 2px;
    margin-bottom: 15px;
    display: inline-block;
}

.blog-author-supervision {
    width: 140px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-author-name {
    line-height: 1;
    font-weight: 500;
    padding-bottom: 15px;
}

.blog-author-name small {
    font-size: 12px;
    display: block;
    padding-bottom: 12px;
}

.blog-author-name span {
    font-size: 16px;
    display: block;
}

.blog-author-contents {
    font-size: 14px;
    padding-left: 200px;
}

.blogContents-item p {
    margin-bottom: 20px;
}

.blog-author-post {
    font-size: 8px;
    margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
    body.single-blog {
        padding-top: 100px;
    }

    body.single-blog .blog-main {
        border-top: 3px solid;
        padding-top: 15px;
    }

    .blog-title {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .blog-summary .blog-catList-item {
        padding: 0 10px;
        height: 18px;
        font-size: 10px;
    }

    .blog-summary-date {
        font-size: 12px;
        padding-left: 10px;
    }

    .blog-summary {}

    .blog-author {
        padding: 20px;
        margin-bottom: 25px;
        display: flex;
        flex-wrap: wrap;
    }

    .blog-author-img {
        width: 120px;
        height: 120px;
        border-radius: 63px;
        position: static;
        margin-top: 0;
    }

    .blog-author-img img {
        width: 120px;
        height: 120px;
    }

    .blog-author-summary {
        padding-left: 10px;
        width: auto;
        display: flex;
        align-items: center;
    }

    .blog-author-contents {
        font-size: 10px;
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }

    .blog-author-supervision {
        width: 120px;
        height: 14px;
        border-radius: 2px;
        font-size: 9px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .blog-author-name {
        font-size: 17px;
        padding-bottom: 0;
    }

    .blog-author-name small {
        font-size: 8.5px;
        padding-bottom: 8px;
        letter-spacing: 0;
    }
}

/* ------------------------------------------
  Blog Related Post
--------------------------------------------- */
.blog-relatedPost {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 60px 0px 65px;
}

.blog-relatedPost-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 60px;
}

.blog-relatedPostList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}

.blog-relatedPostList-item {
    width: 29%;
    margin: 0 2%;
}

.blog-relatedPostList-item a {
    display: block;
}

.blog-relatedPostList-item-img {
    margin-bottom: 10px;
}

.blog-relatedPostList-item-img img {
    width: 100%;
}

.blog-relatedPostList-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px;
}

/*blog-nextAndPrev*/
.blog-nextAndPrev {
    padding: 30px 0px 50px;
}

.blog-nextAndPrev ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-nextAndPrev-item {
    width: 47%;
}

.blog-nextAndPrev-item .blog-nextAndPrev-item-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 700;
    height: 100%;
}

.blog-nextAndPrev-item-img img {
    width: 100px;
    height: auto;
}

[class^="blog-nextAndPrev-item-nav-"] {
    width: 100%;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
}

.blog-nextAndPrev-item-nav-next {
    text-align: right;
    padding-right: 15px;
}

.blog-nextAndPrev-item-nav-prev {
    padding-left: 20px;
}

[class^="blog-nextAndPrev-item-nav-"]:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;

    position: absolute;
    top: 6px;
}

.blog-nextAndPrev-item-nav-next:after {
    right: 0;
    transform: rotate(-135deg) translateY(50%);
}

.blog-nextAndPrev-item-nav-prev:after {
    left: 0;
    transform: rotate(45deg) translateY(-50%);
}

.blog-nextAndPrev-item-text {
    width: calc(100% - 120px);
    line-height: 1.3;
}

.btn-blog-back-top {
    width: 480px;
    height: 60px;
    border-radius: 10px;
    max-width: 100%;
    font-size: 20px;
}

.btn-blog-back-top:after {}


/*accessDetail-news-more*/
.accessDetail-news-more{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.accessDetail-news-more .btn-black {
    width: 240px;
    height: 40px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 20px;
    color: #000;
    border: solid 1px #000;
    padding-right: 12px;
}

@media screen and (max-width: 960px) {
    .blog-relatedPost {
        padding: 25px 0 35px;
    }

    .blog-relatedPost-title {
        font-size: 16px;
        padding-bottom: 25px;
    }

    .blog-relatedPostList {}

    .blog-relatedPostList-item a {}

    .blog-relatedPostList-item-img img {
        width: 100%;
        height: auto;
    }

    .blog-relatedPostList-item-title {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .blog-relatedPost .blog-catList-item {
        font-size: 10px;
    }

    .blog-nextAndPrev {
        padding-bottom: 40px;
    }

    .blog-nextAndPrev-item {
        width: 45%;
        padding: 15px 0;
    }

    .blog-nextAndPrev-item-img {
        padding-bottom: 10px;
    }

    .blog-nextAndPrev-item-img img {
        width: 160px;
        height: 117px;
        height: auto;
    }

    [class^="blog-nextAndPrev-item-nav-"]::after {
        width: 6px;
        height: 6px;
        top: 5px;
    }

    .blog-nextAndPrev-item-nav-next:after {
        right: 5px;
    }

    .blog-nextAndPrev-item-nav-prev:after {
        left: 5px;
    }

    .blog-nextAndPrev-item:last-child a .blog-nextAndPrev-item-nav-next {
        order: 1;
    }

    .blog-nextAndPrev-item:last-child a .blog-nextAndPrev-item-text {
        order: 3;
        text-align: right;
    }

    .blog-nextAndPrev-item:last-child a .blog-nextAndPrev-item-img {
        order: 2;
    }

    .blog-nextAndPrev-item-text {
        width: 100%;
    }

    .btn-blog-back-top {
        width: 480px;
        height: 50px;
        border-radius: 10px;
        font-size: 14px;
    }

    .btn-blog-back-top:after {}

    .blog-next-item .blog-nextAndPrev-item-inner {
        justify-content: flex-end;
    }
}

/* ------------------------------------------
  Blog Style
--------------------------------------------- */
.blogContents {
    font-size: 16px;
	font-weight:normal;
    padding-bottom: 50px;
}
b, strong {
    font-weight: bolder;
}
[class^="blog-head-"] {
    font-weight: 700;
}

.blog-head-lv2 {
    font-size: 32px;
    line-height: 1.5;
    padding-left: 20px;
    border-left: 14px solid #ffcc00;
    margin-bottom: 30px;
}

.blog-head-lv3 {
    font-size: 32px;
    width: 100%;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.blog-head-lv4 {
    font-size: 26px;
    padding-bottom: 10px;
}

.blog-head-lv5 {
    font-size: 20px;
    padding-bottom: 10px;
}

.blogContents p {
    margin-bottom: 30px;
}

.blogContents a {
    color: #1b4697;
    text-decoration: underline;
}

.blogContents img {
    width: 100%;
    height: auto;
    max-width: 655px;
}

.blogContents .blog-list,
.blogContents .blog-list-num,
.blogContents .blog-table {
    margin-bottom: 50px;
}

.blog-list > li:before {
    content: "";
    width: 22px;
    height: 16px;
    background: url(../images/blog/icon-check.svg) no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.blog-list > li {
    padding-bottom: 15px;
}

.blog-list > li > ul {
    padding-left: 60px;
    padding-top: 5px;
    margin-bottom: 0;
}

.blog-list-num > li > ul {
    padding-left: 40px;
    padding-top: 5px;
}

.blog-list li:last-child {
    padding-bottom: 0;
}

.blog-list-num {
    list-style: decimal;
    padding-left: 20px;
}

.blog-list-num > li > ul > li,
.blog-list > li > ul > li {
    list-style: disc;
}

.blog-table {
    width: 100%;
}

.blog-table th {
    background: #212a91;
    color: #fff;
}

.blog-table th,
.blog-table td {
    padding: 20px;
    border: 1px solid #fff;
}

.blog-table td {
    background: #dde7f7;
}

@media screen and (max-width: 960px) {
    .blogContents {
        font-size: 12px;
        font-weight: 400;
    }

    .blogContents p {
        margin-bottom: 20px;
    }

    .blogContents img {
        max-width: 100%;
        height: auto;
    }

    .blog-head-lv2 {
        font-size: 16px;
        padding-left: 10px;
        border-left: 7px solid #ffcc00;
        margin-bottom: 20px;
    }

    .blog-head-lv3 {
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .blog-head-lv4 {
        font-size: 14px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .blog-head-lv5 {
        font-size: 12px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .blogContents .blog-list,
    .blogContents .blog-list-num,
    .blogContents .blog-table {
        margin-bottom: 20px;
    }

    .blog-list,
    .blog-list-num,
    .blog-table .blog-list > li {
        padding-bottom: 10px;
    }

    .blogContents > .blog-list > li::before {
        content: "";
        width: 15px;
        height: 11px;
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 10px;
        background-size: cover !important;
    }

    .blog-table th,
    .blog-table td {
        padding: 5px;
    }

    .blog-table td {
        background: #dde7f7;
    }
}

/* ------------------------------------------
  SP表示時の投稿日付レイアウト
--------------------------------------------- */
/* 共通レイアウト */
.blog-summary-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px; /* カテゴリと日付の横の余白 */
}

/* カテゴリリスト */
.news-catList {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 0 6px 0 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .blog-summary-inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }

  .blog-summary-date {
    margin-left: 0;
  }

.news-catList li{
    margin: 0 0 3px 0;
}
}

/* ------------------------------------------
  Page about
--------------------------------------------- */
.about-list {
    display: flex;
    flex-wrap: wrap;
}

.about-list li {
    width: 48%;
    margin-right: 4%;
}

.about-list li:nth-child(n + 3) {
    margin-top: 35px;
}

.about-list-img {
    margin-bottom: 25px;
}

.about-list li:nth-child(2n) {
    margin-right: 0;
}

.about-passhion-photo {
    margin-bottom: 50px;
}

.about-passhion-cnt {
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
}

.about-passhion-img {
    width: 21.11%;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

.about-passhion-text {
    width: 75%;
}

.about-passhion-img figcaption {
    padding-top: 10px;
}

.about-companyInfo {
    display: flex;
    flex-wrap: wrap;
}

.about-companyInfo dt,
.about-companyInfo dd {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px;
    display: flex;
    align-items: center;
}

.about-companyInfo dt {
    width: 15%;
    background: #f8f8f8;
}

.about-companyInfo dd {
    width: 85%;
}

.about-boshu-lead {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 20px;
    font-weight: 600;
}

.about-boshu-text {
    padding-bottom: 30px;
}

.about-boshu-bnr {
    max-width: 580px;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .about-list {
        display: block;
    }

    .about-list li {
        width: 100%;
        margin-right: 0;
    }

    .about-list li + li {
        margin-top: 25px;
    }

    .about-list-img {
        margin-bottom: 20px;
    }

    .about-passhion-photo {
        margin-bottom: 35px;
    }

    .about-passhion-cnt {
        flex-direction: column-reverse;
        padding: 0;
    }

    .about-passhion-img {
        width: 100%;
        font-size: 10px;
    }

    .about-passhion-text {
        width: 100%;
        padding-bottom: 35px;
    }

    .about-passhion-text {}

    .about-passhion-img img {
        width: 25.33vw;
    }

    .about-companyInfo {}

    .about-companyInfo dt,
    .about-companyInfo dd {
        padding: 10px;
    }

    .about-companyInfo dt {
        width: 22%;
    }

    .about-companyInfo dd {
        width: 78%;
    }

    .about-boshu-lead {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .about-boshu-text {
        padding-bottom: 20px;
    }
}

/* ------------------------------------------
  achievement
--------------------------------------------- */
.achievement-title {
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 30px;
}

.achievement-title strong {
    font-size: 70px;
    color: #1d2ac8;
    vertical-align: -7%;
}

.achievement-lead {
    text-align: center;
    padding-bottom: 50px;
}

.subpage-achievement-list .achievement-list {
    display: flex;
    flex-wrap: wrap;
}

.subpage-achievement-list .achievement-list li {
    width: 49%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.subpage-achievement-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    width: 100%;
    height: 100%;
    background: url(../images/img-achievement-shadow.webp) no-repeat center bottom;
    background-size: cover;
}

.subpage-achievement-list .achievement-list li:nth-child(n + 3) {
    margin-top: 20px;
}

.subpage-achievement-list .achievement-list li:nth-child(2n) {
    margin-right: 0;
}

.subpage-achievement-list .achievement-list-title {
    z-index: 4;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
    order: 1;
}

.subpage-achievement-survey-list .achievement-survey-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}

.subpage-achievement-survey-list .achievement-survey-list li {
    width: 49%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.subpage-achievement-survey-list .achievement-survey-list li:nth-child(n + 3) {
    margin-top: 20px;
}

.subpage-achievement-survey-list .achievement-survey-list li:nth-child(2n) {
    margin-right: 0;
}

.achievement-hojin {
    padding: 0 50px;
    overflow: hidden;
}

.achievement-hojin-img {
    width: 33%;
    float: left;
}

.achievement-hojin-text {
    margin-left: 37%;
    line-height: 1.5;
    padding-bottom: 20px;
    padding-top: 30px;
}

.achievement-hojin [class^="btn-black"] {
    width: 380px;
    height: 90px;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 4%;
}

.achievement-hojin [class^="btn-black"]:after {}

@media screen and (max-width: 960px) {
    .achievement-title {
        font-size: 20px;
        text-align: left;
        padding-bottom: 10px;
    }

    .achievement-title strong {
        font-size: 35px;
    }

    .achievement-lead {
        text-align: left;
        padding-bottom: 30px;
    }

    .achievement-list {}

    .achievement-list li {}

    .subpage-achievement-list .achievement-list-title {
        font-size: 10px;
        padding-bottom: 5px;
    }

    .subpage-achievement-list .achievement-list li:nth-child(n + 3) {
        margin-top: 10px;
    }

    .achievement-hojin {
        padding: 0;
        text-align: center;
    }

    .achievement-hojin-img {
        width: 45%;
    }

    .achievement-hojin-text {
        padding-left: 50%;
        margin-left: initial;
        padding-top: 0px;
        padding-bottom: 0;
        text-align: left;
    }

    .achievement-hojin [class^="btn-black"] {
        margin-left: 0;
        margin-top: 15px;
        width: 60.8vw;
        height: 55px;
        font-size: 12px;
        margin: 15px auto 0;
    }

    .achievement-hojin [class^="btn-black"]:after {}
}

/* ------------------------------------------
  PAGE shop-list
--------------------------------------------- */
.access-lead {
    text-align: center;
    padding-bottom: 40px;
}

.access-head-lv3 {
    font-size: 24px;
    border-bottom: 1px solid;
    margin-bottom: 35px;
    font-weight: 700;
}

.access-head-lv4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    padding-left: 15px;
    border-left: 10px solid #ffcc00;
    margin-bottom: 20px;
}

.access-nav {
    display: inline-flex;
    background: #f5f5f5;
    line-height: 1;
    padding: 12px 0;
    font-size: 18px;
    margin-bottom: 40px;
}

.access-nav li {
    color: #ccc;
    position: relative;
    padding: 0 20px;
}

.access-nav li:before {
    content: "";
    display: block;
    background: #676767;
    position: absolute;
    top: 1px;
    width: 1px;
    height: 100%;
    left: 0;
}

.access-nav li:first-child:before {
    content: none;
}

.access-list + .access-head-lv3 {
    margin-top: 50px;
}

.access-list-item {
    display: flex;
}

.access-list-item + .access-list-item {
    padding-top: 30px;
}

.access-list-img {
    width: 30.7%;
}

.access-list-text {
    width: 69.3%;
    padding-left: 40px;
}

.access-list-item ul {
    padding-bottom: 20px;
}

.access-list-text [class^="btn-"] {
    width: 280px;
    max-width: 100%;
    height: 40px;
    border-radius: 3px;
}

.access-list-text [class^="btn-"]:after {}

@media screen and (max-width: 960px) {
    .access-lead {
        text-align: left;
        padding-bottom: 20px;
    }

    ..access-nav {
        font-size: 12px;
        flex-wrap: wrap;
        padding: 10px 10px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .access-head-lv3 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .access-head-lv4 {
        font-size: 12px;
        padding-left: 10px;
        border-left: 5px solid #ffcc00;
        margin-bottom: 10px;
    }

    .access-nav {
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 10px 5px;
        line-height: 1.5;
    }

    .access-nav li {
        padding: 0 15px;
        display: inline-block;
        margin-bottom: 5px;
    }

    .access-nav li:before {
        height: 90%;
    }

    .access-list + .access-head-lv3 {
        margin-top: 35px;
    }

    .access-list-item {}

    .access-list-item + .access-list-item {
        padding-top: 20px;
    }

    .access-list-img {}

    .access-list-text {
        padding-left: 20px;
    }

    .access-list-item ul {
        padding-bottom: 15px;
        font-size: 10px;
    }

    .access-list-text [class^="btn-"] {
        height: 30px;
        font-size: 10px;
    }

    .access-list-text [class^="btn-"]:after {
        width: 7px;
        height: 7px;
        right: 20px;
        border-top: 1px solid #ffd011;
        border-right: 1px solid #ffd011;
    }
}

/* ------------------------------------------
  accessDetail
--------------------------------------------- */
.accessDetail-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}

.accessDetail-mv {
    margin-bottom: 60px;
}

.accessDetail-slider {
    margin-bottom: 15px;
}

.accessDetail-slider.slick-initialized.slick-slider {
    width: 80%;
    margin: 0 auto 10px;
}

.accessDetail-thumbnail.slick-initialized.slick-slider {
    width: 80%;
    margin: 0 auto 30px;
}

.accessDetail-thumbnail {
    margin-bottom: 40px;
}

.accessDetail-thumbnail .slick-slide {
    width: 22% !important;
}

.accessDetail-thumbnail .slick-slide + .slick-slide {
    margin-left: 2% !important;
}

.accessDetail-thumbnail .slick-slide img {
    width: 100% !important;
    height: auto;
}


.accessDetail-btn-wrap {
    padding: 60px 0 70px;
    text-align: center;
}

.accessDetail-btn-wrap p {
    padding-bottom: 20px;
}

.accessDetail-btn-wrap .btn-black {
    width: 380px;
    height: 60px;
    max-width: 100%;
}

.accessDetail-map-wrap {
    position: relative;
    padding-bottom: 44%;
    height: 0;
    overflow: hidden;
    max-width: 460px;
    margin-bottom: 20px;
}

.accessDetail-map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accessDetail-contact {
    padding: 40px;
    max-width: 1000px;
    margin-bottom: 80px;
}

.accessDetail-contact .common-contact-area-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.accessDetail-news + .accessDetail-news {
    margin-top: 60px;
}

.accessDetail-news-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 18px;
    border-left: 12px solid #ffcc00;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.accessDetail-news-post-item a {
    display: flex;
    align-items: center;
}

.accessDetail-news-img {
    width: 18%;
}

.accessDetail-news-text {
    width: 82%;
    padding-left: 20px;
}

.accessDetail-news-post-item + .accessDetail-news-post-item {
    margin-top: 15px;
}

.accessDetail-news-post-title {
    font-size: 20px;
    color: #1b4697;
    text-decoration: underline;
}

.accessDetail-news-text span {
    color: #999999;
}

.accessDetail-news-post-title + span {
    padding-top: 5px;
    display: block;
}

.accessDetail-news-post-title + span + p {
    padding-top: 5px;
}

@media screen and (max-width: 960px) {
    .accessDetail-title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .accessDetail-mv {
        margin-bottom: 30px;
    }

    .accessDetail-slider {
        margin-bottom: 5px;
    }

    .accessDetail-slider.slick-initialized.slick-slider {
        width: 100%;
        margin: 0 auto 10px;
    }

    .accessDetail-thumbnail.slick-initialized.slick-slider {
        width: 100%;
        margin: 0 auto 10px;
    }

    .accessDetail-thumbnail {
        margin-bottom: 20px;
    }

    .accessDetail-thumbnail .slick-slide {
        width: 22% !important;
        margin-right: 2%;
    }

    .accessDetail-btn-wrap {
        padding: 30px 0 45px;
        text-align: center;
    }

    .accessDetail-btn-wrap p {
        padding-bottom: 10px;
    }

    .accessDetail-btn-wrap .btn-black {
        width: 190px;
        height: 40px;
        max-width: 100%;
    }

    .accessDetail-map-wrap {}

    .accessDetail-map-wrap iframe {}

    .accessDetail-contact {
        padding: 20px;
        margin-bottom: 30px;
    }

    .accessDetail-contact .common-contact-area-img img {
        width: 100%;
        height: auto;
    }

    .accessDetail-contact.common-contact-area h2 {
        font-size: 20px;
    }

    .accessDetail-contact.common-contact-area h2:before {
        width: 35px;
        height: 28px;
        margin-right: 8px;
    }

    .accessDetail-contact .common-contact-area-img {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .accessDetail-news + .accessDetail-news {
        margin-top: 30px;
    }

    .accessDetail-news-title {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 700;
        padding-left: 10px;
        border-left: 8px solid #ffcc00;
        margin-bottom: 15px;
    }

    .accessDetail-news-post-item a {}

    .accessDetail-news-img {
        width: 45%;
    }

    .accessDetail-news-text {
        width: 50%;
        line-height: 1.5;
    }

    .accessDetail-news-post-item + .accessDetail-news-post-item {}

    .accessDetail-news-post-title {
        font-size: 12px;
    }

    .accessDetail-news-text span {
        font-size: 10px;
    }

    .accessDetail-news-post-title + span {
        padding-top: 0;
    }

    .accessDetail-news-post-title + span + p {
        font-size: 10px;
    }
}



.accessDetail-news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.accessDetail-news-list h3{
    margin:10px 0;
}

.accessDetail-news-list .news-catList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px; /* 上下左右の間隔（必要に応じて調整） */
  margin-bottom: 4px; /* 下に少しだけ余白を */
  line-height: 1.2;
}

.accessDetail-news-list .news-catList span {
  display: inline-block;
  white-space: nowrap;
  padding: 4px 8px 5px;
}
.accessDetail-news-list .news-catList [class^="news-list-cat-"] {
    width: auto;
}

.accessDetail-news-list .news-catList span,
.accessDetail-news-list .news-catList a span {
  margin: 0; /* 個別のspanが余計なマージンを持っている場合をリセット */
}




/* ------------------------------------------
  QA
--------------------------------------------- */
.qa-list {}

.qa-list strong {
    font-weight: 700;
}

.qaList-question {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 35px;
}

.qaList-question:before {
    content: "Q";
    font-size: 40px;
    color: #ffcc00;
    line-height: 1;
    font-weight: 700;
    margin-right: 10px;
}

.qaList-answer {
    padding-bottom: 45px;
    border-bottom: 1px dashed #ccc;
}

.qaList-answer + .qaList-question {
    margin-top: 40px;
}

.qaList + .common-head-lv2 {
    margin-top: 80px;
}

.qaList-time {
    padding-left: 20px;
}

.qaList-time dd {
    padding-left: 25px;
}

.qaList-sanko {
    padding-bottom: 30px;
}

.qaList-sanko dl {
    display: flex;
}

.qaList-sanko dt {
    width: 15%;
}

@media screen and (max-width: 960px) {
    .qa-list {}

    .qaList-question {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .qaList-question:before {
        font-size: 23px;
    }

    .qaList-answer {
        padding-bottom: 25px;
    }

    .qaList-answer + .qaList-question {
        margin-top: 25px;
        text-indent: -29px;
        padding-left: 29px;
    }

    .qaList + .common-head-lv2 {
        margin-top: 50px;
    }

    .qaList-time {
        padding-left: 15px;
    }

    .qaList-sanko {
        padding-bottom: 20px;
    }

    .qaList-sanko dt {
        width: 30%;
    }

    .qaList-sanko dd {
        width: 70%;
    }
}

/* ------------------------------------------
  HOJIN
--------------------------------------------- */
.biz-introduction {
    display: flex;
    justify-content: space-between;
}

.biz-introduction-text {
    width: 49.4%;
    justify-content: space-between;
}

.biz-introduction-img {
    width: 45%;
}

.hojin-contact-btn-wrap {
    text-align: center;
    padding-top: 60px;
}

.hojin-jissekiList-top {
    overflow: hidden;
    margin-bottom: 20px;
}

.hojin-jissekiList-img {
    float: left;
}

.hojin-jissekiList {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.hojin-jissekiList-item {
    padding: 0 30px 0;
}

.hojin-jissekiList-item + .hojin-jissekiList-item {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.hojin-jissekiList-title {
    display: flex;
    align-items: center;
    padding: 0px 0px 25px 20px;
}

.hojin-jissekiList-title:after {
    content: "";
    display: block;
    clear: both;
}

.hojin-jissekiList-title-number {
    width: 110px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #202a90;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}

.hojin-jissekiList-title-number strong {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-left: 3px;
}

.hojin-jissekiList-title-cnt {
    color: #202a90;
    font-size: 24px;
    font-weight: 700;
}

.hojin-jissekiList-top dl {
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    font-size: 14px;
}

.hojin-jissekiList-top dt {
    width: 120px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.hojin-jissekiList-top dd {
    border-bottom: 1px solid #ccc;
    width: calc(100% - 120px);
    padding: 5px 0;
}

.hojin-jissekiList-taisaku {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 20px;
}

.hojin-jissekiList-taisaku h4 {
    width: 160px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
}

.hojin-jissekiList-taisaku-cnt {
    border-left: 1px solid;
    padding-left: 20px;
}

.hojin-jissekiList-taisaku-checkList {
    padding-bottom: 5px;
}

.hojin-jissekiList-taisaku-checkList li {
    font-size: 18px;
    font-weight: 700;
}

.hojin-jissekiList-taisaku-checkList li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-common-strength-list.webp) no-repeat center;
    margin-right: 10px;
}

.hojin-jissekiList-taisaku-arrowList li {
    font-size: 14px;
}

.hojin-jissekiList-taisaku-arrowList li:before {
    content: "→";
}

/*jisseki-blue*/
.hojin-jissekiList-blue {
    background: #ebf8fb;
    padding: 40px;
    margin-bottom: 60px;
}

.hojin-jissekiList-blue-item + .hojin-jissekiList-blue-item {
    margin-top: 35px;
}

.hojin-jissekiList-blue-inner {
    background: #fff;
    padding: 35px 40px;
}

.hojin-jissekiList-blue-title {
    background: #202a90;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 24px;
    font-weight: 700;
}

.hojin-jissekiList-blue-img {
    width: 220px;
    float: left;
}

.hojin-jissekiList-blue-inner h4 {
    font-size: 24px;
    font-weight: 700;
    color: #202a90;
    padding-bottom: 5px;
}

.hojin-jissekiList-blue-img + h4,
.hojin-jissekiList-blue-img + h4 + p {
    padding-left: 260px;
}



/*hojin-lineup*/
.hojin-lineup + .hojin-lineup {
    margin-top: 80px;
    border-top: 1px solid #ccc;
    padding-top: 80px;
}

.hojin-lineup:last-child {
    margin-bottom: 90px;
}

.hojin-lineup-inner {
    max-width: 740px;
    margin: 0 auto;
}

.hojin-lineup-title {
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
    padding-bottom: 55px;
}

.hojin-lineup-title-main {
    color: #202a90;
    font-size: 36px;
    padding-bottom: 15px;
    display: block;
}

.hojin-lineup-title-price {
    font-size: 40px;
}

.hojin-lineup-title-price small {
    font-size: 20px;
}

.hojin-lineup-item {
    margin: 0 auto 50px;
    border: 1px solid #ccc;
    padding: 40px;
    text-align: center;
}

.hojin-lineup-tonan .hojin-lineup-item {
    padding: 40px 20px;
}

.hojin-lineup-item p {
    padding-bottom: 20px;
}

.hojin-lineup-item h4 {
    width: 264px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 15px;
    margin-bottom: 20px;
}

.hojin-lineup-tokucho {}

.hojin-lineup-tokucho h4 {
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.hojin-lineup-tokuchoList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px 35px;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}

.hojin-lineup-tokuchoList li {
    width: 130px;
    margin: 0px 11px;
}

.hojin-lineup-tokuchoList li:nth-child(n + 6) {
    padding-top: 20px;
}

.hojin-lineup-tokuchoList figcaption {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 5px;
}

.hojin-lineup-tokuchoList-check {
    padding-bottom: 60px;
}

.hojin-lineup-tokuchoList-check li {
    font-size: 18px;
    font-weight: 700;
}

.hojin-lineup-tokuchoList-check li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-common-strength-list.webp) no-repeat center;
    margin-right: 10px;
}

.hojin-lineup-car {
    text-align: center;
}

.hojin-lineup-car h4 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 20px;
}

.hojin-lineup-car h4 span {
    background: linear-gradient(transparent 60%, #fff332 60%);
}

.hojin-lineup-item-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hojin-lineup-item-inner:before {}

.hojin-lineup-item-inner-box:first-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: url(../images/biz/icon-biz-plus.svg) no-repeat center;
    position: absolute;
    top: 100px;
    background-size: 80px;
}

.hojin-cv-text-l {
    color: #202a90;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 10px;
}

.hojin-cv-text-m {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
    .biz-introduction {}

    .biz-introduction-text {}

    .biz-introduction-img {}

    .hojin-contact-btn-wrap {}

    .hojin-jissekiList-top {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .hojin-jissekiList-img {
        float: none;
        width: 32%;
    }

    .hojin-jissekiList {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .hojin-jissekiList-item {
        padding: 0;
    }

    .hojin-jissekiList-item + .hojin-jissekiList-item {
        border-top: 1px solid #ccc;
        margin-top: 15px;
        padding-top: 15px;
    }

    .hojin-jissekiList-title {
        width: 68%;
        display: block;
        padding: 0 0 0 15px;
    }

    .hojin-jissekiList-title:after {}

    .hojin-jissekiList-title-number {
        width: 75px;
        height: 20px;
        display: block;
        font-size: 10px;
        line-height: 20px;
    }

    .hojin-jissekiList-title-number strong {
        font-size: 12px;
    }

    .hojin-jissekiList-title-cnt {
        font-size: 12px;
    }

    .hojin-jissekiList-top dl {
        padding-left: 0;
        width: 100%;
        font-size: 10px;
        margin-top: 5px;
    }

    .hojin-jissekiList-top dt {}

    .hojin-jissekiList-top dd {}

    .hojin-jissekiList-taisaku {
        padding: 10px;
    }

    .hojin-jissekiList-taisaku h4 {
        font-size: 10px;
        width: 40%;
        padding-right: 10px;
    }

    .hojin-jissekiList-taisaku-cnt {
        width: 80%;
        padding-left: 10px;
    }

    .hojin-jissekiList-taisaku-checkList {}

    .hojin-jissekiList-taisaku-checkList li {
        font-size: 10px;
        text-indent: -15px;
        padding-left: 15px;
    }

    .hojin-jissekiList-taisaku-checkList li:before {
        width: 10px;
        height: 10px;
        background-size: cover;
        margin-right: 5px;
        /* text-indent: -10px; */
    }

    .hojin-jissekiList-taisaku-arrowList li {
        font-size: 10px;
        text-indent: -11px;
        padding-left: 13px;
    }

    .hojin-jissekiList-taisaku-arrowList li:before {}


    /*hojin-jissekiList-blue*/
    .hojin-jissekiList-blue {
        padding: 20px;
    }

    .hojin-jissekiList-blue-item + .hojin-jissekiList-blue-item {
        margin-top: 20px;
    }

    .hojin-jissekiList-blue-inner {
        padding: 15px 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .hojin-jissekiList-blue-title {
        height: auto;
        font-size: 12px;
        padding: 5px;
    }

    .hojin-jissekiList-blue-img {
        width: 35%;
        float: none;
    }

    .hojin-jissekiList-blue-inner h4 {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .hojin-jissekiList-blue-img + h4 {
        padding-left: 20px;
        width: 65%;
    }

    .hojin-jissekiList-blue-img + h4 + p {
        padding-left: 0;
        padding-top: 10px;
    }

    /*hojin-lineup*/
    .hojin-lineup + .hojin-lineup {
        margin-top: 30px;
        padding-top: 30px;
    }

    .hojin-lineup:last-child {
        margin-bottom: 30px;
    }

    .hojin-lineup-inner {}

    .hojin-lineup-title {
        padding-bottom: 20px;
    }

    .hojin-lineup-title-main {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .hojin-lineup-title-price {
        font-size: 20px;
    }

    .hojin-lineup-title-price small {
        font-size: 10px;
    }

    .hojin-lineup-item {
        padding: 15px 15px 20px;
        margin: 0 auto 20px;
    }

    .hojin-lineup-tonan .hojin-lineup-item {}

    .hojin-lineup-item p {
        padding-bottom: 10px;
    }

    .hojin-lineup-item h4 {
        font-size: 10px;
        width: 180px;
        height: 20px;
        margin-bottom: 15px;
    }

    .hojin-lineup-tokucho {}

    .hojin-lineup-tokucho h4 {
        font-size: 12px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .hojin-lineup-tokuchoList {
        margin: 0 -1% 20px;
        font-size: 10px;
    }

    .hojin-lineup-tokuchoList li {
        width: 31%;
        margin: 0 1%;
    }

    .hojin-lineup-tokuchoList li:nth-child(n + 4) {
        padding-top: 10px;
    }

    .hojin-lineup-tokuchoList figcaption {}

    .hojin-lineup-tokuchoList-check {
        padding-bottom: 20px;
    }

    .hojin-lineup-tokuchoList-check li {
        font-size: 12px;
    }

    .hojin-lineup-tokuchoList-check li:before {
        width: 12px;
        height: 10px;
        background-size: cover !important;
        margin-right: 10px;
    }

    .hojin-lineup-car {}

    .hojin-lineup-car h4 {
        font-size: 12px;
    }

    .hojin-lineup-car h4 span {}

    .hojin-lineup-item-inner {
        display: block;
    }

    .hojin-lineup-item-inner-box:first-child {
        padding-bottom: 50px;
        position: relative;
    }

    .hojin-lineup-item-inner-box:first-child:before {
        top: inherit;
        background-size: 40px;
        bottom: 0;
    }

    .hojin-lineup-item-inner:before {}

    .hojin-cv-text-l {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .hojin-cv-text-m {
        font-size: 10px;
        padding-bottom: 15px;
    }
}

/* ------------------------------------------
  CAR SECURITY
--------------------------------------------- */
.service-nav {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: center;
    height: 67px;
    margin-bottom: 45px;
}

.service-nav li {
    width: 25%;
    padding-left: 10px;
}

.service-nav li a {
    color: #9b9b9b;
}

.service-nav li span {}

.service-nav-item:after {
    display: inline-block;
    border-top: 1px solid;
    border-right: 1px solid;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: relative;
    top: 4px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

.carsecurity-introduction {
    text-align: center;
    max-width: 1040px;
    padding: 0 20px 60px;
    width: 100%;
    margin: 0 auto;
}

.carsecurity-lead {
    padding-bottom: 80px;
    text-align: left;
}

.carsecurity-introduction-img {
    margin-bottom: 50px;
}

.carsecurity-introduction-title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 25px;
}

.carsecurity-introduction-logo {
    padding-bottom: 25px;
}

.carsecurity-item-wrap-viper {
    background: url(../images/carsecurity/carsecurity-item-viper-bg.svg) repeat;
}

.carsecurity-item-wrap-hornet {
    background: url(../images/carsecurity/carsecurity-item-hornet-bg.svg) repeat;
}

[class^="carsecurity-item-wrap-"] {
    padding: 50px 20px;
    background-size: 8px;
}

.security-title-underline {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 55px;
}

.carsecurity-item-wrap-hornet .security-title-underline {
    color: #fff;
}

.security-title-underline span {
    border-bottom: 4px solid;
    padding-bottom: 5px;
}

.security-title-underline strong {
    font-size: 40px;
}

.carsecurity-item-list {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 50px 60px;
}

li[class^="carsecurity-item-list-"] + li {
    padding-top: 50px;
}

.carsecurity-item-list-separate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carsecurity-item-list-img {
    width: 36%;
}

.carsecurity-item-list-text {
    width: 64%;
    padding-right: 45px;
}

.carsecurity-item-wrap-viper .carsecurity-item-list li:nth-child(2),
.carsecurity-item-wrap-viper .carsecurity-item-list li:nth-child(5),
.carsecurity-item-wrap-hornet .carsecurity-item-list li:nth-child(2),
.carsecurity-item-wrap-hornet .carsecurity-item-list li:nth-child(4) {
    flex-direction: row-reverse;
}

.carsecurity-item-wrap-viper .carsecurity-item-list li:nth-child(2) .carsecurity-item-list-text,
.carsecurity-item-wrap-viper .carsecurity-item-list li:nth-child(5) .carsecurity-item-list-text,
.carsecurity-item-wrap-hornet .carsecurity-item-list li:nth-child(2) .carsecurity-item-list-text,
.carsecurity-item-wrap-hornet .carsecurity-item-list li:nth-child(4) .carsecurity-item-list-text {
    padding-left: 45px;
    padding-right: 0;
}

.carsecurity-item-list-title {
    padding-bottom: 20px;
    line-height: 1;
}

.carsecurity-item-wrap-viper .carsecurity-item-list-title-number {
    color: #ffcc00;
}

.carsecurity-item-wrap-hornet .carsecurity-item-list-title-number {
    color: #ce000f;
}

.carsecurity-item-list-title-number {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 64px;
    padding-right: 10px;
}

.carsecurity-item-list-title-cnt {
    font-weight: 700;
    font-size: 24px;
}

.carsecurity-item-list-checkList {
    padding: 40px 0 0 50px;
}

.carsecurity-item-list-checkList li {
    text-indent: -26px;
}

.carsecurity-item-list-checkList + p {
    padding-top: 40px;
}

.carsecurity-item-list-checkList li + li {
    padding-top: 10px;
}

.carsecurity-item-list-checkList li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-common-strength-list.webp) no-repeat center;
    margin-right: 10px;
}

.viper-plan {
    background: #f4f4f4;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 60px;
}

.viper-plan .security-title-underline {
    margin-bottom: 30px;
}

.viper-plan p {
    padding-bottom: 45px;
}

.viper-plan-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto 50px;
}

.viper-plan-btn {
    width: 290px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viper-plan-list li {
    margin: 0 5px;
    width: 30%;
}

.viper-plan-list span {
    color: #8f8f8f;
    border: 1px solid;
}

.viper-plan-list a {
    overflow: hidden;
    display: block;
}

.viper-plan-list a img {
    transition: all 0.3s ease-out;
}

.viper-plan-list a:hover {
    opacity: 1;
}

.viper-plan-list a:hover img {
    transform: scale(1.1);
}

.viper-plan-list li:nth-child(n + 4) {
    margin-top: 15px;
}

/*carsecurity-insurance*/
.carsecurity-insurance-introduction {
    text-align: center;
    padding-bottom: 70px;
}

.carsecurity-insurance-lead-l {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
}

.carsecurity-insurance-lead-s {
    padding-bottom: 25px;
}

.carsecurity-insurance-list h4 {
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.carsecurity-insurance-list-logos {
    display: flex;
    padding-top: 15px;
}

.carsecurity-insurance-list-logos li + li {
    margin-left: 15px;
}

.carsecurity-insurance-list-item + .carsecurity-insurance-list-item {
    padding-top: 35px;
}

.carsecurity-insurance-list-item-list {
    padding-left: 10px;
}

.carsecurity-insurance-list-item-list li {
    text-indent: -10px;
}

.carsecurity-insurance-btn {
    text-align: center;
    padding: 50px 20px;
}

.carsecurity-sodan-lead {
    text-align: center;
    padding-bottom: 40px;
}

.carsecurity-sodan-step {
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto 70px;
}

.carsecurity-sodan-step-item-inner {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    padding: 35px;
}

.carsecurity-sodan-step-item + .carsecurity-sodan-step-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: url(../images/carsecurity/icon-step-arrow.svg) no-repeat center center;
}

.carsecurity-sodan-step-item-img {
    width: 185px;
}

.carsecurity-sodan-step-item-text {
    width: calc(100% - 180px);
    padding-left: 35px;
}

.carsecurity-sodan-step-item-text h4 {
    line-height: 1;
    color: #202a90;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.carsecurity-sodan-step-item-text h4 strong {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 32px;
    padding-right: 10px;
}

.carsecurity-step-btn {
    text-align: center;
}

.carsecurity-step-btn p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
    .service-nav {
        flex-wrap: wrap;
        height: auto;
        font-size: 10px;
        margin-bottom: 25px;
    }

    .service-nav li {
        width: 50%;
        padding: 0;
    }

    .service-nav {
        position: relative;
    }

    .service-nav:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
    }

    .service-nav:after {
        content: "";
        width: 2px;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 0;
    }

    .service-nav-item {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
    }

    .service-nav li a {}

    .service-nav li span {
        background: #222222;
        color: #fff;
    }

    .service-nav-item:after {
        width: 6px;
        height: 6px;
        top: 3px;
        margin-left: 5px;
    }

    .carsecurity-introduction {
        padding: 0 20px 40px;
    }

    .carsecurity-lead {
        padding-bottom: 40px;
    }

    .carsecurity-introduction-img {
        margin-bottom: 25px;
    }

    .carsecurity-introduction-title {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .carsecurity-introduction-logo {
        padding-bottom: 25px;
    }

    .carsecurity-introduction-logo img {
        width: 110px;
        height: auto;
    }

    .carsecurity-introduction p {
        text-align: left;
    }

    .carsecurity-item-wrap-viper {}

    .carsecurity-item-wrap-hornet {}

    [class^="carsecurity-item-wrap-"] {
        padding: 25px 20px;
    }

    .security-title-underline {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .carsecurity-item-wrap-hornet .security-title-underline {}

    .security-title-underline span {
        border-bottom: 3px solid;
        padding-bottom: 7px;
    }

    .security-title-underline strong {
        font-size: 20px;
    }

    .carsecurity-item-list {
        padding: 20px 20px 30px;
    }

    li[class^="carsecurity-item-list-"] + li {
        padding-top: 25px;
    }

    .carsecurity-item-list-separate {
        display: block;
    }

    .carsecurity-item-list-img {
        width: 100%;
    }

    .carsecurity-item-list-text {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .carsecurity-item-wrap-viper .carsecurity-item-list li:nth-child(2),
    .carsecurity-item-wrap-viper .carsecurity-item-list li:nth-child(5),
    .carsecurity-item-wrap-hornet .carsecurity-item-list li:nth-child(2),
    .carsecurity-item-wrap-hornet .carsecurity-item-list li:nth-child(4) {}

    .carsecurity-item-wrap-viper .carsecurity-item-list li:nth-child(2) .carsecurity-item-list-text,
    .carsecurity-item-wrap-viper .carsecurity-item-list li:nth-child(5) .carsecurity-item-list-text,
    .carsecurity-item-wrap-hornet .carsecurity-item-list li:nth-child(2) .carsecurity-item-list-text,
    .carsecurity-item-wrap-hornet .carsecurity-item-list li:nth-child(4) .carsecurity-item-list-text {
        padding-left: 0;
        padding-right: 0;
    }

    .carsecurity-item-list-title {
        padding-bottom: 15px;
    }

    .carsecurity-item-wrap-viper .carsecurity-item-list-title-number {}

    .carsecurity-item-wrap-hornet .carsecurity-item-list-title-number {}

    .carsecurity-item-list-title-number {
        font-size: 32px;
        padding-right: 5px;
    }

    .carsecurity-item-list-title-cnt {
        font-size: 14px;
    }

    .carsecurity-item-list-checkList {
        padding: 20px 0 0 20px;
    }

    .carsecurity-item-list-checkList + p {
        padding-top: 20px;
    }

    .carsecurity-item-list-checkList li {
        text-indent: -20px;
    }

    .carsecurity-item-list-checkList li + li {}

    .carsecurity-item-list-checkList li:before {
        width: 10px;
        height: 10px;
        margin-right: 5px;
        background-size: cover;
    }

    .viper-plan {
        padding: 40px 20px;
        margin-bottom: 40px;
    }

    .viper-plan .security-title-underline {
        margin-bottom: 20px;
    }

    .viper-plan p {
        padding-bottom: 25px;
    }

    .viper-plan-list {
        margin: 0 -1% 30px;
    }

    .viper-plan-btn {
        width: 100%;
    }

    .viper-plan-list li {
        width: 48%;
        margin: 0 1%;
    }

    .viper-plan-list span {}

    .viper-plan-list a {}

    .viper-plan-list a:hover {}

    .viper-plan-list li:nth-child(n + 3) {
        margin-top: 2%;
    }

    .viper-plan-list img {
        width: 100%;
        height: auto;
    }

    /*carsecurity-insurance*/
    .carsecurity-insurance-introduction {
        padding-bottom: 35px;
    }

    .carsecurity-insurance-lead-l {
        font-size: 22px;
    }

    .carsecurity-insurance-lead-s {}

    .carsecurity-insurance-list h4 {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .carsecurity-insurance-list-logos {
        padding-top: 10px;
    }

    .carsecurity-insurance-list-logos li + li {}

    .carsecurity-insurance-list-item + .carsecurity-insurance-list-item {}

    .carsecurity-insurance-list-item-list {}

    .carsecurity-insurance-list-item-list li {}

    .carsecurity-insurance-btn {
        padding: 25px 20px;
    }

    .carsecurity-sodan-lead {
        text-align: left;
        padding-bottom: 20px;
    }

    .carsecurity-sodan-step {
        padding: 0;
        margin: 0 auto 30px;
    }

    .carsecurity-sodan-step-item-inner {
        display: block;
        text-align: center;
        padding: 25px;
    }

    .carsecurity-sodan-step-item + .carsecurity-sodan-step-item:before {
        background-size: 30px;
        height: 70px;
    }

    .carsecurity-sodan-step-item-img {
        display: inline-block;
        margin-bottom: 20px;
        width: 100px;
    }

    .carsecurity-sodan-step-item-text {
        width: 100%;
        padding: 0;
    }

    .carsecurity-sodan-step-item-text h4 {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .carsecurity-sodan-step-item-text h4 strong {
        font-size: 16px;
        padding-right: 5px;
    }

    .carsecurity-step-btn {}

    .carsecurity-step-btn p {
        font-size: 12px;
        padding-bottom: 10px;
    }
}

/* ------------------------------------------
  HOMESECURITY
--------------------------------------------- */
.homesecurity-introduction {
    max-width: 1040px;
    padding: 0 20px 50px;
    margin: 0 auto;
}

.homesecurity-lead {
    padding-bottom: 30px;
}

.homesecurity-introduction-cnt {
    display: flex;
    justify-content: space-between;
}

.homesecurity-introduction-img {
    width: 50%;
}

.homesecurity-introduction-text {
    width: 50%;
    padding-left: 40px;
}


.homesecurity-introduction-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.homesecurity-introduction-text-item + .homesecurity-introduction-text-item {
    padding-top: 50px;
}

.homesecurity-introduction-text-item ul {
    padding-top: 25px;
}

.homesecurity-introduction-text-item ul li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/homesecurity/introduction-check-icon.svg) no-repeat;
    background-size: cover;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.homesecurity-garage-text {
    padding-bottom: 40px;
}

.homesecurity-garage-img {
    padding-bottom: 40px;
    text-align: center;
}

.homesecurity-tokucho-top {
    background: #f4f4f4;
    padding: 50px 20px 60px;
}

.homesecurity-tokucho-top-list {
    max-width: 900px;
    padding: 60px 110px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
}

.homesecurity-tokucho-top-list li {
    text-indent: -26px;
    color: #202a90;
    font-size: 24px;
    font-weight: 700;
}

.homesecurity-tokucho-top-list li + li {
    padding-top: 15px;
}

.homesecurity-tokucho-top-list li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-common-strength-list.webp) no-repeat center;
    margin-right: 15px;
    background-size: cover;
    position: relative;
    top: 2px;
}

.homesecurity-tokucho-bottom {
    padding: 60px;
    text-align: center;

}

.homesecurity-tokucho-bottom ul {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px 50px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
}

.homesecurity-tokucho-bottom-img {
    display: inline-block;
    margin-bottom: 30px;
}

.homesecurity-tokucho-bottom li {
    width: 46%;
    margin: 0 15px;
    font-weight: 700;
}

.homesecurity-tokucho-bottom li:last-child {
    margin-top: 50px;
}

.homesecurity-function {
    padding: 70px 0 0 0;
}

.homesecurity-function ul {
    max-width: 940px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.homesecurity-function li {
    width: 47%;
}

.homesecurity-function li:nth-child(n + 3) {
    padding-top: 50px;
}

.homesecurity-function-img {
    width: 100%;
    margin-bottom: 20px;
}

.homesecurity-anshin {
    display: flex;
    justify-content: space-between;
}

.homesecurity-anshin-text {
    width: 41%;
}

.homesecurity-anshin-img {
    width: 54%;
}

.homesecurity-anshin p {
    padding-bottom: 30px;
}

.homesecurity-anshin .btn-black {
    max-width: 100%;
    height: 60px;
    width: 380px;
    margin-top: 20px;
}

.homesecurity-genjo-lead {
    padding-bottom: 50px;
}

.homesecurity-toritsuke-lead {
    padding-bottom: 40px;
}

.homesecurity-toritsuke-list {
    background: #c9e2ed;
    padding: 45px;
    margin-bottom: 50px;
}

.homesecurity-toritsuke-list-item {
    background: #fff;
    padding: 30px;
}

.homesecurity-toritsuke-list-item + .homesecurity-toritsuke-list-item {
    margin-top: 30px;
}

.homesecurity-toritsuke-list-item-inner {
    display: flex;
    justify-content: space-between;
}

.homesecurity-toritsuke-list-item h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.homesecurity-toritsuke-list-item h3:before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    background-size: cover;
}

.homesecurity-toritsuke-list-title-home:before {
    background: url(../images/homesecurity/toritsuke-home-icon.svg) no-repeat;
    width: 48px;
    height: 51px;
}

.homesecurity-toritsuke-list-title-office:before {
    background: url(../images/homesecurity/toritsuke-office-icon.svg) no-repeat;
    width: 35px;
    height: 50px;
}

.homesecurity-toritsuke-list-item-text ul {
    padding-left: 30px;
}

.homesecurity-toritsuke-list-item li {
    text-indent: -26px;
}

.homesecurity-toritsuke-list-item li + li {
    padding-top: 5px;
}

.homesecurity-toritsuke-list-item li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-common-strength-list.webp) no-repeat center;
    margin-right: 15px;
    background-size: cover;
    position: relative;
    top: 2px;
}

.homesecurity-toritsuke-list-item li span {
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .homesecurity-introduction {
        padding: 0 20px 30px;
    }

    .homesecurity-lead {
        padding-bottom: 25px;
    }

    .homesecurity-introduction-cnt {
        display: block;
    }

    .homesecurity-introduction-img {
        margin: 0 auto 20px;
        width: 75%;
    }

    .homesecurity-introduction-text {
        width: 100%;
        padding-left: 0;
    }

    .homesecurity-introduction-title {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .homesecurity-introduction-text-item + .homesecurity-introduction-text-item {
        padding-top: 25px;
    }

    .homesecurity-introduction-text-item ul {
        padding-top: 20px;
    }

    .homesecurity-introduction-text-item ul li:before {
        width: 12px;
        height: 12px;
        top: 2px;
        margin-right: 5px;
    }

    .homesecurity-garage-text {
        padding-bottom: 20px;
    }

    .homesecurity-garage-img {
        padding-bottom: 20px;
    }

    .homesecurity-tokucho-top {
        padding: 30px 20px 40px;
    }

    .homesecurity-tokucho-top-list {
        border-radius: 10px;
        padding: 20px 20px 20px 40px;
    }

    .homesecurity-tokucho-top-list li {
        font-size: 12px;
        text-indent: -22px;
    }

    .homesecurity-tokucho-top-list li + li {}

    .homesecurity-tokucho-top-list li:before {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }

    .homesecurity-tokucho-bottom {
        padding: 30px 20px;
    }

    .homesecurity-tokucho-bottom ul {
        padding: 20px;
    }

    .homesecurity-tokucho-bottom-img {
        margin-bottom: 15px;
    }

    .homesecurity-tokucho-bottom li {
        margin: 0 2%;
        width: 100%;
        font-size: 14px;
        letter-spacing: 0;
    }

    .homesecurity-tokucho-bottom li:last-child {
        margin-top: 25px;
        width: 100%;
    }

    .homesecurity-tokucho-bottom li:last-child .homesecurity-tokucho-bottom-img {
        width: 100%;
    }

    .homesecurity-function {
        padding: 30px 0 0 0;
    }

    .homesecurity-function ul {
        padding: 0 auto 25px;
    }

    .homesecurity-function li {}

    .homesecurity-function li:nth-child(n + 3) {
        padding-top: 25px;
    }

    .homesecurity-function-img {}

    .homesecurity-anshin {
        display: block;
    }

    .homesecurity-anshin-text {
        width: 100%;
        padding-bottom: 25px;
        text-align: center;
    }

    .homesecurity-anshin-img {
        width: 100%;
    }

    .homesecurity-anshin p {
        padding-bottom: 20px;
        text-align: left;
    }

    .homesecurity-anshin .btn-black {
        width: 80vw;
        max-width: 342px;
        height: 40px;
        border-radius: 5px;
        margin: 20px auto 0;
    }

    .homesecurity-genjo-lead {
        padding-bottom: 25px;
    }

    .homesecurity-toritsuke-lead {
        padding-bottom: 25px;
    }

    .homesecurity-toritsuke-list {
        padding: 20px;
        margin-bottom: 25px;
    }

    .homesecurity-toritsuke-list-item {
        padding: 15px;
    }

    .homesecurity-toritsuke-list-item + .homesecurity-toritsuke-list-item {}

    .homesecurity-toritsuke-list-item-inner {
        display: block;
    }

    .homesecurity-toritsuke-list-item h3 {
        font-size: 13px;
        padding-bottom: 15px;
        line-height: 1.4;
    }

    .homesecurity-toritsuke-list-item h3:before {
        margin-right: 15px;
    }

    .homesecurity-toritsuke-list-title-home:before {
        width: 31px;
        height: 35px;
    }

    .homesecurity-toritsuke-list-title-office:before {
        width: 25px;
        height: 35px;
    }

    .homesecurity-toritsuke-list-item-text {
        padding-bottom: 25px;
    }

    .homesecurity-toritsuke-list-item-text ul {
        padding-left: 0;
    }

    .homesecurity-toritsuke-list-item li {
        text-indent: 0;
    }

    .homesecurity-toritsuke-list-item li + li {
        padding-top: 10px;
    }

    .homesecurity-toritsuke-list-item li:before {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }

    .homesecurity-toritsuke-list-item li span {
        display: block;
        font-size: 11px;
        padding-left: 21px;
        line-height: 1.3;
    }

}

/* ------------------------------------------
  PERSONAL SECURITY
--------------------------------------------- */
.personalsecurity-safety {
    background: #f4f4f4;
    padding: 60px 0 80px;
}

.personalsecurity-introduction {
    max-width: 1040px;
    padding: 0 20px 50px;
    margin: 0 auto;
}

.personalsecurity-lead {
    padding-bottom: 30px;
}

.personalsecurity-introduction-img {
    display: flex;
    justify-content: space-between;
}

.personalsecurity-introduction-img img {
    width: 47%;
}

.personalsecurity-safety-list {
    max-width: 1040px;
    padding: 0 20px 50px;
    margin: 0 auto;
}

.personalsecurity-safety-list-item {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.personalsecurity-safety-text {
    width: 61%;
}

.personalsecurity-safety-img {
    width: 32%;
}

.personalsecurity-safety-list-item + .personalsecurity-safety-list-item {
    margin-top: 20px;
}

.personalsecurity-safety-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    border-left: 10px solid #89bd59;
    margin-bottom: 20px;
    padding-left: 15px;
}

.personalsecurity-safety-text ul {
    padding-left: 10px;
}

.personalsecurity-safety-text li {
    text-indent: -10px;
}

.personalsecurity-safety-lead-l {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #86bd56;
    padding-bottom: 5px;
}

.personalsecurity-safety-lead-s {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.personalsecurity-service-item {
    text-align: center;
}

.personalsecurity-service-item + .personalsecurity-service-item {
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding-top: 60px;
}

.personalsecurity-service-item-title {
    padding-bottom: 20px;
}

.personalsecurity-service-item-title-green {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #8cbd5b;
    padding-bottom: 20px;
}

.personalsecurity-service-item-title-cnt {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.personalsecurity-service-lead {
    padding-bottom: 35px;
}

.personalsecurity-service-item-img {
    margin-bottom: 30px;
}

.personalsecurity-cv {
    text-align: center;
}

.personalsecurity-cv-copy-l {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 5px;
}

.personalsecurity-cv-copy-m {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 20px;
}

.personalsecurity-service-item-tokucho {
    display: inline-block;
    max-width: 740px;
    text-align: left;
    padding-bottom: 60px;
}

.personalsecurity-service-item-tokucho h4 {
    font-size: 24px;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.personalsecurity-service-item-tokucho ul {
    padding-left: 10px;
}

.personalsecurity-service-item-tokucho li {
    text-indent: -10px;
}

.security-donyu-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}

.security-donyu-list-item {
    width: 42%;
    border: 1px solid #ccc;
    margin: 0px 20px 45px;
    padding: 25px;
}

.security-donyu-list-item h3 {
    padding-bottom: 20px;
}

.security-donyu-list-item h3 small {
    color: #8cbd5b;
    display: block;
}

.security-donyu-list-item h3 span {
    line-height: 1.4;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.security-donyu-list-item ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
    .personalsecurity-safety {}

    .personalsecurity-introduction {
        padding: 0 20px 30px;
    }

    .personalsecurity-lead {
        padding-bottom: 20px;
    }

    .personalsecurity-introduction-img {}

    .personalsecurity-introduction-img img {}

    .personalsecurity-safety {
        padding: 30px 0 40px;
    }

    .personalsecurity-safety-list {
        padding: 0 20px 25px;
    }

    .personalsecurity-safety-list-item {
        display: block;
        padding: 25px 20px;
    }

    .personalsecurity-safety-text {
        width: 100%;
        padding-bottom: 20px;
    }

    .personalsecurity-safety-img {
        width: 100%;
    }

    .personalsecurity-safety-list-item + .personalsecurity-safety-list-item {}

    .personalsecurity-safety-text h3 {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        border-left: 4px solid #89bd59;
        margin-bottom: 10px;
        padding-left: 8px;
    }

    .personalsecurity-safety-text ul {
        padding-left: 7px;
    }

    .personalsecurity-safety-text li {
        text-indent: -7px;
    }

    .personalsecurity-safety-lead-l {
        font-size: 16px;
        line-height: 1.5;
    }

    .personalsecurity-safety-lead-s {
        font-size: 12px;
    }

    .personalsecurity-service-item {}

    .personalsecurity-service-item + .personalsecurity-service-item {
        margin-top: 30px;
        padding-top: 30px;
    }

    .personalsecurity-service-item-title {
        padding-bottom: 10px;
    }

    .personalsecurity-service-item-title-green {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .personalsecurity-service-item-title-cnt {
        font-size: 16px;
    }

    .personalsecurity-service-lead {
        padding-bottom: 15px;
        text-align: left;
    }

    .personalsecurity-service-item-img {
        margin-bottom: 15px;
    }

    .personalsecurity-cv {}

    .personalsecurity-cv-copy-l {
        font-size: 16px;
    }

    .personalsecurity-cv-copy-m {
        font-size: 10px;
        padding-bottom: 10px;
    }

    .personalsecurity-service-item-tokucho {
        padding-bottom: 30px;
    }

    .personalsecurity-service-item-tokucho h4 {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .personalsecurity-service-item-tokucho ul {}

    .personalsecurity-service-item-tokucho li {}

    .security-donyu-list {
        display: block;
        margin: 15px 0 20px;
    }

    .security-donyu-list-item {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .security-donyu-list-item + .security-donyu-list-item {
        margin-top: 20px;
    }

    .security-donyu-list-item h3 {}

    .security-donyu-list-item h3 small {
        padding-bottom: 5px;
    }

    .security-donyu-list-item h3 span {
        font-size: 16px;
    }

    .security-donyu-list-item li {
        width: 47%;
    }
}

/* ------------------------------------------
  ANSHIN SUPPORT
--------------------------------------------- */
.anshin-introduction {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5;
}

.anshin-introduction-img {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #ea5513;
    border-radius: 20px;
    padding: 35px;
}

.anshin-service-list-item {
    background: #faf2ee;
    padding: 25px;
}

.anshin-service-list-item + .anshin-service-list-item {
    margin-top: 20px;
}

.anshin-service-list-item-title {
    padding-bottom: 20px;
    line-height: 1;
}

.anshin-service-list-item-title-number {
    background: #ea5513;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    margin-right: 10px;
}

.anshin-service-list-item-title-number strong {
    font-size: 24px;
}

.anshin-service-list-item-title-cnt {
    font-size: 24px;
    font-weight: 700;
    color: #ea5513;
}

.anshin-service-list-item p {
    padding-bottom: 15px;
}

.anshin-service-list-item dl {
    display: flex;
    line-height: 1;
    align-items: center;
}

.anshin-service-list-item dt {
    padding-right: 15px;
}

[class^="anshin-service-list-item-member-"] {
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.anshin-service-list-item-member-premium {
    background: #cdaf69;
}

.anshin-service-list-item-member-normal {
    background: #66b5d3;
}

.anshin-service-list-item-notice {
    font-size: 12px;
    padding-bottom: 20px;
    font-weight: 400;
}

.anshin-service-list-item-taisho {
    background: #fff;
    padding: 20px 30px;
    margin-top: 20px;
}

.anshin-service-list-item-taisho h4 {
    border-left: 4px solid #ea5513;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 15px;
}


/* anshin-memberType-table */
.anshin-memberType-table {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1;
}

.anshin-memberType-table th {
    width: 33.333%;
    color: #fff;
    text-align: center;
}

.anshin-memberType-table-premium {
    background: #cdaf69;
}

.anshin-memberType-table-normal {
    background: #66b5d3;
}

.anshin-memberType-table tr {
    border-bottom: 1px solid #ccc;
}

.anshin-memberType-table tr td:first-child {
    background: #f8f8f8;
}

.anshin-memberType-table tr td,
.anshin-memberType-table tr th {
    padding: 15px 35px;
}

.anshin-memberType-table tr td:nth-child(2),
.anshin-memberType-table tr td:nth-child(3) {
    text-align: center;
    font-weight: 700;
}

/* anshin-kanyu-getsu-table */

.anshin-kanyu-getsu-table-wrap {}

.anshin-kanyu-getsu-table {
    width: 900px;
    margin: 0 auto;
    line-height: 1;
    font-weight: 700;
}

.anshin-kanyu-getsu-table th {
    width: 128.5px;
    color: #fff;
    background: #ea5513;
}

.anshin-kanyu-getsu-table th,
.anshin-kanyu-getsu-table td {
    padding: 25px 15px;
    text-align: center;
}

.anshin-kanyu-getsu-table tr:nth-child(1) {
    background: #fff;
}

.anshin-kanyu-getsu-table tr:nth-child(2) {
    background: #f8f8f8;
}

.anshin-kanyu-getsu-table tr td:nth-child(n+2) {
    font-weight: 500;
}

/*anshin-taisho*/
.anshin-taisho-title {
    background: #211816;
    color: #fff;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 20px;
}

.anshin-taisho-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    text-align: center;
}

.anshin-taisho-list li {
    margin: 0 10px;
}

.anshin-taisho-list li:nth-child(n+7) {
    margin-top: 20px;
}

.anshin-taisho-list li a {
    color: #0033cc;
    text-decoration: underline;
}

.anshin-taisho-list + .anshin-taisho-title {
    margin-top: 30px;
}

/*anshin-apply*/
.anshin-apply-step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 55px;
    text-align: center;
}

li[class^="anshin-apply-step-item"] {
    max-width: 30.5%;
    width: 305px;
}

li[class^="anshin-apply-step-item"]:nth-child(n+4) {
    margin-top: 100px;
}

.anshin-apply-step-item .anshin-apply-step-item-inner {
    height: 100%;
}

[class^="anshin-apply-step-item-inner"] {
    border-radius: 10px;
    padding: 20px 15px;
}

.anshin-apply-step-item-inner,
.anshin-apply-step-item-inner-only-title {
    border: 2px solid #ea5513;
    background: #fff;
}

.anshin-apply-step-item-inner-only-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.anshin-apply-step-title {
    padding-bottom: 15px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anshin-apply-step-item-inner-only-title .anshin-apply-step-title {
    padding-bottom: 0;
}

.anshin-apply-step-item-inner-only-title .anshin-apply-step-title {
    padding-bottom: 0;
}

.anshin-apply-step-title-cnt {
    font-size: 20px;
    font-weight: 700;
    color: #ea5513;
    display: inline-block;
    text-align: left;
}

.anshin-apply-step-title-number {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #ea5513;
    color: #fff;
    position: relative;
    top: 0px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.anshin-apply-step-item-inner p {
    font-size: 14px;
    line-height: 1.5;
}

.anshin-apply-step-fubi {
    margin-top: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.anshin-apply-step-fubi-title {
    background: #dcdcdc;
    padding: 8px 8px 10px;
    line-height: 1;
}

.anshin-apply-step-fubi-cnt {
    padding: 8px 8px 10px;
}

.anshin-apply-step-item-bunki {
    position: relative;
}

.anshin-apply-step-item-bunki [class^="anshin-apply-step-item-inner"] {
    position: absolute;
    width: 100%;
}

.anshin-apply-step-item-bunki .bunki-ok {
    top: 0;
}

.anshin-apply-step-item-bunki .bunki-ng {
    bottom: 0;
    line-height: 1;
}


.anshin-apply-step-item-inner-ng {
    background: #999999;
    color: #fff;
    border: 2px solid #999999;
}

.anshin-apply-step-ng-title {
    padding-bottom: 10px;
}

.anshin-apply-step-ng-cnt {
    font-size: 24px;
}

.arrow-orange,
.arrow-gray,
.arrow-orange-long {
    position: relative;
}

.arrow-orange:before,
.arrow-gray:before {
    content: "";
    display: block;
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1;
}

.arrow-orange:before {
    background: url(../images/anshinsupport/apply-arrow-orange-pc.svg) no-repeat center;
}

.arrow-gray:before {
    background: url(../images/anshinsupport/apply-arrow-gray-pc.svg) no-repeat center;
}

.arrow-orange-long:before {
    content: "";
    display: block;
    width: 1000px;
    height: 100px;
    position: absolute;
    top: -104px;
    left: 0;
    z-index: -1;
    background: url(../images/anshinsupport/apply-arrow-orange-long-pc.svg) no-repeat center;
}

.anshin-common-box + .anshin-common-box {
    padding-top: 60px;
}

.anshin-common-box-ol {
    padding-left: 50px;
}

.anshin-common-box-ol-listItem {
    text-indent: -14px;
}

.anshin-common-box-ol-number {
    display: inline-block;
    padding-right: 10px;
}

.anshin-btn-wrap {
    text-align: center;
    padding: 50px 20px 0;
}

.anshin-common-box-list-title {
    font-size: 20px;
    font-weight: 700;
}

.anshin-common-box-list {
    padding-left: 20px;
}

.anshin-common-box-list > li + li {
    padding-top: 25px;
}

/*faq*/
.anshin-faq-list {
    border-bottom: 1px dashed #ccc;
}

.anshin-faq-list-accordionTrigger {
    position: relative;
    padding: 15px 60px 15px 42px;
    text-indent: -42px;
}

.anshin-faq-list-accordionTrigger:hover {
    cursor: pointer;
}

.anshin-faq-list-accordionTrigger:after,
.anshin-faq-list-accordionTrigger:before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border: 0;
    background: #ea5513;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.anshin-faq-list-accordionTrigger:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.anshin-faq-list-accordionTrigger + .anshin-faq-list-accordionCnt {
    display: none;
    padding: 20px 30px;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.anshin-faq-list-accordionTrigger.is-open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.anshin-faq-list-accordionTrigger.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.anshin-faq-list-accordionTrigger.is-open + .anshin-faq-list-accordionCnt {
    display: block;
}

.anshin-faq-list-accordionCnt + .anshin-faq-list-accordionTrigger {
    border-top: 1px dashed #ccc;
}

.anshin-faq-list-questionIcon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #ea5513;
    color: #fff;
    position: relative;
    top: 0px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-bottom: 4px;
    text-indent: initial;
}

.anshin-notice-list {
    background: #fef4ef;
    padding: 30px 35px;
}

.anshin-notice-list-item {
    background: #fff;
}

.anshin-notice-list-item + .anshin-notice-list-item {
    margin-top: 30px;
}

.anshin-notice-list-item-title {
    background: #ea5513;
    color: #fff;
    font-size: 24px;
    padding: 15px 20px;
}

.anshin-notice-list-item-inner {
    padding: 25px 40px;
}

.anshin-notice-list-item-inner-title {
    border-left: 5px solid #ea5513;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 10px;
}

.anshin-notice-list-item-inner ul {
    padding-left: 9px;
}

.anshin-notice-list-item-inner li {
    text-indent: -9px;
}

.anshin-notice-list-item-inner li + li {
    padding-top: 5px;
}

.anshin-taikai-text {
    padding-bottom: 30px;
}

.anshin-taikai-btn-wrap {
    display: flex;
}

.anshin-taikai-btn-wrap li + li {
    padding-left: 25px;
}

.anshin-taikai-btn {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    position: relative;
    font-weight: 700;
    line-height: 1;
    border-radius: 3px;
    max-width: 100%;
    min-height: 70px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    border: 1px solid;
    padding: 0 60px 0 30px;
}

.anshin-taikai-btn:after {
    border-top: 2px solid;
    border-right: 2px solid;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
}

.anshin-cv {
    background: #fef4ef;
    padding: 30px 20px;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}

.anshin-cv p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.anshin-cv-btn-list {
    display: flex;
    justify-content: center;
}

.anshin-cv-btn-list li {
    width: 43%;
    margin: 0 15px;
}

.anshin-cv-btn-list a {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .anshin-introduction {
        font-size: 14px;
        padding-bottom: 15px;
        letter-spacing: 0;
    }

    .anshin-introduction-img {
        border-radius: 10px;
        padding: 15px 10px;
    }

    .anshin-service-list-item {
        padding: 20px;
    }

    .anshin-service-list-item + .anshin-service-list-item {
        margin-top: 15px;
    }

    .anshin-service-list-item-title {
        padding-bottom: 15px;
    }

    .anshin-service-list-item-title-number {
        font-size: 10px;
        padding: 3px 5px;
        margin-right: 5px;
    }

    .anshin-service-list-item-title-number strong {
        font-size: 12px;
    }

    .anshin-service-list-item-title-cnt {
        font-size: 12px;
    }

    .anshin-service-list-item p {
        padding-bottom: 12px;
        line-height: 1.5;
    }

    .anshin-service-list-item dl {}

    .anshin-service-list-item dt {
        padding-right: 10px;
    }

    [class^="anshin-service-list-item-member-"] {
        height: 20px;
    }

    .anshin-service-list-item-member-premium {}

    .anshin-service-list-item-member-normal {}

    .anshin-service-list-item-notice {}

    .anshin-service-list-item-taisho {
        padding: 15px 15px;
    }

    .anshin-service-list-item-taisho li + li {}

    .anshin-service-list-item-taisho h4 {
        margin-bottom: 10px;
    }

    .anshin-memberType-table {
        letter-spacing: 0;
        font-size: 7px;
        width: 100%;
    }

    .anshin-memberType-table th {}

    .anshin-memberType-table-premium {}

    .anshin-memberType-table-normal {}

    .anshin-memberType-table tr {}

    .anshin-memberType-table tr td:first-child {}

    .anshin-memberType-table tr td,
    .anshin-memberType-table tr th {
        padding: 10px 8px;
    }

    .anshin-memberType-table tr td:nth-child(2),
    .anshin-memberType-table tr td:nth-child(3) {}

    .anshin-kanyu-getsu-table-wrap {
        width: 100%;
        overflow-x: scroll;
    }

    .anshin-kanyu-getsu-table {
        width: 630px;
    }

    .anshin-kanyu-getsu-table th {}

    .anshin-kanyu-getsu-table th,
    .anshin-kanyu-getsu-table td {
        padding: 10px 8px;
        width: 90px;
    }

    .anshin-kanyu-getsu-table th,
    .anshin-kanyu-getsu-table td {
        padding: 10px 8px;
    }

    .anshin-kanyu-getsu-table tr:nth-child(1) {}

    .anshin-kanyu-getsu-table tr:nth-child(2) {}

    .anshin-kanyu-getsu-table tr td:nth-child(n+2) {}

    .anshin-taisho-title {
        font-size: 12px;
        padding: 8px 10px;
        margin-bottom: 10px;
    }

    .anshin-taisho-list {
        margin: 0 -1vw;
        line-height: 1.25;
    }

    .anshin-taisho-list li {
        width: 20vw;
        margin: 0 1vw;
    }

    /*.anshin-taisho-list li:nth-child(n+4) {
        margin-top: 15px;
    }*/

    .anshin-service-list-item-taisho .anshin-taisho-list li:nth-child(n+4) {
        margin-top: 10px;
    }

    .anshin-taisho-list li:nth-child(n+5) {
        margin-top: 10px;
    }

    .anshin-taisho-list li:nth-child(n+7) {}

    .anshin-taisho-list li a {}

    .anshin-taisho-list + .anshin-taisho-title {
        margin-top: 20px;
    }

    .anshin-apply-step {
        display: block;
        margin-bottom: 25px;
    }

    li[class^="anshin-apply-step-item"] {
        width: 100%;
        max-width: none;
    }

    li[class^="anshin-apply-step-item"] + li {
        margin-top: 30px;
    }

    li[class^="anshin-apply-step-item"]:nth-child(n+4) {
        margin-top: 30px;
    }

    .anshin-apply-step-item .anshin-apply-step-item-inner {}

    [class^="anshin-apply-step-item-inner"] {
        border-radius: 5px;
        padding: 15px 15px 10px;
    }

    .anshin-apply-step-item-inner,
    .anshin-apply-step-item-inner-only-title {
        justify-content: flex-start;
        padding: 10px 15px 10px;
    }

    .anshin-apply-step-item-inner-only-title {}

    .anshin-apply-step-title {
        padding-bottom: 10px;
    }

    .anshin-apply-step-item-inner-only-title .anshin-apply-step-title {}

    .anshin-apply-step-item-inner-only-title .anshin-apply-step-title {}

    .anshin-apply-step-title-cnt {
        font-size: 12px;
    }

    .anshin-apply-step-title-number {
        width: 16px;
        height: 16px;
        border-radius: 10px;
        padding: 0 0 2.5px 0px;
        margin-right: 5px;
        top: 1px;
    }

    .anshin-apply-step-item-inner p {
        font-size: 10px;
    }

    .anshin-apply-step-fubi {
        margin-top: 10px;
    }

    .anshin-apply-step-fubi-title {
        padding: 4px 4px 5px;
    }

    .anshin-apply-step-fubi-cnt {}

    .anshin-apply-step-item-bunki {
        display: flex;
        justify-content: space-between;
        letter-spacing: 0;
    }

    .anshin-apply-step-item-bunki [class^="anshin-apply-step-item-inner"] {
        position: relative;
        width: 48%;
    }

    .anshin-apply-step-item-bunki .bunki-ok {}

    .anshin-apply-step-item-bunki .bunki-ng {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .anshin-apply-step-item-inner-ng {}

    .anshin-apply-step-ng-title {
        font-size: 10px;
        padding-bottom: 5px;
    }

    .anshin-apply-step-ng-cnt {
        font-size: 14px;
    }

    .arrow-orange,
    .arrow-gray,
    .arrow-orange-long {}

    .arrow-orange-long:before,
    .arrow-orange:before,
    .arrow-gray:before {
        width: 100%;
        height: 30px;
        left: 0;
        top: -32px;
    }

    .arrow-orange:before {
        background: url(../images/anshinsupport/apply-arrow-orange-sp.svg) no-repeat center;
    }

    .arrow-gray:before {
        background: url(../images/anshinsupport/apply-arrow-gray-sp.svg) no-repeat center;
    }

    .arrow-orange-long:before {
        background: url(../images/anshinsupport/apply-arrow-orange-sp.svg) no-repeat center;
    }

    .anshin-common-box + .anshin-common-box {
        padding-top: 20px;
    }

    .anshin-common-box-ol {
        padding-left: 20px;
    }

    .anshin-common-box-ol-listItem {
        text-indent: -9px;
    }

    .anshin-common-box-ol-number {
        padding-right: 5px;
    }

    .anshin-btn-wrap {
        padding: 25px 20px 0;
    }

    .anshin-btn-wrap .common-contact-btn {
        width: 90%;
    }

    .anshin-common-box-list-title {
        font-size: 12px;
    }

    .anshin-common-box-list {
        padding-left: 10px;
    }

    .anshin-common-box-list > li + li {
        padding-top: 10px;
    }

    .anshin-faq-list {}

    .anshin-faq-list-accordionTrigger {
        padding: 12px 30px 12px 28px;
        text-indent: -28px;
    }

    .anshin-faq-list-accordionTrigger:hover {}

    .anshin-faq-list-accordionTrigger:after,
    .anshin-faq-list-accordionTrigger:before {
        width: 13px;
        right: 10px;
        height: 2px;
    }

    .anshin-faq-list-accordionTrigger:after {}

    .anshin-faq-list-accordionTrigger + .anshin-faq-list-accordionCnt {
        padding: 10px 15px;
    }

    .anshin-faq-list-accordionTrigger.is-open:after {}

    .anshin-faq-list-accordionTrigger.is-open:before {}

    .anshin-faq-list-accordionTrigger.is-open + .anshin-faq-list-accordionCnt {}

    .anshin-faq-list-accordionCnt + .anshin-faq-list-accordionTrigger {}

    .anshin-faq-list-questionIcon {
        width: 18px;
        height: 18px;
        border-radius: 9px;
    }

    .anshin-notice-list {
        padding: 15px;
    }

    .anshin-notice-list-item {}

    .anshin-notice-list-item + .anshin-notice-list-item {
        margin-top: 15px;
    }

    .anshin-notice-list-item-title {
        font-size: 12px;
        padding: 10px 15px;
    }

    .anshin-notice-list-item-inner {
        padding: 15px 15px;
    }

    .anshin-notice-list-item-inner-title {
        font-size: 10px;
        font-weight: 700;
        margin-bottom: 10px;
        padding-left: 8px;
        line-height: 1.5;
    }

    .anshin-notice-list-item-inner ul {
        font-size: 10px;
    }


    .anshin-notice-list-item-inner li {}

    .anshin-notice-list-item-inner li + li {}

    .anshin-taikai-text {
        padding-bottom: 15px;
    }

    .anshin-taikai-btn-wrap {
        display: block;
        padding-top: 5px;
        text-align: center;
    }

    .anshin-taikai-btn-wrap li + li {
        padding: 10px 0 0 0;
    }

    .anshin-taikai-btn {
        font-size: 12px;
        padding: 0 40px 0 30px;
        min-height: 50px;
    }

    .anshin-taikai-btn:after {
        border-top: 1px solid;
        border-right: 1px solid;
        width: 8px;
        height: 8px;
        right: 25px;
    }

    .anshin-cv {
        padding: 20px;
    }

    .anshin-cv p {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .anshin-cv-btn-list {
        display: block;
    }

    .anshin-cv-btn-list li {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .anshin-cv-btn-list li + li {
        margin-top: 10px;
    }

    .anshin-cv-btn-list a {
        width: 90%;
    }


}

/* ------------------------------------------
  CONTACT
--------------------------------------------- */
.contact-lead {
    text-align: center;
    font-weight: 700;
    padding-bottom: 40px;
}

.contact-merit {
    width: 90%;
    margin: 0 auto 30px;
    border: 2px solid #303030;
}

.contact-merit-inner {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.contact-merit h3 {
    background: #303030;
    color: #ffcc00;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-merit h3:before {
    content: "";
    display: block;
    background: url(../images/head-eyecatch.svg) no-repeat;
    width: 75px;
    height: 75px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-merit-list {
    width: 70%;
    padding-right: 20px;
}

.contact-merit-list li {
    padding: 10px 10px 10px 40px;
    text-indent: -27px;
    line-height: 1.5;
    background: #f0f0f0;
    font-size: 20px;
    font-weight: 700;
}

.contact-merit-list li + li {
    margin-top: 13px;
}

.contact-merit-list li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-common-strength-list.webp) no-repeat center;
    margin-right: 10px;
}

.contact-merit-img {
    width: 30%;
}

.contact-lead-arrow {
    padding: 70px 0 50px;
    text-align: center;
    font-weight: 700;
    background: url(../images/contact/icon-arrow.svg) no-repeat center top;
    background-size: 115px;
}

.mw_wp_form {
    font-weight: 700;
    margin-bottom: 45px;
}

.mw_wp_form th {
    width: 30%;
}

.mw_wp_form td {
    width: 70%;
}

.mw_wp_form .error,
.mw_wp_form .input-required {
    color: #cc0000;
    width: 100%;
}

.mwform-radio-field input[type="radio"] {
    display: none;
}

.mwform-radio-field input[type="radio"] {
    position: relative;
    top: 2px;
}

.mwform-radio-field-text {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.mw_wp_form .mwform-radio-field-text::before {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    left: -2px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.mw_wp_form .mwform-radio-field-text::after {
    background: #333;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    left: 1px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 14px;
}

.mw_wp_form input[type="radio"]:checked + .mwform-radio-field-text::after {
    opacity: 1;
}

/*checkbox*/
.mw_wp_form .vertical-item {
    display: inline-block !important;
}

.mwform-checkbox-field input[type="checkbox"] {
    display: none;
    position: relative;
    top: 2px;
}

.mwform-checkbox-field-text {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.mw_wp_form .mwform-checkbox-field-text::before {
    background: #fff;
    border: 1px solid #bbb;
    content: "";
    display: block;
    height: 20px;
    left: -2px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.mw_wp_form .mwform-checkbox-field-text::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 0px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    background: url(../images/form-check-icon.svg) no-repeat;
    background-size: cover;
}

.mw_wp_form input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    opacity: 1;
}


/*input*/

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea {
    border: solid 1px #ccc;
    font-size: 14px;
    padding: 7px;
}

.textForm-s {
    max-width: 165px;
}

.textForm-m {
    max-width: 280px;
}

.textForm-l {
    width: 100%;
    max-width: 85%;
}

.mw_wp_form textarea {
    width: 100%;
}

.contact-group {
    display: flex;
    flex-wrap: wrap;
}

.contact-group + .contact-group {
    margin-top: 10px;
}

.label-s {
    width: 15%;
}

.label-m {
    width: 25%;
}

.select-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.select-wrap select {
    height: 32px;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 8px 30px 8px 10px;
    z-index: 3;
    position: relative;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.select-wrap:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 2;
}

select.select-s {
    width: 80px;
}

.reservation_date .select-wrap + span {
    padding: 0 10px;
}

.contact-btn-wrap {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

.contact-btn-wrap:after {
    content: "";
    display: block;
    border-top: 2px solid #ffd011;
    border-right: 2px solid #ffd011;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
}

.contact-btn-forward:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    right: 20px;
    top: 50%;
}

.contact-btn-back:after {
    -webkit-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    left: 20px;
    top: 39%;
}

.contact-btn-back {
    margin-right: 20px;
}

.contact-btn-wrap input[type="submit"],
.contact-btn-wrap button {
    color: #fff;
    background: #221816;
    border-radius: 10px;
    width: 290px;
    height: 60px;
    font-size: 20px;
    -webkit-transition: opacity 0.4s 0s ease;
    transition: opacity 0.4s 0s ease;
}

.contact-btn-wrap input[type="submit"]:hover,
.contact-btn-wrap button:hover {
    opacity: 0.7;
    cursor: pointer;
}

.mw_wp_input .contact-inputPage-cnt {
    display: block;
}

.mw_wp_input .contact-confirmPage-cnt {
    display: none;
}

.mw_wp_confirm .contact-inputPage-cnt {
    display: none;
}

.mw_wp_confirm .contact-confirmPage-cnt {
    display: block;
    margin-top: 0;
}

.mw_wp_input .contact-completePage-cnt,
.mw_wp_confirm .contact-completePage-cnt {
    display: none;
}

.mw_wp_complete .contact-inputPage-cnt,
.mw_wp_complete .contact-confirmPage-cnt {
    display: none;
}

.mw_wp_confirm .select-wrap:after {
    content: none;
}

.mw_wp_form_complete {}

.contact-notice {
    color: #cc0000;
    line-height: 1.5;
    display: block;
    font-weight: 500;
    padding-top: 5px;
}

@media screen and (max-width: 960px) {
    .contact-lead {
        text-align: left;
        padding-bottom: 20px;
    }

    .contact-merit {
        width: 100%;
        margin: 0 auto 20px;
    }

    .contact-merit h3 {
        font-size: 14px;
        width: 100%;
        height: 45px;
    }

    .contact-merit h3:before {
        width: 45px;
        height: 45px;
    }

    .contact-merit-inner {
        display: block;
        padding: 10px;
    }

    .contact-merit-list {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .contact-merit-list li {
        padding: 10px 10px 10px 35px;
        text-indent: -22px;
        font-size: 12px;
    }

    .contact-merit-list li:before {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }

    .contact-merit-list li + li {
        margin-top: 8px;
    }

    .contact-merit-img {
        width: 100%;
    }

    .contact-merit-img img {
        width: 100%;
    }

    .contact-lead-arrow {
        padding: 50px 0 30px;
        background-size: 70px;
    }

    /*table*/
    .mw_wp_form {}

    .mw_wp_form th,
    .mw_wp_form td {
        display: block;
        width: 100%;
    }

    .mw_wp_form th {}

    .mw_wp_form td {}

    .mw_wp_form .error,
    .mw_wp_form .input-required {}

    .mwform-radio-field input[type="radio"] {}

    .mwform-radio-field input[type="radio"] {}

    .mwform-radio-field-text {}

    .mw_wp_form .mwform-radio-field-text::before {}

    .mw_wp_form .mwform-radio-field-text::after {}

    .mw_wp_form input[type="radio"]:checked + .mwform-radio-field-text::after {}

    .mw_wp_form input[type="text"],
    .mw_wp_form input[type="email"],
    .mw_wp_form input[type="tel"],
    .mw_wp_form textarea {}

    .textForm-s {}

    .textForm-m {
        width: 100%;
        max-width: 100%;
    }

    .textForm-l {
        width: 100%;
        max-width: 100%;
    }

    .mw_wp_form textarea {}

    .contact-group {
        flex-wrap: wrap;
        align-items: center;
    }

    .contact-group + .contact-group {}

    .label-s {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .select-wrap {}

    .select-wrap select {
        padding: 8px 10px 8px 10px;
    }

    .select-wrap:after {}

    select.select-s {}

    .reservation_date .select-wrap + span {}

    .contact-btn-wrap {
        margin-top: 20px;
    }

    .contact-btn-wrap:after {}

    .contact-btn-forward:after {}

    .contact-btn-back:after {}

    .contact-btn-back {
        margin-right: 10px;
    }

    .contact-btn-wrap input[type="submit"],
    .contact-btn-wrap button {
        width: 150px;
        height: 40px;
        font-size: 12px;
    }

    .contact-btn-wrap input[type="submit"]:hover,
    .contact-btn-wrap button:hover {
        opacity: 1;
    }

    #reservation_date_1_year,
    #reservation_date_2_year,
    #reservation_date_3_year {}

    #reservation_date_1_month,
    #reservation_date_2_month,
    #reservation_date_3_month,
    #reservation_date_1_day,
    #reservation_date_2_day,
    #reservation_date_3_day {
        width: 60px;
    }

    .mw_wp_confirm .select-wrap:after {}
}

/* ------------------------------------------
  404
--------------------------------------------- */
.page-404 {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.page-404 h1 {
    font-size: 40px;
}

.page-404 p {
    margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
    .page-404 h1 {
        font-size: 24px;
    }
}

p.blog-empty-message {
    margin:100px auto 0;
    text-align: center;
}
