* {
    float: none;
    position: static;
    margin: 0;
    padding: 0;
}
@media print {
    .no-print {
        display: none !important;
    }
}

div, p {
    margin: 0 auto;
}

.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}

.flip-horizontal {
    transform: scale(-1, 1);
}

hr {
    color: #dcdcdc;
    background-color: #dcdcdc;
    height: 1px;
    border: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 520px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

ul, li {
    list-style-type: none;
}

.mini{
    font-size: 80%;
}
.mini90 {
    font-size: 90%;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.ya {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    vertical-align: middle;
    text-decoration: none;
}
.ya::before,
.ya::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ya::before {
    width: 18px;
    height: 18px;
    bottom: 2px;
}
.ya::after {
    left: 3px;
    bottom: 2px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
}
@media screen and (max-width: 519px) {
    body {
        /* Android Chrome 40 upper */
        font-size: 1rem;
        line-height: 1.6;
    }
}

.BodyMain {
    background: #fff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 960px) {
    .BodyMain {
        margin: 0 auto 90px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .BodyMain {
        margin: 0 auto 65px;
    }
}
@media screen and (max-width: 519px) {
    .BodyMain {
        margin: 0 auto 50px;
    }
}

section {
    width: 100% !important;
    max-width: unset;
}
section:nth-child(2n) {
    position: relative;
    background: rgba(225, 255, 245, 0.5);
}
section:nth-child(2n)::before,
section:nth-child(2n)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2rem;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: calc(50% - 1rem) bottom;
    background-image: url('../images/back_deco1.png');
    top: -2rem;
}
section:nth-child(2n)::after {
    background-position: calc(50% - 15rem) bottom;
    background-image: url('../images/back_deco2.png');
    top: auto;
    bottom: -1.93rem;
}
@media print, screen and (min-width: 960px) {
    section {
        padding: 3.5rem 0 5rem;
    }
    section:nth-child(2n) {
        padding: 1rem 0 5rem;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    section {
        padding: 4rem 0 4rem;
    }
    section:nth-child(2n) {
        padding: 2rem 0 4rem;
    }
}
@media screen and (max-width: 519px) {
    section {
        padding: 3rem 0 3rem;
    }
    section:nth-child(2n) {
        padding: 1.5rem 0 3rem;
    }
}
section::after {
    content: "";
    display: block;
    clear: both;
}

#lp header {
    border-bottom: 3px solid #ffcc4b;
}
.container {
    width: 99%;
    font-size: 115%;
    line-height: 2.3;
}
@media print, screen and (min-width: 960px) {
    .container {
        max-width: 1280px;
    }
    header .container,
    #fix .container {
        max-width: 1200px;
        width: 98%;
    }
    .tablet-sp-menubtn,
    .tablet-br,
    .tablet-sp-br,
    .tablet-sp-img,
    .tablet-sp-link,
    .tablet-sp-space,
    .tablet-sp-contact {
        display: none !important;
    }
}
@media screen and (max-width: 959px) {
    header .pc-contact1,
    .pc-menu,
    .pc-br,
    .pc-hr,
    .pc-img,
    .pc-space,
    #fix .card {
        display: none !important;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .container {
        font-size: 105%;
        line-height: 2.1;
    }
    .pc-sp-br {
        display: none !important;
    }
}
@media screen and (min-width: 520px) {
    .sp-br,
    .sp-fix-freedial {
        display: none !important;
    }
}
@media screen and (max-width: 519px) {
    .container {
        font-size: 100%;
        line-height: 1.8;
    }
    .tablet-br,
    .pc-tablet-br,
    .pc-tablet-space,
    #fix .title,
    #fix .pc-contact1 {
        display: none !important;
    }
}

.title {
    float: left;
}
.title img {
    margin: 12px 0 10px;
}
#fix .title img {
    max-height: 60px;
}
.pc-contact1 {
    float: right;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.8;
}
.pc-contact1 img {
    max-height: 25px;
    margin: -5px 8px 0 0;
    vertical-align: middle;
}
.pc-contact1 a {
    color: #00a886;
}
@media print, screen and (min-width: 960px) {
    #fix .pc-contact1 {
        font-size: 2rem;
    }
    .freedialTxt {
        color: #00a886;
        font-size: 0.85rem;
        font-weight: normal;
        line-height: 1.5rem;
        margin: 15px auto -7px;
    }
    .freedialTxt span {
        font-size: 1.15rem;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    #fix .pc-contact1 {
        font-size: 1.65rem;
        font-weight: bold;
        line-height: 1.5rem;
        margin: 0;
        padding-bottom: 5px;
    }
    .freedialTxt {
        color: #00a886;
        font-size: 0.8rem;
        font-weight: normal;
        margin: 7px auto 6px;
    }
}
@media screen and (max-width: 519px) {
    .sp-fix-freedial {
        width: 100%;
        padding: 10px 0;
    }
    .sp-fix-freedial a {
        color: #000;
        text-shadow: 0 1px 1px #fff;
    }
    .sp-fix-freedial img {
        width: 30px;
        margin: 0 8px 2px;
        vertical-align: middle;
    }
}

.menu-inner {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
}
.menu-inner,
.menu.active {
    z-index: 1002;
}
.menu-link {
    font-size: 1.05rem;
    color: #000;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 960px) {
    .menu {
        background: #ffcc4b;
    }
    .menu-inner li {
        border-left: 1px solid #ffbe00;
    }
    .menu-inner li:nth-child(1),
    .menu-contents li {
        border: none;
    }
    .nav1_1 {
        position: fixed;
        bottom: 140px;
        right: 0;
        z-index: 5000;
    }
    .nav1_1 .menu-item2 {
        width: 45px;
        height: auto;
        border-radius: 0.3rem;
        border: 2px solid #eb7d99;
        background: rgba(255, 165, 190, 0.85);
        writing-mode: vertical-rl;
        padding: 1rem 0 1rem 0.5rem;
        margin: 0 0.05rem 1rem;
    }
    .nav1_1 .menu-item2:nth-child(2) {
        border: 2px solid #00a886 !important;
        background: rgba(0, 170, 135, 0.5) !important;
    }
    .nav1_1 .menu-link {
        font-weight: bold;
        font-size: 1.15rem;
        letter-spacing: 0.07rem;
        color: #fff;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    }
    .nav1_1 .menu-item2:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
    }
    .nav2 {
        max-width: 1280px;
        margin: 0 auto;
    }
    .menu-item1,
    .menu-item2 {
        width: 17.5%;
        height: 100%;
        text-align: center;
    }
    .menu-item2 {
        width: 15%;
    }
    .menu-item1:hover {
        background: rgba(0, 170, 135, 1.0);
    }
    .menu-item1::after {
        content: "";
        position: absolute;
        top: 18px;
        transform: translateY(-50%);
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-left: 10px;
    }
    .menu-item1:hover .menu-link {
        color: #fff;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.85);
    }
    .menu-link {
        display: block;
        height: 100%;
        line-height: 3;
    }
    .menu-link span {
        margin-left: 15px;
    }
    /* メガメニュー */
    .menu-contents {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% - 40px);
        background: rgba(0, 170, 135, 0.8);
        padding: 15px 20px 10px;
    }
    .menu-contents ul {
        display: flex;
        justify-content: space-around;
    }
    .menu-contents ul li img {
        width: 120px;
        margin: 3px 0 8px;
        border-radius: 0.5rem;
    }
    .menu-contents ul li a {
        display: block;
        color: #fff;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.85);
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 959px) {
    .tablet-sp-header {
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tablet-sp-header-inner:before {
        content: "";
        width: 100%;
        background: linear-gradient(43.37deg, #4d4d4d 6.71%, #ffbe00 101.43%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -100;
    }
    .tablet-sp-header-inner {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ffcc4b;
    }
    .title img {
        max-height: 60px;
        vertical-align: middle;
        margin: 0 8px;
    }
    #fix .title img {
        max-height: 53px;
        margin: 2px 0 0 5px;
    }
    .tablet-sp-menubtn {
        width: 60px;
        height: 90%;
        position: relative;
        display: block;
        z-index: 5000;
        border: none;
        background: #ffcc4b;
        cursor: pointer;
    }    
    .tablet-sp-menubtn span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        width: 22px;
        height: 3px;
        background: #fff;
        position: absolute;
        transition: 0.2s;
        left: 50%;
        top: 50%;
    }    
    .tablet-sp-menubtn span:nth-child(1) {
        transform: translate(-50%, -9px);
    }    
    .tablet-sp-menubtn span:nth-child(2) {
        transform: translate(-50%, -50%);
    }    
    .tablet-sp-menubtn span:nth-child(3) {
        transform: translate(-50%, 6px);
    }    
    .tablet-sp-menubtn.active span {
        width: 27px;
        height: 3px;
        top: 45%;
    }    
    .tablet-sp-menubtn.active span:nth-child(1) {
        transform: translate(-50%, 50%) rotate(45deg);
    }    
    .tablet-sp-menubtn.active span:nth-child(2) {
        opacity: 0;
        left: 50%;
    }    
    .tablet-sp-menubtn.active span:nth-child(3) {
        transform: translate(-50%, 50%) rotate(-45deg);
    }
    .menu {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        background: rgba(0, 170, 135, 0.8);
        color: #fff;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.85);
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s ease, visibility .6s ease;
    }
    .menu.active {
        opacity: 100;
        visibility: visible;
    }
    .menu-inner {
        display: block;
        height: auto;
        margin: 0 auto;
    }
    .menu-item1 {
        border-bottom: 1px solid #ffbe00;
        width: 100%;
        position: relative;
        background: #fc6;
    }
    .nav1_1 .menu-item2 {
        background: rgba(255, 165, 190, 0.85);
    }
    .menu-item2 {
        border-bottom: 1px solid #ffbe00;
        background: #fc6;
    }
    .menu-item1::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 30px;
        transform: translateY(-50%);
        transition: all 0.2s ease-in-out;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .menu-link {
        font-weight: bold;
        font-size: 1.15rem;
        letter-spacing: 0.04rem;
        height: 70px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
    }
    /* アコーディオン */
    .menu-contents {
        background: #00cba5;
        display: none;
        position: static;
        width: 100%;
        padding: 10px 0;
    }
    .menu-contents img {
        display: none !important;
    }
    .menu-contents ul {
        display: block;
    }
    .menu-contents ul li {
        width: 100%;
        height: auto;
        padding: 10px 20px;
    }
    .menu-contents ul li a {
        width: 95%;
        color: #fff;
        display: block;
        text-align: left;
        line-height: 2;
        margin: 0 auto;
    }
}

h2 {
    font-size: 80%;
    line-height: 25px;
    margin: 0 auto;
    padding: 30px 0;
    font-weight: normal;
    letter-spacing: 0.07em;
}
h2.cardT,
h2.christ {
    font-size: 100%;
    padding: 15px 0 60px;
}
h2.christ {
    text-align: justify;
    line-height: unset;
    margin: 4rem 1.5rem 0;
    padding: 0;
}
.cardT img {
    vertical-align: middle;
    margin: 0 8px;
}
.cardT img:first-child {
    margin-left: 0;
    margin-right: 15px;
}
h2.footT {
    padding: 75px 0 60px;
}
@media screen and (max-width: 959px) {
    h2 {
        width: 80%;
        text-align: left;
    }
    h2.christ {
        width: auto;
    }
    h2.cardT {
        width: unset;
        text-align: center;
    }
    h2.cardT img {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 519px) {
    h2.christ {
        margin: 2rem 1rem 0;
    }
    h2.cardT {
        padding: 5px 0 40px;
    }
}

#PageTitle {
    position: relative;
    background: rgba(255, 245, 220, 0.85);
    border-bottom: 3px solid #ffcc4b;
    margin-bottom: -1.8rem;
}
#PageTitle h2 {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1.8;
    padding: 0;
}
@media print, screen and (min-width: 960px) {
    #PageTitle {
        height: 8rem;
    }
    #PageTitle h2 {
        font-size: 2rem;
        letter-spacing: 0.2rem;
        padding: 0.2rem 0;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    #PageTitle {
        height: 6rem;
    }
    #PageTitle h2 {
        font-size: 1.7rem;
        letter-spacing: 0.1rem;
    }
}
@media screen and (max-width: 519px) {
    #PageTitle {
        height: 4rem;
    }
    #PageTitle h2 {
        font-size: 1.35rem;
        letter-spacing: 0.03rem;
    }
}

.copy {
    font-weight: normal;
    color: #00a886;
    line-height: 2.2;
    letter-spacing: 0.05rem;
}
@media print, screen and (min-width: 960px) {
    .copy {
        font-size: 2rem;
        padding: 2rem 0;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .copy {
        font-size: 1.75rem;
        padding: 1rem 0;
    }
}
@media screen and (max-width: 519px) {
    .copy {
        font-size: 1.5rem;
        padding: 0.8rem 0;
        line-height: 1.5;
    }
}

.txt,
.txtT {
    text-align: justify;
    margin: 3rem 1.5rem;
}
.txtT {
    margin: 1.5rem 1.5rem 3rem !important;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .txt {
        margin: 1.25rem;
    }
    .txtT {
        margin: 0 1.25rem 1rem !important;
    }
}
@media screen and (max-width: 519px) {
    .txt,
    .txtT {
        margin: 1.25rem 1rem !important;
    }
}

.imgTxt {
    display: flex;
    align-items: center;
    text-align: justify;
    margin: 0 1.5rem 1rem;
}
.imgTxt img {
    max-width: 400px;
    border-radius: 0.5rem;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
    margin: 0 0 20px;
}
.imgTxt .imgNB {
    border: none !important;
    box-shadow: none !important;
}
.imgTxt .txtL {
    margin: 0 5rem 0 0;
}
.imgTxt .txtR {
    margin: 0 0 0 5rem;
}
@media screen and (max-width: 959px) {
    .imgTxt {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 1.25rem 1rem;
    }
    .imgTxt img {
        max-width: 360px;
        margin: 15px 0;
    }
    .imgTxt .txtL,
    .imgTxt .txtR {
        margin: 1rem 0;
    }
}
@media screen and (max-width: 519px) {
    .imgTxt {
        margin: 0 1rem 1rem;
    }
    .imgTxt img {
        width: 100%;
        max-width: 300px;
    }
}

.listTxt {
    display: inline-block;
    text-align: left;
    margin: 0 1rem 1.5rem 3.5rem;
}
.listTxt li {
    list-style-type: disc;
}
.listTxt li::marker {
    font-size: 120%;
    color: #00a886;
}
@media screen and (max-width: 519px) {
    .listTxt {
        margin: 0 1.3rem 1.5rem 3rem;
    }
}

.phoneImg {
    width: 500px;
    max-width: 85% !important;
}
.saidanImg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem auto 0;
}
.saidanImg p {
    max-width: 47%;
    margin: 0 0 5rem;
}
.saidanImgB {
    margin: 3rem auto 2rem;
}
.saidanImgB p {
    max-width: 65%;
    margin: 0 auto 5rem;
}
.saidanImg img,
.saidanImgB img {
    border-radius: 0.5rem;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 959px) {
    .saidanImg {
        flex-direction: column;
    }
    .saidanImg p {
        max-width: 70%;
        margin: 1rem 0 2rem;
    }
    .saidanImgB p {
        max-width: 85%;
        margin: 1rem auto 2rem;
    }
}
@media screen and (max-width: 519px) {
    .saidanImg p {
        max-width: 80%;
        margin: 0.5rem 0 1.5rem;
    }
    .saidanImgB p {
        max-width: 95%;
        margin: 0.5rem auto 1.5rem;
    }
}

#slidecontainer img {
    position: relative;
    object-fit: cover;
}
.flexslider {
    border: none;
    margin: 0 0 40px;
}
.flex-control-nav {
    bottom: -50px;
}
.flex-control-paging li a {
    background: #00a886;
    box-shadow: inset 0 0 3px #fff;
}

.slickW {
    position: relative;
    padding: 9rem 0 3rem;
}
.slickCon,
.slickConR {
    position: absolute;
    width: 14rem;
    font-size: 165%;
    color: #00a886;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.5);
    border: 3px solid #00a886;
    border-radius: 50%;
    padding: 5.25rem 0;
    z-index: 100;
    top: -1.5%;
    left: 10%;
    transform: translate(-10%,1%);
}
.slickConR {
    left: 90%;
    transform: translate(-90%,1%);
}
.slickSlide {
    display: flex;
}
.slickSlide img {
    height: 300px;
    border-left: 2px solid #fff;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .slickCon,
    .slickConR {
        width: 12rem;
        font-size: 140%;
        padding: 4.5rem 0;
        top: 0.5%;
    }
    .slickSlide img {
        height: 250px;
    }
}
@media screen and (max-width: 519px) {
    .slickW {
        padding: 6rem 0 3rem;
    }
    .slickCon,
    .slickConR {
        width: 9rem;
        font-size: 110%;
        padding: 3.3rem 0;
        top: 1%;
    }
    .slickSlide img {
        height: 200px;
    }
}

.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
}
.service dt {
    position: absolute;
    width: 75%;
    color: #00a886;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1.0);
    background: #fff;
    border: 3px solid #ffcc4b;
    border-radius: 3em;
    padding: 0.15rem;
    z-index: 100;
    top: 82%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.service dt:hover {
    background: rgba(255, 245, 220, 0.85);
}
.service dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 42%;
    margin-top: -2px;
    border: 6px solid transparent;
    right: 10px;
    border-left: 7px solid #00a886;
    transition-duration: 200ms;
}
.service a {
    position: relative;
    background: #f5f5f5;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
    padding: 32px 32px 75px;
    margin: 35px 20px;
}
.service a img {
    width: 100%;
    border-radius: 0.5rem;
}
@media screen and (max-width: 959px) {
    .service dt {
        font-size: 95%;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .service dt::after {
        margin-top: -4px;
        right: 10px;
    }
}
@media screen and (max-width: 749px) {
    .service dt {
        width: 80%;
        padding: 0.25rem 0 0.2rem;
    }
    .service a {
        width: 50%;
        padding: 20px 20px 60px;
        margin: 20px 15px;
    }
}
@media screen and (max-width: 519px) {
    .service dt::after {
        margin-top: -5px;
        right: 8px;
    }
    .service a {
        width: 60%;
        padding: 20px 30px 50px;
        margin: 20px 0 30px;
    }
}

.useful {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0;
}
.useful li {
    width: 15%;
    color: #00a886;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1.0);
    background: rgba(255, 245, 220, 0.85);
    border: 3px solid #ffcc4b;
    border-radius: 50%;
    padding: 2rem 0 2.2rem;
    line-height: 1.5;
}
.useful li:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.useful li:nth-child(3),
.useful li:nth-child(4) {
    line-height: 3;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .useful li {
        width: 8rem;
        margin: 5px 55px;
    }
    .useful li:nth-child(3),
    .useful li:nth-child(4) {
        line-height: 3.2;
    }
    @media screen and (max-width: 739px) {
        .useful li {
            margin: 5px 25px;
        }
    }
    @media screen and (max-width: 565px) {
        .useful li {
            margin: 5px 12px;
        }
    }
}
@media screen and (max-width: 519px) {
    .useful li {
        width: 7.5rem;
        margin: 5px;
        padding: 1.8rem 0;
    }
    .useful li:nth-child(3),
    .useful li:nth-child(4) {
        line-height: 2.95;
    }
}

.sougiCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
}
.sougiCenter li {
    position: relative;
    width: 47.5%;
    font-size: 95%;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1.0);
    background: linear-gradient(90deg, #7debcc 5%, rgba(255, 245, 220, 0.85) 95%);
    border-radius: 3rem;
    border: 3px solid #ffcc4b;
    padding: 0.5rem 0;
    margin: 2.5rem auto 0;
}
.sougiCenter li::after {
    display: block;
    content: "";
    position: absolute;
    top: 42%;
    margin-top: -2px;
    border: 6px solid transparent;
    right: 15px;
    border-left: 7px solid #00a886;
    transition-duration: 200ms;
}
@media screen and (max-width: 959px) {
    .sougiCenter {
        display: block;
    }
    .sougiCenter li {
        width: unset;
        margin: 2.5rem 2.5rem 0;
    }
}
@media screen and (max-width: 379px) {
    .sougiCenter li {
        margin: 2.5rem 1rem 0;
    }
}


footer {
    border-top: 1px solid #00a886;
}

.custTitle img {
    max-width: 90%;
    margin: 30px 0 15px;
}
.custTel img {
    width: 500px;
    max-width: 85%;
    margin: 10px 0 15px;
}
.custHonsha {
    display: flex;
    margin: 1rem;
}
.custHonsha img {
    max-width: 90%;
    border-radius: 0.5rem;
    border: 1px solid #dcdcdc;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
    margin: 1rem 0 0.5rem;
}

.custLink {
    display: flex;
    justify-content: space-evenly;
}
.custLink a {
    color: #00a886;
}
.custLink li {
    position: relative;
    color: #00a886;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1.0);
    background: #fff;
    border: 3px solid #ffcc4b;
    border-radius: 3rem;
    padding: 0.15rem 3em 0.15rem 2.5rem;
    margin: 30px 0;
}
.custLink li:hover {
    background: rgba(255, 245, 220, 0.85);
}
.custLink li::after {
    display: block;
    content: "";
    position: absolute;
    top: 42%;
    margin-top: -2px;
    border: 6px solid transparent;
    right: 15px;
    border-left: 7px solid #00a886;
    transition-duration: 200ms;
}
@media screen and (max-width: 519px) {
    .custLink {
        display: inline-block;
        margin: 15px 0 20px;
    }
    .custLink li {
        padding: 0.5rem 2.5em 0.5rem 2rem;
        margin: 15px;
    }
    .custLink li::after {
        margin-top: -3px;
        right: 10px;
    }
}

.eigyousho {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    white-space: nowrap;
    margin: 2rem 0;
}
.eigyousho dl {
    width: 16%;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0.3rem;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.05);
    margin: 25px 5px 10px;
    padding: 0.8rem;
}
.eigyousho dl:hover {
    background: rgba(255, 245, 220, 0.35);
}
.eigyousho dd {
    border-top: 2px dotted #dcdcdc;
    margin: 0.6rem 0 0;
    padding: 0.8rem 0 0;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .eigyousho dl {
        width: 26%;
    }
}
@media screen and (max-width: 519px) {
    .eigyousho dl {
        width: 38%;
        margin: 25px 5px 5px;
    }
}

.custLogo {
    display: flex;
    justify-content: space-evenly;
    margin: 1rem;
}
.custLogo img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.custLogo img {
    height: 110px;
    margin: 0 0 30px;
}
.custLogo input {
    height: 120px;
}
@media screen and (max-width: 959px) {
    .custLogo img {
        height: 80px;
    }
    .custLogo input {
        height: 90px;
    }
}
@media screen and (max-width: 519px) {
    .custLogo {
        flex-wrap: wrap;
    }
    .custLogo img {
        margin: 0 0 5px;
    }
}

.custCard {
    display: flex;
    font-size: 1rem;
    padding: 2rem 0 1.5rem;
    margin: 1rem;
    border-top: 2px dotted #00a886;
}
.custCard img {
    margin: 0 0 15px;
}
.custCard .card img:first-child {
    margin: 0 8px 15px -8px;
}
@media screen and (max-width: 959px) {
    .custCard {
        font-size: 75%;
        margin: 1rem 1rem 0;
        border-bottom: 2px dotted #00a886;
    }
}
@media screen and (max-width: 519px) {
    .custCard {
        flex-direction: column;
        font-size: 85%;
        padding: 1rem 0;
    }
    .custCard .card {
        border-top: 2px dotted #dcdcdc;
        padding: 1.2rem 0 0;
        margin: 1rem 2rem 0;
    }
}

.pc-menu {
    display: flex;
    width: 98%;
    max-width: 1280px;
    padding: 2rem 0 1.5rem;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.pc-menu .serviceGroup {
    text-align: left;
    font-size: 0.95rem;
    line-height: 2;
    padding: 0.5rem;
}
.pc-menu .category {
    border-left: 4px solid #00a886;
    font-size: 1.05rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}
.pc-menu .emergency a {
    color: #c03;
}

.copyright {
    font-weight: normal;
    padding: 1rem 0;
}
#lp .copyright {
    border-top: 1px solid #dcdcdc;
    margin: 2rem 0 -90px;
}
@media screen and (min-width: 520px) {
    .copyright {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 519px) {
    .copyright {
        font-size: 0.7rem;
    }
}

#fix {
    border-top: 3px solid #ffcc4b;
    background: rgba(255, 245, 220, 0.85);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1002;
}
#fix .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fix .container div {
    margin: 0;
}
#fix .container .card {
    max-width: 35%;
    font-size: 0.85rem;
    padding-top: 6px;
}
#fix .container .card img {
    height: 30px;
}
#fix .container .card img:first-child {
    margin: 0 8px 0 -8px;
}

#page-top {
    position: fixed;
    z-index: 100;
    bottom: 98px;
    right: 8px;
}
#page-top a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    display: block;
    width: 40px;
    height: 40px;
    background: #00a886;
    border-radius: 50%;
}
#page-top a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    margin-top: -4px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    #page-top {
        bottom: 82px;
        right: 8px;
    }
    #page-top a {
        width: 44px;
        height: 44px;
    }
    #page-top a::after {
        width: 10px;
        height: 10px;
        margin-left: -6px;
        margin-top: -4px;
    }
}
@media screen and (max-width: 519px) {
    #page-top {
        bottom: 66px;
        right: 5px;
    }
    #page-top a {
        width: 40px;
        height: 40px;
    }
    #page-top a::after {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: -3px;
    }
}
