/***************************************************************
           本体
***************************************************************/
/*--------------------------------------------------------------
    装飾
--------------------------------------------------------------*/
html {
        font-size: 62.5%;
}
body {
        margin:0;
        padding:0;
        line-height:1.6;
        letter-spacing: 1px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 1.4rem;
        color:#333;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -o-text-size-adjust: 100%;
        text-size-adjust: 100%; 
        overflow-x: hidden;
}

img { 
        vertical-align: bottom;
}
a {
        color: #333;
        text-decoration: none;
}
a:hover{
        color: #87CEFA;
}


/*****************************************
           TEMPLATE LAYOUT
*****************************************/
#header{
        position: relative;
        margin: 0 auto;
        height: 65px;
}

/*****************************************
           HEADER CUSTOMIZE
*****************************************/
#header .logo {
        position: absolute;
        top: 5px;
        left: 10px;
} 
#header .logo img {
        width: 55px;
}
#header .logo a:hover {
        opacity: 0.7;
}
#header .logo-pc {
        display: none;
}

/*****************************************
           PAGETOP CUSTOMIZE
*****************************************/
#page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 10000;
}
#page-top a {
        background-color: #000;
        text-decoration: none;
        color: #fff;
        width: 50px;
        height: 50px;    
        text-align: center;
        display: block;
        border-radius: 5px;
        opacity: 0.6;
        font-size: 14px;
        padding: 2px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#page-top a:hover {
        text-decoration: none;
        opacity: 1;
}

/*****************************************
           footer
*****************************************/
#footer{
        width: 100%;
        margin: 0 auto;
        background: #333;
        position: relative;
} 
#footer .copyright {
        padding: 20px 0 20px 0;
        color:#fff;
        text-align:center;
        font-size: 1.2rem;
}

/*****************************************
           ナビゲーション
*****************************************/
.global_menu {
        display: block;
 	height: 64px;
        border-bottom: solid 1px #ccc;
}
.global_menu i {
        font-size: 22px;
}
.global_menu a:hover {
        color: #009825;
} 
.list_open {
        position: absolute;
        top: 12px;
        right: 10px;
 	cursor: pointer;
 	color: #333;
 	display: block;
        width: 42px;
        height: 42px;
        padding: 9px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #333;
        text-align:center;
        border-radius: 60px;
}
#category_list{
	display:none;
	width:100%;
 	position: absolute;
	z-index:999999;
	top: 65px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
        background-color: #fff;
}
#category_list ul li {
	font-size: 1.4rem;
	line-height: 45px;
        border-bottom: solid 1px #ccc;
        position: relative;
}
#category_list ul li:last-child {
        border: none;
}
#category_list ul li a {
	text-decoration: none;
	color: #333;
        padding: 0 10px;
	display: block;
}
#category_list ul li i {
        position: absolute;
        right: 3%;
        top: 25%;
        font-size: 22px;
        color: #666;
}
.list_close {
	cursor: pointer;
	background: #009825;
	text-align: center;
	color: #FFF;
	line-height: 45px;
}
#mainnav {
        display: none;
}

/***************************************************************
           メイン画像
***************************************************************/
#visual {
        position: relative;
        background: url(image.php?id=2) no-repeat;
        background-size: 100%;
        height: 150px;
}
#visual .text {
        font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
#visual h2 {
        position: absolute;
        top: 20%;
        left: 19%;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0px;
        margin: 0 0 10px 0;
        text-align: center;
        text-shadow:2px 2px 3px rgba(0,0,0,0.5);
        text-shadow:
        1px  1px 1px #000,
        -1px  1px 1px #000,
        1px -1px 1px #000,
        -1px -1px 1px #000,
        5px  5px 5px #111;
}
#visual p {
        position: absolute;
        top: 60%;
        left: 17%;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0px;
        text-align: center;
        text-shadow:2px 2px 3px rgba(0,0,0,0.5);
        text-shadow:
        1px  1px 1px #000,
        -1px  1px 1px #000,
        1px -1px 1px #000,
        -1px -1px 1px #000,
        5px  5px 5px #111;
}
@media (max-width: 320px) {
#visual h2 {
        top: 15%;
        left: 14%;
   }
#visual p {
        top: 55%;
        left: 9%;
   }
}
@media (min-width: 480px) {
#visual {
        height: 220px;
        background-position: center 35%;
   }
#visual h2 {
        top: 22%;
        left: 26%;
        font-size: 1.8rem;
   }
#visual p {
        top: 58%;
        left: 24%;
        font-size: 1.4rem;
   }
}
#visual .logo {
        position: absolute;
        top: 10px;
        left: 10px;
}
#visual .logo img {
        width: 30px;
}


/***************************************************************
           バナー
***************************************************************/
/*--------------------------------------------------------------
    マウスオーバーの際に画像拡大
--------------------------------------------------------------*/
#topic-nav {
        font-size:0;
        overflow-x: hidden;
}
#topic-nav ul {
        list-style: none;
}
#topic-nav ul:after {
        content: "";
        display: block;
        clear: both;
}
#topic-nav ul li {
        float: left;
        width: 50%;
}
#topic-nav ul li a {
        display: block;
        position: relative;
        height: 150px;
}
#topic-nav ul li img {
        width: 100%;
        height: 150px;
}

#topic-nav ul li img:hover {
        box-shadow: 0px 0px 50px #000;
}

/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#topic-nav ul li p {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none;
        z-index: 100;
        white-space: nowrap;
}

/***************************************************************
           メンテナンスマネジメントについて
***************************************************************/
#business #business_1 h2 {
        font-size: 1.6rem;
        font-weight: bold;
        text-align: left;
        padding: 0 0 0 0;
}
#business #business_1 h3 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 10px;
        background-color: #036EB6;
        margin: 30px 0 20px 0;
        text-align: center;
        background:-webkit-gradient(linear, left top, left bottom, from(#94CCF1), to(#036EB6), to(#07588E));
        background:-webkit-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:-moz-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:-o-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:linear-gradient(to bottom, #94CCF1, #036EB6, #07588E);      
}
#business #business_1 h3 span {
        font-size: 1.4rem;
        font-weight: bold;
}
#business #business_1 .maintenance h3 {
        margin-top: 0;
}
#business #business_1 h4 {
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        padding: 0 0 15px 0;
}
#business #business_1 .mainte-r h4 {
        color: #036eb6;
}
#business #business_1 .morebox {
        margin: 30px 0 0 0;
}
#business #business_1 .morebox .photo {
        width: 80%;
        margin: 0 auto;
}
#business #business_1 .morebox .photo img {
        width: 100%;
}
#business #business_1 .morebox .btn {
        padding: 30px 0 0 0;
        margin: 0 auto;
}
#business #business_1 .btn a {
        display: block;
        background-color: #ED7D31;
        color: #fff;
        padding: 10px 0;
        width: 250px;
        margin: 0 auto;
        text-align: center;
        border: solid 1px #AE5A21;
        border-radius: 10px;
        position: relative;
}
#business #business_1 .btn a:after {
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.6rem;
}
#business #business_1 .btn a:hover {
        opacity: 0.7;
}
/*--------------------------------------------------------------
    基本メンテプラン
--------------------------------------------------------------*/
#business #business_1 .maintenance {
        padding: 10px 10px;
        border: solid 5px #EBEBEB;
        margin: 30px 0 0 0;
}
#business #business_1 .mainte-box {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: solid 1px #B8B9B9;
}
#business #business_1 .mainte-l {
        width: 90%;
        margin: 0 auto;
}
#business #business_1 .mainte-r {
        padding: 15px 0 0 0;
}
#business #business_1 .mainte-l .photo {
        padding: 10px 0;
        border: solid 2px #DADADA;
        border-radius: 10px;
}
#business #business_1 .mainte-l .photo p {
        font-weight: bold;
        text-align: center;
}
#business #business_1 .mainte-l img {
        width: 100%;
        border-radius: 10px;
}
#business #business_1 .maintenance .btn a {
        margin: 20px auto 0;
}
/*--------------------------------------------------------------
    お問い合わせボタン
--------------------------------------------------------------*/
#business #business_1 .contactbtn a {
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        background-color: #ED7D31;
        color: #fff;
        padding: 10px 0;
        text-align: center;
        border: solid 1px #AE5A21;
        border-radius: 10px;
        width: 250px;
        margin: 30px auto 0;
}
#business #business_1 .contactbtn a:hover {
        opacity: 0.7;
}
#business #business_1 .type01 .btn a:after {
        display: none;
}

/***************************************************************
           事業内容
***************************************************************/
#business .container {
        padding: 50px 10px;
}
#business .container-inner {
        margin: 0 auto;
}
/*--------------------------------------------------------------
    会社概要
--------------------------------------------------------------*/
#business h2 {
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        padding: 0 0 20px 0;
}
#business h2:nth-of-type(n+2) {
        margin-top: 50px;
}
#business #business_2 h2 {
        color: #fff;
}
#business_2 .text {
        padding: 30px 0 30px 0;
        font-size: 1.5rem;
        color: #fff;
}
#business table {
        width: 100%;
        border-collapse: collapse;
}
#business_2 table th {
        padding: 5px 0 20px 0;
        text-align: left;
        width: 25%;
        font-size: 1.2rem;        
        vertical-align: top;
        font-weight: bold;
        color: #fff;
}
#business_2 table td {
        padding: 5px 0 20px 0;
        text-align: left;
        font-size: 1.2rem;  
        width: 75%;
        color: #fff;
}
#business .container:nth-of-type(2){
        background-image: linear-gradient(-90deg, #233970, #42C1CD);
}
#business_2 .list:nth-of-type(n+2) {
        margin-top: 30px;
}
#business_2 .list  {
        margin: 0 0 0 20px;
}
#business_2 .list li {
        font-weight: bold;
        color: #fff;
}
#business_2 .list li a {
        color: #fff;
}

/***************************************************************
           サービス内容
***************************************************************/
#service .container {
        padding: 30px 10px 50px 10px;
}
#service .container-inner {
        margin: 0 auto;
}
#service .shadow-inside{
	-webkit-box-shadow: inset 0 8px 8px -8px #848484; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0 8px 8px -8px #848484; /* Firefox用 */
	box-shadow: inset 0 8px 8px -8px #848484; /* CSS3 */
        border-top: solid 5px #4472C4;
}
/*--------------------------------------------------------------
    PV Doctor
--------------------------------------------------------------*/
#service #service_1 h2 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 15px;
        background-color: #036EB6;
        margin: 0 0 20px 0;
        text-align: center;
        background:-webkit-gradient(linear, left top, left bottom, from(#94CCF1), to(#036EB6), to(#07588E));
        background:-webkit-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:-moz-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:-o-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:linear-gradient(to bottom, #94CCF1, #036EB6, #07588E);
}
#service #service_1 h3 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 15px;
        background-color: #036EB6;
        margin: 30px 0 20px 0;
        text-align: center;
        background:-webkit-gradient(linear, left top, left bottom, from(#94CCF1), to(#036EB6), to(#07588E));
        background:-webkit-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:-moz-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:-o-linear-gradient(top, #94CCF1, #036EB6, #07588E);
        background:linear-gradient(to bottom, #94CCF1, #036EB6, #07588E);
}
#service #service_1 .box .box-r {
        padding: 20px 0 0 0;
}
#service #service_1 .box .box-l p {
        font-size: 1.8rem;
        font-weight: bold;
}
#service #service_1 .box img {
        width: 100%;
}
#service #service_1 .box02 {
        margin: 30px 0 0 0;
}
#service #service_1 .box02 .box-r {
        padding: 20px 0 0 0;
}
#service #service_1 .box02 .box-l p {
        color: #fff;
        padding: 15px 15px;
        background-color: #5B9BD5;
        border-radius: 10px;
}
#service #service_1 .box02 img {
        width: 100%;
}
#service #service_1 .merit {
        list-style: none;
}
#service #service_1 .merit:nth-of-type(n+2) {
        margin: 30px 0 0 0;
}
#service #service_1 .merit:after {
        content: "";
        display: block;
        clear: both;
}
#service #service_1 .merit li:nth-of-type(2){     
}
#service #service_1 .merit li:nth-of-type(3){
        text-align: center;   
}
#service #service_1 .merit li:nth-of-type(4){
        margin: 20px 0 0 0;   
}
#service #service_1 .merit .red {
        color: #FF0000;
}
#service #service_1 .merit strong {
        font-size: 1.8rem;
        font-weight: bold;
}
#service #service_1 .description {
        color: #fff;
        font-size: 1.6rem;
        padding: 15px 15px;
        background-color: #5B9BD5;
        border-radius: 10px;
        margin: 30px 0 0 0;
}
#service #service_1 .arrow01 {
        padding: 10px 10px;
        width:90px;
        background-color:#5B9BD5;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 0 15px 0;
        text-align: center;
        box-shadow: 2px 2px 2px #6E6E6E;
        border: solid 2px #036EB6;
}
#service #service_1 .arrow02 {
        background-image: url("image.php?id=66");
        background-size: 100% 100%;
        width: 60px;
        padding: 35px 0 35px 0;
        margin: 20px auto 0;
}

/*--------------------------------------------------------------
    目視点検と電気測定について
--------------------------------------------------------------*/
#service #service_2 h2 {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
}
#service #service_2 .title {
        margin: 30px 0 0 0;
}
#service #service_2 .title h3 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 15px;
        background-color: #5B9BD5;
        border-radius: 10px;
        margin: 0 0 15px 0;
}
#service #service_2 .title p {
        display: table-cell;
        width: 80%;
        vertical-align: middle;
        font-size: 1.6rem;
        font-weight: bold;
}
#service #service_2 .box {
        margin: 20px 0 0 0;
}
#service #service_2 .box .box-r {
        padding: 15px 0 0 0;
}
#service #service_2 .box02 {
        margin: 20px 0 0 0;
}
#service #service_2 .box02 .box-l {
        width: 70%;
        margin: 0 auto;
}
#service #service_2 .box02 .box-r {
        padding: 15px 0 0 0;
}
#service #service_2 .box-r h4 {
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 10px 0;
}
#service #service_2 .box-r .text {
        font-size: 1.6rem;
        font-weight: bold;
}
#service #service_2 .box ul {
        list-style: none;
}
#service #service_2 .box ul:after {
        content: "";
        display: block;
        clear: both;
}
#service #service_2 .box ul li {
        float: left;
        width: 50%;
}
#service #service_2 .box img {
        width: 100%;
}
#service #service_2 .box02 img {
        width: 100%;
}
/*--------------------------------------------------------------
    24時間　遠隔監視
--------------------------------------------------------------*/
#service #service_3 h2 {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
}
#service #service_3 .photo img {
        width: 100%;
}
#service #service_3 .description {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 20px 0 0 0;
}
#service #service_3 table {
        width: 100%;
        border-collapse: collapse;
        border-bottom: solid 2px #5B9BD5;
        margin: 0 0 15px 0;
}
#service #service_3 table th {
        padding: 0 0 5px 0;
        text-align: left;
        width: 50%;
        vertical-align: top;
        font-size: 1.2rem;
        font-weight: bold;
}
#service #service_3 table td {
        padding: 0 0 5px 0;
        text-align: right;
        width: 50%;
        font-size: 1.2rem;
        font-weight: bold;
}
#service #service_3 .system {
        padding: 10px 10px;
        border: solid 5px #002060;
        margin: 20px 0 0 0;
}
#service #service_3 .box {
        display: table;
        width: 100%;
}
#service #service_3 .box .box-l {
        display: table-cell;
        width: 60%;
        vertical-align: top;
}
#service #service_3 .box .box-r {
        display: table-cell;
        width: 40%;
        vertical-align: top;
        padding: 0 0 0 10px;
}
#service #service_3 .box img {
        width: 100%;
}
#service #service_3 .text {
        display: table;
        width: 100%;
        margin: 0 0 15px 0;
}
#service #service_3 .text-l {
        display: table-cell;
        width: 30%;
        vertical-align: middle;
        text-align: center;
}
#service #service_3 .text-r {
        display: table-cell;
        width: 70%;
        vertical-align: middle;
        padding: 0 0 0 10px;
}
#service #service_3 .text p {
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0;
}
#service #service_3 .title {
        list-style: none;
        margin: 20px 0 20px 0;
}

#service #service_3 .title li {
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center; 
}
#service #service_3 .title li:nth-of-type(3){
        padding: 20px 0 0 0;
}
#service #service_3 .arrow {
        background-image: url("image.php?id=66");
        background-size: 100% 100%;
        width: 60px;
        padding: 35px 0 35px 0;
        margin: 20px auto 0;
}

/*--------------------------------------------------------------
    緊急駆けつけサービス
--------------------------------------------------------------*/
#service #service_4 h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
}
#service #service_4 h3 {
        font-size: 1.5rem;
        font-weight: bold;
}
#service #service_4 h3:before{
        margin:0 5px 0 0;
        content:" ";
        display:inline-block;
        width:30px;
        height:50px;
        background:url(image.php?id=49);    
        background-size: 100% 100%;
        vertical-align:middle;
        background-repeat: no-repeat;
}
#service #service_4 .examplebox {
        display: table;
        width: 100%;
        margin: 30px 0 30px 0;
}
#service #service_4 .example01 {
        display: table-cell;
        width: 15%;
        vertical-align: middle;
}
#service #service_4 .example01 p {
        height: 40px;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        padding: 6px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #5B9BD5;
        border-radius: 60px;
        text-align: center;
}
#service #service_4 .example02 {
        width: 150px;
        height: 50px;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        padding: 10px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #5B9BD5;
        border-radius: 60px;
        text-align: center;
        margin: 30px 0 15px 0;
}
#service #service_4 .examplebox h3 {
        display: table-cell;
        width: 85%;
        vertical-align: middle;
        padding: 0 0 0 5px;
}
#service #service_4 .description {
        font-size: 1.4rem;
        font-weight: bold;
}
#service #service_4 .box {
        display: table;
        width: 100%;
}
#service #service_4 .box-l {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding: 0 5px 0 0;
}
#service #service_4 .box-r {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding: 0 0 0 5px;
}
#service #service_4 .box-inner {
        background-color: #ED7D31;
        padding: 10px 10px;
}
#service #service_4 .box .title {
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        margin: 0 0 15px 0;
}
#service #service_4 .box .title span {
        color: #333;
        font-weight: bold;
        margin: 0 0 0 20px;
}
#service #service_4 .box .list01 {
        list-style: none;
        margin: 0 auto;
}
#service #service_4 .box .list01:after {
        content: "";
        display: block;
        clear: both;
}
#service #service_4 .box .list01 li {
        float: left;
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#service #service_4 .box .list01 li:nth-child(odd) {
        padding: 0 5px 0 0;
}
#service #service_4 .box .list01 li:nth-child(even) {
        padding: 0 0 0 5px;
}
#service #service_4 .box .list01 li p {
        background-color: #5B9BD5;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 10px 10px;
        color: #fff;
        text-align: center;
}
#service #service_4 .box .list02 {
        width: 60%;
        margin: 0 auto;
        background-color: #5B9BD5;
        padding: 10px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#service #service_4 .box .list02 p {
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
}
#service #service_4 .gallery {
        list-style: none;
}
#service #service_4 .gallery:after {
        content: "";
        display: table;
        clear: both;
}
#service #service_4 .gallery li {
        float: left;
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 15px 0;
}
#service #service_4 .gallery li:nth-child(2n+1) {
        clear: both;
}
#service #service_4 .gallery li:nth-child(odd) {
        padding: 0 5px 0 0;
}
#service #service_4 .gallery li:nth-child(even) {
        padding: 0 0 0 5px;
}
#service #service_4 .gallery li p {
        font-size: 1.2rem;
        font-weight: bold;
        padding: 5px 0 0 0;
}
#service #service_4 .gallery li img {
        width: 100%;
}

/*--------------------------------------------------------------
    アプリによる一括管理コンサルサービス
--------------------------------------------------------------*/
#service #service_5 h2 {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
}
#service #service_5 h3 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 15px;
        background-color: #5B9BD5;
        border-radius: 10px;
        margin: 0 0 20px 0;
        text-align: center;
}
#service #service_5 h3:nth-of-type(n+2) {
        margin-top: 50px;
}
#service #service_5 .description {
        font-size: 1.4rem;
        font-weight: bold;
}
#service #service_5 .photo {
        margin: 20px 0 0 0;
}
#service #service_5 .photo img {
        width: 100%;
}

/*--------------------------------------------------------------
    オプションサービス除草・パネル洗浄について
--------------------------------------------------------------*/
#service #service_6 h2 {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
}
#service #service_6 h3 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 15px;
        background-color: #5B9BD5;
        border-radius: 10px;
        margin: 0 0 20px 0;
        text-align: center;
}
#service #service_6 h3:nth-of-type(n+2) {
        margin-top: 50px;
}
#service #service_6 .box-r h4 {
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 10px 0;
}
#service #service_6 .box-r .text {
        font-size: 1.6rem;
        font-weight: bold;
}
#service #service_6 .box02 .box-r {
        padding: 15px 0 0 0;
}
#service #service_6 .box ul {
        list-style: none;
}
#service #service_6 .box ul:after {
        content: "";
        display: block;
        clear: both;
}
#service #service_6 .box ul li {
        float: left;
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 15px 0;
}
#service #service_6 .box ul li:nth-child(odd) {
        padding: 0 5px 0 0;
}
#service #service_6 .box ul li:nth-child(even) {
        padding: 0 0 0 5px;
}
#service #service_6 .box ul li img {
        width: 100%;
}
#service #service_6 .box02 img {
        width: 100%;
}
#service #service_6 .list {
        margin: 30px 0 0 0;
}
#service #service_6 .list li {
        text-align: center;
}
#service #service_6 .list li:nth-of-type(3) {
        margin: 20px 0 0 0;
}
#service #service_6 .list li img {
        width: 100%;
        padding: 0 0 5px 0;
}
#service #service_6 .arrow {
        background-image: url("image.php?id=66");
        background-size: 100% 100%;
        width: 60px;
        padding: 35px 0 35px 0;
        margin: 0 auto;
}

#service #service_6 .description {
        padding: 15px 0 0 0;
        font-weight: bold;      
}