@charset "utf-8";
/* CSS Document */


body {
    margin: 0;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Noto Sans Japanese";
    color: #111;
}

a {
    outline: none !important;
    letter-spacing: 1px;
}

a:hover {
    outline: none !important;
    text-decoration: none;
    opacity: 0.8;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: -.4em;
    /* 文字間を詰めて隙間をなくす */

}

ul li {
    letter-spacing: normal;
    /* 文字間を詰めて隙間をなくす */
}

div,
ul,
li,
p {
    box-sizing: border-box;
}

div,
p,
li a {
    letter-spacing: 1px;
    line-height: 1.5;
}

p {
    margin: 0;
}

.warp {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.pc_none {
    display: none;
}

.hbg{
    background:#436E05;
    padding: 30px 0 30px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

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

.hbg{
    background: #80AB42;
    padding: 20px 0 20px;
    text-align: center;
    font-size: 20px!important;
    color: #fff;
}

    }



/* header */
header {
    width: 100%;
    padding: 0;
    z-index: 9999;
    background: none;
    position: relative;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

header .box01 {
    background: #FF8000;
}

        header .box01 .in_box {
            width: 1430px;
            margin: 0 auto;
            height: 80px;
            position: relative;
        }

header .box01 p.logo {
    width: 220px;
    height: auto;
    position: absolute;
    top: 12px;
    left: 0px;
}

header .box01 p.logo_r {
    width: 200px;
    height: auto;
    position: absolute;
    top: 46px;
    left: 220px;
}

        header .box01 .right {
            width: 1000px;
            height: auto;
            position: absolute;
            top: 14px;
            right: 0px;
        }

header .box01 .right li {
    display: inline-block;
    vertical-align: top;
}

header .box01 .right li:nth-child(1) {}

header .box01 .right li:nth-child(2) {
    width: 166px;
    text-align: left;
}

header .box01 .right li:nth-child(2) a {
    font-size: 18px;
    color: #fff;
    padding-left: 40px;
    background: url(../img/top/ico02.png) no-repeat 24px 10px;
}

header .box01 .rightcontact li:nth-child(3) a {
    font-size: 18px;
    color: #fff;
    padding-left: 40px;
    background: url(../img/top/ico02.png) no-repeat 24px 10px;
}


        header .box01 .right img {
            display: inline-block;
            /* width: 200px; */
        }

.recbtn a {
    background: url(../img/top/saiyo-btn.png) no-repeat;
    width: 127px;
    height: 52px;
    text-indent: 0px;
    margin-left: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    padding-left: 22px;
    line-height: 48px;
}

.recbtn a:hover {
    color: #D90000;
    background: url(../img/top/btn_r_on.png)) no-repeat;
}

header .box01 .right li{
    margin-left: 2px;
}

header .box02 {
    background: url(../img/top/nav_bg.jpg) repeat-x;
}

header .box02 .in_box {
    width: 1000px;
    margin: 0 auto;
}



#menu {
    width: 100%;
/*     max-width: 1060px; */
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu li {
    /*display: inline-block;*/
    margin: 0;
    padding: 0;
}


#menu li a {
    display: block;
    color: #FF8000;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #ccc;
    line-height: 56px;
    border-bottom: 4px solid #ccc;
/*     padding: 0 18px;
    font-size: 22px; */
    padding: 0 14px;
    font-size: 20px;
    font-weight: 500;
}

#menu li:first-child a {
    border-left: 1px solid #ccc;
}

#menu li.pc_none,
#menu li a.pc_none {
    display: none;
}


@media(max-width:1000px) and (min-width: 960px) {
    #menu li a {
        padding: 0 18px;
        font-size: 20px;
    }

    #menu {
        text-align: center;
    }

    header .box01 p.logo {
        left: 10px;
    }

    header .box01 .right {
        right: 10px;
    }

    header .box01 .in_box {

        width: 960px;
    }

}

#menu li:last-child a {
    border: none;
}

#menu li a:hover {
    opacity: 1;
    background: url(../img/top/nav_bgon.jpg) repeat-x;
    border-bottom: solid #005638 4px;
}

#menu li a.current {
    color: #005638;
    border-bottom: solid #005638 4px;
}

#toggle {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.pan {
    background: #fff;
    margin-top: 140px;
}

.pan .warp {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.pan ul {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

.pan ul li {
    display: inline-block;
    line-height: 36px;
    font-size: 13px;
    font-weight: 300;
    padding-left: 10px;
}

.pan ul li a {
    display: inline-block;
    padding-right: 10px;
    color: #FF8000;
}

.pan ul li a:hover {}

h1.btm_c {
    text-align: center;
    bottom: 40px;
    left: 0;
    width: 100%;
    line-height: 36px;
    font-size: 13px;
    font-weight: 300;
    margin: 0 auto;
    position: absolute;
    color: #fff;
}

h1.btm_r {
    text-align: right;
    top: 140px;
    right: 50%;
    width: 980px;
    margin-right: -490px;
    line-height: 36px;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    color: #000;
}

@media(max-width:960px) and (min-width: 641px) {
    h1.btm_r {
        text-align: right;
        top: 60px;
        right: 0%;
        width: 100%;
        margin-right: 10px;
        line-height: 36px;
        font-size: 13px;
        font-weight: 300;
        position: absolute;
        color: #000;
    }
}

@media(max-width:640px) and (min-width: 320px) {
    h1.btm_r {
        display: none;
    }
}

@media(max-width:960px) and (min-width: 641px) {
    .pan {
        margin-top: 60px;
    }

    .pan .warp {
        width: auto;
    }


}

@media(max-width:640px) and (min-width: 320px) {
    .pan {
        margin-top: 60px;
    }

    .pan .warp {
        width: auto;
    }

    .pan ul li:first-child a {
        text-indent: -9999px;
        width: 20px;
        background: url(../img/top/home.png) no-repeat;
        background-size: 20px auto;
        padding-right: 6px;
    }
}

footer {
    background: #fff;
}

footer .box01 {
    height: 76px;
    background: #FF8000;
}

footer .box01 .inbox {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}


footer .box01 .inbox p.logo {
    width: 200px;
    top: 9px;
    left: 0;
    position: absolute;
}

footer .box01 .inbox p.logo_r {
    top: 42px;
    left: 220px;
    position: absolute;
}

footer .box01 .inbox .right {
    top: 12px;
    right: 0%;
    position: absolute;
}

footer .box01 .inbox p.logo img {
    width: 100%;
}

footer .box02 {
    height: 100px;
}

footer .box02 ul {
    text-align: center;
    padding: 40px 0 0;
}

footer .box02 ul li {
    display: inline-block;
    font-size: 15px;
    padding: 0 30px;
    background: url(../img/top/ico01.png) no-repeat 4px 3px;
}

footer .box02 ul li a {
    color: #111;
}

footer .box03 {
    height: 46px;
    background: #005638;
    color: #fff;
    overflow: hidden;
}

footer .box03 ul {
    float: right;
    width: 500px;
}

footer .box03 ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 46px;
    padding-left: 40px;
    font-weight: 400;
    color: #fff;
}

footer .box03 ul li a {
    color: #fff;
    line-height: 46px;
}

footer p.copy {
    font-size: 12px;
    line-height: 46px;
    text-align: left;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../img/top/ico03.png) no-repeat;
}

#page-top a img {
    vertical-align: bottom;
}

/* top----------------------------------- */
#page01 {
    background: #f5f5f5;
    margin-top: 138px;
}

#top .cont01 {
    float: none;
    clear: both;
    position: relative;
    background: #f5f5f5;
}

#top .cont01 .warp {
    position: relative;
    width: 100%;
    height: 800px;
}

#top .cont01 h1 {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 14px;
    color: #fff;
    z-index: 8888;
    text-align: center;
}

#top .cont01 .po {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 8888;
}

#top .cont01 .sl01 {
    position: absolute;
    top: 0;
    left: 0;
    height: 800px;
    width: 100%;
}


#top .cont01 .swiper-slide {
    background-size: cover !important;
    background-position: center top !important;
}

#top .cont01 .bg03 {
    background-position: center bottom !important;
}

#top .cont01 .bg04 {
    background-position: center center !important;
}

#top .cont01 .bg05 {
    background-position: center bottom !important;
}

#top .cont01 .swiper-slide .warp {
    height: 800px;
    position: relative;
}

#top .cont01 .swiper-slide .warp .text01 {
    font-size: 45px;
    color: #111;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
        #fff 1px -1px 0px, #fff -1px -1px 0px;
    font-weight: 600;
    line-height: 1.4;
}

#top .cont01 .swiper-slide .warp .po00 {
    position: absolute;
    top: 560px;
    left: 0px;
    text-align: center;
    width: 100%;
}


#top .cont01 .swiper-slide .warp .po01 {
    position: absolute;
    top: 620px;
    left: 0px;
    text-align: center;
    width: 100%;
}

#top .cont01 .swiper-slide .warp .po02 {
    position: absolute;
    top: 620px;
    left: 0px;
    text-align: center;
    width: 100%;
}

#top .cont01 .swiper-slide .warp .po03 {
    position: absolute;
    top: 620px;
    left: 0px;
    text-align: center;
    width: 100%;
}

#top .cont01 .swiper-slide .warp .po02 br.toku {
    display: none;
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 1060px) {
    #top .cont01 .swiper-slide .warp .po02 br.toku {
        display: block;
    }
}

#top .cont01 .swiper-slide .warp .po04 {
    position: absolute;
    top: 620px;
    left: 0px;
    text-align: center;
    width: 100%;
}

#top .cont01 .swiper-slide .warp .po05 {
    position: absolute;
    top: 620px;
    left: 0px;
    text-align: center;
    width: 100%;

}

#top .cont02 {
    background: url(../img/top/cont02img02.jpg) repeat-x center bottom #fff;
    height: 1060px;
    position: relative;
    text-align: center;
}

#top .cont02_new {
    background: url(../img/top/cont02img02.jpg) repeat-x center bottom #fff;
    position: relative;
    text-align: center;
    padding-bottom: 140px;
    height: auto;
}

#top .cont02_new .warp {
    position: relative;
}

#top .cont02_new .warp a.newlink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7777;
}

#top .cont02 p {
    padding-top: 0;
}

#top .cont02 p.top {
    font-size: 46px;
    color: #005438;
    font-weight: 600;
    padding-top: 90px;
    text-align: center;
    margin-bottom: 50px;
}

#top .cont02 p span {
    font-size: 70px;
}

#top .cont02 .sl02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
}

#top .cont02 .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    width: auto !important;
}

#top .cont03 {
    padding: 60px 0 120px;
    background: url(../img/top/cont03bg.jpg);
    text-align: center;
}

#top .cont03 h2 {
    margin-bottom: 60px;
}

#top .cont03 ul {
    width: 1000px;
    margin: 0 auto;
}

#top .cont03 ul li {
    background: #fff;
    width: 310px;
    text-align: center;
    display: inline-block;
    color: #5F3813;
    padding: 10px;
    position: relative;
}

#top .cont03 ul li img.po {
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: auto;
}

#top .cont03 ul li img.po02 {
    position: absolute;
    top: 90px;
    left: 20px;
    width: 48px;
    height: auto;
}

#top .cont03 ul li .in_box {
    border: 1px solid #401000;
}

#top .cont03 ul li:nth-child(2) {
    margin: 0 35px;
}

#top .cont03 ul li h3 {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: 600;
}

#top .cont03 ul li h3 span {
    padding-bottom: 10px;
    font-size: 74px;
    font-weight: 600;
    color: #B20000;
    display: block;
}

#top .cont03 ul li P {
    font-size: 22px;
    padding-bottom: 20px;
}


#top .cont03 p.text01 {
    font-size: 66px;
    color: #104000;
    margin: 60px auto;
    font-weight: 700;
}

#top .cont03 p.text02 {
    font-size: 20px;
    color: #5F3813;
    font-weight: 300;
}

#top .cont04 {
    padding: 0px 0 0px;
    background: #FFF8E5;
}

#top .cont04 h2 {
    margin: 0px auto 0px;
    background: url(../img/top/cont04h2bg.jpg);
    text-align: center;


}

#top .cont04 h2 .wa {
    position: relative;
    height: 180px;
    width: 1000px;
    margin: 0 auto;
}

#top .cont04 h2 img.ml {
    position: absolute;
    top: 30px;
    left: 0;
    width: 750px;
}

#top .cont04 h2 .btm {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 1000px;
    height: auto;
}

#top .cont05 {
    padding: 80px 0;
    background: #FFBF00;
}


#top .cont05 li {
    display: inline-block;
    width: 480px;
    height: 340px;
    vertical-align: top;
}

#top .cont05 li:nth-child(1) {
    background: #fff;
    background: url(../img/top/banner01.png) no-repeat;
}

#top .cont05 li:nth-child(2) {
    background: url(../img/top/banner02.png) no-repeat;
    margin-left: 40px;
    vertical-align: top;
}

#top .cont05 li a {
    color: #fff;
    width: 320px;
    line-height: 50px;
    background: url(../img/top/ico02.png) no-repeat 330px 21px #FF8000;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 0 20px;
    margin: 260px auto 0;
    font-size: 22px;
}

#top .cont05 li:nth-child(1) a {
    padding-left: 20px;
    background: url(../img/top/ico02.png) no-repeat 260px 21px #FF8000;
    width: 250px;


}

#top .cont06 {
    position: relative;
    height: 800px;
    overflow: hidden;
    background: url(../img/top/cont06bg.png);
}

#top .cont06 p {
    position: absolute;
    bottom: 100px;
    left: 0;
    font-size: 48px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0px 6px #111;
}

#page01 #bg-video {
    left: 50%;
    bottom: 0;
    width: 1500px;
    margin-left: -750px;
    overflow: hidden;
    position: fixed;
    z-index: -1;
}

#top .cont07 {
    padding: 100px 0;
    text-align: center;
    background: #fff;
}

#top .cont07 h2 {
    color: #008C46;
    font-size: 44px;
    font-weight: 600;
    top: 250px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 170px;
}

#top .cont07 .warp {
    position: relative;
}

#top .cont07 .pobox {
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 670px;
    margin: 0 auto;
}

#top .cont07 .po {
    position: absolute;
    background: #FFBF00;
    width: 480px;
    height: 250px;
    padding: 18px;
}

#top .cont07 .tr {
    top: 0;
    right: 0;
}

#top .cont07 .tl {
    top: 0;
    left: 0;
}

#top .cont07 .br {
    bottom: 0;
    right: 0;
}

#top .cont07 .bl {
    bottom: 0;
    left: 0;
}

#top .cont07 .ttr {
    top: 10px;
    right: 256px;
}

#top .cont07 .ttl {
    top: 10px;
    left: 234px;
}

#top .cont07 .tbr {
    bottom: 16px;
    right: 250px;
}

#top .cont07 .tbl {
    bottom: 16px;
    left: 236px;
}

#top .cont07 .tr ul {
    margin-left: 246px;
}

#top .cont07 .br ul {
    margin-left: 246px;
}

#top .cont07 .tr ul li {
    background: #402000;
}

#top .cont07 .br ul li {
    background: #104000;
}

#top .cont07 .tl ul li {
    background: #D96D00;
}

#top .cont07 .bl ul li {
    background: #468C00;
}


#top .cont07 p.text {
    color: #000;
    font-size: 28px;
    text-align: center;
    position: absolute;
    z-index: 888;
    font-weight: 500;
}

#top .cont07 .center {
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    position: absolute;
    z-index: 888;
    background: url(../img/top/cont07bg.jpg) no-repeat center 30px #fff;
    background-size: 150px auto;
    border-radius: 280px;
    padding-top: 120px;
    font-size: 18px;
    border: 10px solid #FFDC73;
}

#top .cont07 .center p {
    line-height: 1.7;
    font-size: 22px;
}

#top .cont07 .center a {
    background: url(../img/top/ico01.png) no-repeat 130px 16px #FF8000;
    color: #fff;
    width: 150px;
    margin: 20px auto;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    border-radius: 4px;
    padding-left: 14px;
}

#top .cont07 ul {
    width: 200px;
}



#top .cont07 ul li {
    margin-bottom: 16px;
    padding: 31px 10px;
    vertical-align: middle;
    border-radius: 4px;
}

#top .cont07 ul li a:hover {
    opacity: 0.8;
}

#top .cont07 .tl ul li {
    padding: 12px 10px;
}

#top .cont07 .br ul li:nth-child(2) {
    padding: 27px 10px;
}

#top .cont07 ul li p {
    font-size: 24px;
    color: #fff;
}

#top .cont07 ul li p span {
    font-size: 16px;
    display: block;
    line-height: 18px;
}

#top .cont07 .center a:hover {
    opacity: 0.8;
}

#top .cont07 a:hover {
    opacity: 1;
}

#top .cont07 a:hover .po {
    background: #FFDC73;
}

#top .cont08 {
    overflow: hidden;
    height: 720px;
    position: relative;
}

#top .cont08 .left {
    width: 40%;
    padding-left: 60px;
    float: left;
    background: #fff;
    height: 600px;
}

#top .cont08 .left p.text01 {
    font-size: 36px;
    margin-bottom: 60px;
    padding-top: 60px;
    font-weight: 700;
}

#top .cont08 .left p.text02 {
    font-size: 26px;
    line-height: 1.7;
}

#top .cont08 .left p.text01 span,
#top .cont08 .left p.text02 span {
    color: #FF7F00;
    font-size: 72px;
    padding: 0 10px;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 1340px) {
    #top .cont08 .left p.text01 {
        font-size: 32px;
    }

    #top .cont08 .left p.text01 span,
    #top .cont08 .left p.text02 span {
        font-size: 62px;
    }

}

@media only screen and (max-width: 1160px) {
    #top .cont08 .left p.text01 {
        font-size: 28px;
        margin-bottom: 100px;
    }

    #top .cont08 .left p.text01 span,
    #top .cont08 .left p.text02 span {
        font-size: 58px;
    }

    #top .cont08 .left p.text02 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1080px) {
    #top .cont08 .left {
        padding-left: 30px;
    }

}

@media only screen and (max-width: 1020px) {
    #top .cont08 .left p.text01 {
        font-size: 26px;
        margin-bottom: 100px;
    }

    #top .cont08 .left p.text01 span,
    #top .cont08 .left p.text02 span {
        font-size: 56px;
    }
}

#top .cont08 h2 {
    background: #B20000;
}

#top .cont08 p.btm {
    text-align: center;
    color: #fff;
    font-size: 48px;
    text-align: center;
    margin-top: 20px;
    background: #B20000;
    line-height: 120px;
    padding: 0 50px;
    background: url(../img/top/l.png) no-repeat center left, url(../img/top/r.png) no-repeat center right;
    width: 1000px;
    margin: 0 auto;
}

#top .cont08 .right {
    width: 60%;
    float: right;
    background: #fff;
    position: relative;
}

#top .cont08 a {
    height: 600px;
    width: 60%;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 2;
    text-indent: -9999px;
}


#top .cont08 a:hover {
    background: rgba(0, 0, 0, 0.3);
    width: 60%;
    height: 600px;
    display: block;
    text-indent: -0px;
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: 600px;
    opacity: 1;
}

#top .cont08 .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 600px;
}

.shop {
    background: url(../img/top/shopbg.jpg);
    padding: 50px 0;
}

.shop ul {
    width: 1200px;
    margin: 0 auto;
}

.shop ul li {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
}

.shop ul li img {
    vertical-align: bottom;
    width: 100%;
}

.shop ul li img.shoplogo {
    width: auto;
}

.shop ul li:nth-child(2) {
    margin: 0 20px;
}

.shop ul li:nth-child(4) {
    margin-left: 20px;
}

.shop ul li p.text01 {
    color: #5F3813;
    margin: 10px auto 20px;
    font-size: 24px;
}

.shop ul li p.text02 {
    color: #5F3813;
    margin: 0px auto 20px;
    font-size: 19px;
}

.shop ul li p.text03 {
    color: #FF7F00;
    margin: 0px auto 10px;
    font-size: 30px;
    padding-left: 36px;
    background: url(../img/top/tel.jpg) no-repeat 14px 11px;
}

.shop ul li p.text03 a {
    color: #FF7F00;
    letter-spacing: 3px;
}

.shop ul li p.text04 {
    color: #111;
    margin: 0px auto 20px;
    font-size: 16px;
}

#top .cont09 {
    padding: 60px 0 100px;
    background: #fff;
}

#top .cont09 h2 {
    text-align: center;
    background: url(../img/top/ico04.png) no-repeat top center;
    padding-top: 40px;
    margin-bottom: 20px;
    color: #FF5400;
    font-size: 26px;
    font-weight: 500;
}

#top .cont09 .news {
    width: 800px;
    margin: 0 auto;
}

#top .cont09 .news p {
    border-bottom: 1px dotted #FF5400;
    padding: 10px 0;
    font-size: 20px;
}

#top .cont09 .news p span {
    display: inline-block;
    color: #FF5200;
    margin-right: 20px;
}

#top .cont09 .news p a {
    color: #111;
    display: inline-block;
}

#top .cont09 .news a.more {
    background: url(../img/top/ico02.png) no-repeat 160px 20px #FF5200;
    width: 150px;
    margin: 30px auto 60px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 10px;
    padding-left: 30px;
}

#top .cont09 .btm li {
    display: inline-block;
    width: 302px;
    border: 1px solid #ccc;
}

#top .cont09 .btm li:nth-child(2) {
    margin: 0 47px;
}

/* リガール----------------------------------- */
.common {
    border-bottom: 1px solid #ccc;
}

.common h1 {
    width: 100%;
    height: 160px !important;
    color: #FF8000;
    font-size: 36px;
    font-weight: bold;
    line-height: 160px !important;
    margin: 0 auto 20px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    background: rgba(254, 178, 0, 0.2);
}

.term .box {
    width: 980px;
    margin: 80px auto 0;
    padding-bottom: 60px;
}

.term .box p {
    font-size: 18px;
    text-shadow: none;
    color: #333;
    line-height: 1.8;
    text-transform: none;
}

.term .box p br.tb {
    display: none;
}

.term .box h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    line-height: 54px;
    padding-left: 10px;
    color: #FF8000;
    font-weight: 300;
    font-size: 22px;
}

.term .box .text_box {
    padding: 0 12px 50px;
}

.term .box .text_box a {
    display: inline-block;
}

.term .box .text_top {
    margin: 0 30px 80px;
    text-align: center;
}

.term ul.burauza {
    padding: 0;
    margin: 50px auto 0;
    list-style: none;
    overflow: hidden;
}

.term ul.burauza li {
    background: #f3f3f3;
    padding: 20px;
    width: 290px;
    margin-right: 20px;
    float: left;
    font-size: 16px;
    height: 180px;
    text-align: center;
    line-height: 26px;
}

.term ul.burauza li span {
    font-size: 13px;
}

.term ul.burauza li p.title {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 0 6px;
    margin-bottom: 10px;
}

.term p.btm {
    text-align: right;
}

.term ul.burauza li:nth-child(3) {
    margin: 0;
}

.term p.co {
    text-align: center;
}

.term .last {
    text-align: center;
}

/* ショップ----------------------------------- */

.cp_tab *,
.cp_tab *:before,
.cp_tab *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_tab {
    margin: 1em auto;
    padding-top: 64px;
    position: relative;
}

.cp_tab > input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.cp_tab .cp_tabpanel {
    display: block;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3) {
    display: block;
    z-index: 8888;
}

.cp_tabpanels {
    position: relative;
    min-height: 1130px;
}

#shop .cp_tabpanels {
    position: relative;
    min-height: 1700px;
}

#page #shop .cp_tabpanels {
    position: relative;
    min-height: 1130px;
}

#first_tab01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%;
    background: #fff;
}

.cp_tab > label {
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 0;
    font-size: 22px;
    background: #f3f3f3;
    border-radius: 6px 6px 0 0;
    text-align: center;
}

.center {
    margin: 0 13px;
}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
    color: #0066cc;
}

.cp_tab > input:checked + label {
    margin-bottom: -1px;
    border-color: #FF8000;
    border-bottom: 1px solid #FF8000;
    /*背景色と同じ*/
    border-radius: 6px 6px 0 0;
    background: #FF8000;
    color: #fff;
}

.cp_tab > label:hover {
    color: #000;
}

.cp_tab .cp_tabpanel {
    padding: 20px;
    border: 2px solid #FF8000;
}

@media (max-width: 480px) {
    .cp_tab {
        width: 100%;
        font-size: 0.8em;
    }

    .cp_tab label {
        padding: 0.5em;
    }
}

#shop .cont02 {
    background: url(../img/top/cont02img02.jpg) repeat-x center bottom #fff;
    height: 540px;
    position: relative;
    border-top: 1px solid #ccc;
}

#shop .cont02 p {
    font-size: 46px;
    color: #005438;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}

#shop .cont02 p.text01 {
    font-size: 26px;
    color: #005438;
    font-weight: 600;
    padding-top: 120px;
    text-align: center;
}

#shop .cont02 p span {
    font-size: 70px;
}



#shop .cont03 {
    width: 1000px;
    margin: 40px auto 100px;
}

#shop .sl04 .swiper-wrapper {
    height: 500px;
    width: 100%;
}

#shop .sl04 .swiper-slide {
    background-size: cover;
}

#shop .cont03 .box01 {
    background: #005638;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#shop .cont03 .box01 p.text01 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

#shop .cont03 .box01 p.text01 a {
    margin-right: 20px;
    color: #F8B300;
    font-size: 36px;
    letter-spacing: 2px;
    padding-left: 40px;
    background: url(../img/usp/tel.png) no-repeat 0 10px;
    background-size: auto auto;
    background-size: 36px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 40px;
}

#shop .cont03 .box01 p.text01 span {
    margin-right: 20px;
    color: #F8B300;
    font-size: 36px;
    letter-spacing: 2px;
    padding-left: 40px;
    background: url(../img/usp/tel.png) no-repeat 0 10px;
    background-size: auto auto;
    background-size: 36px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 40px;
}

#shop .cont03 .box01 p.text03 {
    color: #fff;
    margin-bottom: 10px;
}

#shop .cont03 .box01 p.text04 {
    color: #fff;
}

#shop .cont03 .box01 p.text04 span {
    margin-left: 30px;
}

#shop .cont03 .box02 h2 {
    background: #ff8800;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    font-weight: 400;
}

#shop .cont03 .box02 h3 {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #ff8800;
    font-size: 22px;
    padding-left: 20px;
    font-weight: 400;
}

#shop .cont03 .box02 p {
    padding: 0px 10px 20px 20px;
}

#shop .cont03 h3.ico01 {
    background: url(../img/shop/ico01.png) no-repeat 10px 14px;
    background-size: 30px auto;
    padding-left: 50px;
}

#shop .cont03 h3.ico02 {
    background: url(../img/shop/ico02.png) no-repeat 10px 14px;
    background-size: 30px auto;
    padding-left: 50px;
}

#shop .po_box {
    position: relative;
    width: 330px;
    height: 64px;
}

/*
#shop .po01 {
    position: absolute;
    width: 330px;
    height: 64px;
    top: 0;
    left: 0;
}

#shop .po02 {
    position: absolute;
    width: 330px;
    height: 64px;
    top: 0;
    left: 50%;
    margin-left: -165px;
}

#shop .po03 {
    position: absolute;
    width: 330px;
    height: 64px;
    top: 0;
    right: 0;
}
*/


#shop .po01 {
    position: absolute;
    width: 247px;
    height: 64px;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 15px 10px!important;
}

#shop .po02 {
    position: absolute;
    width: 247px;
    height: 64px;
    top: 0;
    left: 50%;
    margin-left: -249px;
    font-size: 20px;
    padding: 15px 10px!important;
}

#shop .po03 {
    position: absolute;
    width: 247px;
    height: 64px;
    top: 0;
    left: 50%;
    margin-left: 2px;
    font-size: 20px;
    padding: 15px 10px!important;
}

#shop .po04 {
    position: absolute;
    width: 247px;
    height: 64px;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 15px 10px!important;
}


.se #top .cont03 h2 {
    font-size: 28px;
    color: #401000;
    margin-bottom: 30px;
}

.se #top .cont03 h2 span {
    font-size: 66px;
}

.se #top .cont03 p.top {
    font-size: 36px;
    color: #401000;
    margin: 0px auto 60px;
    font-weight: 700;
}

.se #top .cont03 {
    padding-bottom: 20px;
}

.se #top .shop {
    background: #FFF8E5;
    background-image: none;
    padding: 50px 0 80px;

}

.se #top .shop h2 {
    text-align: center;
    color: #FF8000;
    font-size: 36px;
    margin-bottom: 20px;
}

.se #top .shop p.btm {
    text-align: center;
    color: #FF8000;
    font-size: 26px;
    margin-top: 40px;
}

.se #top .shop p.btm a {
    background: #ff8800;
    color: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 6px;
}

.se #top .shop p.top {
    text-align: center;
    margin-bottom: 30px;
}

.se #top .shop ul li {
    padding-top: 0;
    box-shadow: 0 1px 3px #c1c1c1;
}

.se #top .shop ul li img {
    width: 100%;
}

.se #top .cont04 {
    background: #B20000;
}

.se #top .cont04 .warp {
    background: #FFF8E5;
    padding: 60px;
}

.se #top .cont04 .warp img {
    width: 100%;
}

.se .voise_box {
    padding: 60px 0;
    text-align: center;
}

.se .voise_box h2 {
    font-size: 50px;
}

.se .voise_box p {
    margin-bottom: 30px;
    font-size: 32px;
}

#ric .sup .com .cont04 .in_box {
    width: 1000px;
    border: 1px solid #FF8000;
}

#ric .sup .com .cont04 .in_box img {
    width: 100%;
}

#ric .sup .wel .cont01 h3 {
    background: rgba(254, 178, 0, 0.2);
    border-top: solid 4px #ff8800;
    border-bottom: solid 0px rgba(254, 178, 0, 1);
    color: #ff8800;
    font-weight: 500;
}

#ric .sup .com .cont04 h3 {
    margin-bottom: 2rem;
}

#ric .sup .com .cont04 ul.btm {
    padding: 20px;
}

#ric .sup .com .cont04 ul.btm li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#ric .sup .wel .cont01 ul li {
    border-bottom: solid 4px #ff8800;
}

#ric .sup .wel .cont01 ul li span {
    color: rgba(250, 0, 4, 1.00);
}

#ric .sup .wel .cont01 ul li.last {
    width: 560px;
}


#ric .sup .ric_info {
    width: 1100px;
    margin: 0 auto;
}

#ric .sup .ric_info h3 {
    background: none!important;
    color: #FF8000!important;
    font-weight: 500!important;
    text-align: left!important;
    font-size: 18px!important;
    margin-bottom: 1rem!important;
}

#ric .sup .ric_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ric .sup .ric_info ul li {
    border-top: solid 10px #ff8800;
    padding-top: 16px;
    margin: 30px 0 20px 0;
    max-width: 520px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#ric .sup .ric_info ul li .ric_info_box_left {
    padding-right: 2%;
    width: 54%;
}

#ric .sup .ric_info ul li .ric_info_box_right {
    width: 44%;
}

#ric .sup .ric_info ul li p {
    color: #FF8000!important;
    text-align: left!important;
    font-size: 14px!important;
}

#ric .sup .ric_info ul li span {
}


#ric .sup .ric_info .icons {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

#ric .sup .ric_info .icons .icons_left img {
    width: 80%;
    border-radius: 30px;
    border: #bfbfb3 1px solid;
}

#ric .sup .ric_info .icons .icons_right img {
    width: 80%;
    border-radius: 30px;
    border: #bfbfb3 1px solid;
}

#ric .sup .com .cont04 .in_box p.text01 {
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
}

#ric .sup .com .cont04 .in_box p.text01 span {
    color: rgba(250, 0, 4, 1.00);
    margin: 0 20px;
    font-size: 60px;
}

#ric .sup .com .cont04 .in_box p.text02 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
}

#ric .sup .com .cont04 .in_box p.text03 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
}

#ric .sup .com .cont04 .in_box p.text04 {
    font-size: 28px;
    padding: 10px;
    background: #ffD24D;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: 600;
}

#ric .sup .com .cont04 .in_box ul.btm h4 {
    color: #FF8000;
    font-size: 22px;
    text-align: left;
    margin-left: 50px;
}

#ric .sup .com .cont04 .in_box ul.btm p {
    padding: 20px;
}

#ric .sup .com .cont04 .in_box ul.btm h4 span {
    background: #FF8000;
    padding: 4px 10px;
    margin-right: 10px;
    color: #fff;
}

#ric .sup .com .cont04 h3 {
    color: #fff;
    background: #FF8000;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 3px;
}

#ric .sup .com .cont04 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#ric .sup .com br.tb {
    display: none;
}

#ric .sup .com .cont04 h2 {
    font-size: 38px;
    margin: 4rem auto 1rem;
}

#ric .sup .wel .cont01 ul li {
    box-shadow: 2px 2px 5px -1px #fff;
    border-right: 1px solid #FF8800;
    border-left: 1px solid #FF8800;
}

.policy {
    padding: 14px 60px;
    margin:20px 0 40px;
}
.policy p{margin:0;}

.policy ul{
    text-align: left;
    font-size: 16px;
}

.policy li{
    margin: 10px;
    list-style: disc;
}

.policy-head {
    padding: 20px 0px;
    background:#297fc7;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom:30px;
}

.policy-head a{color: #ffffff;}

.policy-head a:hover{
text-decoration: underline;
    opacity:0.8;
}

.policy-head-p1 {
    margin: 20px !important;
    text-align: center!important;
    font-weight: bold;
    font-size: 18px !important;
}

.policy-head-p2 {
    margin: 20px !important;
    text-align: left!important;
    font-size: 16px !important;
}

.policy-body {
    border: 1px solid;
    padding: 16px 30px;
}

.policy-body-p {
    margin: 20px 0!important;
    text-align: center!important;
    font-size: 18px !important;
    font-weight: bold;
}

/* ==================================================
  FD Policy (scoped)
  - .term .box p の干渉をFDページ内だけ無効化
  - 文字サイズ/太字/余白のみで階層を表現
================================================== */

/* --- Guard: term .box p の影響をFD内だけ無力化 --- */
.term .box .fd-policy p {
  margin: 0 0 1em !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  text-shadow: none !important;
  text-transform: none !important;
}

/* --- Base --- */
.fd-policy {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 60px;
}

.fd-policy p {
  margin: 0 0 1em;
}

.fd-policy ul {
  margin: 0 0 1.4em 1.2em;
  padding: 0;
  list-style: disc;
}

.fd-policy li {
  margin: 0 0 0.4em;
}

.fd-date {
    text-align: right;
    padding: 10px 0;
}

/* --- Intro --- */
.fd-policy-description {
  font-size: 15px;
  margin-bottom: 1.8em;
}

/* --- Section title (メイン見出し) --- */
.fd-policy-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 2.2em;
  margin-bottom: 0.6em;
}

/* --- Body text --- */
.fd-policy-text {
  font-size: 14px;
}

/* --- Sub title (具体的な取組事項) --- */
.fd-policy-sub {
  font-size: 13px;
  font-weight: 700;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
}

/* --- Lists (本文より一段下げる) --- */
.fd-policy-list {
  margin-top: 0;
}

.fd-policy-list-item {
  font-size: 14px;
  line-height: 1.7;
}

/* --- Divider (6章とKPIの間) --- */
.fd-policy-divider {
  margin: 2.5em 0 2em;
  border-top: 1px solid #ccc;
}

/* --- KPI Block: ここから1段階アップ --- */
.fd-policy-kpi {
  font-size: 15px; /* ベース14px → 15px */
}

.fd-policy-kpi .fd-policy-title {
  font-size: 17px;
}

.fd-policy-kpi .fd-policy-text {
  font-size: 15px;
}

.fd-policy-kpi .fd-policy-kpi-item {
  font-size: 16px;
  font-weight: 700;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
}

.fd-policy-kpi .fd-policy-list-item {
  font-size: 14px;
}

.fd-policy-kpi-value{
  list-style: none;
}

/* ==================================================
  Responsive (Smartphone)
  - 余白確保（左右）
  - サイズを全体的に1段階下げる
================================================== */
@media (max-width: 768px) {
  .fd-policy {
    padding: 0 16px;
    font-size: 13px;
    line-height: 1.75;
  }

  .fd-policy p {
    margin: 0 0 0.9em;
  }

  .fd-policy-description {
    font-size: 14px;
    margin-bottom: 1.4em;
  }

  .fd-policy-title {
    font-size: 15px;
    margin-top: 1.8em;
    margin-bottom: 0.5em;
  }

  .fd-policy-text {
    font-size: 13px;
  }

  .fd-policy-sub {
    font-size: 12.5px;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
  }

  .fd-policy ul {
    margin: 0 0 1.2em 1.1em;
  }

  .fd-policy-list-item {
    font-size: 12.5px;
  }

  /* KPI: KPIブロック内も相対的に1段階アップを維持 */
  .fd-policy-kpi {
    font-size: 14px;
  }

  .fd-policy-kpi .fd-policy-title {
    font-size: 16px;
  }

  .fd-policy-kpi .fd-policy-kpi-item {
    font-size: 15px;
  }

  .fd-policy-kpi .fd-policy-list-item {
    font-size: 13px;
  }

  .fd-policy-divider {
    margin: 2.0em 0 1.6em;
  }
}

#page07 #shop .cont02 p span {
    font-size: 46px;
    margin-top: 16px;
    display: block;
}

#news01 #shop .cont02 p span {
    font-size: 46px;
    margin-top: 16px;
    display: block;
}

.new_banner {
    text-align: center;
    margin: 60px auto;
    width: 800px;
}

.new_banner img {
    width: 100%;
}

@media(max-width:960px) and (min-width: 320px) {
    .new_banner {
        text-align: center;
        margin: 60px 20px 30px;
        width: auto;
    }
}

.fr {
    position: relative;
    width: 100%;
    height: 850px;
}

.fr02 {
    position: relative;
    width: 100%;
    height: 210px;
}

.fr_top {
    position: relative;
    width: 279px;
    height: 279px;
}

.fr img,
.fr_top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.fr a,
.fr02 a,
.fr_top a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 2;
}

.fr a:hover,
.fr02 a:hover,
.fr_top a:hover {
    opacity: 0.8;
}



#page02 .fr {
    position: relative;
    width: 100%;
    height: 700px;
}






/*  お客様の声部分　2020.06.25　*/

.sp_only {
    display: none;
}

#voice_list {
    text-align: center;
    margin-bottom: 20px;
}

#voice_list .inner {
    width: 1000px;
    margin: auto;
}

.tab_navi {}

.tab_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    /*justify-content:space-around;*/
    justify-content: flex-start;
    /*	flex-wrap: wrap;*/
}

.tab_navi ul li {
    width: 30%;
    margin-right: 2%;
    font-size: 21px;
    color: #000;
    padding: 20px 0;
    text-align: center;
    background: #F3F3F3;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

.tab_navi ul li:hover {
    cursor: pointer;
    background: #FC0;
}

.tab_navi ul li.select {
    cursor: default;
    background: #FF8000;
    color: #FFF;
}

.tab_content {
    border: solid 3px #FF8000;
    padding: 30px;
}

.tab_content .hide {
    display: none;
}

.box_shop {}

.box_shop h4 {

    padding: 0.8em;
    /*
	background:#EEE;
	border-radius: 15px; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;*/
    text-align: center;


}

.box_shop h4,
.box_shop h4 a {
    color: #F60;
}

.box_shop h4 a {
    display: inline;
    pointer-events: none;
    /*リンク無効化*/
}

.box_shop img {
    float: left;
    width: 46%;
    height: auto;
    margin-top: -20px;
    margin-right: 2%;
}


.box_shop .sub {
    clear: both;
    zoom: 100%;
    border-bottom: 1px dotted #999;
    padding-bottom: 1em;
    margin-bottom: 1em;

    text-align: left;

}

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

.title-massege {
    margin-left: 48%;
}

/* ビデオ */

#videoTop {
    text-align: center;
    margin: 10px 0 10px 0;
    display:block;
}

#videoTop iframe {
    width: 100%;
    height:638px;
}

#videoTop_sp {
    display: none;
}




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

    br.sp_only {
        display: inherit;
    }

    #voice_list {
        margin: 10px;
    }

    #voice_list .inner {
        width: 100%;
    }

    .box_shop img {
        float: none;
        width: 100%;
        margin-top: 0px;
        margin-right: 0;
    }

    .title-massege {
        margin-left: 0;
        display: none;
    }

    .tab_navi ul li {
        width: 32%;
        margin-right: 1%;
        font-size: 3vw;
        padding: 10px 0;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    /* ビデオ */

    #videoTop_sp {
        text-align: center;
        margin: 0 0 10px 0;
        display:block;
    }

    #videoTop_sp iframe {
     width: 90%;
    }

    #videoTop {
        display: none;
    }

    /* 車検ページ */

    .shaken_toiawase .btn2 {
    width: 88%;
    }

    /* 鈑金ページ */

    .bankin_toiawase .btn2 {
    width: 88%;
    }



}

@media only screen and (max-width:414px) {}

@media only screen and (max-width:320px) {}



/*　料金表 */

#price_wrap {
    width: 1000px;
    margin: 0 auto;
}

.tbl_price_up_txt {
    margin: -35px 0 0 0;
    padding-bottom: 10px;
    text-align: right;
    font-weight: bold;
}

.tbl_price {
    margin: 0px auto 30px auto;
    border-collapse: collapse;
    background-color: #FFFFFF;
    width: 1000px;
}

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

#price_wrap {
    width: 100%;
}

    .tbl_price {
    margin: 0px auto 30px auto;
    border-collapse: collapse;
    background-color: #FFFFFF;
    width: 100%;
}

.tbl_price td {
    font-size: 70%;
}

}

.tbl_price * {}

.tbl_price th {
    background: #80AB42;
    text-align: center;
    border: 1px solid #CCC;
    padding: 4px 0px 4px 0px;
    line-height: 1.2em;
    font-size: 14px;
    color: #FFF;
}

.tbl_price th p {
    padding: 8px 0px 8px 0px;
    margin: 0;
}

.tbl_price td {
    vertical-align: middle;
    font-weight: bold;
    padding: 10px 8px 10px 8px;
    text-align: center;
    border: 1px solid #CCC;
    font-family: "Arial Black", Gadget, sans-serif;
}

.tbl_price td {
    width: 25%;
}

.td_font_color_FE0 {
    color: #b20000;
    font-size: 125%;
    background-color: #FE0;
}

.td_font_color_B20000 {
    color: #b20000;
    font-size: 110%;
}

.inner {
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    width: 1000px;
}

/* 注意書き */
.box_caution{
    padding:2px;
    margin:0 auto;
    text-align: left;
}
.box_caution h4{
    background:#78BD21;
    padding:0.7em 1em;
    margin-bottom:5px;
    color: #FFF;
    font-size:17.6px;
    word-break: break-word;
}
.box_caution p{
    font-weight:bold;
    word-wrap: break-word;
    font-size: 17.6px;
    margin: 10px;
}

.himg{margin: 0!important;}
.himg img{width: 100%!important;}

.price-h-1{
    padding-top: 10px;
    padding-bottom: 10px;  
    font-size: 30px;
    margin: 30px 0 30px 0px;
    font-weight: bold;
}
.price-h-2{
    padding-top: 10px;
    padding-bottom: 10px;  
    font-size: 30px;

}


@media screen and (max-width: 690px) {
    .inner {
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex p {
    font-size: 1.4rem;
}

.flex_img {
    width: 100%;
    margin-bottom: 1rem;
}

.flex .flex_item_row3 {
    width: 31.5%;
}


@media screen and (max-width: 690px) {
.flex {
    display: block;
    justify-content: space-between;
}
    .flex .flex_item_row3 {
    width: 100%;
}
}


.lead {
    background: #FF8000;
    padding: 1rem;
    margin-bottom: 1.8rem;
    color: #fff;
}

.lead p {
    font-weight: bold;
    font-size: 2rem;
}

.btn {
    background: url(../img/top/ico01.png) no-repeat 190px 16px #005638;
    color: #fff;
    width: 220px;
    margin: 20px auto 40px;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    border-radius: 4px;
    padding-left: 14px;
}

.btn2 {
    background: #005638;
    color: #fff;
    width: 50%;
    margin: 20px auto 40px;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    border-radius: 4px;
    padding: 1rem 0;
}

.tel2 {
    font-weight: bold;
    color: #F8B300;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
    margin-top: 1rem;
}

.t_small {
    font-size: small !important;
    color: #000;
}

.mb {
    margin-bottom: 2rem;
}

.voice {
    background: #fff;
    text-align: left;
    margin: 1rem auto 2rem;
    padding: 1rem;
    border: 1px solid #FF8000;
    width: 1000px;
}

@media screen and (max-width: 690px) {
    .voice {
        background: #fff;
        text-align: left;
        margin: 1rem auto 2rem;
        padding: 1rem;
        border: 1px solid #FF8000;
        width: 90%;
    }
}
