/* ---------------------------------------------------------- */


/* .home */


/* ---------------------------------------------------------- */


/* .js-indexvisual
-----------------------------------------*/

.indexvisual {
    padding: 0;
}

.indexvisual #slider,
.indexvisual #thumbnail_slider {
    width: 100%;
    margin: -10px auto 0;
}

.indexvisual .slide-item img {
    width: 100%;
}

.indexvisual .thumbnail-item img {
    width: 100%;
    margin: 0 auto;
    opacity: 0.5 !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indexvisual .thumbnail-item {
    background-color: #000;
    cursor: pointer;
}

.indexvisual .thumbnail-item:hover img {
    background-color: #000;
    opacity: 1 !important;
}

.indexvisual .logo {
    position: absolute;
    top: 35px;
    right: 35px;
}

.indexvisual .logo-70 {
    width: 197px;
    height: 66px;
    position: absolute;
    top: 42px;
    left: 35px;
}


/* .home .info
-----------------------------------------*/

.home .info {
    margin: 0 auto;
    width: 1040px;
    height: 170px;
}

.home .info .bl.no1 {
    float: left;
    width: 680px;
}

.home .info .bl.no2 {
    float: right;
    width: 340px;
}

.home .info .md {
    font-size: 16px;
}

.home .info .md span {
    font-size: 12px;
    margin-left: 25px;
    position: relative;
}

.home .info .md span:before {
    content: "";
    width: 11px;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 7px;
    left: -18px;
}

.home .info li {
    position: relative;
    float: left;
    display: block;
    width: 340px;
    height: 90px;
}

.home .info li .pic {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.home .info li .pic img {
    max-width: 150px;
    max-height: 150px;
}

.home .info li .txt {
    position: absolute;
    top: 10px;
    left: 111px;
    width: 200px;
}

.home .info li .txt1 {
    font-size: 11px;
}

.home .info li .txt2 {
    font-size: 13px;
    margin-top: 5px;
}

.home .info li .txt2 a {
    text-decoration: none;
    font-family: "Noto Sans JP Bold";
}

.home .info li .txt2 a:hover {
    text-decoration: underline;
}

.home .info li .txt3 {
    font-size: 12px;
    margin-top: 5px;
}

/* .home .event
-----------------------------------------*/
.home .event {
    background-color: #fcfae8;
    width: 100%;
    margin-top: 0px !important;
    padding: 35px 0 35px;
}

.home .event .bl {
    float: none;
    width: 1040px;
    margin: 0 auto;
}

.home .event li {
    width: 49%;
    min-height: 125px;
}

.home .event li:last-child {
    float: right;
}

.home .event li .pic {
    width: 125px;
    height: 125px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.home .event li .pic img {
    width: 125px;
    height: auto;
    max-width: 125px;
    max-height: 125px;
}

.home .event li .txt {
    position: absolute;
    top: 10px;
    left: 150px;
    width: 360px;
}

.home .event li .txt1 {
    font-size: 12px;
}

.home .event li .txt2 {
    font-size: 16px;
    margin-top: 5px;
}

.home .event li .txt3 {
    font-size: 13px;
    margin-top: 5px;
}

/* .home .service
-----------------------------------------*/

.home .service {
    width: 100%;
    position: relative;
    z-index: 1;
}

.home .service .md {
    width: 181px;
    height: 57px;
    background: url(../images/top/service/md_bg.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    z-index: 10;
}

.home .service .bl {
    display: table;
    width: 100%;
}

.home .service .bl .col {
    display: table-cell;
    position: relative;
    overflow: hidden;
}

.home .service .bl.no1 .col {
    width: 25%;
}

.home .service .bl .col a {
    text-decoration: none;
    width: 100%;
    display: block;
}

.home .service .bl .col img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.home .service .bl .col .txt {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    position: relative;
    z-index: 1;
}

.home .service .bl .col .txt1 {
    font-size: 28px;
    opacity: 0.5;
    font-family: "Noto Sans JP SemiBold";
}

.home .service .bl .col .txt2 {
    font-size: 18px;
    margin-top: 30px;
    font-family: "Noto Sans JP Regular";
}

.home .service .bl a img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.home .service .bl a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}

.home .service .bl.no2 {
    margin-top: -1px;
}

.home .service .bl.no2 .col {
    width: calc(100% / 4);
}

.home .service .bl.no2 .col .txt1 {
    font-size: 26px;
}

.home .service .bl.no2 .col .txt1 span {
    font-size: 20px;
    margin-left: 15px;
}

.home .service .bl.no2 .col .txt2 {
    margin-top: 10px;
}

@media (max-width: 1500px) {
    .home .service .bl .col .txt1 {
        font-size: 25px;
    }

    .home .service .bl .col .txt2 {
        font-size: 15px;
    }
}


/* .home .company
-----------------------------------------*/

.home .company {
    width: 100%;
    height: 493px;
    background: url(../images/top/company/bg.jpg) no-repeat center 0;
    margin-top: -1px;
    position: relative;
    z-index: 2;
}

.home .company .secIn {
    padding-top: 60px;
}

.home .company h3 {
    font-size: 34px;
    color: #dadee2;
    font-family: "Noto Sans JP SemiBold";
}

.home .company h3 span {
    font-size: 18px;
    color: #333;
    font-family: "Noto Sans JP SemiBold";
    margin-left: 50px;
    position: relative;
}

.home .company h3 span:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: rgb(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: -30px;

}

.home .company .txt1 {
    font-size: 20px;
    font-family: "Noto Sans JP SemiBold";
}

.home .company a span {
    position: relative;
}


.home .company ul.list li {
    font-size: 20px;
    font-family: "Noto Sans JP Regular";
    position: relative;
    padding-left: 30px;
}

.home .company ul.list li span {
    position: absolute;
    top: 0;
    left: 0;
}

.home .company a.btn1 {
    font-size: 18px;
    width: 227px;
    padding: 10px 0px 10px 100px;
    color: #fff;
    text-decoration: none;
    background-color: #264a64;
    display: block;
}

.home .company a.btn1 span:before {
    content: "";
    width: 10px;
    height: 11px;
    background: url(../images/common/flag1.png) no-repeat;
    position: absolute;
    top: 7px;
    left: -28px;
}

.home .company a.btn1:hover {
    background-color: #173246;
}

.home .company a.btn2 {
    font-size: 18px;
    width: 420px;
    padding: 5px 0px 5px 30px;
    text-decoration: none;
    background-color: #fff;
    display: block;
    font-size: 14px;
    opacity: 0.9;
}

.home .company a.btn2 span:before {
    content: "";
    width: 8px;
    height: 9px;
    background: url(../images/common/flag2.png) no-repeat;
    position: absolute;
    top: 4px;
    left: -17px;
}

.home .company a.btn2:hover {
    background-color: #e7f6ff;
}


/* ---------------------------------------------------------- */


/* .company.greeting */


/* ---------------------------------------------------------- */

.company.greeting h2 {
    background: url(../images/company/greeting/hdimg.jpg) no-repeat center 0;
}

.company.greeting .sec .inner {
    width: 725px;
}

.company.greeting .sec .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 277px;
}

.company.greeting .sec .pic p {
    padding-top: 25px;
    font-size: 14px;
    text-align: center;
}

.company.greeting .sec .pic p span {
    margin-left: 18px;
    font-size: 24px;
    font-family: Noto Serif JP Medium;
}

.company.greeting .sec.no1 {
    background-color: #f5f5f5;
    padding: 50px 0 70px;
}

/* ---------------------------------------------------------- */


/* .company.history */


/* ---------------------------------------------------------- */

.company.history h2 {
    background: url(../images/company/history/hdimg.jpg) no-repeat center 0;
}


/* .company.history .sec.no1 .inner
/* ---------------------------------------------------------- */

.company.history .sec.no1 .inner {
    float: left;
    width: 510px;
}

.company.history .sec.no1 .inner li {
    padding: 10px 0 10px 155px;
    border-bottom: 1px #bdbdbd dotted;
    position: relative;
}

.company.history .sec.no1 .inner li:last-child {
    border-bottom: none;
}

.company.history .sec.no1 .inner li span {
    position: absolute;
    top: 10px;
    left: 0;
}


/* .company.history .sec.no1 #timeline
/* ---------------------------------------------------------- */

.company.history .sec.no1 #timeline {
    float: right;
    width: 507px;
}


/* .company.history .sec.no2
/* ---------------------------------------------------------- */

.company.history .sec.no2 h5 {
    border-left: 5px #e0e0e0 solid;
    font-family: "Noto Sans JP SemiBold";
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
}

.company.history .sec.no2 li {
    float: left;
    display: : inline;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.company.history .sec.no2 li.R {
    margin-right: 0px;
}

.company.history .sec.no2 li p {
    padding-top: 10px;
    text-align: center;
}


/* ---------------------------------------------------------- */


/* .company.outline */


/* ---------------------------------------------------------- */

.company.outline h2 {
    background: url(../images/company/outline/hdimg.jpg) no-repeat center 0;
}

.company.outline .sec.no1 .inner li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.company.outline .sec.no1 .inner li:before {
    content: "●";
    color: #eaeaea;
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 0;
}


/* .company.outline .sec.no1 .inner dd.tel
/* --------------------------------------------- */

.company.outline .sec.no1 .inner dd.tel p {
    position: relative;
    padding: 10px 10px 10px 300px;
}

.company.outline .sec.no1 .inner dd.tel p span {
    position: absolute;
    top: 10px;
    left: 10px;
}

.company.outline .sec.no1 .inner dd.tel p:nth-child(odd) {
    background-color: #fafafa;
}


/* .company.outline .sec.no1 .inner .img1
/* --------------------------------------------- */

.company.outline .sec.no1 .inner .img1 {
    float: right;
    width: 470px;
}

.company.outline .sec.no1 .inner .img1 div {
    float: left;
    width: 215px;
    margin-right: 30px;
}

.company.outline .sec.no1 .inner .img1 div.R {
    margin-right: 0px;
}

.company.outline .sec.no1 .inner .txt {
    float: left;
    width: 330px;
}


/* .company.outline .sec.no1 .inner dd dl
/* --------------------------------------------- */

.company.outline .sec.no1 .inner dd dl {
    display: table;
    width: 100%;
    border-bottom: 1px #ccc dashed !important;
    margin-top: 10px;
    padding-bottom: 10px;
}

.company.outline .sec.no1 .inner dd dl:last-child {
    border-bottom: none !important;
}

.company.outline .sec.no1 .inner dd dt {
    display: table-cell;
    width: 7% !important;
    background-color: #fff !important;
    border: none !important;
    vertical-align: top;
    padding: 0px !important;
}

.company.outline .sec.no1 .inner dd dt div {
    width: 40px;
    height: 25px;
    background-color: #999999;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.company.outline .sec.no1 .inner dd dd {
    display: table-cell;
    width: 93% !important;
    padding: 0px !important;
    border: none !important;
    vertical-align: top;
}


/* .company.outline .sec.no2
/* --------------------------------------------- */

.company.outline .sec.no2 {
    padding-top: 45px;
    margin-top: -45px;
}


/* ---------------------------------------------------------- */


/* .service.energy */


/* ---------------------------------------------------------- */

.service.energy h2 {
    background: url(../images/service/energy/hdimg.jpg) no-repeat center 0;
}


/* .service.energy .sec.no1
/* --------------------------------------------- */

.service.energy .sec.no1 .pic div {
    float: left;
    height: 310px;
}

.service.energy .sec.no1 .pic div.R {
    float: right;
}

.service.energy .sec.no1 .pic div p {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
}

.service.energy .sec.no1 .img_h3 {
    position: absolute;
    top: -20px;
    right: -5px;
}


/* .service.energy .sec.no2
/* --------------------------------------------- */

.service.energy .sec.no2 {}

.service.energy .sec.no2 .pic .mass div {
    height: 310px;
}

.service.energy .sec.no2 .pic .mass {
    float: left;
    width: 394px;
}

.service.energy .sec.no2 .pic .mass.R {
    float: right;
    width: 394px;
}

.service.energy .sec.no2 .pic div p {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
}


/* ---------------------------------------------------------- */


/* .service.energy2 */


/* ---------------------------------------------------------- */

.service.energy2 h2 {
    background: url(../images/service/energy2/hdimg.jpg) no-repeat center 0;
}

.service.energy2 .sec.no1 .img_h3 {
    position: absolute;
    top: 44px;
    right: -7px;
}

.service.energy2 .sec.no1 .box {
    border: 1px #ccc solid;
    padding: 5px 30px;
    margin: 30px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.service.energy2 .sec.no1 .chui {
    margin-top: 20px;
}

.service.energy2 .sec.no1 .chui li {
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}

.service.energy2 .sec.no1 .chui li:before {
    content: "※";
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* .service.energy2 .sec.no1 .bl.no2
/* --------------------------------------------- */

.service.energy2 .sec.no1 .bl.no2 .blIn {
    padding: 35px 15px 0 15px;
}

.service.energy2 .sec.no1 .bl.no2 h4 {
    background-color: #007336;
}

.service.energy2 .sec.no1 .bl.no2 h4 span {
    font-family: "Noto Sans JP Light";
    font-size: 13px;
}

.service.energy2 .sec.no1 .bl.no2 dl {
    margin-bottom: 45px;
    position: relative;
}

.service.energy2 .sec.no1 .bl.no2 dl:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 17px 0 17px;
    border-color: #e0dfde transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 98px;
}

.service.energy2 .sec.no1 .bl.no2 dl:last-child:before {
    display: none;
}

.service.energy2 .sec.no1 .bl.no2 dl:last-child {
    margin-bottom: 0px;
}

.service.energy2 .sec.no1 .bl.no2 dl dt {
    float: left;
    width: 230px;
    padding: 35px 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "Noto Sans JP SemiBold";
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #ed6d00;
}

.service.energy2 .sec.no1 .bl.no2 dl dt div {
    width: 37px;
    height: 37px;
    background-color: #007336;
    border-radius: 37px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: "Noto Sans JP Regular";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2px;
    position: absolute;
    top: -13px;
    left: -5px;
}

.service.energy2 .sec.no1 .bl.no2 dl dd {
    float: right;
    width: 505px;
    padding: 10px 0 45px 0;
    border-bottom: 1px #c5c4c4 dotted;
}

.service.energy2 .sec.no1 .bl.no2 dl:last-child dd {
    padding-bottom: 0;
    border-bottom: none;
}

.service.energy2 .sec.no1 .bl.no2 dl dd h5 {
    font-size: 18px;
    color: #007336;
    font-family: "Noto Sans JP SemiBold";
}

.service.energy2 .sec.no1 .bl.no2 dl dd ul {
    margin-top: 10px;
}

.service.energy2 .sec.no1 .bl.no2 dl dd li {
    position: relative;
    padding-left: 15px;
}

.service.energy2 .sec.no1 .bl.no2 dl dd li:before {
    content: "・";
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

/* .service.energy2 .sec.no1 .btn
/* --------------------------------------------- */

.service.energy2 .sec.no1 .btn {}

.service.energy2 .sec.no1 .btn a {
    background-color: #ec9a1f;
    color: #fff;
    font-size: 24px;
    font-family: "Noto Sans JP Regular";
    width: 100%;
    padding: 20px 0 20px 20px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.service.energy2 .sec.no1 .btn a span {
    font-size: 15px;
    font-family: "Noto Sans JP Light";
}

.service.energy2 .sec.no1 .btn a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 11px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.7;
    margin-top: -10px;
    margin-left: -278px;
}

.service.energy2 .sec.no1 .btn a:hover {
    background-color: #ecc81f;
    color: #3e1c1a;
}



/* ---------------------------------------------------------- */


/* .service.water */


/* ---------------------------------------------------------- */

.service.water h2 {
    background: url(../images/service/water/hdimg.jpg) no-repeat center 0;
}

.service.water .img_item {
    position: absolute;
    top: 343px;
    left: 50%;
    margin-left: -88px;
}

.service.water .sec.no1 .img_h3 {
    position: absolute;
    top: 0px;
    right: 0px;
}


/* .service.water .sec.no1 .bl
/* --------------------------------------------- */

.service.water .sec.no1 .bl h4 {
    background-color: #478ab1;
}

.service.water .sec.no1 .bl h6 {
    font-family: "Noto Sans JP SemiBold";
    border-left: 4px #478ab1 solid;
    font-size: 16px;
    padding-left: 15px;
    line-height: 20px;
}


/* .service.water .sec.no1 .bl.no1
/* --------------------------------------------- */

.service.water .sec.no1 .bl {
    position: relative;
}

.service.water .sec.no1 .bl.no1 img {
    float: left;
    margin-right: 7px;
}


/* .service.water .sec.no1 .bl.no2
/* --------------------------------------------- */

.service.water .sec.no1 .bl.no2 h5 {
    width: 360px;
    height: 45px;
    font-size: 24px;
    color: #478ab1;
    font-family: "Noto Sans JP SemiBold";
    background-color: #fff;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -180px;
    text-align: center;
}

.service.water .sec.no1 .bl.no2 .waku {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px #478ab1 solid;
}

.service.water .sec.no1 .bl.no2 .waku ul {
    padding: 30px 0 10px 30px;
}

.service.water .sec.no1 .bl.no2 .waku li {
    position: relative;
    padding: 20px 0 30px 60px;
}

.service.water .sec.no1 .bl.no2 .waku li div {
    width: 40px;
    height: 49px;
    padding-top: 25px;
    display: block;
    background: url(../images/service/water/shizuku.jpg) no-repeat;
    font-size: 29px;
    color: #fff;
    font-family: "Noto Sans JP Regular";
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.service.water .sec.no1 .bl.no2 .waku li p {
    color: #478ab1;
}

.service.water .sec.no1 .bl.no2 .waku li .txt1 {
    font-size: 20px;
    font-family: "Noto Sans JP SemiBold";
}

.service.water .sec.no1 .bl.no2 .waku li .txt2 {
    font-size: 14px;
    font-family: "Noto Sans JP Regular";
}


/* .service.water .sec.no1 .bl.no6
/* --------------------------------------------- */

.service.water .sec.no1 .bl.no6 {}

.service.water .sec.no1 .bl.no6 .takujyo {
    position: absolute;
    top: 532px;
    right: 203px;
}


/* .service.water .sec.no1 .bl.no7
/* --------------------------------------------- */

.service.water .sec.no1 .bl.no7 h4 {
    background-color: #fff36e;
    color: #000;
}

.service.water .sec.no1 .bl.no7 .expl {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* .service.water .sec.no1 .bl.no7 .mass
/* --------------------------------------- */

.service.water .sec.no1 .bl.no7 .mass {
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.service.water .sec.no1 .bl.no7 .mass .new {
    position: absolute;
    top: -14px;
    left: -11px;
}

.service.water .sec.no1 .bl.no7 .mass .txt1 {
    border-bottom: 1px #ccc dashed;
    padding-bottom: 6px;
}

.service.water .sec.no1 .bl.no7 .mass dl {
    display: table;
    width: 480px;
    font-family: "Noto Sans JP SemiBold";
    font-size: 20px;
}

.service.water .sec.no1 .bl.no7 .mass dt {
    display: table-cell;
    width: 340px;
    text-align: right;
}

.service.water .sec.no1 .bl.no7 .mass dd {
    display: table-cell;
    text-align: right;
    position: relative;
}

.service.water .sec.no1 .bl.no7 .mass .fzS {
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    right: -110px;
}

.service.water .sec.no1 .bl.no7 .mass .price {
    color: #ff0000;
    font-size: 24px;
    margin-left: 35px;
}

.service.water .sec.no1 .bl.no7 .mass .price.no1 {
    font-size: 18px;
}

.service.water .sec.no1 .bl.no7 .mass .price span {
    font-size: 16px;
}

.service.water .sec.no1 .bl.no7 ul.pt1 {
    font-family: "Noto Sans JP SemiBold";
    font-size: 20px;
}

.service.water .sec.no1 .bl.no7 ul.pt1 li {
    display: inline;
    padding: 0 0 0 33px;
    position: relative;
    margin-right: 35px;
}

.service.water .sec.no1 .bl.no7 ul.pt1 li:last-child;

    {
    margin-right: 0px;
}

.service.water .sec.no1 .bl.no7 ul.pt1 li:before {
    content: "";
    width: 24px;
    height: 18px;
    background: url(../images/service/water/check.jpg) no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

.service.water .sec.no1 .bl.no7 ul.pt2 li {
    position: relative;
    padding-left: 20px;
}

.service.water .sec.no1 .bl.no7 ul.pt2 li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.service.water .sec.no1 .bl.no7 .img6 {
    position: absolute;
    top: 97px;
    right: 30px;
}

/* .service.water .sec.no1 .contact
/* ---------------------------------------------------- */
.service.water .sec.no1 .contact {
    padding-top: 35px;
    margin-top: -35px;
}


.service.water .hyo #applicationForm {
    display: none;
}

.service.water .hyo #timeForm1,
.service.water .hyo #timeForm2 {
    display: none;
}

.mw_wp_form_confirm #applicationForm {
    display: block !important;
}

.mw_wp_form_confirm #timeForm1,
.mw_wp_form_confirm #timeForm2 {
    display: block !important;
}

/* .service.water .fix-bn
/* ---------------------------------------------------- */
.service.water .fix-bn {
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 100000;
}

.service.water .fix-bn a {
    width: 200px;
    height: 200px;
    display: block;
    background-color: #e50083;
    border: 5px #eb4fa8 solid;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    position: relative;
}

.service.water .fix-bn a:hover {
    background-color: #296bbe;
    border: 5px #4387dd solid;
}

.service.water .fix-bn a img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -5px;
    left: -5px;
}

@media screen and (max-width: 1440px) {
    .service.water .fix-bn {
        position: fixed;
        bottom: 50px;
        right: 100px;
        z-index: 100000;
    }

    .service.water .fix-bn a {
        width: 150px;
        height: 150px;
        border-radius: 150px;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
    }

    .service.water .fix-bn a img {
        width: 150px;
        height: 150px;
        position: absolute;
        top: -5px;
        left: -5px;
    }
}


/* ---------------------------------------------------------- */


/* .service.renovation */


/* ---------------------------------------------------------- */

.service.renovation h2 {
    background: url(../images/service/renovation/hdimg.jpg) no-repeat center 0;
}

.service.renovation .sec.no1 .img_h3 {
    position: absolute;
    top: 38px;
    right: 0px;
}


/* .service.renovation .sec.no1 .bl
/* --------------------------------------------- */

.service.renovation .sec.no1 .bl h4 {
    background-color: #007336;
}

.service.renovation .sec.no1 .bl h4 span {
    font-family: "Noto Sans JP Light";
    font-size: 13px;
}


/* .service.renovation .sec.no1 .btn
/* --------------------------------------------- */

.service.renovation .sec.no1 .btn {
    text-align: center;
}

.service.renovation .sec.no1 .btn a {
    background-color: #ec9a1f;
    color: #fff;
    font-size: 20px;
    font-family: "Noto Sans JP Regular";
    padding: 20px 104px 20px 136px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.service.renovation .sec.no1 .btn a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 29px;
    left: 109px;
    opacity: 0.7;
}

.service.renovation .sec.no1 .btn a:hover {
    background-color: #ecc81f;
    color: #3e1c1a;
}


/* .service.renovation .sec.no1 .bl.no1
/* --------------------------------------------- */

.service.renovation .sec.no1 .bl.no1 .mass {
    float: left;
    width: 370px;
    position: relative;
}

.service.renovation .sec.no1 .bl.no1 .mass:after {
    content: "";
    width: 19px;
    height: 46px;
    background: url(../images/service/renovation/yajirushi.jpg) no-repeat;
    position: absolute;
    top: 144px;
    right: -43px;
}

.service.renovation .sec.no1 .bl.no1 .pt2 .mass:after {
    top: 103px;
}

.service.renovation .sec.no1 .bl.no1 .mass.R:after {
    display: none;
}

.service.renovation .sec.no1 .bl.no1 .mass.R {
    float: right;
    width: 370px;
}

.service.renovation .sec.no1 .bl.no1 .mass p {
    width: 370px;
    height: 31px;
    background-color: #c5c5c5;
    font-size: 13px;
    color: #fff;
    font-family: "Noto Sans JP Regular";
    text-align: center;
    line-height: 31px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.service.renovation .sec.no1 .bl.no1 .mass.R p {
    background-color: #007336;
}


/* .service.renovation .sec.no1 .bl.no2
/* --------------------------------------------- */

.service.renovation .sec.no1 .bl.no2 .waku {
    background-color: #eaf3ee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 30px 30px 30px 30px;
}

.service.renovation .sec.no1 .bl.no2 .waku li {
    width: 744px;
    padding: 0 !important;
}

.service.renovation .sec.no1 .bl.no2 .waku li img {
    width: 744px;
    height: auto;
    border: none !important;
}


/* ---------------------------------------------------------- */


/* .service.realestate */


/* ---------------------------------------------------------- */

.service.realestate h2 {
    background: url(../images/service/realestate/hdimg.jpg) no-repeat center 0;
}

.service.realestate .sec.no1 .img_h3 {
    position: absolute;
    top: 35px;
    right: 0px;
}


/* .service.realestate .sec.no1 .bl.no1
/* --------------------------------------------- */

.service.realestate .sec.no1 .bl.no1 .mass {
    float: left;
    width: 256px;
    margin-right: 17px;
}

.service.realestate .sec.no1 .bl.no1 .mass.R {
    margin-right: 0;
}

.service.realestate .sec.no1 .bl.no1 .mass p {
    text-align: center;
    padding-top: 10px;
}


/* .service.realestate .sec.no1 .btn
/* --------------------------------------------- */

.service.realestate .sec.no1 .btn {
    text-align: center;
}

.service.realestate .sec.no1 .btn a {
    background-color: #264a64;
    color: #fff;
    font-size: 20px;
    font-family: "Noto Sans JP Regular";
    padding: 20px 0 20px 0px;
    text-decoration: none;
    position: relative;
    display: block;
}

.service.realestate .sec.no1 .btn a span {
    font-size: 15px;
}

.service.realestate .sec.no1 .btn a:before {
    content: "";
    width: 10px;
    height: 11px;
    background: url(../images/common/flag1.png) no-repeat;
    position: absolute;
    top: 30px;
    left: 70px;
}

.service.realestate .sec.no1 .btn a:hover {
    background-color: #173246;
}


/* ---------------------------------------------------------- */


/* .service.ehimenowa */


/* ---------------------------------------------------------- */

.service.ehimenowa h2 {
    background: url(../images/service/ehimenowa/hdimg.jpg) no-repeat center 0;
}

.service.ehimenowa .sec.no1 .img_h3 {
    position: absolute;
    top: -13px;
    right: 0px;
}

.service.ehimenowa .sec.no1 h4 {
    background-color: #fdfbdc;
    color: #795625;
}


.service.ehimenowa .sec.no1 .bl.koukan .catch1 {
    text-align: center;
    font-size: 22px;
    font-family: "Noto Sans JP Bold";
    color: #a96e20;
    position: relative;
}

.service.ehimenowa .sec.no1 .bl.koukan .catch1:before {
    content: "";
    width: 72px;
    height: 77px;
    background: url(../images/service/ehimenowa/parts_l.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left:-380px;
}
.service.ehimenowa .sec.no1 .bl.koukan .catch1:after {
    content: "";
    width: 72px;
    height: 77px;
    background: url(../images/service/ehimenowa/parts_r.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -38px;
    margin-right:-380px;
}
.service.ehimenowa .sec.no1 .bl.koukan a.btn1 {
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    font-family: "Noto Sans JP Bold";
    color: #fff;
    background: linear-gradient(to bottom, #9ab240, #bad83e);
    display: block;
    border-radius: 5px;
    padding: 13px 0 15px 10px;
    margin-top: 20px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.service.ehimenowa .sec.no1 .bl.koukan a.btn1:hover {
    background: linear-gradient(to bottom, #e99d39, #edb63f);
    top: 1px;
    left: 1px;
}

.service.ehimenowa .sec.no1 .bl.koukan a.btn1:after {
    content: "";
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
}

.service.ehimenowa .sec.no1 .bl.koukan a.btn1 span {
    position: relative;
}

.service.ehimenowa .sec.no1 .bl.koukan a.btn1 span:before {
    content: "";
    width: 33px;
    height: 37px;
    background: url(../images/service/ehimenowa/icon_present.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -18px;
}
.service.ehimenowa .sec.no1 .bl.koukan .box {
    background-color: #f7f6ec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 25px 25px;
    margin-top: 25px;
}
.service.ehimenowa .sec.no1 .bl.koukan .box .md {
    font-size: 18px;
    font-family: "Noto Sans JP Bold";
    color: #a96e20;
    margin-bottom:10px;
    position: relative;
    left: -10px;
}
.service.ehimenowa .sec.no1 .bl.koukan .box a.btn2 {
    font-size: 14px;
    font-family: "Noto Sans JP Bold";
    color: #fff;
    margin-top:10px;
    text-decoration:none;
    padding:5px 20px 7px 30px;
    border-radius: 5px;
    display:inline-block;
    background-color:#9f834b;
}
.service.ehimenowa .sec.no1 .bl.koukan .box a.btn2:hover {
    background-color:#8c723e;
}

.service.ehimenowa .sec.no1 .bl.koukan .box a.btn2 span {
  position: relative;
}
.service.ehimenowa .sec.no1 .bl.koukan .box a.btn2 span:after {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -2px;
}
.service.ehimenowa .sec.no1 .bl.koukan .box ul {
  margin-top:20px;
}
/* .service.ehimenowa .sec.no1 .bl.no1
/* --------------------------------------------- */

.service.ehimenowa .sec.no1 .bl.no1 {
    background-color: #fdfbdc;
    padding: 20px 22px;
    font-family: "Noto Sans JP Regular";
    color: #a96e20;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.service.ehimenowa .sec.no1 .bl.no1 .parts {
    width: 126px;
    height: 126px;
    border-radius: 132px;
    -webkit-border-radius: 132px;
    -moz-border-radius: 132px;
    background-color: #f8e7a0;
    color: #795625;
    font-size: 19px;
    font-family: "Noto Sans JP SemiBold";
    text-align: center;
    position: absolute;
    top: -26px;
    right: 13px;
    padding: 3px;
}

.service.ehimenowa .sec.no1 .bl.no1 .partsIn {
    width: 124px;
    height: 94px;
    border-radius: 126px;
    -webkit-border-radius: 126px;
    -moz-border-radius: 126px;
    border: 1px #fbf1ca solid;
    padding-top: 30px;
}

.service.ehimenowa .sec.no1 .chui {
    margin: -30px 0 30px 0;
    color: #e4014f;
}

.service.ehimenowa .sec.no1 .chui span {
    color: #e4014f;
}


/* .service.ehimenowa .sec.no1 .bl.no3
/* --------------------------------------------- */

.service.ehimenowa .sec.no1 .bl.no3 .box {
    background-color: #f7f6ec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 25px 25px;
    margin-top: 25px;
}

.service.ehimenowa .sec.no1 .bl.no3 .box .md {
    font-family: "Noto Sans JP Regular";
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}

.service.ehimenowa .sec.no1 .bl.no3 .box .md:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #a18240;
    position: absolute;
    top: 12px;
    left: 0;
}

.service.ehimenowa .sec.no1 .bl.no3 .box li {
    position: relative;
    padding: 10px 0 20px 50px;
    font-family: "Noto Sans JP Regular";
}

.service.ehimenowa .sec.no1 .bl.no3 .box li div {
    width: 34px;
    height: 30px;
    background-color: #a18240;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    color: #fff;
    font-family: "Noto Sans JP Regular";
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    padding-top: 4px;
}

.service.ehimenowa .sec.no1 .bl.no3 .box.pt2 {
    background-color: #f5f8eb;
}

.service.ehimenowa .sec.no1 .bl.no3 .box.pt2 .md:before {
    background-color: #93b41f;
}

.service.ehimenowa .sec.no1 .bl.no3 .box.pt2 li div {
    background-color: #93b41f;
}


/* .service.ehimenowa .sec.no1 .btn
/* --------------------------------------------- */

.service.ehimenowa .sec.no1 .btn {
    text-align: center;
}

.service.ehimenowa .sec.no1 .btn a {
    background-color: #ef9902;
    color: #fff;
    font-size: 20px;
    font-family: "Noto Sans JP Regular";
    width: 803px;
    display: block;
    padding: 20px 0px 20px 0px;
    text-decoration: none;
    position: relative;
}

.service.ehimenowa .sec.no1 .btn a:before {
    content: "";
    width: 10px;
    height: 11px;
    background: url(../images/common/flag1.png) no-repeat;
    position: absolute;
    top: 30px;
    left: 110px;
}

.service.ehimenowa .sec.no1 .btn a:hover {
    background-color: #ba7908;
}


/* ---------------------------------------------------------- */


/* .service.icoi */


/* ---------------------------------------------------------- */

.service.icoi h2 {
    background: url(../images/service/icoi/hdimg.jpg) no-repeat center 0;
}

.service.icoi .sec.no1 .img_h3 {
    position: absolute;
    top: 0;
    right: 0px;
}

.service.icoi .sec.no1 h4 {
    background-color: #928071;
}


/* .service.icoi .sec.no1 .bl.no0
/* --------------------------------------------- */

.service.icoi .sec.no1 .bl.no0 .expl {
    width: 575px;
}


/* .service.icoi .sec.no1 .bl.no1
/* --------------------------------------------- */

.service.icoi .sec.no1 .bl.no1 div {
    float: left;
    height: 320px;
}

.service.icoi .sec.no1 .bl.no1 div.R {
    float: right;
}

.service.icoi .sec.no1 .bl.no1 div p {
    padding-top: 10px;
    text-align: center;
}


/* .service.icoi .sec.no1 .bl.no2
/* --------------------------------------------- */

.service.icoi .sec.no1 .bl.no2 h2 {
    color: #836748;
    font-size: 24px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: none;
}


/* .service.icoi .sec.no1 .bl.no3
/* --------------------------------------------- */

.service.icoi .sec.no1 .bl.no3 .box {
    background-color: #f5f4f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 25px 25px;
}

.service.icoi .sec.no1 .bl.no3 .box .md {
    font-family: "Noto Sans JP Regular";
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}

.service.icoi .sec.no1 .bl.no3 .box .md:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #928071;
    position: absolute;
    top: 12px;
    left: 0;
}

.service.icoi .sec.no1 .bl.no3 .box ul {
    float: left;
    width: 360px;
}

.service.icoi .sec.no1 .bl.no3 .box ul.R {
    width: 380px;
}

.service.icoi .sec.no1 .bl.no3 .box li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-family: "Noto Sans JP Light";
    margin-bottom: 10px;
}

.service.icoi .sec.no1 .bl.no3 .box li:before {
    content: "●";
    font-size: 18px;
    color: #928071;
    position: absolute;
    top: -2px;
    left: 0;
}


/* ---------------------------------------------------------- */


/* .service.icoi.detail */


/* ---------------------------------------------------------- */

.service.icoi.detail h3 {
    border-bottom: none;
    padding-bottom: 0px;
}


/* .service.icoi.detail .bl .btn
/* --------------------------------------------- */

.service.icoi.detail .bl .btn {
    text-align: center;
    margin-top: 50px;
}

.service.icoi.detail .bl .btn a {
    background-color: #f09803;
    color: #fff;
    font-size: 16px;
    font-family: "Noto Sans JP Regular";
    padding: 10px 50px 10px 70px;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.service.icoi.detail .bl .btn a:before {
    content: "";
    width: 10px;
    height: 11px;
    background: url(../images/common/flag1.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 40px;
}

.service.icoi.detail .bl .btn a:hover {
    background-color: #bd7d11;
}


/* ---------------------------------------------------------- */


/* .service.icoi-laundry */


/* ---------------------------------------------------------- */

.service.icoi-laundry h2 {
    background: url(../images/service/icoi-laundry/hdimg.jpg) no-repeat center 0;
}

.service.icoi-laundry .sec.no1 .bl .md {
    padding: 15px 0 15px 60px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    position: relative;
}

.service.icoi-laundry .sec.no1 .bl .md span {
    font-family: UD新丸ゴ B;
    font-size: 22px;
    display: inline-block;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    color: #ffec37;
}

.service.icoi-laundry .sec.no1 .bl .waku {
    padding: 20px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    position: relative;
}

/* .service.icoi-laundry .sec.no1 .bl.no1
/* ---------------------------------------------------------- */
.service.icoi-laundry .sec.no1 .bl.no1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

/* .service.icoi-laundry .sec.no1 .bl.no2
/* ---------------------------------------------------------- */
.service.icoi-laundry .sec.no1 .bl.no2 {
    margin-bottom: 30px;
}

.service.icoi-laundry .sec.no1 .bl.no2 .md {
    background-color: #0399e3;
}

.service.icoi-laundry .sec.no1 .bl.no2 .md .expl {
    position: absolute;
    top: -18px;
    right: 13px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.service.icoi-laundry .sec.no1 .bl.no2 .chui {
    display: none;
}

.service.icoi-laundry .sec.no1 .bl.no2 .md:before {
    content: "";
    width: 37px;
    height: 37px;
    background: url(../images/service/icoi-laundry/maru.svg) no-repeat;
    background-size: 37px 37px;
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 13px;
    left: 11px;
}

.service.icoi-laundry .sec.no1 .bl.no2 .waku {
    background-color: #e6f5fc;
    border: 3px #0399e3 solid;
}

.service.icoi-laundry .sec.no1 .bl.no2 ul {
    margin-bottom: 20px;
    /*  border-bottom:1px #97d5f3 dotted;*/
}

.service.icoi-laundry .sec.no1 .bl.no2 ul:last-child {
    margin-bottom: 0px;
    border: none;
}

.service.icoi-laundry .sec.no1 .bl.no2 li {
    float: left;
    width: 50%;
    display: table;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px #97d5f3 solid;
}

.service.icoi-laundry .sec.no1 .bl.no2 li:nth-child(2n) {
    float: right;
    padding-right: 0px;
    padding-left: 10px;
    border: none;
}

.service.icoi-laundry .sec.no1 .bl.no2 li .icon {
    display: table-cell;
    width: 108px;
}

.service.icoi-laundry .sec.no1 .bl.no2 li .icon img {
    width: 100%;
    height: auto;
}

.service.icoi-laundry .sec.no1 .bl.no2 li .txt {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-bottom: 20px;
}

.service.icoi-laundry .sec.no1 .bl.no2 li .txt .name {
    font-size: 22px;
    color: #0399e3;
    font-family: UD新丸ゴ B;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}

.service.icoi-laundry .sec.no1 .bl.no2 li .txt .disp {
    font-size: 16px;
    padding-top: 5px;
}

.service.icoi-laundry .sec.no1 .bl.no2 li .txt .disp span {
    font-size: 14px;
    color: #0399e3;
}

/* .service.icoi-laundry .sec.no1 .bl.no3
/* ---------------------------------------------------------- */
.service.icoi-laundry .sec.no1 .bl.no3 {
    margin-bottom: 30px;
}

.service.icoi-laundry .sec.no1 .bl.no3 .md {
    background-color: #e61d73;
}

.service.icoi-laundry .sec.no1 .bl.no3 .md:before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/service/icoi-laundry/batsu.svg) no-repeat;
    background-size: 32px 32px;
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 14px;
    left: 13px;
}

.service.icoi-laundry .sec.no1 .bl.no3 .waku {
    background-color: #fdedf3;
    border: 3px #e61d73 solid;
    padding: 30px;
}

.service.icoi-laundry .sec.no1 .bl.no3 dl {
    margin-bottom: 20px;
}

.service.icoi-laundry .sec.no1 .bl.no3 dl:last-child {
    margin-bottom: 0px;
}

.service.icoi-laundry .sec.no1 .bl.no3 dt {
    float: left;
    width: 135px;
    padding: 13px 0;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #ed6699;
}

.service.icoi-laundry .sec.no1 .bl.no3 dt span {
    font-size: 18px;
    font-family: UD新丸ゴ M;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
    color: #fff;
}

.service.icoi-laundry .sec.no1 .bl.no3 dd {
    float: right;
    width: 575px;
    font-size: 18px;
}

/* .service.icoi-laundry .sec.no1 .bl.no4
/* ---------------------------------------------------------- */
.service.icoi-laundry .sec.no1 .bl.no4 {
    margin-bottom: 30px;
}

.service.icoi-laundry .sec.no1 .bl.no4 .md {
    background-color: #0399e3;
    padding-left: 30px;
}

.service.icoi-laundry .sec.no1 .bl.no4 .md span {
    color: #fff;
}

.service.icoi-laundry .sec.no1 .bl.no4 .waku {
    background-color: #ffec37;
    border: 3px #0399e3 solid;
    padding: 20px 30px;
}

.service.icoi-laundry .sec.no1 .bl.no4 .waku .expl {
    font-size: 17px;
    padding: 0;
    margin: 0;
}

.service.icoi-laundry .sec.no1 .bl.no4 ul {}

.service.icoi-laundry .sec.no1 .bl.no4 li {
    font-size: 18px;
    font-family: "Noto Sans JP Regular";
    display: inline;
    margin-right: 35px;
}

.service.icoi-laundry .sec.no1 .bl.no4 li span {
    font-size: 28px;
    color: #ff0000;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

/* .service.icoi-laundry .sec.no1 .bl.no5
/* ---------------------------------------------------------- */
.service.icoi-laundry .sec.no1 .bl.no5 {
    margin-bottom: 30px;
}

.service.icoi-laundry .sec.no1 .bl.no5 .md {
    background-color: #0399e3;
    padding-left: 30px;
}

.service.icoi-laundry .sec.no1 .bl.no5 .md span {
    color: #fff;
}

.service.icoi-laundry .sec.no1 .bl.no5 .waku {
    background-color: #fff;
    border: 3px #0399e3 solid;
    padding: 20px;
}

/* ---------------------------------------------------------- */


/* .service.setsubi */


/* ---------------------------------------------------------- */

.service.setsubi h2 {
    background: url(../images/service/setsubi/hdimg.jpg) no-repeat center 0;
}


/* .service.setsubi .bl.no1
/* --------------------------------------------- */

.service.setsubi .bl.no1 {
    margin-top: 40px;
}

.service.setsubi .bl.no1 .md {
    width: 100%;
    border-top: 1px #dedede solid;
    position: relative;
}

.service.setsubi .bl.no1 .md div {
    font-size: 20px;
    font-family: "FP-ヒラギノ角ゴ StdN W5";
    width: 240px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -120px;
}

.service.setsubi .bl.no1 ul {
    margin-top: 50px;
}

.service.setsubi .bl.no1 li {
    width: 236px;
    height: 360px;
    float: left;
    display: inline;
    margin-right: 47px;
}

.service.setsubi .bl.no1 li.R {
    margin-right: 0px;
}

.service.setsubi .bl.no1 li .pic {
    width: 236px;
    height: 236px;
    border-radius: 236px;
    -webkit-border-radius: 236px;
    -moz-border-radius: 236px;
    overflow: hidden;
}

.service.setsubi .bl.no1 li .txt {
    margin-top: 15px;
    text-align: center;
}

.service.setsubi .bl.no1 li .txt1 {
    font-size: 14px;
    font-family: "Noto Sans JP SemiBold";
}

.service.setsubi .bl.no1 li .txt2 {
    font-size: 12px;
    font-family: "FP-ヒラギノ角ゴ StdN W5";
    margin-top: 10px;
}

.service.setsubi .bl.no1 li .txt1 a {
    position: relative;
    text-decoration: none;
}

.service.setsubi .bl.no1 li .txt1 a:hover {
    text-decoration: underline;
}

.service.setsubi .bl.no1 li .txt1 a:before {
    content: "";
    width: 8px;
    height: 9px;
    background: url(../images/common/flag3.jpg) no-repeat;
    position: absolute;
    top: 4px;
    left: -15px;
}


/* .service.setsubi .sec.no1 .bl
/* --------------------------------------------- */

.service.setsubi .sec.no1 .bl {
    padding-top: 50px;
    margin-top: -50px;
}

.service.setsubi .sec.no1 .bl.no1 {
    padding-top: 0px;
    margin-top: 40px;
}

.service.setsubi .sec.no1 .bl h4 {
    background-color: #51380c;
}

.service.setsubi .bl .gazo {
    padding: 0 5px;
    margin-top: 20px;
}


/* .service.setsubi #sec1
/* --------------------------------------------- */

.service.setsubi #sec1 h5 {
    font-family: "Noto Sans JP SemiBold";
    border-left: 5px #9b6d25 solid;
    line-height: 25px;
    font-size: 18px;
    padding-left: 20px;
}

.service.setsubi #sec1 li {
    display: inline;
    float: left;
    width: 382px;
    background-color: #fbf4d3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.service.setsubi #sec1 li.R {
    float: right;
}

.service.setsubi #sec1 li div {
    border: 1px #ede5c0 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    padding: 15px;
}

.service.setsubi #sec1 li .txt1 {
    position: relative;
    padding: 5px 0 0 45px;
    font-size: 16px;
    font-family: "Noto Sans JP SemiBold";
}

.service.setsubi #sec1 li:last-child .txt1 {
    padding-left: 65px;
}

.service.setsubi #sec1 li .txt1 span {
    position: relative;
    font-size: 30px;
    color: #9b6d25;
    position: absolute;
    top: -10px;
    left: 0;
}

.service.setsubi #sec1 li .txt2 {
    margin-top: 10px;
    height: 75px;
}


/* .service.setsubi #sec2
/* --------------------------------------------- */

.service.setsubi #sec2 {
    padding-top: 110px;
    margin-top: -110px
}

.service.setsubi #sec2 h5 {
    font-family: "Noto Sans JP SemiBold";
    border-left: 5px #abcd05 solid;
    line-height: 25px;
    font-size: 18px;
    padding-left: 20px;
}

.service.setsubi #sec2 .kiji {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #f5f9e3;
    padding: 5px;
    margin-bottom: 20px;
}

.service.setsubi #sec2 .kijiIn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px #eaeddb solid;
    padding: 20px;
}

.service.setsubi #sec2 .kijiIn .txt1 {
    font-size: 18px;
    font-family: "Noto Sans JP SemiBold";
    color: #788c14;
}

.service.setsubi #sec2 .kijiIn .txt2 {
    padding-top: 10px;
    line-height: 1.8;
}

.service.setsubi #sec2 .kijiIn .txt3 {
    padding-top: 10px;
    text-align: right;
}

.service.setsubi #sec2 button {
    background: -moz-linear-gradient(top, #ff6600, #ff6600);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ff6600));
}

.service.setsubi #sec2 button:hover {
    background: -moz-linear-gradient(top, #d7661b, #d7661b);
    background: -webkit-gradient(linear, left top, left bottom, from(#d7661b), to(#d7661b));
}


/* .service.setsubi #sec3
/* --------------------------------------------- */

.service.setsubi #sec3 {
    padding-top: 110px;
    margin-top: -110px
}


/* ---------------------------------------------------------- */


/* .service.cs */


/* ---------------------------------------------------------- */

.service.cs #contents {
    padding-top: 74px;
}

.service.cs h2 {
    width: 780px;
    height: 77px;
    padding-left: 23px;
    line-height: 77px;
    margin-top: 0px;
    background-color: #81ad5e;
    font-size: 20px;
    color: #fff;
    font-family: "Noto Sans JP SemiBold";
}

.service.cs h2 span {
    font-size: 12px;
    color: #cccccc;
    margin-left: 30px;
}

.service.cs .blIn {
    padding: 20px 5px 0 5px;
}


/* .service.cs .bl.no1 h4
/* ---------------------------------------- */

.service.cs .bl.no1 h4 {
    width: 734px !important;
    font-size: 20px;
    color: #51380c;
    background-color: #f4f4f4;
    position: relative;
    padding-left: 45px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.service.cs .bl.no1 h4:before {
    content: "▼";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 19px;
    left: 18px;
}

.service.cs .bl.no1 h4 img {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border: 3px #81ad5e solid;
    position: absolute;
    top: -27px;
    right: 10px;
}


/* .service.cs .bl h5
/* ---------------------------------------- */

.service.cs .bl h5 {
    border-left: 5px #81ad5e solid;
    font-family: "Noto Sans JP SemiBold";
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
}


/* ---------------------------------------------------------- */


/* .service.cs.top */


/* ---------------------------------------------------------- */

.service.cs.top .bl.no1 li {
    float: left;
    display: inline;
    margin-bottom: 30px;
}

.service.cs.top .bl.no1 li.R {
    float: right;
}

.service.cs.top .bl.no1 li a {
    width: 380px;
    background-color: #dbe8d2;
    display: block;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

.service.cs.top .bl.no1 li a:hover {
    background-color: #c2d5b4;
}

.service.cs.top .bl.no1 li a:hover .txt1 span {
    color: #fff;
}

.service.cs.top .bl.no1 li a .inner {
    border: 1px #fff solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 14px;
}

.service.cs.top .bl.no1 li a .gazo img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.service.cs.top .bl.no1 li a .txt {
    padding-top: 20px;
}

.service.cs.top .bl.no1 li a .txt1 {
    text-align: center;
}

.service.cs.top .bl.no1 li a .txt1 span {
    font-size: 20px;
    font-family: "Noto Sans JP SemiBold";
    color: #81ad5e;
    position: relative;
}

.service.cs.top .bl.no1 li a .txt1 span:before {
    content: "";
    width: 10px;
    height: 11px;
    background: url(../images/service/energy/cs/top/flag.png) no-repeat;
    position: absolute;
    top: 7px;
    left: -25px;
}

.service.cs.top .bl.no1 li a .txt2 {
    padding: 10px 0 0 0;
}


/* ---------------------------------------------------------- */


/* .service.cs.page1 */


/* ---------------------------------------------------------- */


/* .service.cs.page1 .bl.no1 li
/* ---------------------------------------- */

.service.cs.page1 .bl.no1 li {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    position: relative;
    display: block !important;
    float: none;
}

.service.cs.page1 .bl.no1 li:before {
    content: "●";
    font-size: 12px;
    color: #f4f4f4;
    position: absolute;
    top: 2px;
    left: 0;
}


/* .service.cs.page1 .bl.no1 .btnArea
/* ---------------------------------------- */

.service.cs.page1 .bl.no1 .btnArea {}

.service.cs.page1 .bl.no1 .btnArea a {
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #81ad5e;
    width: 300px;
    padding: 15px 0 15px 85px;
    font-size: 18px;
    font-family: "Noto Sans JP Regular";
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}

.service.cs.page1 .bl.no1 .btnArea a.R {
    float: right;
}

.service.cs.page1 .bl.no1 .btnArea a:before {
    content: "";
    width: 11px;
    height: 13px;
    background: url(../images/service/energy/cs/flag.png) no-repeat;
    position: absolute;
    top: 21px;
    left: 51px;
}

.service.cs.page1 .bl.no1 .btnArea a:hover {
    background-color: #739756;
}


/* ---------------------------------------------------------- */


/* .service.cs.page2 */


/* ---------------------------------------------------------- */


/* .service.cs.page2 .bl.no1
/* ---------------------------------------- */

.service.cs.page2 .bl.no1 .hyo {}

.service.cs.page2 .bl.no1 .hyo table {
    width: 500px;
    border-collapse: collapse;
    border: 1px #ccc solid;
}

.service.cs.page2 .bl.no1 .hyo th {
    padding: 10px;
    width: 50%;
    background-color: #f5f5f5;
    border-collapse: collapse;
    border: 1px #ccc solid;
    text-align: center;
}

.service.cs.page2 .bl.no1 .hyo td {
    padding: 10px;
    background-color: #fff;
    border-collapse: collapse;
    border: 1px #ccc solid;
    text-align: center;
    font-weight: bold;
}


/* ---------------------------------------------------------- */


/* .service.cs.page3 */


/* ---------------------------------------------------------- */


/* .service.cs.page3 .bl.no1
/* ---------------------------------------- */

.service.cs.page3 .bl.no1 h5 {
    border: none;
    padding: 18px 0 18px 25px;
    width: 725px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #ffffcc;
    font-size: 20px;
    color: #51380c;
    font-family: "Noto Sans JP SemiBold";
}

.service.cs.page3 .bl.no1 .tabs .tabIn {
    padding: 10px 5px;
}

.service.cs.page3 .bl.no1 .tabs .kiji {
    border-bottom: 1px #b2b2b2 dotted;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.service.cs.page3 .bl.no1 .tabs .kiji:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.service.cs.page3 .bl.no1 .tabs .kiji .txt1 {
    font-size: 18px;
    color: #51380c;
    font-family: "Noto Sans JP Regular";
}

.service.cs.page3 .bl.no1 .tabs .kiji .txt2 {
    line-height: 1.8;
    padding: 10px 5px 0 5px;
}

.service.cs.page3 .bl.no1 .tabs .chui {
    font-family: "Noto Sans JP Regular";
    position: relative;
    font-size: 16px;
    color: #ff0000;
    padding-left: 60px;
}

.service.cs.page3 .bl.no1 .tabs .chui span {
    position: absolute;
    top: 15px;
    left: -5px;
}


/* .service.cs.page3 .bl.no1 #tab05
/* ---------------------------------------- */

.service.cs.page3 .bl.no1 #tab05 .box {
    background-color: #f4f4f4;
    padding: 30px 20px;
}

.service.cs.page3 .bl.no1 #tab05 .box img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.service.cs.page3 .bl.no1 #tab05 h6 {
    border-left: 5px #81ad5e solid;
    font-family: "Noto Sans JP SemiBold";
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
}

.service.cs.page3 .bl.no1 #tab05 .step {
    background-color: #f9f9f9;
    padding: 30px 29px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.service.cs.page3 .bl.no1 #tab05 .step .txt {
    float: left;
    width: 440px;
}

.service.cs.page3 .bl.no1 #tab05 .step .txt .md {
    background-color: #81ad5e;
    width: 76px;
    height: 29px;
    padding: 0px 0px;
    color: #fff;
    font-size: 20px;
    font-family: "Noto Sans JP Regular";
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.service.cs.page3 .bl.no1 #tab05 .step .txt .md span {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.service.cs.page3 .bl.no1 #tab05 .step .txt .expl {
    padding: 15px 0 0 0;
}

.service.cs.page3 .bl.no1 #tab05 .step img {
    float: right;
}


/* ---------------------------------------------------------- */


/* .efforts.page1 */


/* ---------------------------------------------------------- */

.efforts.page1 h2 {
    background: url(../images/efforts/page1/hdimg.jpg) no-repeat center 0;
}

.efforts.page1 .sec.no1 .img_h3 {
    position: absolute;
    top: -38px;
    right: -15px;
}

.efforts.page1 .sec.no1 .box {
    background-color: #f9f9f9;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.efforts.page1 .sec.no1 .boxIn {
    background-color: #f9f9f9;
    padding: 5px;
    border: 1px #ececec solid;
    padding: 27px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.efforts.page1 .sec.no1 .boxIn img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.efforts.page1 .sec.no1 .boxIn .md {
    font-size: 20px;
    color: #81ad5e;
    font-family: "Noto Sans JP SemiBold";
}

.efforts.page1 .sec.no1 .boxIn li {
    float: left;
    width: 170px;
    margin-right: 15px;
}

.efforts.page1 .sec.no1 .boxIn li p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}


/* ---------------------------------------------------------- */


/* .efforts.page2 */


/* ---------------------------------------------------------- */

.efforts.page2 h2 {
    background: url(../images/efforts/page2/hdimg.jpg) no-repeat center 0;
}

.efforts.page2 .sec.no1 .img1 {
    margin-top: -50px;
}


/* ---------------------------------------------------------- */


/* .efforts.page3 */


/* ---------------------------------------------------------- */

.efforts.page3 h2 {
    background: url(../images/efforts/page3/hdimg.jpg) no-repeat center 0;
}

.efforts.page3 .sec.no1 .expl {
    float: left;
    width: 540px;
}

.efforts.page3 .sec.no1 .pic {
    float: right;
    width: 470px;
    height: 314px;
    padding: 5px;
    background-color: #fff;
    margin-top: -25px;
}


/* ---------------------------------------------------------- */


/* .efforts.manshitsu */


/* ---------------------------------------------------------- */





/* ---------------------------------------------------------- */


/* .recruit */


/* ---------------------------------------------------------- */

.recruit h2 {
    background: url(../images/recruit/hdimg.jpg) no-repeat center 0;
}

.recruit .sec h3 {
    width: 780px;
}

.recruit .sec .bl:first-child {
    margin-top: 40px;
}

.recruit .sec h4 {
    padding: 1% 3%;
    font-family: "Noto Sans JP Regular";
    background-color: #f5f5f5;
    color: #333;
    margin-bottom: 15px;
}

.recruit .sec .tel a {
    font-size: 22px;
    height: 29px;
    line-height: 29px;
    background: url(../images/mailform/icon_tel2.png) no-repeat;
    padding: 0 0 0 40px;
    text-decoration: none;
    color: #653e1e;
}

.recruit .sec .mail a {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    display: block;
    background: url(../images/mailform/icon_mail.png) no-repeat 0 4px;
    padding: 0 0 0 40px;
    text-decoration: none;
    color: #653e1e;
}

.recruit .sec a.bn_recnavi {
    margin-top: 30px;
    display: block;
}

.recruit .sec a.bn_recnavi img {
    border: 1px#ebebeb solid;
}

/* .recruit .sec .slide
/* ----------------------------------- */

.recruit .sec .slide {
    padding: 10px 0;
    background-color: #ebe6e0;
    margin-top: 30px;
}

.recruit .sec .loopslider {
    margin: 0 auto;
    width: 100%;
    height: 263px;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.recruit .sec .loopslider ul {
    /*  width: 100%;*/
    height: 263px;
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.recruit .sec .loopslider ul li {
    width: 398px;
    height: 263px;
    float: left;
    display: inline;
    overflow: hidden;
}


/* ---------------------------------------------------------- */


/* .blog  */


/* ---------------------------------------------------------- */

.blog h2 {
    background: url(../images/blog/hdimg.jpg) no-repeat center 0;
}

.blog .sec {
    width: 1060px;
    margin: 0 auto;
}


/* .blog .col_main
/*-------------------------------- */

.blog .col_main {
    float: left;
    width: 800px;
}

.blog .col_main .md {
    /*    border-top: 1px #ededed solid;
    border-bottom: 1px #ededed solid;*/
    padding: 20px 60px;
    font-size: 20px;
    background-color: #fbfbfb;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.blog .col_main .md span {
    position: relative;
}

.blog .col_main .md span:before {
    content: "";
    width: 16px;
    height: 2px;
    background: url(../images/blog/flag.jpg) no-repeat;
    position: absolute;
    top: 11px;
    left: -33px;
}


/* .blog .col_main #comments 【コメントフォーム】
------------------------------------------ */

.blog .col_main #comments {}

.blog .col_main ol.commentlist {
    padding: 15px 0px 15px 0px;
    list-style-type: none;
}

.blog .col_main ol.commentlist li {
    clear: both;
    width: 637px;
    background-color: #f9f9f6;
    padding: 20px 20px 10px 20px;
    position: relative;
    margin-bottom: 15px;
}

.blog .col_main p {
    padding-bottom: 10px;
}

.blog .col_main .vcard img {
    float: left;
    border: 1px #fff solid;
    margin-right: 15px;
}

.blog .col_main input {
    padding: 5px;
    font-size: 12px;
}

.blog .col_main .reply {
    position: absolute;
    top: 13px;
    right: 21px;
}

.blog .col_main #comments #commentform {
    padding: 15px 5px 15px 5px;
    font-size: 12px;
}

.blog .col_main #comments #commentform textarea {
    width: 600px;
}

.blog .col_main #comments #commentform #author,
.blog .col_main #comments #commentform #email,
.blog .col_main #comments #commentform #url,
.blog .col_main #comments #commentform #comment {
    display: block;
    font-size: 12px;
    border: 1px #cccccc solid;
    background-color: #f5f5f5;
    padding: 5px;
}

.blog .col_main #comments #comfeed {
    padding-left: 5px;
}

.blog .col_main #comments #comfeed a {
    text-decoration: underline;
}

.blog .col_main #comments #comfeed a:hover {
    text-decoration: none;
}

.blog .col_main #comments #trurl {
    background-color: #f8f4f4;
    padding: 10px 15px 10px 15px;
}


/* .blog .col_side
------------------------------------------ */

.blog .col_side {
    float: right;
    width: 210px;
    position: relative;
    margin-top: -20px;
}

.blog .col_sideIn {
    /*  padding:10px 15px 10px 15px;
  border:1px #f5f5f5 solid;
  font-size:13px;*/
}

.blog .col_side .widget {
    margin-bottom: 20px;
}

.blog .col_side .widget h3 {
    width: 190px;
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 12px;
    background-color: #eaeaea;
    margin-bottom: 10px;
    font-family: "Noto Sans JP Regular";
    border: none;
}

.blog .col_side .widget {
    padding-bottom: 25px;
}

.blog .col_side .widget label {
    display: none;
}

#archives-dropdown-2 {
    margin: 10px 0 0 3px;
    border: 1px #cccccc solid;
    padding: 5px;
}

.blog .col_side .widget ul {
    padding: 0;
}

.blog .col_side .widget li {
    padding-left: 12px;
    background: url(../images/blog/flag.png) no-repeat 0 8px;
    font-size: 13px;
}

.blog .col_side .widget .children li {
    font-size: 11px;
    font-weight: normal;
    padding-left: 15px;
    background: url(../images/blog/flag2.png) no-repeat 0 6px;
}

.blog .col_side .widget li a {
    text-decoration: none;
}

.blog .col_side .widget li a:hover {
    text-decoration: underline;
}

.blog .col_side #recent-posts-3 li {
    font-weight: normal;
}

.blog .col_side #archives-3 li {
    font-weight: normal;
}

.blog .col_side #recent-comments-3 li {
    font-weight: normal;
}


/* #side .searchBox
------------------------------ */

.blog .col_side .searchBox {
    position: relative;
    padding: 2px;
}

.blog .col_side .searchBox .searchform {
    width: 162px;
    padding: 5px;
    font-size: 12px;
    border: 1px #cccccc solid;
}

.blog .col_side .searchBox .btn_search {
    position: absolute;
    top: 4px;
    right: 0;
}

.blog .col_side .searchBox .btn_search input {
    behavior: url("/csshover3.htc");
}

.blog .col_side .searchBox .btn_search input:hover {
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=0.7);
    opacity: 0.7;
}


/* .blog .col_side #calendar_wrap
------------------------------- */

.blog .col_side #calendar_wrap {
    padding: 15px 0 0 0px;
}

.blog .col_side #calendar_wrap caption {
    width: 100%;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
    letter-spacing: 0px;
}

.blog .col_side #calendar_wrap table {
    width: 100%;
    border-collapse: collapse;
}

.blog .col_side #calendar_wrap thead th {
    background-color: #000;
    color: #fff;
    border: 1px #fff solid;
}

.blog .col_side #calendar_wrap th {
    text-align: center;
    padding: 3px 3px 2px 3px;
    font-size: 10px;
    border: 1px #fff solid;
}

.blog .col_side #calendar_wrap td {
    text-align: center;
    font-size: 10px;
    padding: 3px 0 3px 0;
    border: 1px #fff solid;
}

.blog .col_side #calendar_wrap #today {}

.blog .col_side #calendar_wrap td a {
    margin: 0 auto;
    background-color: #cdcdcd;
    color: #fff;
    display: block;
    text-decoration: none;
}

.blog .col_side #calendar_wrap td a:hover {
    background-color: #bdd4de;
    color: #333;
    text-decoration: none;
}

.blog .col_side #eo-widget-next-month a,
.blog .col_side #eo-widget-prev-month a {
    margin: 0 auto;
    background-color: #fff !important;
    color: #000 !important;
    display: block !important;
    text-decoration: underline !important;
}

.blog .col_side #eo-widget-next-month a:hover,
.blog .col_side #eo-widget-prev-month a:hover {
    background-color: #fff !important;
    text-decoration: none !important;
}

.blog .col_side #calendar_wrap #prev a {
    width: 50px;
    height: 25px;
    background: none;
    color: #000;
    text-decoration: underline;
}

.blog .col_side #calendar_wrap #prev a:hover {
    text-decoration: none;
}

.blog .col_side #calendar_wrap #next a {
    width: 50px;
    height: 25px;
    background: none;
    color: #000;
    text-decoration: underline;
}

.blog .col_side #calendar_wrap #next a:hover {
    text-decoration: none;
}


/* ---------------------------------------------------------- */


/* .contact */


/* ---------------------------------------------------------- */

.contact h2 {
    background: url(../images/contact/hdimg.jpg) no-repeat center 0;
}

.contact .bl {
    position: relative;
}

.contact .bl h3 {
    width: 736px;
}

.contact .bl .img1 {
    position: absolute;
    top: 52px;
    right: -35px;
}

.contact .bl h5 {
    border-left: 5px #e0e0e0 solid;
    font-family: "Noto Sans JP SemiBold";
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
}

.contact .bl button {
    background: -moz-linear-gradient(top, #727272, #727272);
    background: -webkit-gradient(linear, left top, left bottom, from(#727272), to(#727272));
}

.contact .bl button:hover {
    background: -moz-linear-gradient(top, #5f5f5f, #5f5f5f);
    background: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5f5f5f));
}


/* ---------------------------------------------------------- */


/* .info */


/* ---------------------------------------------------------- */

.info h2 {
    background: url(../images/info/hdimg.jpg) no-repeat center 0;
}

.event2 h2 {
    background: url(../images/event2/hdimg.jpg) no-repeat center 0 !important;
}