/***************************************************************
           本体
***************************************************************/
/*--------------------------------------------------------------
    装飾
--------------------------------------------------------------*/
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;
}

.sp {
        display: none;
}

/*****************************************
           TEMPLATE LAYOUT
*****************************************/
#header-wrap {
        box-shadow: 0 2px 4px rgba(0,0,0,0.7);
}
#header{
        position: relative;
        margin: 0 auto;
        width: 980px;
        height: 90px;
        display: table;
}
#top #header{
        height: 60px;
}

/*****************************************
           HEADER CUSTOMIZE
*****************************************/
#header .logo-pc {
        display: table-cell;
        width: 10%;
        vertical-align: top;
} 
#header .logo-pc img {
        width: 90px;
}
#header .logo-pc a:hover {
        opacity: 0.7;
}
#top #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;
}

/***************************************************************
           ナビゲーション
***************************************************************/
#mainnav {
        display: table-cell;
        width: 90%;
        vertical-align: middle;
}
#top #mainnav {
        position: absolute;
        top: 20px;
        width: 100%;
}
#mainnav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width:100%;
}
#mainnav ul li {
	display: table-cell;
}
#mainnav ul li a {
	display: block;
	height: 44px;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

/***************************************************************
           メイン画像
***************************************************************/
#visual {
        position: relative;
        background: url(image.php?id=2) no-repeat center 55%;
        background-size: 100%;
        height: 450px;
}
#visual .text {
        position: absolute;
        top: 30%;
        left: 22%;
        font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
        text-align: center;
}
#visual h2 {
        color: #fff;
        font-size: 3.8rem;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 0 0 10px 0;
        text-shadow:
        1px  1px 1px #000,
        -1px  1px 1px #000,
        1px -1px 1px #000,
        -1px -1px 1px #000,
        5px  5px 5px #111;
}
#visual p {
        color: #fff;
        font-size: 2.2rem;
        font-weight: bold;
        letter-spacing: 2px;
        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: 1280px) {
#visual .text {
        position: absolute;
        top: 30%;
        left: 15%;
   }
#visual h2 {
        font-size: 3.6rem;
   }
}
#visual .logo {
        position: absolute;
        top: 20px;
        left: 20px;
}
#visual .logo img {
        width: 140px;
}
#visual .logo a:hover {
        opacity: 0.7;
}

/***************************************************************
           バナー
***************************************************************/
/*--------------------------------------------------------------
    マウスオーバーの際に画像拡大
--------------------------------------------------------------*/
#topic-nav {
        font-size:0;
}
#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: 400px;
}
#topic-nav ul li img {
        width: 100%;
        height: 400px;
}
#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: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        text-decoration: none;
        z-index: 100;
        white-space: nowrap;
        text-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
.hamburger {
        display: none;
}

/***************************************************************
           メンテナンスマネジメントについて
***************************************************************/
#business #business_1 h2 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: left;
        padding: 0 0 0 0;
}
#business #business_1 h3 {
        font-size: 2.0rem;
        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);
}
#business #business_1 h3 span {
        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;
        text-align: left;
}
#business #business_1 .morebox {
        display: table;
        width: 550px;
        margin: 30px auto 0;
}
#business #business_1 .morebox .photo {
        display: table-cell;
        width: 60%;
        vertical-align: top;
}
#business #business_1 .morebox .btn {
        display: table-cell;
        width: 40%;
        vertical-align: middle;
        padding: 0 0 0 30px;
}
#business #business_1 .morebox .photo img {
        width: 100%;
}
#business #business_1 .btn a {
        display: block;
        background-color: #ED7D31;
        color: #fff;
        width: 180px;
        padding: 10px 0;
        text-align: center;
        border-radius: 10px;
        border: solid 1px #AE5A21;
        position: relative;
}
#business #business_1 .btn a:after {
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.6rem;
}
#business #business_1 .btn a:hover {
        opacity: 0.7;
}
/*--------------------------------------------------------------
    基本メンテプラン
--------------------------------------------------------------*/
#business #business_1 .maintenance {
        padding: 15px 15px;
        border: solid 5px #EBEBEB;
        margin: 30px 0 0 0;
}
#business #business_1 .mainte-box {
        display: table;
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: solid 1px #B8B9B9;
}
#business #business_1 .mainte-l {
        display: table-cell;
        width: 20%;
        vertical-align: top;
}
#business #business_1 .mainte-r {
        display: table-cell;
        width: 80%;
        vertical-align: top;
        padding: 0 0 0 30px;
}
#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 0 0 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: 60%;
        margin: 30px auto 0;
}
#business #business_1 .contactbtn a:hover {
        opacity: 0.7;
}

/***************************************************************
           事業内容
***************************************************************/
#business .container {
        padding: 50px 0;
}
#business .container-inner {
        width: 980px;
        margin: 0 auto;
}
#business h2 {
        font-size: 3.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: 20%;
        vertical-align: top;
        font-weight: bold;
        color: #fff;
}
#business_2 table td {
        padding: 5px 0 20px 0;
        text-align: left;
        width: 80%;
        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 li {
        font-weight: bold;
        color: #fff;
}
#business_2 .list li a {
        color: #fff;
}

/***************************************************************
           サービス内容
***************************************************************/
#service .container {
        padding: 50px 0;
}
#service .container-inner {
        width: 980px;
        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: 2.0rem;
        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: 2.0rem;
        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 {
        display: table;
        width: 100%;
}
#service #service_1 .box .box-l {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
}
#service #service_1 .box .box-r {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding: 0 0 0 30px;
}
#service #service_1 .box .box-l p {
        font-size: 3.0rem;
        font-weight: bold;
}
#service #service_1 .box img {
        width: 100%;
}

#service #service_1 .box02 {
        display: table;
        width: 100%;
        margin: 80px 0 0 0;
}
#service #service_1 .box02 .box-l {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
}
#service #service_1 .box02 .box-r {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding: 0 0 0 30px;
}
#service #service_1 .box02 .box-l p {
        color: #fff;
        font-size: 1.6rem;
        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: 50px 0 50px 0;
}
#service #service_1 .merit:after {
        content: "";
        display: block;
        clear: both;
}
#service #service_1 .merit li {
        float: left;
}
#service #service_1 .merit li:nth-of-type(1){
        width:20%;        
}
#service #service_1 .merit li:nth-of-type(2){
        width:40%;        
}
#service #service_1 .merit li:nth-of-type(3){
        width:15%;
        text-align: center;        
}
#service #service_1 .merit li:nth-of-type(4){
        width:25%;        
}
#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 {
        background-image: url("image.php?id=65");
        background-size: 100% 100%;
        width: 170px;
        padding: 35px 0 35px 0;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
}


#service #service_1 .arrow02 {
        background-image: url("image.php?id=65");
        background-size: 100% 100%;
        width: 110px;
        padding: 35px 0 35px 0;
        margin: 0 auto;
}

/*--------------------------------------------------------------
    目視点検と電気測定について
--------------------------------------------------------------*/
#service #service_2 h2 {
        font-size: 3.2rem;
        font-weight: bold;
        text-align: center;
}
#service #service_2 .title {
        display: table;
        width: 100%;
        margin: 30px 0 0 0;
}
#service #service_2 .title h3 {
        font-size: 2.0rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 15px;
        background-color: #5B9BD5;
        border-radius: 10px;
        display: table-cell;
        width: 20%;
        vertical-align: top;
        text-align: center;
}
#service #service_2 .title p {
        display: table-cell;
        width: 80%;
        vertical-align: middle;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 0 0 20px;
}
#service #service_2 .box {
        display: table;
        width: 100%;
        margin: 20px 0 0 0;
}
#service #service_2 .box .box-l {
        display: table-cell;
        width: 30%;
        vertical-align: top;
}
#service #service_2 .box .box-r {
        display: table-cell;
        width: 70%;
        vertical-align: top;
        padding: 0 0 0 30px;
}
#service #service_2 .box02 {
        display: table;
        width: 100%;
        margin: 20px 0 0 0;
}
#service #service_2 .box02 .box-l {
        display: table-cell;
        width: 30%;
        vertical-align: top;
}
#service #service_2 .box02 .box-r {
        display: table-cell;
        width: 70%;
        vertical-align: top;
        padding: 0 0 0 30px;
}

#service #service_2 .box-r h4 {
        font-size: 2.0rem;
        font-weight: bold;
        margin: 0 0 10px 0;
}
#service #service_2 .box-r .text {
        font-size: 1.8rem;
        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%;
}

/*--------------------------------------------------------------
    24時間　遠隔監視
--------------------------------------------------------------*/
#service #service_3 h2 {
        font-size: 3.2rem;
        font-weight: bold;
        text-align: center;
}
#service #service_3 .photo {
        width: 350px;
}
#service #service_3 .description {
        font-size: 1.8rem;
        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.4rem;
        font-weight: bold;
}
#service #service_3 table td {
        padding: 0 0 5px 0;
        text-align: right;
        width: 50%;
        font-size: 1.4rem;
        font-weight: bold;
}
#service #service_3 .system {
        padding: 15px 15px;
        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 30px;
}
#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: 40%;
        vertical-align: middle;
        text-align: center;
}
#service #service_3 .text-r {
        display: table-cell;
        width: 60%;
        vertical-align: middle;
        padding: 0 0 0 20px;
}
#service #service_3 .text p {
        font-size: 1.6rem;
        font-weight: bold;
}
#service #service_3 .title {
        list-style: none;
        margin: 20px 0 60px 0;
}
#service #service_3 .title:after {
        content: "";
        display: block;
        clear: both;
}
#service #service_3 .title li {
        float: left;
        font-size: 2.0rem;
        font-weight: bold;
}
#service #service_3 .title li:nth-of-type(1){
        width: 35%;
        padding: 30px 0 0 0;
}
#service #service_3 .title li:nth-of-type(2){
        width: 25%;
}
#service #service_3 .title li:nth-of-type(3){
        width: 40%;
        padding: 30px 0 0 0;
}
#service #service_3 .arrow {
        background-image: url("image.php?id=65");
        background-size: 100% 100%;
        width: 140px;
        padding: 42px 0 42px 0;
        margin: 10px auto 0;
}

/*--------------------------------------------------------------
    緊急駆けつけサービス
--------------------------------------------------------------*/
#service #service_4 h2 {
        font-size: 3.0rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
}
#service #service_4 h3 {
        font-size: 2.4rem;
        font-weight: bold;
}
#service #service_4 h3:before{
        margin:0 20px 0 0;
        content:" ";
        display:inline-block;
        width:70px;
        height:90px;
        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: 10%;
        vertical-align: middle;
}
#service #service_4 .example01 p {
        height: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 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: 200px;
        height: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 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: 90%;
        vertical-align: middle;
        padding: 0 0 0 30px;
}
#service #service_4 .description {
        font-size: 1.8rem;
        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 10px 0 0;
}
#service #service_4 .box-r {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding: 0 0 0 10px;
}
#service #service_4 .box-inner {
        background-color: #ED7D31;
        padding: 20px 20px;
}
#service #service_4 .box .title {
        font-size: 2.0rem;
        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;
        width: 300px;
        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 10px 0 0;
}
#service #service_4 .box .list01 li:nth-child(even) {
        padding: 0 0 0 10px;
}
#service #service_4 .box .list01 li p {
        background-color: #5B9BD5;
        font-size: 2.0rem;
        font-weight: bold;
        padding: 15px 15px;
        color: #fff;
        text-align: center;
}
#service #service_4 .box .list02 {
        width: 150px;
        margin: 0 auto;
        background-color: #5B9BD5;
        padding: 15px 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#service #service_4 .box .list02 p {
        font-size: 2.0rem;
        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: 33.3333%;
        padding: 0 10px;
        -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(3n+1) {
        clear: both;
}
#service #service_4 .gallery li p {
        font-weight: bold;
        padding: 5px 0 0 0;
}
#service #service_4 .gallery li img {
        width: 100%;
}

/*--------------------------------------------------------------
    アプリによる一括管理コンサルサービス
--------------------------------------------------------------*/
#service #service_5 h2 {
        font-size: 3.2rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
}
#service #service_5 h3 {
        font-size: 2.0rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 15px;
        background-color: #5B9BD5;
        border-radius: 10px;
        margin: 0 0 20px 0;
        text-align: center;
        width: 400px;
}
#service #service_5 h3:nth-of-type(n+2) {
        margin-top: 50px;
}
#service #service_5 .description {
        font-size: 1.8rem;
        font-weight: bold;
}
#service #service_5 .photo {
        width: 70%;
        margin: 0 auto;
}
#service #service_5 .photo img {
        width: 100%;
}

/*--------------------------------------------------------------
    オプションサービス除草・パネル洗浄について
--------------------------------------------------------------*/
#service #service_6 h2 {
        font-size: 3.2rem;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
}
#service #service_6 h3 {
        font-size: 2.0rem;
        font-weight: bold;
        color: #fff;
        padding: 8px 15px;
        background-color: #5B9BD5;
        border-radius: 10px;
        margin: 0 0 20px 0;
        text-align: center;
        width: 400px;
}
#service #service_6 h3:nth-of-type(n+2) {
        margin-top: 50px;
}
#service #service_6 .box-r h4 {
        font-size: 2.0rem;
        font-weight: bold;
        margin: 0 0 10px 0;
}
#service #service_6 .box-r .text {
        font-size: 1.8rem;
        font-weight: bold;
}
#service #service_6 .box {
        display: table;
        width: 100%;
}
#service #service_6 .box .box-l {
        display: table-cell;
        width: 50%;
        vertical-align: top;
}
#service #service_6 .box .box-r {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding: 0 0 0 30px;
}
#service #service_6 .box02 {
        display: table;
        width: 100%;
}
#service #service_6 .box02 .box-l {
        display: table-cell;
        width: 30%;
        vertical-align: top;
}
#service #service_6 .box02 .box-r {
        display: table-cell;
        width: 70%;
        vertical-align: top;
        padding: 0 0 0 30px;
}
#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 10px 0 0;
}
#service #service_6 .box ul li:nth-child(even) {
        padding: 0 0 0 10px;
}
#service #service_6 .box ul li img {
        width: 100%;
}
#service #service_6 .box02 img {
        width: 100%;
}
#service #service_6 .list {
        list-style: none;
        width: 80%;
        margin: 30px auto 0;
}
#service #service_6 .list:after {
        content: "";
        display: block;
        clear: both;
}
#service #service_6 .list li {
        float: left;
        width: 33.3333%;
        text-align: center;        
}
#service #service_6 .list li:nth-of-type(2) {
        text-align: center;
}
#service #service_6 .list li img {
        width: 100%;
        padding: 0 0 5px 0;
}
#service #service_6 .arrow {
        background-image: url("image.php?id=65");
        background-size: 100% 100%;
        width: 140px;
        padding: 42px 0 42px 0;
        margin: 60px auto 0;
}
#service #service_6 .description {
        padding: 15px 0 0 0;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;        
}