@charset "UTF-8";
.pagemv_wrap {
    background: #EDF9F9;
    margin-bottom: 40px;
}
.page_mv_ttl span {
    padding-left: 0;
    display: inline-block;
    position: relative;
}
.page_mv_ttl span::before {
    content: none;
}
.pagelnk_wrap,
.acciCnt_wrap,
.proAdd_wrap{
    max-width: 1340px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
}
.pagelnk_wrap {
    margin-bottom: 80px;
}
.pagelnk_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.pagelnk_lst li {
    margin-right: 60px;
    font-size: 16px;
}
.pagelnk_lst li:last-child {
    margin-right: 0;
}
.pagelnk_lst li a {
    position: relative;
    padding-left: 22px;
}
.pagelnk_lst li a:before {
    position: absolute;
    content: "";
    background: url(../svg/arrow_down_fill.svg) no-repeat center left / 100% auto;
    width: 14px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.page_ttl {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    border-bottom: 2px solid #00A8A9;
    padding-bottom: 16px;
}
.acciCnt_wrap {
    margin-bottom: 95px;
}
.acciCnt_wrap:last-of-type {
    margin-bottom: 0;
}
.acciCnt_in {
    padding-top: 46px;
}
.acciCnt_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.acciCnt_lst > li {
    width: calc((100% - 30px * 2) / 3);
    margin-top: 30px;
    margin-right: 30px;
    border: solid 1px #00A8A9;
    padding: 10px 0 104px;
    box-sizing: border-box;
    position: relative;
}
.acciCnt_lst > li:last-child {
    margin-right: 0;
}
.acciCnt_lst li .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    text-align: center;
}
.acciCnt_lst li .img source,
.acciCnt_lst li .img img {
    width: 100%;
    height: auto;
    max-width: 380px;
}
.acciCnt_lst li .img .txt {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    color: #008486;
}
.acciCnt_tel,
.acciCnt_lst .add{
    margin: 10px 0;
    padding: 0 30px;
}
.acciCnt_lst .add.ver3{
    margin-bottom: 20px;
}
.acciCnt_tel li{
    margin-bottom: 18px;
}
.acciCnt_tel li:last-child{
    margin-bottom: 0;
}
.acciCnt_tel li .mds{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}
.acciCnt_tel li .tel{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}
.acciCnt_lst .add dt {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 2px;
    position: relative;
    padding-left: 1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
.acciCnt_lst .add dt:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #666;
    border-radius: 50%;
}
.acciCnt_lst .add dd {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 14px;
    padding-left: 1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
.acciCnt_lst .add dd:last-child {
    margin-bottom: 0;
}
.acciCnt_lst .add.ver2 dt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 2px;
}
.acciCnt_lst .add.ver2 dt:before {
    content: none;
}
.acciCnt_lst .add.ver2 dd {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 0;
}
.acciCnt_lst .c-btn {
    max-width: 346px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    nav-down: auto;
}
.acciCnt_lst .c-btn a {
    font-size: 18px;
    height: 64px;
    padding: 0 26px;
}
.acciSpt_box{
    background-color: rgba(211, 83, 68, .05);
    padding: 42px 56px 54px;
    margin-top: 56px;
}
.acciSpt_ttl{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #D35344;
    text-align: center;
    margin-bottom: 20px;
}
.acciSpt_lst{
    border: 1px solid #D35344;
    background: #fff;
    padding: 54px 60px;
}
.acciSpt_lst li{
    margin-bottom: 25px;
}
.acciSpt_lst li:last-child{
    margin-bottom: 0;
}
.acciSpt_lst .mds{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: .4em;
    position: relative;
    padding-left: 1.5em;
}
.acciSpt_lst .mds span{
    position: absolute;
    left: 0;
    top: 0;
}
.acciSpt_lst .txt{
    font-size: 16px;
    line-height: 1.4;
    padding-left: 1.5em;
}
.acciSpt_lst .add{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: .2em;
    color: #D35344;
    padding-left: 1.5em;
}
.proAdd_wrap{
    max-width: 1420px;
    padding-top: 158px;
    padding-bottom: 60px;
}
.proAdd_wrap .txt{
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}
@media screen and (min-width: 896px) and (max-width:1260px) {
    .pagelnk_lst li {
        margin-right: 1.8vw;
        font-size: 1.6vw;
    }
    .acciCnt_lst > li {
        width: calc((100% - 30px * 1) / 2);
        margin-top: 30px;
        margin-right: 30px;
    }
    .acciCnt_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .acciCnt_lst li:nth-child(2n) {
        margin-right: 0;
    }
    .acciCnt_lst li:nth-child(3) {
        margin-top: 30px !important;
        margin-right: 30px !important;
    }
}
@media (min-width: 896px) {
    .acciCnt_lst li:nth-child(-n+3) {
        margin-top: 0;
    }
    .acciCnt_lst li:nth-child(3n) {
        margin-right: 0;
    }
    .acciCnt_lst a[href^="tel"] {
        pointer-events: none;
    }
}
@media only screen and (max-width: 896px) {
    .pagemv_wrap {
        margin-bottom: 18px;
    }
    .page_mv_ttl {
        font-size: 22px;
        line-height: 1.5;
    }
    .pagelnk_wrap,
    .acciCnt_wrap,
    .proAdd_wrap{
        padding: 0 15px;
    }
    .pagelnk_wrap {
        padding: 0 15px;
        margin-bottom: 42px;
    }
    .pagelnk_lst {
        display: block;
    }
    .pagelnk_lst li {
        margin: 0 0 12px;
        font-size: 14px;
        line-height: 1.2;
    }
    .pagelnk_lst li:last-child {
        margin: 0;
    }
    .pagelnk_lst li a {
        padding-left: 26px;
    }
    .pagelnk_lst li a:before {
        width: 12px;
        height: 8px;
        margin-top: -4px;
    }
    .page_ttl {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto;
        font-size: 20px;
        padding-bottom: 18px;
        font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
    }
    .acciCnt_wrap {
        padding: 0;
        margin-bottom: 60px;
    }
    .acciCnt_in {
        padding-top: 20px;
    }
    .acciCnt_lst {
        padding: 0 15px;
    }
    .acciCnt_lst > li {
        width: 100%;
        margin-top: 36px;
        margin-right: 0;
        padding: 28px 0 30px;
    }
    .acciCnt_lst > li:first-child {
        margin-top: 0;
    }
    .acciCnt_lst li .img {
        height: 100px;
    }
    .acciCnt_lst li .img source,
    .acciCnt_lst li .img img {
        max-width: 315px;
    }
    .acciCnt_lst li .img .txt {
        font-size: 24px;
    }
    .acciCnt_tel,
    .acciCnt_lst .add{
        margin: 20px 0;
        padding: 0 15px;
    }
    .acciCnt_tel li .mds{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .acciCnt_tel li .tel{
        font-size: 32px;
    }
    .acciCnt_lst .add dt {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .acciCnt_lst .add dt:before {
        width: 16px;
        height: 16px;
        top: 6px;
    }
    .acciCnt_lst .add dd {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .acciCnt_lst .c-btn {
        max-width: 315px;
        position: static;
        margin-top: 20px;
    }
    .acciCnt_lst .c-btn a {
        font-size: 14px;
        height: 55px;
        padding: 0 20px;
    }
    .acciSpt_box{
        padding: 35px 15px 40px;
        margin-top: 38px;
    }
    .acciSpt_ttl{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .acciSpt_lst{
        padding: 20px 15px 30px;
    }
    .acciSpt_lst li{
        margin-bottom: 18px;
    }
    .acciSpt_lst .mds{
        font-size: 16px;
        margin-bottom: .6em;
    }
    .acciSpt_lst .txt{
        font-size: 16px;
        line-height: 1.4;
        padding-left: 1.5em;
    }
    .acciSpt_lst .add{
        font-size: 16px;
        line-height: 1.4;
        margin-top: .6em;
    }
    .proAdd_wrap{
        padding: 42px 15px 30px;
    }
    .proAdd_wrap .txt{
        font-size: 13px;
    }
}
@media only screen and (max-width: 374px) {
    .acciCnt_tel li .tel {
        font-size: 28px;
    }
    .acciCnt_lst li .img .txt {
        font-size: 22px;
    }
    .acciCnt_lst .c-btn {
        max-width: 258px;
        padding: 0 12px;
    }
    .acciCnt_lst .c-btn a {
        padding: 0 12px;
    }
}