body {
    min-width:none;
    -webkit-text-size-adjust:100%;
    height:100%;
    font-size: 15px;
}

#MDQ{display:none;}
.spNone{display:none !important;}

.ip_s { width:20%; }
.ip_m { width:45%; }
.ip_l { width:99%; }


/*---------------------------------------------------------------------------
Wordpress　Only
---------------------------------------------------------------------------*/
.recaptchaBox{
	width:100%;
	margin-top: 50px;
	text-align:center;
}
.captcha-301{
	width:100%;
	display:flex; flex-wrap:nowrap;
	justify-content:center; align-items: center;
	flex-direction: column;
}


/*---------------------------------------------------------------------------
コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
    width:100%;
}

.contents_window {
    width: auto;
    margin:0 auto;
}

.ContentsBox1100{max-width:auto; margin:0 15px;}


/*---------------------------------------------------------------------------
共通CSS
---------------------------------------------------------------------------*/

.dFlex{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.dFlexSB{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.TitleBox{
    text-align: center;
    margin-bottom: 20px;
}

.TitleBox h3{
    font-size: 24px;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5px;
}
.TitleBox h3 .title{
    margin: 0 10px;
}
.TitleBox h3 .leftIcon,
.TitleBox h3 .rightIcon{ width: 15%;}
.TitleBox h3 .leftIcon img,
.TitleBox h3 .rightIcon img{ vertical-align: middle;}

.TitleBox .subTitle{
    font-size: 17px;
    color: #4d4d4d;
}

/*----- トピックスカテゴリー -----*/
span.cate{color: #fff;}
span.c_delivery{background-color: #d7ad37 !important;}
span.c_patrol-refill{background-color: #548859 !important;}
span.c_inspection{background-color: #82b6c7 !important;}

/*----- ローディング -----*/
#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 999;
}

#loading .loader{
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 9999;
}

/*----- ページ共通お問合せ -----*/
.cmnContact{ padding: 40px 0;}

.cmnContact .TextBox{
    text-align: center;
    margin-bottom: 20px;
}

.cmnContact .TextBox .Inner{
    position: relative;
    margin-bottom: 10px;
}

.cmnContact .TextBox .Inner p{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #313131;
    padding: 10px;
}

.cmnContact .TextBox .Inner .Img01{display: none;}
.cmnContact .TextBox .Inner .Img02{display: none;}

.cmnContact .TextBox > p{font-size: 16px;}

.cmnContact .BtnBox .tel,
.cmnContact .BtnBox .mail{width: 100%;}

.cmnContact .BtnBox .tel a{
    display: block;
    width: 90%;
    margin: 0 auto 20px;
}

.cmnContact .BtnBox .mail a{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    background-color: #d33f46;
    padding: 10px 0;
    position: relative;
    transition: 0.3s ease;
}

.cmnContact .BtnBox .mail a .icon_mail{
    width: 30px;
    font-size: 0;
    margin-right: 10px;
}
.cmnContact .BtnBox .mail a .icon_arr{
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    font-size: 0;
    transition: 0.3s ease;
}

.cmnContact .BtnBox .mail a:hover .icon_arr{
    right: 20px;
}
.cmnContact .BtnBox .mail a:hover img{opacity: 1;}
.cmnContact .BtnBox .mail a:hover{opacity: 0.75;}

/*----- rightNavi -----*/
.rightNavi{
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    z-index: 300;
	flex-wrap:wrap;
}
.rightNavi > a{
    width: 50%;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
	line-height: 1.0;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.3s ease;
}
.rightNavi > a:first-of-type{background-color: #d33f46;}
.rightNavi > a:last-of-type{background-color: #82b6c7;}

.rightNavi > a p{}

.rightNavi > a span img{margin-right: 10px;}

.rightNavi > a:hover img{opacity: 1;}

/*----- leftNavi -----*/
.leftNaviPC{
	display:none;
}
.leftNaviSP{
    width: 100%;
    background: #17B901;
}
.leftNaviSP a{
    width: 100%;
    display: block;
    padding-top: 5px;
}

/*----- パンくず -----*/
.pan{padding: 10px 0;}
.pan ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 15px;
}
.pan ul li{
    margin-left: 5px;
    font-size: 13px;
    color: #808080;
}
.pan ul li a{
    font-size: 13px;
    color: #808080;
}
.pan ul li a:hover{text-decoration: underline;}


/*----- GWのお知らせ -----*/
.GW_infoBox{
	background-color: #f00;
	box-sizing: border-box;
	padding: 20px 20px;
	margin: 20px 0px;
	color: #fff;
	border: 10px double #fff;
}

.GW_infoBox p span{
	text-decoration: underline;
}



/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/

#header{
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.headerContents{
    max-width: 100%;
    margin: 0 15px;
    padding: 15px 0;
}

.headerContents h1 a{
    display: block;
    width: 60%;
    font-size: 0px;
}

.headerContents .TelBox{display: none;}

/*----- ヘッダーメニュー -----*/

.headerMenu{}
.headerMenu .spmenu_drawr,
.headerMenu .spmenu_drawr span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.headerMenu .spmenu_drawr {
    position: fixed;
    top: 12px;
    right: 15px;
    width: 50px;
    height: 47px;
    cursor: pointer;
    background-color: #548859;
    z-index: 9999;
    text-align: center;
}
.headerMenu .spmenu_drawr span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.headerMenu .spmenu_drawr span:nth-of-type(1) {
    top: 12px;
}
.headerMenu .spmenu_drawr span:nth-of-type(2) {
    top: 22px;
}
.headerMenu .spmenu_drawr span:nth-of-type(3) {
    top: 32px;
}

.headerMenu .spmenu_drawr.active span{background: #fff;}

.headerMenu .spmenu_drawr.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}
.headerMenu .spmenu_drawr.active span:nth-of-type(2) {
    opacity: 0;
}
.headerMenu .spmenu_drawr.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}

.headerNavi{
    display: none;
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    right:0;
    width:100%;
    height:120%;
    z-index: 8888;
    padding-top: 30%;
}

.headerNavi ul.gnav{
    max-width: 100%;
    margin: 0 30px;
}

.headerNavi ul.gnav > li{
    margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.headerNavi ul.gnav li > a{
    color: #fff;
    font-size: 15px;
    transition: 0.3s ease;
    padding-left: 20px;
    position: relative;
}
.headerNavi ul.gnav li > a::after{
    content: ">";
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 15px;
    color: #fff;
}

.headerNavi ul li.megamenu span{
    color: #fff;
    transition: 0.3s ease;
    padding-left: 18px;
    position: relative;
}
.headerNavi ul li.megamenu span::after{
    content: "＋";
    position:absolute;
    color: #fff;
    top: -5px;
    left: -5px;
}
.headerNavi ul li.megamenu.active span::after{ content: "ー";}

.headerNavi .megamenu-inner ul{margin-left: 20px;}
.headerNavi .megamenu-inner ul li{
    display: none;
    margin-bottom: 10px;
}
.headerNavi .megamenu-inner ul li:first-child{margin-top: 10px;}
.headerNavi .megamenu-inner ul li:last-child{margin-bottom: 0;}

.headerNavi .megamenu-inner a{
    color: #fff;
    position: relative;
}
.headerNavi .megamenu-inner a::after{
    content: ">";
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 15px;
    color: #fff;
}

.fade {opacity: 1;}

/*----- ヘッダーメニューここまで -----*/

.HD_snsSetPC{
    display: none;
}

.HD_snsSetSP{
    width: 100%; padding-top: 20px;
    display: flex; flex-wrap: nowrap; justify-content: center;
}
.HD_snsBoxSP{
    margin: 0 10px;
}
.HD_snsBoxSP a{
    width: 100%;
    display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    flex-direction: column;
    text-align: center;
}
.HD_snsBoxSP a img{
    width: 50px;
}
.HD_snsBoxSP a span{
    display: block;
    font-size: 10px; color: #fff;
}

/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

#footer {
    width:100%;
    margin: 0 auto;
    background-color: #548859;
	padding-bottom: 90px;
}

.footer_contents{
    max-width: 100%;
    margin: 0 15px;
    padding: 30px 0;
    color: #fff;
}

.footer_contents .InnerL{
    width: 100%;
    margin-bottom: 20px;
}

.footer_contents .InnerL .Logo{
    width: 277px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.footer_contents .InnerL .Logo svg path.st0{fill:#fff;}
.footer_contents .InnerL .Logo svg path.st1{fill:none;stroke:#fff;stroke-width:3.8681;stroke-linecap:round;stroke-linejoin:round;}

.footer_contents .InnerL p{
    font-size: 14px;
    margin-bottom: 10px;
}
.footer_contents .InnerL p span{
    font-weight: bold;
    font-size: 15px;
}

.footer_contents .InnerR{width: 100%;}

.footer_contents .LinkBtn{
    width: 80%;
    margin: 0 auto 15px;
    background-color: #fff;
}
.footer_contents .LinkBtn a{
    width: 100%;
    background-color: #000;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
    transition: 0.3s ease;
}
.footer_contents .LinkBtn a img{width: 80%;}
.footer_contents .LinkBtn a:hover img{opacity: 1;}
.footer_contents .LinkBtn a:hover{ opacity: 0.75;}

.footer_contents .copyright{
    font-size: 12px;
    text-align: center;
}

.FT_snsSet{
    width: 100%; margin-bottom: 20px;
    display: flex; flex-wrap: nowrap; justify-content: center;
}
.FT_snsBox{
    margin: 0 10px;
}
.FT_snsBox a{
    width: 100%;
    display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    flex-direction: column;
    text-align: center;
}
.FT_snsBox a img{
    width: 50px;
}
.FT_snsBox a span{
    display: block;
    font-size: 10px; color: #fff;
}

.FT_fbBox{
    width: 100%; height: 200px;
    margin-top: 20px;
    text-align: center;
}

.FT_naviSet{
    width: 100%;
}
.FT_naviBox{
    width: 100%; margin-bottom: 5px;
    display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;
}
.FT_naviBox a{
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    border-left: 1px solid #fff;
}
.FT_naviBox a:first-of-type{
    border-left: none;
    padding-left: 0;
}


/*---------------------------------------------------------------------------
トップページ
---------------------------------------------------------------------------*/

/*----- スライダー -----*/

#TopSlider{
    width: 100%;
    height: auto;
    background-image: url(../image/slider/slider_back.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 40px;
    box-sizing: border-box;
}

.mainSliderBox{
    max-width: 100%;
    margin: 0 15px;
}

.slick-list{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.topSlider .Inner{ position: static;}

.topSlider .ImgBox a{
	display:block;
	width:100%;
}

.topSlider .TextBox{
    position: static;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}

.topSlider .TextBox h2{
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    background-color: #000;
}
.topSlider .TextBox span{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    display: inline-block;
    padding-left: 10px;
}
.topSlider .TextBox span:first-of-type{padding-top: 10px;}


/*----- TOPICS -----*/
.topTopics{
    width: 100%;
    padding: 40px 0;
    position: relative;
}

.topTopics .tpc_Back{display: none;}

.topTopics .tpc_Img{display: none;}

.topTopics .tpc_ListBox{
    background-image: url(../image/top/tpc_c.png);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 100%;
    margin: 0;
    padding: 0 15px;
    position: relative;
}
.topTopics .tpc_ListBox::before{
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: url(../image/top/tpc_top.png);
    background-position: top center;
    background-repeat: none;
    background-size: 100%;
    z-index: 2;
}
.topTopics .tpc_ListBox::after{
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: url(../image/top/tpc_btm.png);
    background-position: top center;
    background-repeat: none;
    background-size: 100%;
    z-index: 2;
}

.topTopics .tpc_ListBox ul{margin-bottom: 15px;}
.topTopics .tpc_ListBox ul li{
    border-bottom: 1px dotted #000;
}
.topTopics .tpc_ListBox ul li a{
    display: block;
    padding: 10px 0;
    transition: 0.3s ease;
}
.topTopics .tpc_ListBox ul li a span:first-of-type{
    font-size: 12px;
    width: 95px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 0;
	background-color:#000;
}

.topTopics .tpc_ListBox ul li a .data{ margin-right: 0;}
.topTopics .tpc_ListBox ul li a .text{ display: block;}

.topTopics .tpc_ListBox ul li a:hover{
    background-color: #ddd;
}

.topTopics .tpc_ListBox p.moreBtn{
    font-size: 13px;
    text-align: right;
}

.topTopics .tpc_ListBox p.moreBtn a{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.topTopics .tpc_ListBox p.moreBtn a .moreArr{
    position: absolute;
    top: 48%;
    right: 0;
    -webkit-transform: translateY(-62%);
    transform: translateY(-62%);
    transition: 0.3s ease;
}
.topTopics .tpc_ListBox p.moreBtn a:hover .moreArr{
    right: -10px;
}

/*----- SERVICE -----*/
.topService{
    width: 100%;
    padding: 40px 0 0;
    background-color: #f5f1e0;
    background-image: url(../image/top/srv_back01.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.topService .bigText{
    color: #d33f46;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.topService .srv_AreaMap{
    background-color: #fff;
    margin-bottom: 40px;
    position: static;
}

.topService .area_redbox{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.topService .area_redbox .Img{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
}

.topService .area_redbox .Inner{
    padding: 20px 15px;
    color: #fff;
    background-color: #d33f46;
    font-size: 17px;
    margin-bottom: 10px;
}

.topService .area_redbox .Inner p:first-of-type{
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.topService .area_redbox .Inner p img{width: 40%;}

.topService .area_redbox .Caution{
    font-size: 13px;
}

.topService .area_svgbox{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.topService .srv_Menu{}
.topService .srv_Menu .Inner{
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.topService .srv_Menu .Inner a{
    display: block;
    position: relative;
    transition: 0.3s ease;
}

.topService .srv_Menu .Img{
    width: 100%;
    overflow: hidden;
    background-color: #000;
}
.topService .srv_Menu .Img img{
    transition: 0.3s ease;
}

.topService .srv_Menu .Text{
    text-align: center;
    padding: 15px 15px 35px;
    box-sizing: border-box;
    color: #fff;
}
.topService .srv_Menu .menu01 .Text{background-color: #d7ad37;}
.topService .srv_Menu .menu02 .Text{background-color: #548859;}
.topService .srv_Menu .menu03 .Text{background-color: #82b6c7;}
.topService .srv_Menu .menu04 .Text{background-color: #a77f56;}
.topService .srv_Menu .menu05 .Text{background-color: #2ca9e1;}

.topService .srv_Menu .Text h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.topService .srv_Menu .Text p{
    text-align: left;
    display: inline-block;
}

.topService .srv_Menu .Arr{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.topService .srv_Menu .menu01 .Arr{background-color: #d18d24;}
.topService .srv_Menu .menu02 .Arr{background-color: #006837;}
.topService .srv_Menu .menu03 .Arr{background-color: #5491a0;}
.topService .srv_Menu .menu04 .Arr{background-color: #826247;}
.topService .srv_Menu .menu05 .Arr{background-color: #0095d9;}

.topService .srv_Menu .Arr img{
    width: 10px;
    height: 30px;
}

.topService .srv_Menu .Inner a:hover img{opacity: 1;}
.topService .srv_Menu .Inner a:hover .Img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s ease;
    opacity: 0.75;
}

.topService .srv_GS h4{
    font-size: 24px;
    color: #fff;
    background-color: #666;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 30px;
}

.topService .srv_GS .Inner{ width: 100%;}
.topService .srv_GS .Inner:first-of-type{ margin-bottom: 30px;}

.topService .srv_GS .Inner .Img{ margin-bottom: 20px;}

.topService .srv_GS .Inner p span{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #666;
    padding: 5px 0;
    margin-bottom: 10px;
}
.topService .srv_GS .Inner p:last-of-type{margin-bottom: 10px;}

.topService .srv_GS .Inner a{
    margin: 0 0 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 170px;
    padding: 3px 0;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #d5c782;
    transition: 0.3s ease;
}
.topService .srv_GS .Inner a img{margin-left: 15px;}
.topService .srv_GS .Inner a:hover{opacity: 0.75;}

.topService .btmImg{
    padding-top: 10px;
    width: 1230px;
    margin: 0 auto;
}

/*----- top_Google Map -----*/

.topMapArea{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.topMapArea iframe,
.topMapArea object,
.topMapArea embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------------------------------------------------------------------
カテゴリー共通
---------------------------------------------------------------------------*/

/*----- メイン -----*/
.caMainImg{
    width: 100%;
    height: 150px;
}

.caMainImg .Inner{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

/*
.caMainImg .Inner h2{
    color: #fff;
    font-size: 30px;
    letter-spacing: 5px;
}
.caMainImg .Inner h2 span{
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
}
*/

.caDescArea{
    width: 100%;
    padding: 20px 0 40px;
}
.caDescArea p span{
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.4;
}
/*
.caDescArea p:first-of-type{
    margin-bottom: 30px;
    text-align: center;
}
*/
.caDescArea p{margin-bottom: 30px;}
.caDescArea p:last-of-type{margin-bottom: 0px;}

/*----- 特徴 -----*/
.caFeatureArea{
    width: 100%;
    padding: 40px 0;
}

.caFeatureArea .TitleBox{margin-bottom: 50px;}

.caFeatureArea .featureBox{}

.caFeatureArea .featureBox .Inner{
    width: 100%;
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 70px;
}
.caFeatureArea .featureBox .Inner:last-of-type{margin-bottom: 0;}

.caFeatureArea .featureBox .Img{
    position: relative;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.caFeatureArea .featureBox .Img > p{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 169px;
}

.caFeatureArea .featureBox .text{margin: 0 30px;}
.caFeatureArea .featureBox .text p{
    font-size: 16px;
    text-align: left;
}
.caFeatureArea .featureBox .text p span{
    display: block;
    font-size: 20px;
    line-height: 1.0;
    font-weight: bold;
    text-align: center;
}

/*----- 流れ -----*/
.caflowArea{
    width: 100%;
    background-color: #f5f1e0;
    padding: 40px 0 0;
    overflow: hidden;
}
.caflowArea .TitleBox .rightIcon img{
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}

.caflowArea .flowBox{
    -webkit-align-items: center;
    align-items: center;
}

.caflowArea .flowBox .Inner{
    width: 100%;
}
.caflowArea .flowBox .Inner .Img{
    position: relative;
    overflow: hidden
}
.caflowArea .flowBox .Inner .Img .num{
    position: absolute;
    top: -60px;
    left: -70px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #d5c782;
}
.caflowArea .flowBox .Inner .Img .num p{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.caflowArea .flowBox .Inner > p{ font-size: 16px;}
.caflowArea .flowBox .Inner > p:first-of-type{
    margin-bottom: 10px;
    text-align: center;
    background-color: #d33f46;
    padding: 3px 0;
}
.caflowArea .flowBox .Inner > p span{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.caflowArea .flowBox .Arr{
    width: 40px;
    margin: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.caflowArea .btmImg{
    padding-top: 30px;
    width: 1230px;
    margin: 0 auto;
}


/*---------------------------------------------------------------------------
灯油配送
---------------------------------------------------------------------------*/

.caMainImg.Kerosene{
    background-image: url(../image/kerosene/main_img.jpg);
    background-position: top 25% center;
    background-repeat: no-repeat;
    background-size: cover;
}

.krs_DeliTypeArea{
    width: 100%;
    background-color: #f5f1e0;
    padding: 40px 0;
}

.krs_DeliTypeArea p{
    text-align: center;
    margin-bottom: 30px;
}

.krs_DeliTypeArea .typeBox dl{
    width: 100%;
    background-color: #fff;
    margin-bottom: 40px;
}
.krs_DeliTypeArea .typeBox dl:last-of-type{margin-bottom: 0;}

.krs_DeliTypeArea .typeBox dl dt{
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}
.krs_DeliTypeArea .typeBox dl:first-of-type dt{background-color: #d33f46;}
.krs_DeliTypeArea .typeBox dl:last-of-type dt{background-color: #548859;}

.krs_DeliTypeArea .typeBox dl dt span{
    position: absolute;
    bottom: 0;
}
.krs_DeliTypeArea .typeBox dl:first-of-type dt span{ right: 15px;}
.krs_DeliTypeArea .typeBox dl:last-of-type dt span{ right: 15px;}
.krs_DeliTypeArea .typeBox dl dt span .img01{ width: 90px;}
.krs_DeliTypeArea .typeBox dl dt span .img02{ width: 70px;}

.krs_DeliTypeArea .typeBox dl dd{
    padding: 20px;
    font-size: 16px;
}

.caFeatureArea.Kerosene{background-color: #d7ad37; color: #fff;}
.caFeatureArea.Kerosene .TitleBox h3 .title{font-size: 22px;}
.caFeatureArea.Kerosene .subTitle{
    color: #fff;
    font-size: 15px;
}
.caFeatureArea.Kerosene .featureBox .Img{
/*    margin-bottom: 10px;*/
    background-color: #c59627;
}
.caFeatureArea.Kerosene .featureBox .Inner:nth-of-type(1) .Img > div {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #d33f46;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    line-height: 1;
}
.caFeatureArea.Kerosene .featureBox .Inner:nth-of-type(1) .Img > div p{
    font-size: 15px;
    line-height: 1.2;
}
.caFeatureArea.Kerosene .featureBox .Inner:nth-of-type(1) .Img > div p span{
    font-size: 22px;
    font-weight: bold;
	display: block;
}

.caFeatureArea.Kerosene .featureBox .text p{text-align: center;}
.caFeatureArea.Kerosene .featureBox .text p.merit{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin: 10px 0 15px;
    color: #ffffbf;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
}
.caFeatureArea.Kerosene .featureBox .Inner:nth-of-type(1) .text p.merit{
    font-size: 40px;
    margin-top: 0;
}
.caFeatureArea.Kerosene .featureBox .Inner:nth-of-type(1) .text p.merit span{
    font-size: 60px;
    line-height: 1.0;
    display: inline-block;
    margin-top: 5px;
}

.krs_scheduleArea{
    width: 100%;
    padding: 50px 0;
}

.krs_scheduleArea .listBox{ margin-bottom: 15px;}

.krs_scheduleArea .caution{
    font-size: 14px;
    text-align: left;
}

.krs_scheduleArea .spScroll{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.krs_scheduleArea .listBox table{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 1100px;
    box-sizing: border-box;
    border-color: #000;
}

.krs_scheduleArea .listBox table th{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    padding: 15px 0;
}
.krs_scheduleArea .listBox table th.a00{width: 45px;}
.krs_scheduleArea .listBox table th.a01{background-color: #ed714a;}
.krs_scheduleArea .listBox table th.a02{background-color: #769f70;}
.krs_scheduleArea .listBox table th.a03{background-color: #8abac5;}
.krs_scheduleArea .listBox table th.a04{background-color: #a9c75a;}
.krs_scheduleArea .listBox table th.a05{background-color: #e787a9;}
.krs_scheduleArea .listBox table th.a06{background-color: #9d786c;}
.krs_scheduleArea .listBox table th.a07{background-color: #569c8b;}
.krs_scheduleArea .listBox table th.a08{background-color: #95c1cf; font-size: 13px;}
.krs_scheduleArea .listBox table th.a09{background-color: #e7c645;}
.krs_scheduleArea .listBox table th.a10{background-color: #acb8e7;}
.krs_scheduleArea .listBox table th.a11{background-color: #cc8272;}
.krs_scheduleArea .listBox table th.a12{background-color: #c580b3;}
.krs_scheduleArea .listBox table th.a13{background-color: #7e97c2;}
.krs_scheduleArea .listBox table th.a14{background-color: #d6ac78;}

.krs_scheduleArea .listBox table th.week{
    font-size: 17px;
    color: #000;
    background-color: #eee;
    padding: 5px 0;
}
.krs_scheduleArea .listBox table th.week.sat{color: #0068b2;}
.krs_scheduleArea .listBox table th.week.sun{color: #d33f46;}

.krs_scheduleArea .listBox table td{
    font-size: 21px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}
.krs_scheduleArea .listBox table td.a01{color: #ed714a;}
.krs_scheduleArea .listBox table td.a02{color: #769f70;}
.krs_scheduleArea .listBox table td.a03{color: #8abac5;}
.krs_scheduleArea .listBox table td.a04{color: #a9c75a;}
.krs_scheduleArea .listBox table td.a05{color: #e787a9;}
.krs_scheduleArea .listBox table td.a06{color: #9d786c;}
.krs_scheduleArea .listBox table td.a07{color: #569c8b;}
.krs_scheduleArea .listBox table td.a08{color: #95c1cf;}
.krs_scheduleArea .listBox table td.a09{color: #e7c645;}
.krs_scheduleArea .listBox table td.a10{color: #acb8e7;}
.krs_scheduleArea .listBox table td.a11{color: #cc8272;}
.krs_scheduleArea .listBox table td.a12{color: #c580b3;}
.krs_scheduleArea .listBox table td.a13{color: #7e97c2;}
.krs_scheduleArea .listBox table td.a14{color: #d6ac78;}

.krs_scheduleArea .srv_AreaMap{
    background-color: #fff;
	margin-top: -70px;
    position: static;
}

.krs_scheduleArea .area_redbox{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.krs_scheduleArea .area_redbox .Img{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
}

.krs_scheduleArea .area_redbox .Inner{
    padding: 20px 15px;
    color: #fff;
    background-color: #d33f46;
    font-size: 17px;
    margin-bottom: 10px;
}

.krs_scheduleArea .area_redbox .Inner p:first-of-type{
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.krs_scheduleArea .area_redbox .Inner p img{width: 40%;}

.krs_scheduleArea .area_redbox .Caution{
    font-size: 13px;
}

.krs_scheduleArea .area_svgbox{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

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

/*---------------------------------------------------------------------------
車検・整備
---------------------------------------------------------------------------*/

.caMainImg.Car{
    background-image: url(../image/car-inspection/main_img.jpg);
    background-position: bottom 30% center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caFeatureArea.Car{background-color: #f5f1e0;}

.caFeatureArea.Car .featureBox .Img{background-color: #5491a0;}

.caFeatureArea.Car .featureBox .Inner:nth-of-type(4) .Img{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.caFeatureArea.Car .featureBox .text p span{
    margin-bottom: 10px;
    line-height: 1.4;
}

.car_priceArea{
    width: 100%;
    background-color: #5491a0;
    padding: 40px 0;
    color: #fff;
}

.car_priceArea .caution{
    font-size: 13px;
}

.car_priceArea .listBox{margin-bottom: 20px;}

.car_priceArea .spScroll{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.car_priceArea .listBox table{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 1300px;
    box-sizing: border-box;
    border-color: #000;
    text-align: center;
    background-color: #fff;
    color: #000;
}

.car_priceArea .listBox table th{
    font-weight: normal;
    padding: 10px 0;
    border-width: 2px;
}

.car_priceArea .listBox table td{
    border-width: 2px;
    padding: 5px 0;
}

.car_priceArea .listBox table tr.carHd th{
    color: #fff;
    background-color: #535353;
}
.car_priceArea .listBox table th.c00{width: 120px;}

.car_priceArea .listBox table tr.carHd th p{
    font-size: 25px;
    font-weight: bold;
}
.car_priceArea .listBox table tr.carHd th span{ font-size: 15px;}

.car_priceArea .listBox table tr.model td{
    position: relative;
    padding: 5px 0 25px;
}
.car_priceArea .listBox table tr.model td p{
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 15px;
}
.car_priceArea .listBox table tr.model td.c01 img{width: 165px;}
.car_priceArea .listBox table tr.model td.c02 img{width: 165px;}
.car_priceArea .listBox table tr.model td.c03 img{width: 175px;}
.car_priceArea .listBox table tr.model td.c04 img{width: 147px;}
.car_priceArea .listBox table tr.model td.c05 img{width: 155px;}

.car_priceArea .listBox table tr.price01:nth-of-type(4){
    border-top-style: dotted;
    border-bottom-style: dotted;
}
.car_priceArea .listBox table tr.price01 th{font-size: 15px;}
.car_priceArea .listBox table tr.price01 td{
    font-size: 24px;
    font-weight: bold;
}
.car_priceArea .listBox table tr.price01 td span{font-size: 14px;}

.car_priceArea .listBox table tr.total01 td{
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: none;
}
.car_priceArea .listBox table tr.total01 td span{font-size: 15px;}

.car_priceArea .listBox table tr.caution td{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #d33f46;
    padding: 3px 0;
    border-top: none;
}

.car_priceArea .listBox table tr.price02 td{
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}
.car_priceArea .listBox table tr.price02 td span{font-size: 15px;}

.car_priceArea .listBox table tr.total02 th{
    font-weight: bold;
    color: #fff;
    background-color: #d33f46;
}
.car_priceArea .listBox table tr.total02 td{
    font-size: 33px;
    line-height: 1.4;
    font-weight: bold;
    color: #d33f46;
    background-color: #ffdae2;
}
.car_priceArea .listBox table tr.total02 td span{font-size: 16px;}

.car_priceArea .listBox table tr.pack th{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #d18d24;
}
.car_priceArea .listBox table tr.pack th span{
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    text-align: left;
}
.car_priceArea .listBox table tr.pack td{
    font-size: 35px;
    line-height: 1.4;
    font-weight: bold;
    color: #d18d24;
}
.car_priceArea .listBox table tr.pack td span{font-size: 18px;}
.car_priceArea .listBox table tr.pack .plus{
    position: relative;
/*     width: 170px; */
    margin: 0 10px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #d18d24;
    color: #fff;
    border-radius: 5px;
}
.car_priceArea .listBox table tr.pack .plus::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #d18c24 transparent transparent transparent;

}
.car_priceArea .listBox table tr.pack .plus p{font-size: 26px;}
.car_priceArea .listBox table tr.pack .plus span{font-size: 16px;}

.car_checkArea{
    width: 100%;
    padding: 40px 0;
}

.car_checkArea .TitleBox h3{font-size: 22px;}

.car_checkArea ul.checkList{margin-bottom: 20px;}
.car_checkArea ul.checkList li{
    font-size: 20px;
    font-weight: bold;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.car_checkArea ul.checkList li span{line-height: 1.4;}
.car_checkArea ul.checkList li img{width: 20px; margin-right: 10px;}

.car_checkArea ul.checkList li span.smallText{
    font-size: 15px;
    line-height: 2.0;
    font-weight: normal;
    margin-left: 10px;
}

.car_checkArea .caution{
    text-align: left;
    font-size: 15px;
}

/*クレジットカード*/
.CreditCardWrap{
	width:100%;
	margin-top: 30px;
}

.CreditCardWrap h4{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.CreditCardWrap h4 span{
    padding: 0 0px 10px;
    border-bottom: 2px solid #5491a0;
}

.CreditCardWrap p{
    text-align: center;
    font-size: 16px;
	margin-bottom:20px;
}

.cCard_List{
	width:100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0!important;
	justify-content:space-between;
}

.cCard_List li{
	width:80px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 5px solid #eee;
}


/*---------------------------------------------------------------------------
パトロール給油
---------------------------------------------------------------------------*/

.caMainImg.Patrol{
    background-image: url(../image/patrol/main_img.jpg);
    background-position:  top 30% center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ptr_aboutArea{
    width: 100%;
    background-color: #f5f1e0;
    padding: 40px 0;
}

.ptr_aboutArea .Inner{}
.ptr_aboutArea .Inner .Text{
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
}

.ptr_aboutArea .Inner .Photo{width: 100%;}

.caFeatureArea.Patrol{background-color: #548859; color: #fff;}

.caFeatureArea.Patrol .featureBox .Img{background-color: #487c54;}

.caFeatureArea.Patrol .featureBox .text p span{
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.ptr_areaArea{
    width: 100%;
    padding: 40px 0 20px;
}

.ptr_areaArea .areaMap{
    background-image: url(../image/patrol/area_img01.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 40% auto;
    position: static;
    text-align: center;
}

.ptr_areaArea .areaMap .map{
    width: 100%;
    margin-bottom: 20px;
}

.ptr_areaArea .areaMap .caution{
    position: static;
    padding-left: 30px;
}

.ptr_areaArea .areaMap .caution span{
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
.ptr_areaArea .areaMap .caution span::after{
    content: "";
    position: absolute;
    top: -2px;
    left: -25px;
    width: 20px;
    height: 20px;
    background-color: #de9e9e;
}


/*---------------------------------------------------------------------------
UAVドローン　Youtube埋め込み
---------------------------------------------------------------------------*/

/* --YouTubeサイズ調整-- */
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.containerDrone img{
  max-width: 100%;
}


/*---------------------------------------------------------------------------
UAV(ドローン)事業
---------------------------------------------------------------------------*/

.caMainImg.Drone{
    background-image: url(../image/drone/main_img.jpg);
    background-position:  top 30% center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*---------------------------------------------------------------------------
エアコンクリーニング
---------------------------------------------------------------------------*/

.caMainImg.Aircon{
    background-image: url(../image/aircon/main_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caFeatureArea.Aircon{
    background-color: #f5f1e0;
}

.caFeatureArea.Aircon .featureBox .Img{
    background-color: #a77f56;
    margin-bottom: 20px;
}
.caFeatureArea.Aircon .featureBox .Inner:nth-of-type(2) .Img span{margin-top: 25px;}

.air_mainteArea{
    width: 100%;
    color: #fff;
    background-color: #a77f56;
    padding: 40px 0;
}

.air_mainteArea p.bigText{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.air_BeforeAfter{
    margin: 40px 0;
    padding-bottom: 0;
    position: static;
}

.air_BeforeAfter p{
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
}

.air_BeforeAfter .baImg{
    width: 80%;
    margin: 0 auto 20px;
}
.air_BeforeAfter .baImg ul{
    -webkit-align-items: center;
    align-items: center;
}
.air_BeforeAfter .baImg ul li:nth-child(1),
.air_BeforeAfter .baImg ul li:nth-child(3){width: 100%;}
.air_BeforeAfter .baImg ul li:nth-child(2){
    width: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.air_BeforeAfter .point{
    position: static;
    width: 100%;
}
.air_BeforeAfter .point .img{ width: 100%;}
.air_BeforeAfter .point p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}

.air_Merit{
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #826247;
    overflow: hidden;
}

.air_Merit .hd{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    background-color: #603813;
}

.air_Merit .Inner{
    padding: 20px;
    text-align: center;
}

.air_Merit .Inner ul{}
.air_Merit .Inner ul li{
    background-color: #fff;
    color: #826247;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.air_Merit .Inner p{
    font-size: 20px;
    font-weight: bold;
    color: #ffffbf;
}

.air_Check{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0 0;
}

.air_Check .featureBox{}
.air_Check .featureBox .text p.bigText{
    font-size: 20px;
    font-weight: bold;
    color: #a77f56;
    text-align: center;
    margin-bottom: 10px;
}
.air_Check .featureBox .text p{
    font-size: 15px;
    color: #000;
}
.air_Check .featureBox .text p span.redText{
    color: #d33f46;
    font-size: 18px;
    display: inline;
    font-weight: normal;
}

.air_mntPriceArea{
    width: 100%;
    padding: 40px 0;
}

.air_mntPriceArea .Inner{
    box-sizing: border-box;
    margin-bottom: 10px;
}

.air_mntPriceArea dl{
    text-align: center;
    width: 100%;
    border: 2px solid #000;
}
.air_mntPriceArea dl:first-of-type{margin-bottom: 10px;}
.air_mntPriceArea dl dt{
    font-size: 18px;
    color: #fff;
    background-color: #313131;
    padding: 5px 0;
}
.air_mntPriceArea dl dd{
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
}
.air_mntPriceArea dl dd span{font-size: 17px;}

.air_mntPriceArea p.caution{
    font-size: 13px;
    text-align: left;
}


/*---------------------------------------------------------------------------
ストーブの分解・整備
---------------------------------------------------------------------------*/

.caMainImg.Stove{
    background-image: url(../image/stove/main_img.jpg);
    background-position: top 20% center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caFeatureArea.Stove{
    background-color: #f5f1e0;
    padding: 40px 0;
}

.caFeatureArea.Stove .featureBox{
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.caFeatureArea.Stove .featureBox .Img{
    background-color: #a77f56;
    margin-bottom: 20px;
}
.caFeatureArea.Stove .featureBox .Inner:nth-of-type(1) .Img span,
.caFeatureArea.Stove .featureBox .Inner:nth-of-type(2) .Img span{
    margin: 10px 0 0 20px;
}
.caFeatureArea.Stove .featureBox .Inner:nth-of-type(5) .Img{
    justify-content: flex-start;
    justify-content: flex-start;
}

.caFeatureArea.Stove .featureBox .text p span{line-height: 1.6;}

.stv_priceArea{
    width: 100%;
    background-color: #a77f56;
    color: #fff;
    padding: 40px 0;
}

.stv_priceArea .caution{
    font-size: 13px;
}

.stv_priceArea .listBox{margin-bottom: 10px;}

.stv_priceArea .spScroll{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.stv_priceArea .mnt_imgBox{display: none;}

.stv_priceArea .listBox table{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 900px;
    box-sizing: border-box;
    border: 2px solid #000;
    text-align: center;
    background-color: #fff;
    color: #000;
}

.stv_priceArea .listBox table tr th{padding: 10px 0;}
.stv_priceArea .listBox table tr td{padding: 5px 0;}
.stv_priceArea .listBox table tr.hd{
    color: #fff;
    background-color: #313131;
    font-size: 17px;
}
.stv_priceArea .listBox table tr.hd th{font-weight: normal;}
.stv_priceArea .listBox table tr.hd th:nth-of-type(1){width: 20%;}

.stv_priceArea .listBox table tr td{
    font-weight: bold;
    font-size: 24px;
}
.stv_priceArea .listBox table tr td span{ font-size: 17px;}
.stv_priceArea .listBox table tr td:first-of-type{ font-size: 20px;}

.caflowArea.Stove{
    background-color: #fff;
    margin-bottom: 40px;
}
.caflowArea.Stove .TitleBox .rightIcon img{
    -webkit-transform: none;
    transform: none;
}

.caflowArea.Stove .btmImg{
    padding-top: 30px;
    width: 1230px;
    margin: 0 auto;
}

.caflowArea.Stove p.bigText{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 13px;
    text-align: center;
    background-color: #a77f56;
    border-radius: 10px;
    line-height: 1.4;
}


/*---------------------------------------------------------------------------
ホームタンクの設置・洗浄
---------------------------------------------------------------------------*/

.caMainImg.Tank{
    background-image: url(../image/home-tank/main_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caMainImg.Tank .Inner h2{line-height: 1.4;}
.caMainImg.Tank .Inner h2 span{line-height: 1.8;}

.caFeatureArea.Tank{
    background-color: #f5f1e0;
    padding: 40px 0;
}

.caFeatureArea.Tank .featureBox{
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}
.caFeatureArea.Tank .featureBox .Img{
    background-color: #a77f56;
    margin-bottom: 20px;
}

.caFeatureArea.Tank .featureBox .Img p{z-index: 5;}

.caFeatureArea.Tank .featureBox .Img span{
    display: block;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.caFeatureArea.Tank .featureBox .Img span img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.caFeatureArea.Tank .featureBox .Inner:nth-of-type(1) .Img span img{bottom: -10px;}
.caFeatureArea.Tank .featureBox .Inner:nth-of-type(2) .Img span img{bottom: 0;}
.caFeatureArea.Tank .featureBox .Inner:nth-of-type(3) .Img span img{bottom: -10px;}
.caFeatureArea.Tank .featureBox .Inner:nth-of-type(4) .Img span img{top: -5px; left: -12px;}

.caFeatureArea.Tank .featureBox .text p span{line-height: 1.6;}

.tank_greenBox{
    width: 100%;
    background-color: #548859;
    border-radius: 10px;
    overflow: hidden;
}

.tank_greenBox .hd{
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    padding: 8px 0;
    color: #fff;
    background-color: #006837;
}

.tank_greenBox .Inner{
    padding: 20px;
    text-align: center;
}

.tank_greenBox .Inner ul{
}
.tank_greenBox .Inner ul li{
    background-color: #fff;
    color: #548859;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.tank_greenBox .Inner p{
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #ffffbf;
}

.tank_pointArea{
    width: 100%;
    background-color: #a77f56;
    color: #fff;
    padding: 40px 0;
}

.tank_pointArea .caution{font-size: 13px;}

.tank_pointArea .tankImgBox{
    width: 100%;
    padding-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.tank_pointArea .tankImgBox .pcImg{display: none;}

.tank_pointArea .tankImgBox .Inner{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: static;
    overflow: hidden;
}

.tank_pointArea .tankImgBox .Inner .Img{
    width: 80%;
    margin: 0 auto 20px;
}

.tank_pointArea .tankImgBox .Inner .bigText{
    font-size: 20px;
    font-weight: bold;
    color: #a77f56;
    margin-bottom: 20px;
    text-align: left;
}

.tank_pointArea .tankImgBox .Inner dl.Text{
    width: 100%;
    position: static;
    margin-bottom: 20px;
}
.tank_pointArea .tankImgBox .Inner dl.num04{margin-bottom: 0;}

.tank_pointArea .tankImgBox .Inner dl.Text dt{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    background-color: #487c54;
    border-radius: 10px;
    padding: 5px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.tank_pointArea .tankImgBox .Inner dl.Text dd{color: #000;}

.tank_priceArea{
    width: 100%;
    padding: 40px 0;
}

.tank_priceArea .caution{
    font-size: 13px;
}

.tank_priceArea ul{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    text-align: center;
    margin-bottom: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.tank_priceArea ul li{
    width: 50%;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
}

.tank_priceArea ul li p.hd{
    color: #fff;
    background-color: #313131;
    padding: 10px 0;
}
.tank_priceArea ul li p.price{
    font-size: 26px;
    font-weight: bold;
    padding: 5px 0;
}
.tank_priceArea ul li p.price span{font-size: 14px;}

.caflowArea.Tank .TitleBox h3{
    margin-bottom: 20px;
}
.caflowArea.Tank .TitleBox p{
    text-align: left;
}


/*---------------------------------------------------------------------------
会社概要
---------------------------------------------------------------------------*/

.caMainImg.Company{
    background-image: url(../image/company/main_img.jpg);
    background-position:  top 30% center;
    background-repeat: no-repeat;
    background-size: cover;
}

.comp_listArea01{
    width: 100%;
    padding: 40px 0;
}

.comp_listArea02{
    width: 100%;
    padding: 40px 0;
    background-color: #f5f1e0;
}

.comp_listBox{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 2px solid #000;
    box-sizing: border-box;
    background-color: #fff;
}

.comp_listBox dt{
    width: 35%;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #fff;
    background-color: #7d7d7d;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.comp_listBox dd{
    width: 65%;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 10px;
}

.comp_businessArea{
    width: 100%;
    padding: 40px 0;
}

.comp_businessArea ul li p{
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.comp_businessArea ul li p::after{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.comp_messageArea{
    width: 100%;
    background-color: #f5f1e0;
    padding: 40px 0;
}

.comp_messageArea .TitleBox .rightIcon{
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}
.comp_messageArea .bigText{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.comp_messageArea .Inner p.sign{
    margin-top: 10px;
	text-align: right;
}
.comp_messageArea .Inner p.sign span img{
    width: 120px;
    margin-left: 20px;
    vertical-align: bottom;
}

/*----- company_Google Map -----*/
.comp_MapArea{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.comp_MapArea iframe,
.comp_MapArea object,
.comp_MapArea embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------------------------------------------------------------------
お知らせ・イベント情報
---------------------------------------------------------------------------*/

.caMainImg.Topics{
    background-image: url(../image/topics/main_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.caMainImg.Topics .Inner h2{line-height: 1.4;}
.caMainImg.Topics .Inner h2 span{line-height: 1.8;}

.tpc_listArea{
    width: 100%;
    padding: 10px 0 50px;
}

.tpc_listArea ul li{
    border-bottom: 1px solid #aaa;
}

.tpc_listArea ul li a{
    display: block;
    padding: 15px 0;
    transition: 0.3s ease;
}

.tpc_listArea ul li a span.cate{
    font-size: 12px;
    width: 115px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px 0;
	background-color:#000;
}
.tpc_listArea ul li a span.data{ margin-right: 0;}
.tpc_listArea ul li a span.text{ display: block;}

.tpc_listArea ul li a:hover{
    background-color: #eee;
}


.tpc_listArea .pager{
    width: 100%;
    margin: 0 auto;
}

.tpc_listArea .pager ul{
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.tpc_listArea .pager ul li{
    margin: 0 10px;
}

.tpc_listArea .pager ul li a{
    display: block;
    font-size: 15px;
    line-height: 1.0;
    border: 2px solid #000;
    padding: 10px 13px;
    transition: 0.3s ease;
}

.tpc_listArea .pager ul li a:hover,
.tpc_listArea .pager ul li a.active{
    color: #fff;
    background-color: #000;
}

/*----- TOPICS詳細 -----*/
.tpc_MainArea{
    width: 100%;
	padding: 10px 0 40px;
}

.tpc_MainArea .Img{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.tpc_MainArea .Img img{
    height:auto;
}

.tpc_MainArea .Text .Hd{
    margin-bottom: 20px;
}
.tpc_MainArea .Text .Hd h3{
    font-size: 20px;
    margin-bottom: 5px;
}
.tpc_MainArea .Text span.cate{
    display: block;
    width: 125px;
    text-align: center;
    margin-top: 10px;
    padding: 5px 0;
    font-size: 14px;
}
.tpc_MainArea .Text a{
	text-decoration: underline;
}
.tpc_MainArea .Text a:hover{
	opacity: 0.75;
}

.tpc_backBtn a{
    display: block;
    text-align: center;
    width: 70%;
    margin: 30px auto 50px;
    font-size: 16px;
    color: #fff;
    background-color: #d33f46;
    padding: 10px 0;
    position: relative;
    transition: 0.3s ease;
}

.tpc_backBtn a .icon_arr{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    font-size: 0;
    transition: 0.3s ease;
}

.tpc_backBtn a:hover .icon_arr{
    right: 10px;
}
.tpc_backBtn a:hover img{opacity: 1;}
.tpc_backBtn a:hover{opacity: 0.75;}


/*---------------------------------------------------------------------------
お問合せ
---------------------------------------------------------------------------*/

.caMainImg.Contact{
    background-image: url(../image/contact/main_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cnt_red{ color: #ff0000;}

.cnt_boldRedText{color: #ff0000; font-size: 16px !important; font-weight: bold;}

.cnt_notes{color: #f00; font-size: 14px;}

.cnt_formBox{margin-bottom: 100px;}

.cnt_formBox dl{
    border: 1px solid #000;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 15px;
}

.cnt_formBox dl dt{
    width: 100%;
    padding: 15px;
    background-color: #eee;
    border-bottom: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cnt_formBox dl dd{
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.cnt_formBox dl dt:last-of-type,
.cnt_formBox dl dd:last-of-type{border-bottom: none;}

.cnt_formBox dl dd input[type="text"],
.cnt_formBox dl dd input[type="tel"],
.cnt_formBox dl dd input[type="email"]{
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
}

.cnt_formBox dl dd.cnt_imputS input[type="text"]{width: 18%;}

.cnt_formBox dl dd textarea{
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
}

.cnt_formBox .privacy-policy{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 20px 15px;
    background-color: #eee;
}

.cnt_formBox .privacy-policy h3{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
.cnt_formBox .privacy-policy > p{
    margin-bottom: 20px;
    font-size: 16px;
}

.cnt_formBox .privacy-policy .Inner{

    width:100%;
    box-sizing:border-box;
    border:1px solid #000;
    padding:15px 15px 0;
    height:150px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    background-color: #fff;
}

.cnt_formBox .privacy-policy .Inner h4{ font-size:16px;}

.cnt_formBox .privacy-policy .Inner p{ margin:0 0 30px;}

.cnt_formBox .privacy-policy .Inner p span{
    display:block;
    padding-left:2rem;
    text-indent:-1rem;
}

.cnt_formBox .privacy-policy .ppCheckBtn{
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

/*
.cnt_formBox .privacy-policy .ppCheckBtn input{display: none;}
.cnt_formBox .privacy-policy .ppCheckBtn label{
    font-size: 15px;
    padding-left: 20px;
    position: relative;
}
.cnt_formBox .privacy-policy .ppCheckBtn label::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}

.cnt_formBox .privacy-policy .ppCheckBtn input:checked + label::after{
    content: "";
    position: absolute;
    top: -4px;
    left: 5px;
    width: 5px;
    height: 12px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #dab300;
    border-right: 3px solid #dab300;
}
*/

.cnt_formBox .privacy-policy .ppCheckBtn label:hover{cursor: pointer;}

.cnt_formBox .submit_btn_co{ margin-top: 40px;}

.cnt_formBox .submit_btn_co input{
    -webkit-appearance:none;
    appearance:none;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    display: block;
    width: 260px;
    margin: 0 auto;
    transition: 0.3s all;
}

.cnt_formBox .submit_btn_co input:hover{
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.cnt_telBox{margin: 40px auto 0;}

.cnt_telTitle{
	font-size: 16px;
	color: #f00;
	font-weight: bold;
	margin-bottom: 5px;
}

.cnt_telBox .tel{
	font-size: 20px;
	font-weight: bold;
}

.cnt_telBox .redText{
	color: #f00;
	margin-top: 20px;
}


.screen-reader-response{display: none;}

.wpcf7-response-output{text-align: center; color: #313131;}
.wpcf7-not-valid-tip{color: #313131;}
.wpcf7-mail-sent-ok{color: #000; padding: 60px 0 120px; font-size: 20px;}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing{font-size: 18px;}
.wpcf7-acceptance-missing{margin-bottom: 50px;}

.cnt_formBox .wpcf7-list-item.first{margin-right: 10px;}

form.sent .caDescArea,
form.sent .cnt_formBox,
form.sent .submit_btn_co{
	display:none;
}

.cnt_formBox input:-webkit-autofill,
.cnt_formBox textarea:-webkit-autofill,
.cnt_formBox select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}


/*---------------------------------------------------------------------------
rewrite 20220318
---------------------------------------------------------------------------*/
.TANK_check_imgBox{
	width:195px;
	margin-bottom:20px;
}
/*---------------------------------------------------------------------------
rewrite 20220402
---------------------------------------------------------------------------*/
.COMPANY_listBox{
	width: 100%; margin-top: 40px;
}
.COMPANY_listBox p{
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
}

/*---------------------------------------------------------------------------
rewrite 20220510
---------------------------------------------------------------------------*/
.CMM_titleBox{
    text-align: center;
}
.CMM_title01{
    color: #fff;
    font-size: 30px;
    letter-spacing: 5px;
}
.CMM_title02{
    color: #fff; font-weight: bold;
    font-size: 13px;
}
