@charset "UTF-8";
/* CSS Document */
/* common */
.red {
  color: red;
}
.bold {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  html, body {
    font-size: 62.5%;
    /*10px*/
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #333;
    background-color: #f0f0f0;
    text-align: left;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    overflow-x: hidden;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .width_auto {
    width: auto;
  }
  object {
    margin-top: 0 !important;
  }
  .fleft {
    float: left;
  }
  .fright {
    float: right;
  }
  .alignright {
    text-align: right;
  }
  .aligncenter {
    text-align: center;
  }
  .footerbold a {
    margin-top: 30px;
    border-left: 2px #2f9e40 solid;
    padding: 0 0 0 5px;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: none !important;
    padding: 3px 3% !important;
  }
  .wrapper {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.9em;
    background: #fff;
    padding: 20px 20px 120px 20px;
    /* standard */
  }
  .wrapper_hf {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.9em;
    padding: 0 20px;
    /* standard */
  }
  .wrapper p {
    margin: 10px 0 10px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.7;
  }
  .wrapper a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)";
    /* ie 8 */
    -moz-opacity: 0.5;
    /* FF lt 1.5, Netscape */
  }
  table td {
    line-height: 1.2;
  }
  .top h2 {
    font-size: 20px;
    font-size: 2em;
    border-bottom: solid 3px #2f9e40;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4em;
    border-bottom: solid 3px #2f9e40;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  h3 {
    font-size: 18px;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  h4 {
    border-left: 15px #0ca52b solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 30px 0 0 0;
  }
  p {
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
  }
  .pc_none {
    display: none;
  }
  /* ================================================================================ */
  /*      header Navigation                                                           */
  /* ================================================================================ */
  header {
    background-image: url(../images/common/gnavi_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 100%;
    background-color: #fff;
  }
  #mobile-bar, #build-menu {
    display: none;
  }
  .introduce {
    width: 100%;
    background-color: #2f9e40;
    padding: 5px 0 5px 0;
    color: #fff;
    font-size: 0.9em;
  }
  .language {
    float: right;
    margin: 15px 0 0 0;
  }
  .language img {
    width: auto;
    margin-left: 5px;
  }
  h1 {
    width: 16.5%;
    margin: 15px 0 10px 0;
    float: left;
  }
  .sumaho_navi {
    display: none;
  }
  .pankuzu {
    font-size: 1em;
    margin: 5px 0 0 0;
  }
  .pankuzu a {
    text-decoration: underline;
  }
  .pankuzu a:hover {
    text-decoration: none;
  }
  .yajirushi {
    padding: 0 8px;
  }
  .subnavi {
    float: left;
    width: 21%;
  }
  .subnavi ul {
    margin: 0 0 10px 0;
  }
  .subnavi ul li {
    border-bottom: 1px #ccc solid;
    line-height: 150%;
  }
  .subnavi ul li a {
    padding: 5% 15% 5% 5%;
    background-image: url(../images/common/sabnavi_yajirushi.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    font-size: 1.1em;
    display: block;
  }
  .subnavi ul li a:hover {
    background-color: #2f9e40;
    color: #fff !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .subnavi ul li.on {
    background-color: #2f9e40;
    color: #fff !important;
    padding: 5% 15% 5% 5%;
    font-size: 1.1em;
    display: block;
  }
  .fontbold {
    font-weight: bold;
  }
  .contents {
    margin: 30px 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .pankuzu + .contents {
    margin: 20px 0 0 0;
  }
  .contents02 {
    margin: 50px 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .contents03 {
    margin: 30px 0 0 0;
    background-color: #fff;
    position: relative;
  }
  .contents04 {
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
  .contents05 {
    margin: 30px 0 0 0;
    width: 100%;
    overflow: visible;
  }
  .contents06 {
    margin: 10px 0 0 0;
  }
  .contents07 {
    margin: 10px 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .contents08 {
    margin: 80px 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .contents09 {
    margin: 20px 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .contents10 {
    margin: -20px 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .detail745 {
    width: 74.5%;
    float: right;
    font-size: 1.2em;
  }
  .detail745 img {
    display: block;
    margin-top: 10px;
  }
  img.midashigazo {
    margin: 0;
    display: block;
  }
  .textsmall {
    font-size: 0.7em;
    vertical-align: text-top;
  }
  h1 a img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .mgn0 {
    margin: 0 !important;
  }
  .mgntop10 {
    margin-top: 10px !important;
  }
  /* ================================================================================ */
  /*      Global Navigation                                                           */
  /* ================================================================================ */
  .wrapper_gnavi {
    width: 95%;
    max-width: 1001px;
    min-width: 780px;
    margin: 0 auto;
  }
  #dropmenu {
    width: 100%;
    position: relative;
  }
  .gnavi {
    width: 14.28%;
  }
  .gnavi_adjust {
    width: 14.28%;
  }
  .gnavi a, .gnavi_adjust a {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    /* ie6,7 */
    *zoom: 1;
    /* ie6,7 */
  }
  .gnavi a:hover, .gnavi_adjust a:hover {
    border-bottom: #2f9e40 2px solid;
  }
  .gnavi a:hover img, .gnavi_adjust a:hover img {
    margin-top: -2px !important;
  }
  #dropmenu li {
    float: left;
    height: 40px;
  }
  #dropmenu li a {
    display: block;
    margin: 0;
  }
  #dropmenu li ul {
    list-style: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  #dropmenu li ul li {
    overflow: hidden;
    height: 0;
    width: 100%;
  }
  #dropmenu li:hover ul li {
    overflow: visible;
  }
  #dropmenu li ul li a {
    border: none;
  }
  .cable_table {
    display: table;
  }
  .cable_table div {
    display: table-cell;
    padding: 15px;
  }
  .cable_table div img {
    height: 150px;
    width: auto;
  }
  .nav_bg {
    background: #f4f4f4;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.95;
    filter: alpha(opacity=95);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=95)";
    /* ie 8 */
    -moz-opacity: 0.95;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.95;
    /* Safari 1.x */
    zoom: 1;
  }
  .nav_bg02 {
    background: #f4f4f4;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 4px solid #2f9e40;
    opacity: 0.95;
    filter: alpha(opacity=95);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=95)";
    /* ie 8 */
    -moz-opacity: 0.95;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.95;
    /* Safari 1.x */
    zoom: 1;
  }
  .nav_h1 {
    color: #2f9e40;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    padding-top: 18px;
  }
  .nav_inner {
    width: 85%;
    min-width: 663px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .nav_inner .fleft {
    width: 50%;
    min-width: 300px;
  }
  .nav_h2 {
    color: #000;
    border-left: 2px #2f9e40 solid;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 8px;
    width: 85%;
    margin: 0 auto 8px auto !important;
  }
  .nav_inner a {
    color: #000;
    border-bottom: 1px #000 dotted !important;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 8px 8px 8px;
    width: 83%;
    -webkit-filter: none;
    filter: none;
    margin: 0 auto !important;
  }
  .nav_inner a.dummy {
    border-bottom: none !important;
    width: 0 !important;
    padding: 10px 0 8px 0;
  }
  .nav_inner a.other {
    text-align: right;
  }
  .nav_inner a:hover {
    color: #fff;
    background: #2f9e40;
  }
  .topbtn {
    height: 40px;
    position: relative;
  }
  .topbtn img {
    position: absolute;
    bottom: 0;
  }
  /* ================================================================================ */
  /*      TOP                                                           */
  /* ================================================================================ */
  .top_main {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .top_main li {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
  }
  video {
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-top: 10px;
  }
  .top_main video {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-top: 0;
  }
  .top_main img {
    vertical-align: bottom;
  }
  .top_main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top_main {
    margin: -20px 0 0 0;
    width: 100%;
  }
  .banner_containar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .banner_box {
    width: 23.5%;
  }
  .banner_box img {
    margin: 15px 0 0 0;
  }
  .syohin .bun4_left, .syohin .bun4_etc {
    margin-top: 20px;
  }
  .syohin .bun5_left, .syohin .bun5_etc {
    margin-top: 20px;
  }
  .top_jigyo .bun4_left, .top_jigyo .bun4_etc {
    margin-top: 20px;
  }
  .bun4_left {
    width: 22%;
    float: left;
    display: block;
  }
  .bun4_etc {
    width: 22%;
    float: left;
    margin-left: 4%;
    display: block;
  }
  .bun5_left {
    width: 18%;
    float: left;
    display: block;
  }
  .bun5_etc {
    width: 18%;
    float: left;
    margin-left: 2.5%;
    display: block;
  }
  .bun3_2blc {
    width: 64%;
    float: left;
    display: block;
  }
  .bun3_1blc {
    width: 32%;
    float: left;
    margin-left: 4%;
    display: block;
  }
  .heightfix {
    min-height: 140px;
    line-height: 200%;
  }
  .top_jigyo h3 {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .topacemole h3 {
    color: #ffa200;
  }
  .topespar h3 {
    color: #e968a1;
  }
  .toprenewal h3 {
    color: #008dff;
  }
  .topenvironment h3 {
    color: #b3d100;
  }
  .top_btn_4jigyo a {
    padding: 10px;
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
  }
  .topacemole .top_btn_4jigyo a {
    background-color: #ffa200;
  }
  .topespar .top_btn_4jigyo a {
    background-color: #e968a1;
  }
  .toprenewal .top_btn_4jigyo a {
    background-color: #008dff;
  }
  .topenvironment .top_btn_4jigyo a {
    background-color: #b3d100;
  }
  .top_btn_4jigyo a:hover {
    background-color: #999;
  }
  .top_jigyo img {
    background-color: #fff;
  }
  .bun2_left {
    width: 48%;
    float: left;
  }
  .bun2_right {
    width: 48%;
    float: right;
  }
  .mgt20px {
    margin-top: 20px !important;
  }
  .mgt30px {
    margin-top: 30px !important;
  }
  .mgt80px {
    margin-top: 80px !important;
  }
  .mgt10px {
    margin-top: 10px !important;
  }
  /*　トップページタブ　*/
  .to_news {
    text-align: right;
    font-size: 1.2em;
    margin-top: 20px;
    color: #fff;
  }
  .to_news img {
    width: 190px;
    height: 30px;
  }
  .news {
    margin-top: -84px;
    padding-top: 110px;
  }
  .tabset {
    width: 100%;
    min-width: 800px;
    margin: 15px 0 20px 0;
  }
  .tabset_tab li {
    width: 15%;
    float: left;
    margin-right: 1%;
  }
  .tabset_tab li a {
    display: block;
    outline: none;
    /* linkline */
    border-top: solid 5px #fff;
  }
  .tabset_tab li a img {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  .tabset_tab li.tab01 a:hover, .tabset_tab li.tab01 a.select {
    border-top: none;
    border-bottom: solid 5px #2f9e3f;
  }
  .tabset_tab li.tab02 a:hover, .tabset_tab li.tab02 a.select {
    border-top: none;
    border-bottom: solid 5px #ffa100;
  }
  .tabset_tab li.tab03 a:hover, .tabset_tab li.tab03 a.select {
    border-top: none;
    border-bottom: solid 5px #e968a1;
  }
  .tabset_tab li.tab04 a:hover, .tabset_tab li.tab04 a.select {
    border-top: none;
    border-bottom: solid 5px #008dff;
  }
  .tabset_tab li.tab05 a:hover, .tabset_tab li.tab05 a.select {
    border-top: none;
    border-bottom: solid 5px #b3d100;
  }
  .tabset_tab li.tab06 a:hover, .tabset_tab li.tab06 a.select {
    border-top: none;
    border-bottom: solid 5px #0068b7;
  }
  /* panel */
  .tabset_panel {
    width: 100%;
    min-width: 800px;
    min-height: 360px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #eee 3px solid;
  }
  .tabset_panel div {
    padding: 30px;
  }
  .tabset_panel h3 {
    border-bottom: #ccc 1px solid;
    padding-bottom: 6px;
    padding-left: 20px;
    margin-bottom: 6px;
  }
  .tabset_panel p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 20px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 2;
    border-bottom: #ccc 1px dotted;
    padding: 5px 0 5px 0;
  }
  .tabset_panel p img {
    display: inline-block;
    vertical-align: middle;
    width: 124px;
    margin: 0 30px;
  }
  .gotonewslist {
    float: right;
    display: inline-block;
  }
  .gotonewslist img {
    width: 190px;
  }
  /*　トップページタブここまで　*/
  .midashi {
    border-bottom: solid #2f9e3f 1px;
    padding: 0 0 5px 0;
    font-size: 1.1em;
  }
  .ivent a {
    background-color: #0068b7;
    padding: 10px 10% 10px 10%;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    background-image: url(../images/common/sabnavi_yajirushi.png);
    background-repeat: no-repeat;
    background-position: 5% center;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .ivent a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .top_jigyo {
    margin-top: 37px !important;
    margin-bottom: 10px !important;
  }
  .chusyaku {
    font-size: 12px;
    padding: 0 0 0 30px;
  }
  /* ================================================================================ */
  /*     事業案内                                                          */
  /* ================================================================================ */
  .map {
    display: inline;
  }
  .jigyo_detail {
    width: 100%;
    margin: 30px 0 0 0;
    overflow: hidden;
  }
  .jigyo_detail p {
    margin: 30px 0 30px 0;
    font-size: 1.7em;
    font-size: 17px;
  }
  .jigyo h3 {
    font-size: 2.8em;
    border-bottom: 3px solid;
  }
  .jigyo_detail h4 {
    border: none;
    padding: 0;
    margin: 0;
  }
  .jigyo_detail .text {
    width: 45%;
    float: right;
    font-size: 1.1em;
  }
  .jigyo_detail .thumbnail {
    width: 50%;
    float: left;
    border: 1px #ccc solid;
  }
  .jigyo_detail .text img {
    width: 70%;
    float: right;
  }
  /* エースモール事業*/
  .jigyoacemole h3 {
    border-left: 15px #ffa200 solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0 0 20px 0;
  }
  .jigyoacemole span.greenback {
    display: inline-block;
    background: #2f9e40;
    color: #fff;
    font-size: 0.85em;
    padding: 0 4px;
    margin: 0 0 0 30px;
  }
  .jigyoacemole h4 {
    font-weight: bold;
    font-size: 1.3em;
    color: #ffa200;
    border-bottom: 2px #ffa200 solid;
    border-left: none;
    padding: 0 0 4px 0;
    margin: 10px 0;
  }
  /* エスパー事業*/
  .jigyoespar h3 {
    border-left: 15px #e968a1 solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 0 20px 0;
  }
  .jigyoespar h4 {
    font-weight: bold;
    font-size: 1.3em;
    color: #e968a1;
    border-bottom: 2px #e968a1 solid;
    border-left: none;
    padding: 0 0 4px 0;
    margin: 10px 0;
  }
  .jigyoespar .width_auto {
    width: 100%;
  }
  /* 点検事業*/
  /* もともとある点検事業ページのCSS */
  .jigyorenovation02 h3 {
    border-left: 15px #008dff solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 0 20px 0;
  }
  .jigyorenovation02 h4 {
    font-weight: bold;
    font-size: 1.3em;
    color: #008dff;
    border-left: none;
    padding: 0 0 4px 0;
    margin: 10px 0;
  }
  .jigyorenovation02 .bun4_left img, .jigyorenovation02 .bun4_etc img {
    width: 80%;
  }
  .jigyorenovation02 .bun4_left, .jigyorenovation02 .bun4_etc {
    text-align: center;
  }
  /* お困りごとの点検ページのCSS */
  .jigyorenovation.wrapper {
    padding: 0 0 120px 0;
    width: 1040px;
    position: relative;
  }
  .pankuzu.renovation {
    position: absolute;
    color: #000;
    z-index: 10;
  }
  .jigyorenovation h3 {
    border-left: 15px #008dff solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: -10px 0 20px 0;
  }
  .jigyorenovation h3.nonborder {
    text-align: center;
    padding: 0;
    border: none;
    font-size: 1.95rem;
    letter-spacing: normal;
  }
  .jigyorenovation h4 {
    font-weight: bold;
    font-size: 1.3em;
    color: #008dff;
    border-left: none;
    padding: 0 0 4px 0;
    margin: 10px 0;
  }
  .jigyorenovation .fv {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
  }
  .jigyorenovation .fv-title {
    max-width: 450px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .jigyorenovation_wrap {
    margin: 30px 0 0 0;
    padding: 60px 0 0 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }
  .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-content img {
    width: 40%;
  }
  .tab-content p img {
    margin: 20px auto;
    width: 100%;
  }
  .tab-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 80px -20px 0;
  }
  .tab {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 0;
    list-style: none;
    border: solid 1px #eee;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
  }
  .panel-group {
    border-top: none;
    font-size: 14px;
  }
  .panel-group h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 20px auto;
  }
  .panel {
    display: none;
  }
  .panel .cv-button {
    margin: 40px auto;
  }
  .tab img {
    width: 35px;
    margin: 0 15px 0 0;
    display: none;
  }
  .tab.is-active {
    background: #008dff;
    color: #fff;
    padding: 20px 0px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
  }
  .tab.is-active img {
    display: inline-block;
  }
  .tab.is-active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 13.5px 0 13.5px;
    border-color: #008cff transparent transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tab-B.is-active {
    background: #529B4C;
  }
  .tab-B.is-active::after {
    border-color: #529B4C transparent transparent transparent;
  }
  .panel.is-show {
    display: block;
  }
  .renovation_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 41px;
  }
  .renovation_navigation li {
    background-color: #e0f1ff;
    width: 460px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 7px;
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
  .renovation_navigation li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .renovation_navigation li img {
    width: 14px;
    height: 14px;
  }
  .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 5px;
  }
  .youhou_links .youhou h4 {
    border-bottom: none;
    border-left: 3px solid #008cff;
    font-size: 1.8rem;
    padding: 0 0 0 10px;
    margin: 93px 0 0 0;
    line-height: 1;
  }
  .youhou_links #longspan h4, .youhou_links #curve h4 {
    margin: 80px 0 0 0;
  }
  .youhou {
    width: calc(50% - 54px);
  }
  .youhou figure {
    width: 100%;
  }
  .youhou {
    margin-left: 34px;
  }
  .youhou:nth-child(2n) {
    margin-left: 39px;
  }
  #crean, .youhou.left {
    margin: 0 auto 0 34px;
  }
  .youhou figure {
    background-color: #E0F1FF;
    width: 461px;
    height: 138px;
    margin: 17px 0 0 0;
    border: #008dff 2px solid;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .youhou figure a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .youhou figure h5 {
    font-size: 2rem;
    margin: 24px 0 0 0;
    line-height: 1;
    color: #008dff;
  }
  .youhou figure div {
    width: 232.5px;
    height: 134px;
    background-size: cover;
    background-position: 40%;
    background-image: url(../service/images/renovation/pipecamera.png);
    border-radius: 4px 0 0 4px;
  }
  figure.aipit div {
    background-image: url(../service/images/renovation/aipit.png);
  }
  figure.aijetmethod div {
    background-image: url(../service/images/renovation/aijetmethod.png);
  }
  figure.pipeLiningtechnology div {
    background-image: url(../service/images/renovation/pipeLiningtechnology.png);
  }
  figure.methodtoremovecable div {
    background-image: url(../service/images/renovation/methodtoremovecable.png);
  }
  figure.pipereformer div {
    background-image: url(../service/images/renovation/pipereformer.png);
  }
  figure.gearhammer div {
    background-image: url(../service/images/renovation/gearhammer.png);
  }
  figure.cable div {
    background-image: url(../service/images/renovation/cable.png);
  }
  figure.ailinerdpmethod div {
    background-image: url(../service/images/renovation/ailinerdpmethod.png);
  }
  figure.aicutter div {
    background-image: url(../service/images/renovation/aicutter.png);
  }
  figure.cutterace2 div {
    background-image: url(../service/images/renovation/cutterace2.png);
  }
  figure.overcleatmethod div {
    background-image: url(../service/images/renovation/overcleatmethod.png);
  }
  figure.afrpmethod div {
    background-image: url(../service/images/renovation/afrpmethod.png);
  }
  figure.multicopterai div {
    background-image: url(../service/images/renovation/multicopterai.png);
  }
  figure.aibic div {
    background-image: url(../service/images/renovation/aibic.png);
  }
  figure.bridgedoragon div {
    background-image: url(../service/images/renovation/bridgedoragon.png);
  }
  figure.iandcmethod div {
    background-image: url(../service/images/renovation/iandcmethod.png);
  }
  figure.stepsearch2 div {
    background-image: url(../service/images/renovation/stepsearch2.png);
  }
  figure.lespar div {
    background-image: url(../service/images/renovation/lespar.png);
  }
  figure.aimatmethod div {
    background-image: url(../service/images/renovation/aimatmethod.png);
  }
  figure.handhole div {
    background-image: url(../service/images/renovation/handhole.png);
  }
  figure.imarmethod div {
    background-image: url(../service/images/renovation/imarmethod.png);
  }
  figure.anzenkougu div {
    background-image: url(../service/images/renovation/cutterace.png);
  }
  figure.sonicespar div {
    background-image: url(../service/images/renovation/sonicespar.png);
  }
  figure.leakagerepair div {
    background-image: url(../service/images/renovation/leakagerepair.png);
  }
  figure.cfrpgfrpmethod div {
    background-image: url(../service/images/renovation/cfrpgfrpmethod.png);
  }
  figure.frptunnelfacilites div {
    background-image: url(../service/images/renovation/frptunnelfacilites.png);
  }
  figure.waterproofequipment div {
    background-image: url(../service/images/renovation/waterproofequipment.png);
  }
  figure.tomarukun div {
    background-image: url(../service/images/renovation/tomarukun.png);
  }
  figure.aifilter div {
    background-image: url(../service/images/renovation/aifilter.png);
  }
  figure.MINITOMARUKUN div {
    background-image: url(../service/images/renovation/MINITOMARUKUN.png);
  }
  figure.STOPPY div {
    background-image: url(../service/images/renovation/STOPPY.png);
  }
  figure.tomarukun div {
    background-image: url(../service/images/renovation/tomarukun.png);
  }
  figure.splitteranddrill div {
    background-image: url(../service/images/renovation/splitteranddrill.png);
  }
  figure.humepipe div {
    background-image: url("../service/images/renovation/humepipe.jpg");
  }
  figure.splitteranddrill h5 {
    font-size: 1.6rem;
    margin: 12px 0 0 0;
  }
  figure.cfrpgfrpmethod h5, figure.afrpmethod h5 {
    font-size: 1.9rem;
    margin: 15px 0 0 0;
  }
  figure.aroundMH div {
    background-image: url(../service/images/renovation/aroundMH.png);
  }
  .youhou figure img {
    width: 200px;
  }
  .youhou figcaption {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .youhou figcaption p {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
  }
  .jigyorenovation .panel.tab-B {
    padding: 0 28px;
  }
  .jigyorenovation .tab-B h4 {
    color: #529B4C;
    margin: 55px auto 15px;
    padding: 0 0 0 10px;
    border-left: #529B4C solid 5px;
    border-bottom: none;
    font-size: 3rem;
    line-height: 1;
    position: relative;
  }
  .jigyorenovation .tab-B h4::before {
    content: "";
    border-bottom: #ccc 1px solid;
    position: absolute;
    width: 100%;
    height: 0.1px;
    background-color: #ccc;
    bottom: -15px;
    left: -7px;
  }
  .jigyorenovation .tab-B h5 {
    color: #529B4C;
    font-size: 3rem;
  }
  .jigyorenovation .tab-B h5 span {
    display: inline-block;
    padding: 4px 2px 0 2px;
    margin: 0 12px 0 24px;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 2.3rem;
    vertical-align: bottom;
    border: #529B4C 1.5px solid;
    border-radius: 50%;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .koutei_flow li {
    /*display: flex;
    justify-content: space-between;*/
    padding: 46px 0;
    border-bottom: #ccc 1px solid;
    position: relative;
    width: 950px;
    margin: 0 auto;
  }
  .koutei_flow li.koutei_flow_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .koutei_flow li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 13.5px 0 13.5px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    bottom: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .koutei_flow li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 13.5px 0 13.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -15.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .koutei_flow li:last-of-type::before, .koutei_flow li:last-of-type::after {
    visibility: hidden;
  }
  .koutei_left {
    float: left;
    width: 480px;
  }
  .koutei_left p {
    margin: 8px 0 0 24px;
    font-weight: bold;
  }
  .koutei_right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 450px;
  }
  .koutei_right figure {
    background-color: #EAF3EA;
    border: #529B4C solid 1px;
    border-radius: 2px;
    width: 210px;
    height: 240px;
    margin: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .koutei_right figure img {
    width: 100%;
    border-radius: 2px 2px 0 0;
  }
  .koutei_right figure figcaption {
    padding: 12px 16px;
  }
  .koutei_right figure p {
    margin: 0;
    line-height: 1;
  }
  .koutei_right figure h6 {
    text-align: center;
    color: #529B4C;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 5px 0;
  }
  /* 環境計測事業*/
  .jigyoenvironment h3 {
    border-left: 15px #b2d100 solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 10px 0 20px 0;
  }
  .jigyoenvironment h4 {
    font-weight: bold;
    font-size: 1.3em;
    color: #b2d100;
    border-bottom: 2px #b2d100 solid;
    border-left: none;
    padding: 0 0 4px 0;
    margin: 10px 0;
  }
  .jigyoenvironment .torikumi {
    border: #ccc 1px solid;
    padding: 20px;
    margin: 0 0 20px 0;
  }
  .jigyoenvironment .torikumi h4 {
    margin: 0 auto 8px auto;
    font-size: 1.1em;
    color: #8d6834;
  }
  .jigyoenvironment .torikumi h4 span {
    font-size: 1.3em;
  }
  .jigyoenvironment .torikumi h5 {
    margin: 10px auto;
    font-size: 1.5em;
    color: #2f9e40;
  }
  .jigyoenvironment .torikumi img {
    display: block;
    float: right;
    width: 100px;
    margin: 0 0 20px 20px;
  }
  /* エスパー事業のイラスト*/
  #mouseon-examples {
    position: relative;
    width: 100%;
    height: auto;
  }
  p.ptext {
    color: #2e2e2e;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
  }
  p.ptext a {
    color: #2e2e2e;
    text-align: center;
    font-weight: normal;
  }
  p.ptext a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "alpha(opacity=50)";
    text-decoration: none;
  }
  .ptext {
    font-size: 1.7em;
    color: #2e2e2e;
    margin: 0px;
    padding: 0px;
  }
  #img1, #img2, #img3, #img4, #img5, #img6, #img7, #img8, #img9, #img10, #img11, #img13, #img12, #img14, #img15, #img16, #img17, #img18 {
    display: block;
    position: absolute;
  }
  #img1 {
    top: 61%;
    right: 2.5%;
    width: 18.2%;
    height: 31%;
  }
  #img2 {
    top: 17.5%;
    left: 18.9%;
    width: 12.5%;
    height: 26%;
  }
  #img3 {
    top: 37%;
    left: 50%;
    width: 10.7%;
    height: 15.6%;
  }
  #img4 {
    top: 64.5%;
    left: 10.3%;
    width: 7.2%;
    height: 14%;
  }
  #img5 {
    top: 48.5%;
    right: 18%;
    width: 11.5%;
    height: 19%;
  }
  #img6 {
    right: 30.1%;
    top: 69.1%;
    width: 6.9%;
    height: 25.5%;
    display: none;
  }
  #img7 {
    right: 43.8%;
    top: 58%;
    width: 4.3%;
    height: 18%;
  }
  #img8 {
    left: 44.4%;
    top: 75%;
    width: 8%;
    height: 17%;
  }
  #img9 {
    left: 15.5%;
    top: 78.3%;
    width: 8.5%;
    height: 16.6%;
  }
  #img10 {
    left: 3%;
    top: 28.8%;
    width: 6.6%;
    height: 18.3%;
  }
  #img11 {
    left: 43.5%;
    top: 25%;
    width: 11%;
    height: 23.5%;
  }
  #img12 {
    left: 24.8%;
    top: 34.1%;
    width: 18.3%;
    height: 22.1%;
  }
  #img13 {
    right: 20.5%;
    top: 6.3%;
    width: 17%;
    height: 23.3%;
  }
  #img14 {
    left: 31.1%;
    top: 0;
    width: 18.2%;
    height: 24.6%;
  }
  #img15 {
    left: 4.4%;
    top: 2.1%;
    width: 16.3%;
    height: 28%;
  }
  #img16 {
    right: 15.3%;
    top: 25%;
    width: 8.4%;
    height: 23.5%;
  }
  #img1 a:hover img, #img2 a:hover img, #img3 a:hover img, #img4 a:hover img, #img5 a:hover img, #img6 a:hover img, #img7 a:hover img, #img8 a:hover img, #img9 a:hover img, #img10 a:hover img, #img11 a:hover img, #img13 a:hover img, #img12 a:hover img, #img14 a:hover img, #img15 a:hover img, #img16 a:hover img, #img17 a:hover img, #img18 a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
  }
  #fukidashi {
    width: 100%;
    min-width: 950px;
    position: relative;
  }
  #toneru {
    background-image: url(../service/images/renovation/fukidasi01.png);
    position: absolute;
    left: 25px;
    top: 23px;
    height: 418px;
    width: 232px;
    padding-top: 28px;
    background-repeat: no-repeat;
  }
  #fukidashi ul.sp {
    padding-top: 5px;
  }
  #fukidashi ul li {
    padding-left: 20px;
    line-height: 1.3em;
    color: #fff;
  }
  #fukidashi li.toptxt {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 3px;
  }
  #fukidashi li.toptxt2 {
    font-size: 100%;
    padding-top: 45px;
    padding-bottom: 3px;
  }
  #fukidashi li.txt a {
    font-size: 100%;
    color: #fff;
    text-decoration: none;
  }
  #fukidashi li.txt a:hover {
    color: #333333;
  }
  #manhorru {
    background-image: url(../service/images/renovation/fukidasi02.png);
    position: absolute;
    left: 280px;
    top: 23px;
    height: 418px;
    width: 186px;
    background-repeat: no-repeat;
    padding-top: 28px;
  }
  #kanro {
    background-image: url(../service/images/renovation/fukidasi03.png);
    position: absolute;
    left: 497px;
    top: 23px;
    height: 427px;
    width: 203px;
    background-repeat: no-repeat;
    padding-top: 28px;
  }
  #hiki {
    background-image: url(../service/images/renovation/fukidasi04.png);
    position: absolute;
    right: 25px;
    top: 23px;
    height: 355px;
    width: 173px;
    background-repeat: no-repeat;
    padding-top: 28px;
  }
  #hashi {
    background-image: url(../service/images/renovation/fukidasi05.png);
    position: absolute;
    left: 100px;
    bottom: -18px;
    height: 153px;
    width: 310px;
    background-repeat: no-repeat;
    padding-top: 28px;
    padding-right: 50px;
  }
  #anzen {
    background-image: url(../service/images/renovation/fukidasi06.png);
    position: absolute;
    left: 600px;
    bottom: -15px;
    height: 101px;
    width: 210px;
    background-repeat: no-repeat;
    padding-top: 28px;
  }
  /* ================================================================================ */
  /*     商品紹介                                                          */
  /* ================================================================================ */
  .syohin h5, .jigyorenovation02 h5 {
    font-size: 1.2em !important;
    text-align: center;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    margin: 5px 0 0 0;
    border: none;
  }
  .syohin a h5, .jigyorenovation02 a h5 {
    text-decoration: underline;
  }
  .syohin a h5:hover {
    text-decoration: none;
  }
  .syohin p {
    margin: 10px 0 0 0;
    font-size: 1em;
    line-height: 150%;
  }
  .syohin h4 {
    font-size: 1.4em;
    padding: 0 0 0 10px;
    margin-top: 0;
    border-left: none;
  }
  .syohin .acemole h4 {
    border-bottom: solid 2px #ffa200;
  }
  .syohin .espar h4 {
    border-bottom: solid 2px #e968a1;
  }
  .syohin .renovation h4 {
    border-bottom: solid 2px #008dff;
  }
  .syohin .environment h4 {
    border-bottom: solid 2px #b3d100;
  }
  .syohin .bun2_left a, .syohin .bun2_right a {
    background-color: #eee;
    padding: 2% 40px;
    display: block;
    margin-top: 5px;
    background-image: url(../images/common/sabnavi_yajirushi.png);
    background-repeat: no-repeat;
    background-position: 20px center;
  }
  .syohin .espar .bun2_left a:hover, .syohin .espar .bun2_right a:hover {
    background-color: #e968a1;
    color: #fff;
  }
  .syohin .renovation .bun2_left a:hover, .syohin .renovation .bun2_right a:hover {
    background-color: #008dff;
    color: #fff;
  }
  .syohin .environment .bun2_left a:hover, .syohin .environment .bun2_right a:hover {
    background-color: #b3d100;
    color: #fff;
  }
  .syohin .bunrui {
    padding: 0 5px;
    color: #fff;
  }
  .syohin li.bunrui {
    padding: 0 5px;
    color: #fff;
    margin: 0 10px;
  }
  .syohin li.bunrui:hover {
    background-color: #eeeeee;
    color: #333;
  }
  .syohin .bunrui:last-child {
    margin: 0 0 0 0;
  }
  .syohin .espar .bunrui {
    background: #e968a1;
  }
  .syohin .renovation .bunrui, .jigyorenovation02 .bunrui {
    background: #008dff;
  }
  .syohin .environment .bunrui {
    background: #b2d100;
  }
  .shohinbottun h3 i {
    padding: 0 10px 0 0;
  }
  .shohinbottun .acemole a h3 {
    background-color: #ffa200;
    width: 200px;
    padding: 25px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
  }
  .shohinbottun .espar a h3 {
    background-color: #e968a1;
    width: 200px;
    padding: 25px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
  }
  .shohinbottun .renovation a h3 {
    background-color: #008dff;
    width: 200px;
    padding: 25px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    letter-spacing: -0.5px;
  }
  .shohinbottun .environment a h3 {
    background-color: #b3d100;
    width: 200px;
    padding: 25px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
  }
  .bun3_left {
    width: 31.5%;
    float: left;
  }
  .bun3_etc {
    width: 31.5%;
    float: left;
    margin: 0 0 0 2.7%;
  }
  .renovation .syohinimg .bun4_left, .renovation .syohinimg .bun4_etc {
    text-align: center;
  }
  #acemole h3 {
    font-weight: bold;
    background-color: #ffa200;
    margin: 0;
    color: #fff;
    padding: 5px 20px;
  }
  #espar h3 {
    font-weight: bold;
    background-color: #e968a1;
    margin: 0;
    color: #fff;
    padding: 5px 20px;
  }
  #renovation h3 {
    font-weight: bold;
    background-color: #008dff;
    margin: 0;
    color: #fff;
    padding: 5px 20px;
  }
  #environment h3 {
    font-weight: bold;
    background-color: #b3d100;
    margin: 0;
    color: #fff;
    padding: 5px 20px;
  }
  /* ================================================================================ */
  /*     商品詳細                                                         */
  /* ================================================================================ */
  #flashContent {
    width: 745px;
    margin: 0 auto;
    height: 100%;
  }
  .syohindetails #sidemenu {
    float: left;
    width: 21%;
  }
  .syohindetails #sidemenu ul {
    margin-bottom: 10px;
  }
  .syohindetails #sidemenu ul li {
    border-bottom: 1px #ccc solid;
    line-height: 150%;
  }
  .sidebunrui {
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px;
  }
  #sideacemole .sidebunrui {
    color: #ffa200;
  }
  #sideespar .sidebunrui {
    color: #e968a1;
  }
  #siderenovation .sidebunrui {
    color: #008dff;
  }
  #sideenvironment .sidebunrui {
    color: #e968a1;
  }
  .syohindetails #sidemenu ul li a {
    padding: 5% 8% 5% 5%;
    background-image: url(../images/common/sabnavi_yajirushi.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    font-size: 1em;
    font-weight: 700;
    display: block;
  }
  .syohindetails #sidemenu ul li a:hover {
    background-color: #eee;
    color: #333 !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .syohindetails #sidemenu ul li.current {
    background-color: #eee;
    color: #fff !important;
  }
  .syohindetails #sidemenu ul li.current a {
    padding: 10% 5%;
    background-image: none;
    font-size: 1.3em;
    display: block;
    pointer-events: none;
    cursor: default;
  }
  .syohindetails #sidemenu div.sidebottun:hover {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
  }
  .syohindetails #sidemenu .open div:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
  }
  .syohindetailscaption {
    margin: 10px 0 !important;
    font-weight: bold;
    font-size: 1.2em;
  }
  .syohindetails table th {
    background-color: #eee;
    width: 30%;
  }
  .detail745 .jigyomei {
    float: right;
    width: 36%;
  }
  .detail745 strong {
    font-weight: bold;
    display: block;
  }
  .detail745 h5 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 20px 0 0 0;
    line-height: 150%;
  }
  .kanrensyohin h5 {
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    display: block;
    vertical-align: middle;
    margin: 5px 0 0 0;
    border: none;
    color: #333 !important;
  }
  .kanrensyohin a h5 {
    text-decoration: underline;
  }
  .kanrensyohin a h5:hover {
    text-decoration: none;
  }
  /* エースモール */
  .acemoledetails h4 {
    border-left: 15px #ffa200 solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.4em;
    margin: 10px 0 0 0;
    line-height: 1.2;
  }
  .acemoledetails .syohindetailstitle {
    font-weight: bold;
    font-size: 2.2em;
    padding: 0;
    vertical-align: middle;
  }
  .espardetails h5 {
    color: #ffa200;
  }
  .acemoledetails table {
    border: 1px #ffa200 solid;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .acemoledetails table th, .acemoledetails table td {
    border: 1px #ffa200 solid;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
  }
  .acemoledetails .DL-NS_left {
    width: 68%;
  }
  .acemoledetails .DL-NS_right {
    width: 30%;
  }
  #flashContent {
    width: 100%;
  }
  /* エスパー */
  .espardetails h4 {
    border-left: 15px #e968a1 solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.4em;
    margin: 10px 0 0 0;
    line-height: 1.2;
  }
  .espardetails .bunrui {
    background: #e968a1;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 0 10px;
  }
  .espardetails .syohindetailstitle {
    font-weight: bold;
    font-size: 2.2em;
    padding: 0;
    vertical-align: middle;
  }
  .espardetails h5 {
    color: #e968a1;
  }
  .espardetails h6 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 150%;
    color: #e968a1;
    margin: 10px 0 0 0;
  }
  .espardetails table {
    border: 1px #e968a1 solid;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .espardetails table th, .espardetails table td {
    border: 1px #333 solid;
    vertical-align: middle;
    padding: 10px 10px;
  }
  /* 点検リニューアル */
  .renovationdetails h4 {
    border-left: 15px #008dff solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.4em;
    margin: 10px 0 0 0;
    line-height: 1.2;
  }
  .renovationdetails .syohindetailstitle {
    font-weight: bold;
    font-size: 2.2em;
    padding: 0;
    vertical-align: middle;
  }
  .renovationdetails h5 {
    color: #008dff;
  }
  .syohinmatometitle {
    border-bottom: solid 3px;
  }
  .renovationdetails h6 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 150%;
    color: #008dff;
    margin: 10px 0 0 0;
  }
  .renovationdetails table {
    border: 1px #008dff solid;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .renovationdetails table th, .renovationdetails table td {
    border: 1px #008dff solid;
    padding: 10px 10px;
  }
  /* 環境 */
  .environmentdetails h4 {
    border-left: 15px #b2d100 solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.4em;
    margin: 10px 0 0 0;
    line-height: 1.2;
  }
  .environmentdetails .syohindetailstitle {
    font-weight: bold;
    font-size: 2.2em;
    padding: 0;
    vertical-align: middle;
  }
  .environmentdetails h5 {
    color: #b2d100;
  }
  .environmentdetails h6 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 150%;
    color: #b2d100;
    margin: 10px 0 0 0;
  }
  .environmentdetails table {
    border: 1px #b2d100 solid;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .environmentdetails table th, .environmentdetails table td {
    border: 1px #b2d100 solid;
    vertical-align: middle;
    padding: 10px 10px;
  }
  .LEE_LEDtext {
    margin: 0.5em 0 1.8em 1.4em;
    line-height: 1.5;
  }
  .LEE_LEDtext span {
    display: block;
    margin: 1.5em 0 0.5em 0;
    line-height: 1.5;
    border-bottom: 1px solid #b2d100;
    border-left: 5px solid #b2d100;
    padding-left: 0.4em;
    font-weight: bold;
  }
  .benext_actual01 {
    margin: 10px auto 0 auto;
    overflow: hidden;
    position: relative;
  }
  .benext_actual01 small {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 0.75em;
  }
  .benext_actual02 {
    width: 175px;
    float: left;
    font-size: 0.85em;
    background: #f9fbed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: #ccc 2px solid;
    margin: 0 0 10px 8px;
    text-align: center;
    padding: 1em;
  }
  object {
    border: #999 solid 1px;
    margin: 30px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* ================================================================================ */
  /*     会社概要                                                          */
  /* ================================================================================ */
  .company_airec {
    font-size: 1.9em;
    font-weight: bold;
  }
  .standard .subnavi ul li.on a {
    color: #fff;
  }
  .txt_center {
    text-align: center;
  }
  .txt_right {
    text-align: right;
  }
  .office_map {
    margin-bottom: 20px;
  }
  .comp01 h4 {
    border-left: 15px #0ca52b solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 30px 0 0 0;
    line-height: 100%;
  }
  .office_name .fontbold {
    border-left: solid #0ca52b 3px;
    line-height: 100%;
    padding-left: 10px;
    margin: 20px 0 0 0;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pd10 {
    padding: 10px;
  }
  .comp01 .airec_feature {
    float: left;
    text-align: left;
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .comp01 .text14 {
    font-size: 13px;
    line-height: 20px;
  }
  .comp01 .no_diglogo {
    float: right;
    background-color: #0ca52b;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    line-height: 100%;
  }
  .comp01 .min_h800px {
    min-height: 400px;
  }
  .comp03 .svc_td {
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
  }
  .comp03 .svc_td img {
    margin: 0 auto;
    width: auto;
    max-height: 112px;
  }
  .comp03 .svc_td2 p {
    text-align: left;
    font-size: 11px;
  }
  .comp03 .svc_td2 td {
    width: 153px;
    margin: 10px;
    padding: 10px;
  }
  .comp03 .detail_name {
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    margin: 0 0 5px 0;
  }
  .underlinehover a {
    text-decoration: underline;
  }
  .underlinehover a:hover {
    text-decoration: none;
  }
  .comp01 .waku_green {
    border: solid 3px #0ca52b;
    padding: 15px;
    font-weight: bold;
    margin: 20px 0 0 0;
  }
  .comp01 .detailtext {
    padding: 0 0 50px 0;
    font-size: 14px;
  }
  .comp01 .another {
    margin: 50px 0 0 0;
    font-size: 14px;
  }
  .comp02 .pd_com10 td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .comp02 .text14 {
    font-size: 0.95em;
    line-height: 22px;
  }
  .airec_history {
    font-size: 1.9em;
    font-weight: bold;
  }
  .history_years {
    float: left;
  }
  .history_text {
    float: right;
  }
  .greet {
    border: solid #ccc 3px;
    background-color: #e6e6fa;
    padding: 2%;
  }
  .greet_photo {
    width: 30%;
    margin: 0 0 0 2%;
    float: left;
  }
  .greet_photo img {
    width: 100%;
  }
  .greet_text {
    width: 60%;
    float: right;
    text-align: left;
    background-color: #fff;
    padding: 2%;
    margin: -20px 0 0 0;
  }
  .clear {
    clear: both;
  }
  .airec_greeting {
    text-align: left;
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  table.historytable {
    width: 100%;
  }
  table.historytable th {
    width: 70px;
    border: none;
    border-bottom: solid 1px #ccc;
  }
  table.historytable td.month {
    width: 60px;
    border: none;
    border-bottom: solid 1px #ccc;
    padding: 10px 0 10px 5px;
  }
  table.historytable td {
    border: none;
    border-bottom: solid 1px #ccc;
    padding: 10px 5px 10px 10px;
  }
  .svc_td2 .jigyoimginner a img {
    border: 1px solid #d9d9d9;
  }
  /* ================================================================================ */
  /*     更新情報                                                         */
  /* ================================================================================ */
  .information {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
  }
  .information ul li {
    padding: 15px;
    border-bottom: 1px #ccc dotted;
    /*background-image: url(../images/common/sabnavi_yajirushi.png);

    background-repeat: no-repeat;

    background-position: 97% center;*/
    overflow: hidden;
    /*padding-right: 40px;*/
  }
  .information ul li:hover {
    background-color: #eee;
  }
  .date {
    font-size: 0.85em;
    float: left;
    padding: 0 5px 0 0;
  }
  .infotitle {
    float: right;
    width: 80%;
  }
  .information p {
    margin-top: 10px;
    word-wrap: break-word;
    text-align: left;
    text-justify: auto;
  }
  .information .txt_news {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .info001 .date {
    font-weight: bold;
  }
  .infoimg01 img {
    height: auto;
    width: 500px;
    margin: 0 auto;
  }
  .infoimg02 img {
    width: 377px;
    height: auto;
  }
  .txt_right {
    text-align: right;
  }
  .txt_white {
    color: #ffffff;
    font-weight: bold;
  }
  .orgtable {
    line-height: 150%;
  }
  .orgtable th {
    color: #ffffff;
    font-weight: bold;
    background-color: #2f9e3f;
    width: 50%;
  }
  .orgtable td {
    vertical-align: middle;
  }
  .orgtable td, th {
    border: 1px #a5a5a5 solid;
    padding: 5px;
  }
  th.org {
    width: 30%;
  }
  .orgtable td {
    padding: 10px;
  }
  .orgtable .name {
    font-weight: bold;
  }
  /* ================================================================================ */
  /*     関連サイト                                                          */
  /* ================================================================================ */
  .relation h4 {
    margin: 0;
  }
  .relation h4 a {
    text-decoration: underline;
  }
  .relation h4 a:hover {
    text-decoration: none;
  }
  .relation .contents03 {
    padding: 30px 0;
    border-bottom: 2px solid #eee;
  }
  .relation .width_auto {
    width: 100%;
  }
  /* ================================================================================ */
  /*      footer Navigation                                                           */
  /* ================================================================================ */
  footer {
    width: 100%;
    background-color: #fff;
    margin: 0 0 0 0;
    border-top: #ccc 5px solid;
  }
  .footermenu {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
  .sumaho_footer {
    display: none;
  }
  .footermenu h5 {
    color: #2f9e40;
    border-bottom: 2px #ccc solid;
    font-size: 1.1em;
    padding: 0 0 5px 0;
    font-weight: bold;
  }
  .footermenu h6 {
    margin-top: 30px;
    border-left: 2px #2f9e40 solid;
    padding: 0 0 0 5px;
    font-size: 1.1em;
    font-weight: bold;
  }
  .footermenu ul {
    margin: 10px 0 0 0;
  }
  .footermenu ul li a {
    padding: 7px 3% 7px 3%;
    font-size: 1em;
    line-height: 150%;
    border-bottom: 1px #ccc dotted;
    display: block;
  }
  .footermenu ul li a:hover, .footermenu h6:hover {
    color: #2f9e40;
  }
  .fmenu01 {
    width: 22%;
    float: left;
  }
  .fmenu02 {
    width: 22%;
    margin-left: 4%;
    float: left;
  }
  .credit {
    width: 100%;
    background-color: #2f9e40;
    padding: 5px 0 5px 0;
    color: #fff;
    margin: 60px 0 0 0;
    text-align: center;
    overflow: hidden;
  }
  .overright {
    width: 200%;
  }
  .widthgesuidouten2014 {
    width: 180px;
    float: right;
    margin: 0 20px 0 0;
  }
  .clear {
    clear: both;
  }
  #subnavi {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 9999;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }
  #subnavi .inner {
    max-width: 1000px;
    min-width: 780px;
    margin: 0 auto;
    padding: 0 8px;
  }
  #subnavi h1 {
    margin: 0;
  }
  #subnavi h1 a {
    float: left;
  }
  #subnavi h1 a img {
    width: 165px;
    height: auto;
  }
  #subnavi ul {
    float: right;
    width: auto;
    margin-top: 18px;
  }
  #subnavi ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 25px;
  }
  #subnavi ul li a {
    font-size: 2.2em;
    line-height: 1;
    color: #333;
    text-decoration: none;
  }
  #subnavi ul li a:hover {
    color: #2f9e40;
  }
  .android .video {
    display: none;
  }
  /* ================================================================================ */
  /*      footer Contact                                                          */
  /* ================================================================================ */
  .footercontact {
    text-align: center;
  }
  .footercontactinner {
    width: 100%;
    background-color: #fff;
    margin: 0 0 0 0;
    border-top: #ccc 5px solid;
  }
  .footercontact a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
  }
  .footercontact h3 {
    padding: 5px 0px;
    color: #2f9e40;
    width: 1040px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
  }
  .footercontact .wrapper_hf {
    width: 1040px;
    padding: 0;
    background-color: #fff;
  }
  .footercontact .bun3_left {
    width: 33%;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: #ccc 5px solid;
    border-left: #ccc 5px solid;
  }
  .footercontact .bun3_etc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 34%;
    margin: 0;
    border-right: #ccc 5px solid;
    float: left;
    height: 100px;
  }
  .footercontact .bun3_etc2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    margin: 0;
    border-right: #ccc 5px solid;
    float: left;
    height: 100px;
  }
  .footercontact .bun3_left img, .footercontact .bun3_etc img, .footercontact .bun3_etc2 img {
    width: 330px;
    height: auto;
  }
	.footer_mail{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: #ccc 5px solid;
    border-left: #ccc 5px solid;	
	}
  /* ================================================================================ */
  /*     special                                                        */
  /* ================================================================================ */
  #special_bg {
    background-color: #fff;
  }
  #special_bg header {
    background-color: #fff;
  }
  #special_bg .wrapper_special {
    width: 95%;
    max-width: 1000px;
    min-width: 780px;
    margin: 0 auto;
    font-size: 2em;
  }
  #special_bg .wrapper_special a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2em;
    padding: 20px 0 0 0;
    text-align: center;
  }
  #special_bg .wrapper_special a:hover {
    text-decoration: none;
  }
  #special_bg .wrapper_special p {
    margin: 0 0 20px 0;
    font-size: 0.9em;
    font-weight: normal;
  }
  #special_bg #headerbg {
    background-color: #0066cc;
    height: 70px;
    width: 100%;
  }
  #special_bg #headerbg header {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  #special_bg #footerbg {
    background-color: #0066cc;
    width: 100%;
    margin: 100px 0 0 0;
  }
  #special_bg #footerbg footer {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  #special_bg .main_pic img {
    vertical-align: bottom;
  }
  #special_bg .main_title img {
    vertical-align: bottom;
  }
  #special_bg .main_howto {
    margin: 30px 0;
    padding: 20px 2% 20px 2%;
    border: 2px solid #0066cc;
    overflow: hidden;
  }
  #special_bg .howto_pic {
    float: left;
    width: 37%;
  }
  #special_bg .howto_array {
    float: right;
    text-align: left;
    width: 57%;
    margin: 0 0 0 2%;
  }
  #special_bg .howto_2013 {
    font-size: 2.5em;
    color: #0066cc;
    font-weight: bold;
  }
  #special_bg .howto_address {
    font-size: 1.2em;
    color: #0066cc;
    padding-top: 10px;
  }
  #special_bg .howto_text {
    padding-top: 20px;
    font-size: 1.3em;
    line-height: 150%;
  }
  #special_bg .event_title h4 {
    margin: 35px 0 20px 0;
    font-size: 0;
    border: none;
  }
  #special_bg .event_text {
    font-size: 1.5em;
    font-weight: bold;
  }
  #special_bg .item_title h4 {
    margin: 35px 0 20px 0;
    font-size: 0;
    border: none;
  }
  #special_bg .item_category {
    color: #0066cc;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 1.5em;
  }
  #special_bg .bun4_3blc {
    width: 75%;
    float: left;
  }
  #special_bg .bun4_1blc {
    width: 25%;
    float: right;
  }
  .bun4_3blc_r {
    width: 75%;
    float: right;
  }
  .bun4_1blc_l {
    width: 20%;
    float: left;
    padding: 0 5% 0 0;
  }
  #special_bg h3 {
    margin: 30px 0 0 0;
    font-weight: bold;
    font-size: 1.4em;
  }
  #special_bg h4 {
    font-weight: bold;
    font-size: 1.4em;
  }
  #special_bg .item_name {
    text-align: center;
    padding-bottom: 50px;
  }
  #special_bg .booth_title {
    padding-bottom: 35px;
  }
  #special_bg .make_booth img {
    padding-bottom: 15px;
  }
  #special_bg .item_pic {
    padding-top: 25px;
  }
  #special_bg .booth_title img {
    padding-top: 40px;
  }
  #special_bg .blanks_item img {
    padding-top: 40px;
  }
  .special_footer {
    width: 1000px;
    height: auto;
    margin: 0 auto;
  }
  .textalin_center {
    text-align: center;
  }
  /* ================================================================================ */
  /*    special2014                                                 				    */
  /* ================================================================================ */
  #special2014_body {
    background-color: #ffffff;
  }
  .special2014_wrapper {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.9em;
    background: #fff;
  }
  #special2014_body .contents04 p {
    text-align: center;
  }
  .booth_wrapper {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.9em;
  }
  .special_contents01 {
    padding: 40px 0;
    overflow: hidden;
  }
  .special_contents02 {
    margin: 60px 0 70px 0;
  }
  .bg_blue {
    background-color: #0066cc;
    padding: 20px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .pb60 {
    padding-bottom: 60px;
  }
  .pb25 {
    padding-bottom: 25px;
  }
  .pt40 img {
    margin-top: 40px;
  }
  .txt_size {
    font-size: 13px;
  }
  .headline_size {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #0066cc;
  }
  .img_center {
    width: 66%;
    margin: 0 auto;
  }
  .booth_txt {
    padding-top: 10px;
  }
  .product_name {
    text-align: center;
  }
  #header2014bg {
    background-color: #0066cc;
    height: 100px;
    width: 100%;
  }
  #header2014bg header {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .main_pic a {
    display: block;
    text-align: left;
  }
  #footer2014bg {
    background-color: #0066cc;
    width: 100%;
  }
  .company_name {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .border_btm {
    border-bottom: #0066cc solid 2px;
  }
  .bun_bun {
    width: 45%;
    float: left;
  }
  .link {
    font-weight: bold;
    margin: 10px 0 20px;
  }
  .link a {
    color: #0066cc;
  }
  .link a:visited {
    color: #0066cc;
  }
  .mono2014_info {
    width: 80%;
    height: auto;
  }
  .tsukuba2014_info {
    width: 70%;
    height: auto;
  }
  .mgt40px {
    margin-top: 40px;
  }
  .mgb40px {
    margin-bottom: 40px;
  }
  .wd60 {
    width: 60%;
  }
  .center {
    margin: 0 auto;
  }
  .pt15 {
    padding-top: 15px;
  }
  .pt16 {
    padding-top: 16px;
  }
  .pt23 {
    padding-top: 23px;
  }
  p.tcenter {
    text-align: center;
  }
  /* ================================================================================ */
  /*    movie                                                       */
  /* ================================================================================ */
  #companyintroduce h3 {
    font-weight: bold;
    background-color: #2f9e40;
    margin: 0;
    color: #fff;
    padding: 5px 20px;
  }
  .movie h4 {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    margin: 20px 0 0 0;
    border: none;
    padding: 0;
  }
  .movie a h4 {
    text-decoration: underline;
  }
  .movie a h4:hover {
    text-decoration: none;
  }
  .movie a img {
    border: 1px solid #eee;
  }
  .movie p {
    margin: 10px 0 0 0;
    font-size: 1em;
    line-height: 150%;
  }
  .movie h5 {
    font-size: 1.4em;
  }
  .movie .acemole h5 {
    color: #ffa200;
  }
  .movie .espar h5 {
    color: #e968a1;
  }
  .movie .renovation h5 {
    color: #008dff;
  }
  .movie .environment h5 {
    color: #b3d100;
  }
  .movie .companyintroduce h5 {
    color: #2f9e40;
  }
  /* ================================================================================ */
  /*    moviedetails                                                    */
  /* ================================================================================ */
  .moviedetails .acemoledetails .syohindetailstitle {
    border-left: none;
    overflow: hidden;
    background-image: url(../products/images/common/icon_acemole.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 1.9em;
    padding: 20px 5% 20px 80px;
    vertical-align: middle;
  }
  .moviedetails .espardetails .syohindetailstitle {
    border-left: none;
    overflow: hidden;
    background-image: url(../products/images/common/icon_espar.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 1.9em;
    padding: 20px 5% 20px 80px;
    vertical-align: middle;
  }
  .moviedetails .renovationdetails .syohindetailstitle {
    border-left: none;
    overflow: hidden;
    background-image: url(../products/images/common/icon_renovation.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 1.9em;
    padding: 20px 5% 20px 80px;
    vertical-align: middle;
  }
  .moviedetails .environmentdetails .syohindetailstitle {
    border-left: none;
    overflow: hidden;
    background-image: url(../products/images/common/icon_environment.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 1.9em;
    padding: 20px 5% 20px 80px;
    vertical-align: middle;
  }
  .moviedetails .textalin_right {
    text-align: right;
  }
  .moviedetails #sidemenu {
    float: left;
    width: 21%;
  }
  .moviedetails #sidemenu ul {
    margin-bottom: 10px;
  }
  .moviedetails #sidemenu ul li {
    border-bottom: 1px #ccc solid;
    line-height: 150%;
  }
  .moviedetails #sidemenu ul li a {
    padding: 5% 8% 5% 3%;
    background-image: url(../images/common/sabnavi_yajirushi.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    font-size: 1em;
    font-weight: 700;
    display: block;
  }
  .moviedetails #sidemenu ul li a:hover {
    background-color: #eee;
    color: #333 !important;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .moviedetails #sidemenu ul li.current {
    background-color: #eee;
    color: #fff !important;
  }
  .moviedetails #sidemenu ul li.current a {
    padding: 10% 0 10% 2%;
    background-image: none;
    font-size: 1.3em;
    display: block;
    pointer-events: none;
    cursor: default;
  }
  .moviedetails #sidemenu div:hover {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
  }
  .moviedetails #sidemenu .open div:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
  }
  .moviedetailscaption {
    margin: 0 0 10px 0 !important;
    font-weight: bold;
    font-size: 1.2em;
  }
  .moviedetails table th {
    background-color: #eee;
    width: 30%;
  }
  .btn_sumaho_toback a {
    display: none;
  }
  #right-sidr {
    display: none;
  }
  .displaynone {
    display: none;
  }
  #aitubetable {
    width: 50%;
  }
  tr td.wd {
    width: 5%;
  }
  tr td.pl_txt {
    font-size: 0.9em;
  }
  img.cableimg {
    margin: 0 auto;
  }
  .pipe_table {
    display: table;
    margin: 0 auto;
    width: 85%;
  }
  .pipe_table div {
    display: table-cell;
    font-size: 1.2rem;
    padding: 15px;
    text-align: center;
  }
  .pipe_table div img {
    height: 150px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .credit a:hover, .credit a:visited, .credit a:link, .credit a:active {
    color: #ffffff;
  }
  .credit ul.ftr_link li {
    list-style: none;
    float: left;
    border-right: solid #fff 1px;
    padding: 0 15px;
  }
  .credit ul.ftr_link li:first-child {
    padding: 0 15px 0 0;
  }
  .credit ul.ftr_link li:last-child {
    padding: 0 0 0 15px;
    border: none;
  }
  .fontsize24 {
    font-size: 24px;
  }
  /*ルビ*/
  /* Firefox、Safari、Opera用指定 */
  ruby {
    display: inline-table;
    text-align: center;
    text-indent: 0px;
    white-space: nowrap;
    border: none;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    height: 1em;
    vertical-align: text-bottom;
    border: none;
  }
  /* IE8 beta 2用指定 (現在無効) */
  /*

  html:first-child  ruby {

  	white-space		: normal;

  }

  */
  /* IE7用指定 */
  *:first-child + html ruby {
    white-space: normal;
  }
  /* IE6用指定 */
  * html body ruby {
    white-space: normal;
    display: inline-table;
    vertical-align: baseline;
  }
  /* rb（本文）

  ------------------------------------------- */
  /* Firefox、Safari、Opera用指定 */
  rb {
    display: table-row-group;
    line-height: 1;
    text-align: center;
    border: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
  }
  /* IE7用指定 */
  *:first-child + html rb {
    white-space: normal;
  }
  /* IE6用指定 */
  * html body ruby rb {
    display: table-row-group;
    vertical-align: bottom;
    white-space: normal;
  }
  /* rt（フリガナ/ルビ）

  ------------------------------------------- */
  /* Firefox、Safari、Opera用指定 */
  rt {
    display: table-header-group;
    line-height: 1.1;
    text-align: left;
    white-space: nowrap;
    border: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
  }
  /* IE8 beta 2用指定 (現在無効) */
  /*

  html:first-child  rt {

  	white-space		: normal;

  }

  */
  /* IE7用指定 */
  *:first-child + html rt {
    white-space: normal;
  }
  /* IE6用指定 */
  * html body ruby rt {
    white-space: normal;
    line-height: 1em;
    display: table-header-group;
    position: static;
    top: 0em;
  }
  /* rp（CSS OFF状態での区切り文字、通常不可視）

  ------------------------------------------- */
  /* 全ブラウザ共通指定 */
  rp {
    display: none;
  }
  /* hn要素での振り仮名サイズ調整

  ------------------------------------------- */
  /*

  h1 rt	{	font-size: 0.39em;	}

  h2 rt	{	font-size: 0.42em;	}

  h3 rt	{	font-size: 0.45em;	}

  h4 rt	{	font-size: 0.48em;	}

  h5 rt	{	font-size: 0.52em;	}

  h6 rt	{	font-size: 0.57em;	}

  */
  /* 追加 点検事業・非破壊事業・外観事業のページのCSS */
  .acemolelimk03 {
    border: 2px #e1e1e1 solid;
    padding: 20px;
    margin: 40px 0 0;
  }
  .acemolelink {
    background-color: #e1e1e1;
    padding: 20px;
  }
  h5.acemolelimk02 {
    color: #FF6900;
    margin: 0;
    border-left: 15px #ffa200 solid;
    padding: 0 0 0 10px;
  }
  h5.acemolelimk04 {
    margin: 0;
    border-bottom: 3px #ffa200 solid;
    padding: 0 0 0 10px;
    text-align: center;
  }
  p.acemolelimk05 {
    text-align: center;
  }
  .acemolelink a {
    background-color: #FFFFFF;
    display: block;
    padding: 10px;
    text-align: center;
    color: #FFA200;
    font-weight: bold;
    border: 2px solid;
    font-size: 0.9em;
  }
  .acemolelink a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
  }
  .jigyorenovation02 h3.nonborder, .jigyoespar h3.nonborder, .jigyoacemole h3.nonborder {
    border-bottom: none;
    border-left: none;
    font-size: 2.4em;
  }
  .jigyorenovation02 .smartmaintenance, .jigyoespar .smartmaintenance, .jigyoacemole .smartmaintenance {
    margin-top: 20px;
  }
  .jigyorenovation02 .smartmaintenance .txtarea, .jigyoespar .smartmaintenance .txtarea, .jigyoacemole .smartmaintenance .txtarea {
    padding: 20px;
    background-color: #e5ebec;
  }
  .jigyorenovation02 .smartmaintenance p, .jigyoespar .smartmaintenance p, .jigyoacemole .smartmaintenance p {
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 1.2em;
  }
  .jigyorenovation02 h4 {
    font-size: 1.9em;
    border-bottom: #008dff 3px solid;
    padding: 0;
  }
  .jigyoespar h4 {
    font-size: 1.9em;
    border-bottom: #e968a1 3px solid;
    padding: 0;
  }
  .jigyoacemole h4 {
    font-size: 1.8em;
    border-bottom: #ffa200 3px solid;
    padding: 0;
  }
  .jigyorenovation02 .smartmaintenance h4, .jigyoespar .smartmaintenance h4, .jigyoacemole .smartmaintenance h4 {
    border-bottom: none;
    line-height: 1.2em;
  }
  .jigyorenovation02 h5, .jigyoespar h5, .jigyoacemole h5 {
    font-size: 1.6em;
  }
  .jigyorenovation02 .smartmaintenance h5 span {
    border: 1px solid #008dff;
    padding: 0px 15px;
  }
  .jigyoespar .smartmaintenance h5 span {
    border: 1px solid #e968a1;
    padding: 0 15px;
  }
  .jigyoacemole .smartmaintenance h5 span {
    border: 1px solid #ffa200;
    padding: 0 15px;
  }
  .jigyorenovation02 .syohin, .jigyoespar .syohin, .jigyoacemole .syohin {
    margin-top: 20px;
  }
  .jigyorenovation02 .syohin .syohindetailstitle h4, .jigyoespar .syohin .syohindetailstitle h4 {
    border-bottom: none;
    font-size: 1.6em;
    margin-bottom: 0;
  }
  .jigyorenovation02 .syohin .syohindetailstitle, .jigyoespar .syohin .syohindetailstitle {
    background-color: #eeeeee;
    padding: 10px 20px;
  }
  .jigyorenovation02 .syohin .syohindetails, .jigyoespar .syohin .syohindetails {
    padding: 10px 20px 20px;
    border-left: #eeeeee 3px solid;
    border-right: #eeeeee 3px solid;
    border-bottom: #eeeeee 3px solid;
  }
  .jigyorenovation02 .syohin .syohindetails .bun4_left p, .jigyorenovation02 .syohin .syohindetails .bun4_etc p {
    text-align: center;
    color: #008dff;
    font-weight: bold;
  }
  .jigyoespar .syohin .syohindetails .bun4_left p, .jigyoespar .syohin .syohindetails .bun4_etc p, .jigyoespar .syohin .syohindetails .bun5_left p, .jigyoespar .syohin .syohindetails .bun5_etc p {
    text-align: center;
    color: #E968A1;
    font-weight: bold;
  }
  .jigyorenovation02 .syohin .syohindetails .bun2_left a:hover, .jigyorenovation02 .syohin .syohindetails .bun2_right a:hover {
    background-color: #008dff;
    color: #fff;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
  }
  .renovationpdg, .esparpdg {
    padding-top: 10px;
  }
  .jigyorenovation02 .syohin .syohindetails .contents03, .jigyoespar .syohin .syohindetails .contents03 {
    margin-top: 10px;
  }
  .jigyoespar h3.nonborder {
    border-bottom: none;
    border-left: none;
    font-size: 2.4em;
  }
  .jigyorenovation .smartmaintenance, .jigyoespar .smartmaintenance {
    margin-top: 20px;
  }
  .jigyorenovation .smartmaintenance .txtarea, .jigyoespar .smartmaintenance .txtarea {
    padding: 20px;
    background-color: #e5ebec;
  }
  .jigyorenovation .smartmaintenance p, .jigyoespar .smartmaintenance p {
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 1.2em;
  }
  .jigyorenovation h4 {
    font-size: 1.9em;
    border-bottom: #008dff 3px solid;
    padding: 0;
  }
  .jigyoespar h4 {
    font-size: 1.9em;
    border-bottom: #e968a1 3px solid;
    padding: 0;
  }
  .jigyorenovation .smartmaintenance h4, .jigyoespar .smartmaintenance h4 {
    border-bottom: none;
    line-height: 1.2em;
  }
  .jigyorenovation h5, .jigyoespar h5 {
    font-size: 1.6em;
  }
  .jigyorenovation .smartmaintenance h5 span {
    border: 1px solid #008dff;
    padding: 0px 15px;
  }
  .jigyoespar .smartmaintenance h5 span {
    border: 1px solid #e968a1;
    padding: 0 15px;
  }
  .jigyorenovation .syohin, .jigyoespar .syohin {
    margin-top: 20px;
  }
  .jigyorenovation .syohin .syohindetailstitle h4, .jigyoespar .syohin .syohindetailstitle h4 {
    border-bottom: none;
    font-size: 1.6em;
    margin-bottom: 0;
  }
  .jigyorenovation .syohin .syohindetailstitle, .jigyoespar .syohin .syohindetailstitle {
    background-color: #eeeeee;
    padding: 10px 20px;
  }
  .jigyorenovation .syohin .syohindetails, .jigyoespar .syohin .syohindetails {
    padding: 10px 20px 20px;
    border-left: #eeeeee 3px solid;
    border-right: #eeeeee 3px solid;
    border-bottom: #eeeeee 3px solid;
  }
  .jigyorenovation .syohin .syohindetails .bun4_left p, .jigyorenovation .syohin .syohindetails .bun4_etc p {
    text-align: center;
    color: #008dff;
    font-weight: bold;
  }
  .jigyoespar .syohin .syohindetails .bun4_left p, .jigyoespar .syohin .syohindetails .bun4_etc p, .jigyoespar .syohin .syohindetails .bun5_left p, .jigyoespar .syohin .syohindetails .bun5_etc p {
    text-align: center;
    color: #e968a1;
    font-weight: bold;
  }
  .jigyorenovation .syohin .syohindetails .bun2_left a:hover, .jigyorenovation .syohin .syohindetails .bun2_right a:hover {
    background-color: #008dff;
    color: #fff;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
  }
  .renovationpdg, .esparpdg {
    padding-top: 10px;
  }
  .jigyorenovation .syohin .syohindetails .contents03, .jigyoespar .syohin .syohindetails .contents03 {
    margin-top: 10px;
  }
  .jigyogaikan h3.nonborder {
    border-bottom: none;
    border-left: none;
    font-size: 2.4em;
  }
  .jigyogaikan .smartmaintenance {
    margin-top: 20px;
  }
  .jigyogaikan .smartmaintenance .txtarea {
    padding: 20px;
    background-color: #e5ebec;
  }
  .jigyogaikan .smartmaintenance p {
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 1.2em;
  }
  .jigyogaikan h4 {
    font-size: 1.9em;
    padding: 0;
  }
  .jigyogaikan .smartmaintenance h4 {
    border-bottom: none;
    border-left: none;
    color: #e968a1;
    margin-top: 20px;
    line-height: 1.2em;
  }
  .jigyogaikan h5 {
    font-size: 1.6em;
  }
  .jigyogaikan .smartmaintenance h5 span {
    padding: 0px 15px;
    border: 1px solid #e968a1;
  }
  .jigyogaikan .syohin {
    margin-top: 20px;
  }
  .jigyogaikan .syohin .syohindetailstitle h4 {
    border-bottom: none;
    font-size: 1.6em;
    margin-bottom: 0;
  }
  .jigyogaikan .syohin .syohindetailstitle h4 {
    color: #333;
  }
  .jigyogaikan .syohin .syohindetailstitle {
    background-color: #eeeeee;
    padding: 10px 20px;
  }
  .jigyogaikan .syohin .syohindetails {
    margin-top: 10px;
  }
  .jigyogaikan .syohin .syohindetails .bun4_etc p {
    text-align: center;
    color: #008dff;
    font-weight: bold;
  }
  .jigyogaikan .syohin .syohindetails .bun2_right a:hover {
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
  }
  .renovationpdg, .esparpdg {
    padding-top: 10px;
  }
  .jigyogaikan .syohin .syohindetails .contents03 {
    margin-top: 10px;
  }
  .jigyogaikan .smartmaintenance .lineblock .bun2_left {
    padding: 5px 0;
  }
  .jigyogaikan .smartmaintenance .lineblock .bun2_left p {
    text-align: center;
    background-color: #8a8a8a;
    color: #fff;
    margin-bottom: 10px;
  }
  .jigyogaikan .smartmaintenance .lineblock .bun2_right {
    padding: 5px 0;
  }
  .jigyogaikan .smartmaintenance .lineblock .bun2_right p {
    text-align: center;
    background-color: #d76595;
    color: #fff;
    margin-bottom: 10px;
  }
  img.matchingimg {
    margin-top: 20px;
  }
  .jigyogaikan h3 {
    border-left: 15px #d76595 solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0 0 20px 0;
  }
  .jigyogaikan .syohin .syohindetails .bun2_left, .jigyogaikan .syohin .syohindetails .bun2_right {
    background-color: #fff;
    border: #eeeeee 3px solid;
  }
  .jigyogaikan .syohin .syohindetails .bun2_left .gaikanbox, .jigyogaikan .syohin .syohindetails .bun2_right .gaikanbox {
    padding: 25px;
  }
  .jigyogaikan .syohin .bun2_left a, .jigyogaikan .syohin .bun2_right a {
    background-color: #fff;
    padding: 0;
    display: block;
    margin-top: 0;
    background-image: none;
    background-repeat: none;
    background-position: none;
  }
  .jigyogaikan .gaikanbox .bun4_1blc a, .jigyogaikan .gaikanbox .bun4_3blc a {
    background-color: #fff;
    padding: 0;
    display: block;
    margin-top: 0;
    background-image: none;
    background-repeat: none;
    background-position: none;
  }
  .jigyogaikan .syohin .syohindetails .bun4_1blc {
    float: left;
    width: 25%;
    font-size: 0.9em;
  }
  .jigyogaikan .syohin .syohindetails .bun4_3blc {
    float: right;
    width: 75%;
  }
  .jigyogaikan .syohin .syohindetails .gaikanbox p {
    border-left: 15px #d76595 solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0 0 20px 0;
  }
  .gaikanbox img {
    width: auto;
    max-height: 260px;
  }
  .jigyogaikan .pdggaikan {
    margin: 0 0 10px;
  }
  .jigyogaikan .syohin .syohindetails .gaikanbox .bun2_left, .jigyogaikan .syohin .syohindetails .gaikanbox .bun2_right {
    border: none;
  }
  .bun2_between {
    width: 4%;
    float: left;
    position: relative;
    height: 260px;
    padding: 5px 0;
  }
  .bun2_between .sankaku {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 12px solid #d76595;
    position: absolute;
    top: 26%;
    right: 0;
    bottom: 0;
    left: 30%;
    margin: auto;
  }
  .acemoledetails .bunrui {
    background: #ffa200;
    padding: 0 10px;
    color: #fff;
    margin: 0 10px 0 1;
  }
  .detail745 img.kouhounavi {
    margin: 0;
  }
  .acemolelink a.kouhounavi02 {
    padding: 0 !important;
  }
  .environmentdetails .bunrui {
    background: #b2d100;
    padding: 0 10px;
    color: #fff;
    margin: 0 10px 0 1;
  }
  .renovationdetails .bunrui {
    background: #008dff;
    padding: 0 10px;
    color: #fff;
    margin: 0 10px 0 1;
  }
  .jigyoimginner a p {
    text-decoration: underline;
    color: #333 !important;
    font-size: 14px;
  }
  .jigyoimginner a p:hover {
    text-decoration: none;
  }
  .kanrensyohin .bunrui {
    font-size: 12px;
  }
  .pankuzu-wrapper {
    font-size: 1.9em;
  }
  .main {
    position: relative;
    width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  .kv {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
  }
  .kv__bg {
    width: 100%;
    height: auto;
  }
  .kv__tit {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 61%;
  }
  .content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
  }
  .content__heading {
    margin-top: 77px;
    text-align: center;
    padding: 0;
    border: none;
    font-size: 1.95rem;
    letter-spacing: normal;
  }
  .pnav {
    margin-top: 85px;
  }
  .pnav__list {
    padding: 0 41px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pnav__item {
    width: 460px;
    margin-bottom: 7px;
    padding: 12px;
    background-color: #fbe1ec;
    border-radius: 2px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pnav__item img {
    width: 14px;
    height: 14px;
  }
  .pnav__item:nth-child(even) {
    margin-right: 0;
  }
  .pnav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pnav__item a span {
    color: #E968A1;
  }
  .pnav__item a ._angle {
    display: block;
    width: 12px;
    height: 16px;
    line-height: 16px;
    margin-left: auto;
    padding-left: 4px;
    color: #fff;
    border-radius: 50%;
    background-color: #E968A1;
    text-align: center;
    font-size: 1rem;
  }
  .position {
    margin-top: 105px;
  }
  .position__head {
    text-align: center;
  }
  .position__tit {
    font-size: 3rem;
    letter-spacing: 0.13em;
    color: #E968A1;
    border: none;
  }
  .position__text {
    margin: 17px auto 0;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .position__text._cavity {
    margin-top: 58px;
  }
  .position__text._reinforcing {
    width: 190px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
  .position__body {
    margin-top: 34px;
  }
  .esper {
    width: 100%;
  }
  .esper__feature {
    margin-top: 4px;
    padding: 2px 14px 1px;
    font-size: 1.8rem;
    letter-spacing: 0.33em;
    border: 2px solid #E968A1;
    border-radius: 2px;
    color: #E968A1;
    font-weight: bold;
  }
  .esper__feature._road {
    letter-spacing: 0.22em;
  }
  .esper__tit {
    font-size: 2.3rem;
    color: #E968A1;
    letter-spacing: 0.06em;
  }
  .esper__top {
    width: 91%;
    margin: 0 auto 34px;
  }
  .esper__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .esper__box img {
    margin-top: 6px;
    margin-right: 4px;
    width: 282px;
  }
  .esper__box ._display {
    margin-top: 12px;
    width: 120px;
    height: 225px;
  }
  .esper__list {
    width: 433px;
    margin-top: 12px;
    margin-right: 28px;
  }
  .esper__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem 0;
    font-size: 1.4rem;
    line-height: 1.8;
    border-bottom: 2px dashed #ccc;
    font-weight: bold;
  }
  .esper__item span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px solid #E968A1;
    display: block;
    color: #E968A1;
    font-size: 1.8rem;
    text-align: center;
  }
  .esper__features {
    width: 90%;
  }
  .esper__center {
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .esper__left {
    width: 47.5%;
  }
  .esper__right {
    width: 47.5%;
  }
  .esper__heading {
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 1.8rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    border-left: 4px solid #E968A1;
  }
  .esper__heading._ls {
    letter-spacing: 0.04em;
  }
  .esper__machine {
    width: 461px;
    height: 138px;
    display: block;
    background-color: #fcedf4;
    border: 2px solid #E968A1;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .esper__machine figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .esper__img1 {
    width: 232.5px;
    height: 134px;
    background: url(../service/images/exploration/esper3.jpg) center/cover no-repeat;
    border-radius: 4px 0 0 4px;
  }
  .esper__img2 {
    width: 232.5px;
    height: 134px;
    background: url(../service/images/exploration/esper4.jpg) center/cover no-repeat;
    border-radius: 4px 0 0 4px;
  }
  .esper__machine img {
    width: 45%;
    border-radius: 4px 0 0 4px;
  }
  .esper__machine ._esper3 {
    width: 160px;
  }
  .esper__name {
    margin-top: 24px;
    font-size: 2rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
  }
  .esper__paragraph {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .esper__paragraph._ls {
    letter-spacing: -0.13em;
  }
  .esper__content {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .esper__bottom {
    width: 93%;
    margin: 40px auto 0;
  }
  .esper__case {
    width: 98%;
    margin: 0 auto;
    padding: 32px 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fcedf4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .esper__case ._case1 {
    width: 30.5%;
    height: 240px;
    margin-right: 38px;
  }
  .esper__case ._case2 {
    width: 23%;
    height: 240px;
    margin-right: 38px;
  }
  .esper__case ._case3 {
    width: 37%;
    height: 240px;
  }
  .induction {
    margin-top: 78px;
  }
  .induction__feature {
    margin-top: 4px;
    padding: 2px 14px 1px;
    font-size: 1.8rem;
    letter-spacing: 0.33em;
    border: 2px solid #E968A1;
    border-radius: 2px;
    color: #E968A1;
    font-weight: bold;
  }
  .induction__feature._road {
    letter-spacing: 0.22em;
  }
  .induction__tit {
    font-size: 2.3rem;
    color: #E968A1;
    letter-spacing: 0.12em;
  }
  .induction__top {
    width: 91%;
    margin: 0 auto 34px;
  }
  .induction__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .induction__list._mb {
    margin-bottom: 40px;
  }
  .induction__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .induction__item:first-child {
    margin-right: 30px;
  }
  .induction__item:last-child {
    margin-top: -12px;
    padding-left: 10px;
  }
  .induction__item span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px solid #E968A1;
    display: block;
    color: #E968A1;
    font-size: 1.8rem;
    text-align: center;
  }
  .induction__item img {
    width: 100%;
    margin-top: 8px;
  }
  .induction__features {
    width: 86%;
    line-height: 1.75;
    letter-spacing: 0.07em;
  }
  .induction__features._ls {
    letter-spacing: -0.03em;
  }
  .induction__left {
    width: 43.5%;
    margin-top: 40px;
    margin-left: 44px;
  }
  .induction__heading {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 1.8rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    border-left: 4px solid #E968A1;
  }
  .induction__heading._ls {
    letter-spacing: 0.04em;
  }
  .induction__heading._road {
    margin-bottom: 20px;
  }
  .induction__heading._borderless {
    margin-bottom: 14px;
    padding: 0;
    border: none;
    letter-spacing: 0.07em;
  }
  .induction__heading._right {
    padding: 4px 0 4px 5px;
    margin-bottom: 16px;
  }
  .induction__img {
    width: 232.5px;
    height: 134px;
    background: url(../service/images/exploration/induction3.jpg) center/cover no-repeat;
    border-radius: 4px 0 0 4px;
  }
  .induction__machine {
    width: 461px;
    height: 138px;
    display: block;
    background-color: #fcedf4;
    border: 2px solid #E968A1;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .induction__machine figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .induction__machine img {
    width: 45%;
    border-radius: 4px 0 0 4px;
  }
  .induction__name {
    margin-top: 24px;
    font-size: 2rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
  }
  .induction__paragraph {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .induction__paragraph._ls {
    letter-spacing: -0.13em;
  }
  .induction figure.concrete__img {
    padding: 0 44px;
  }
  .induction__content {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .plus {
    margin-top: 77px;
  }
  .plus__feature {
    margin-top: 4px;
    padding: 2px 14px 1px;
    font-size: 1.8rem;
    letter-spacing: 0.33em;
    border: 2px solid #E968A1;
    border-radius: 2px;
    color: #E968A1;
    font-weight: bold;
  }
  .plus__feature._road {
    letter-spacing: 0.22em;
  }
  .plus__tit {
    font-size: 2.3rem;
    color: #E968A1;
    letter-spacing: 0.06em;
  }
  .plus__top {
    width: 91%;
    margin: 0 auto;
  }
  .plus__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plus__box img {
    width: 30%;
    margin-top: 8px;
  }
  .plus__list {
    width: 433px;
    margin-right: 120px;
  }
  .plus__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.7rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 2px dashed #ccc;
  }
  .plus__item span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px solid #E968A1;
    display: block;
    color: #E968A1;
    font-size: 1.8rem;
    text-align: center;
  }
  .plus__features {
    width: 90%;
  }
  .plus__left {
    width: 43%;
    margin-top: 30px;
    margin-left: 48px;
  }
  .plus__img {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/plus2.jpg) center/cover no-repeat;
  }
  .plus__heading {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 1.8rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    border-left: 4px solid #E968A1;
  }
  .plus__heading._ls {
    letter-spacing: 0.04em;
  }
  .plus__machine {
    width: 461px;
    height: 138px;
    display: block;
    background-color: #fcedf4;
    border: 2px solid #E968A1;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .plus__machine figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plus__machine img {
    width: 45%;
    border-radius: 4px 0 0 4px;
  }
  .plus__name {
    margin-top: 24px;
    font-size: 2rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
  }
  .plus__paragraph {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .plus__paragraph._ls {
    letter-spacing: -0.13em;
  }
  .plus__content {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cavity {
    margin-top: 100px;
  }
  .cavity__head {
    text-align: center;
  }
  .cavity__tit {
    font-size: 3rem;
    letter-spacing: 0.13em;
    color: #E968A1;
    border: none;
  }
  .cavity__text {
    margin: 24px auto 0;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .cavity__text._cavity {
    margin-top: 50px;
  }
  .cavity__text._reinforcing {
    width: 190px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
  .cavity__head {
    width: 93.5%;
    margin: 0 auto;
    padding-top: 60px;
    border-top: 2px solid #c1c2c2;
  }
  .road {
    width: 91.5%;
    margin: 85px auto 0;
  }
  .road__feature {
    margin-top: 11px;
    padding: 2px 14px 1px;
    font-size: 1.8rem;
    letter-spacing: 0.33em;
    border: 2px solid #E968A1;
    border-radius: 2px;
    color: #E968A1;
    font-weight: bold;
  }
  .road__feature._road {
    letter-spacing: 0.22em;
  }
  .road__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .road__pic {
    width: 43%;
    margin-top: 12px;
    padding: 0 !important;
  }
  .road__pic img {
    width: 82%;
  }
  .road__list {
    width: 48%;
    margin-right: 84px;
    margin-top: 16px;
  }
  .road__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 2px dashed #ccc;
  }
  .road__item span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #E968A1;
    display: block;
    color: #E968A1;
    font-size: 1.8rem;
    text-align: center;
  }
  .road__features {
    width: 90%;
    letter-spacing: 0.07em;
  }
  .road__box {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .road__left {
    width: 47.5%;
  }
  .road__right {
    width: 48%;
  }
  .road__img1 {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/road3.jpg) center/cover no-repeat;
  }
  .road__img2 {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/road4.jpg) center/cover no-repeat;
  }
  .road__heading {
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 1.8rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    border-left: 4px solid #E968A1;
  }
  .road__heading._ls {
    letter-spacing: 0.04em;
  }
  .road__heading._road {
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .road__heading._borderless {
    margin-bottom: 14px;
    padding: 0;
    border: none;
    letter-spacing: 0.07em;
  }
  .road__heading._right {
    padding: 4px 0 4px 5px;
    margin-bottom: 16px;
  }
  .road__machine {
    width: 461px;
    height: 138px;
    display: block;
    background-color: #fcedf4;
    border: 2px solid #E968A1;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .road__machine figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .road__machine img {
    width: 45%;
    border-radius: 4px 0 0 4px;
  }
  .road__name {
    margin-top: 24px;
    font-size: 2rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
  }
  .road__paragraph {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .road__paragraph._ls {
    letter-spacing: -0.13em;
  }
  .road figure.concrete__img {
    padding: 0 44px;
  }
  .road__content {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .three-d {
    margin-top: 96px;
  }
  .three-d__head {
    text-align: center;
  }
  .three-d__tit {
    font-size: 3rem;
    letter-spacing: 0.13em;
    color: #E968A1;
    border: none;
  }
  .three-d__text {
    margin: 24px auto 0;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .three-d__text._cavity {
    margin-top: 58px;
  }
  .three-d__text._reinforcing {
    width: 190px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
  .three-d__head {
    width: 93.5%;
    margin: 0 auto;
    padding-top: 50px;
    border-top: 2px solid #c1c2c2;
  }
  .three-d__head span {
    font-size: 2.1rem;
  }
  .three-d__body {
    width: 91%;
    margin: 0 auto;
  }
  .three-d__list {
    width: 85%;
    margin: 80px 0 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .three-d__item {
    width: 60%;
  }
  .three-d__item img {
    width: 82%;
  }
  .reinforcing {
    margin-top: 96px;
  }
  .reinforcing__head {
    text-align: center;
  }
  .reinforcing__tit {
    font-size: 3rem;
    letter-spacing: 0.13em;
    color: #E968A1;
    border: none;
  }
  .reinforcing__text {
    margin: 17px auto 0;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .reinforcing__text._cavity {
    margin-top: 58px;
  }
  .reinforcing__text._reinforcing {
    width: 190px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
  .reinforcing__head {
    width: 93.5%;
    margin: 0 auto;
    padding-top: 64px;
    border-top: 2px solid #c1c2c2;
  }
  .reinforcing__head span {
    font-size: 2.1rem;
  }
  .reinforcing__body {
    width: 91%;
    margin: 38px auto 0;
  }
  .reinforcing__feature {
    padding: 2px 14px 1px;
    font-size: 1.8rem;
    letter-spacing: 0.33em;
    border: 2px solid #E968A1;
    border-radius: 2px;
    color: #E968A1;
    font-weight: bold;
  }
  .reinforcing__feature._road {
    letter-spacing: 0.22em;
  }
  .reinforcing__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reinforcing__top img {
    width: 22%;
    height: 248px;
    margin-top: 30px;
  }
  .reinforcing__top ._reinforcing1 {
    margin-right: 24px;
  }
  .reinforcing__list {
    width: 48%;
    margin-top: 12px;
    margin-right: 56px;
  }
  .reinforcing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 2px dashed #ccc;
  }
  .reinforcing__item span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px solid #E968A1;
    display: block;
    color: #E968A1;
    font-size: 1.8rem;
    text-align: center;
  }
  .reinforcing__features {
    width: 90%;
  }
  .reinforcing__features._reinforcing {
    letter-spacing: -0.03em;
    line-height: 1.68;
  }
  .reinforcing__left {
    width: 47.5%;
    margin-top: 32px;
  }
  .reinforcing__img {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/reinforcing3.jpg) center/cover no-repeat;
  }
  .reinforcing__heading {
    margin-bottom: 12px;
    padding-left: 5px;
    font-size: 1.8rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    border-left: 4px solid #E968A1;
  }
  .reinforcing__heading._ls {
    letter-spacing: 0.04em;
  }
  .reinforcing__heading._road {
    margin-bottom: 20px;
  }
  .reinforcing__heading._borderless {
    margin-bottom: 14px;
    padding: 0;
    border: none;
    letter-spacing: 0.07em;
  }
  .reinforcing__heading._right {
    padding: 4px 0 4px 5px;
    margin-bottom: 16px;
  }
  .reinforcing__machine {
    width: 461px;
    height: 138px;
    display: block;
    background-color: #fcedf4;
    border: 2px solid #E968A1;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .reinforcing__machine figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reinforcing__name {
    margin-top: 24px;
    font-size: 2rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
  }
  .reinforcing__paragraph {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .reinforcing__paragraph._ls {
    letter-spacing: -0.13em;
  }
  .reinforcing__content {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .thickness {
    margin-top: 102px;
  }
  .thickness__head {
    text-align: center;
  }
  .thickness__tit {
    font-size: 3rem;
    letter-spacing: 0.13em;
    color: #E968A1;
    border: none;
  }
  .thickness__text {
    margin: 18px auto 0;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .thickness__head {
    width: 95.5%;
    margin: 0 auto;
    padding-top: 54px;
    border-top: 2px solid #c1c2c2;
  }
  .thickness__head span {
    font-size: 2.1rem;
  }
  .thickness__body {
    width: 91%;
    margin: 37px auto 0;
  }
  .thickness__feature {
    margin-top: 11px;
    padding: 2px 14px 1px;
    font-size: 1.8rem;
    letter-spacing: 0.33em;
    border: 2px solid #E968A1;
    border-radius: 2px;
    color: #E968A1;
    font-weight: bold;
  }
  .thickness__feature._road {
    letter-spacing: 0.22em;
  }
  .thickness__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .thickness__top img {
    width: 22.5%;
    height: 248px;
    margin-top: 30px;
  }
  .thickness__top ._thickness1 {
    margin-right: 34px;
  }
  .thickness__list {
    width: 48%;
    margin-top: 12px;
    margin-right: 46px;
  }
  .thickness__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 2px dashed #ccc;
  }
  .thickness__item span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px solid #E968A1;
    display: block;
    color: #E968A1;
    font-size: 1.8rem;
    text-align: center;
  }
  .thickness__features {
    width: 90%;
  }
  .thickness__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
  .thickness__left {
    width: 47.5%;
  }
  .thickness__right {
    width: 47.5%;
  }
  .thickness__img1 {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/thickness3.jpg) center/cover no-repeat;
  }
  .thickness__img2 {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/thickness4.jpg) center/cover no-repeat;
  }
  .thickness__heading {
    margin-bottom: 16px;
    padding-left: 5px;
    font-size: 1.8rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    border-left: 4px solid #E968A1;
  }
  .thickness__heading._right {
    padding: 4px 0 4px 5px;
    margin-bottom: 16px;
  }
  .thickness__machine {
    width: 461px;
    height: 138px;
    display: block;
    background-color: #fcedf4;
    border: 2px solid #E968A1;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .thickness__machine figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .thickness__name {
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 2rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .thickness__paragraph {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .thickness__paragraph._ls {
    letter-spacing: -0.15em;
  }
  .thickness__content {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sewer {
    margin-top: 94px;
  }
  .sewer__head {
    text-align: center;
  }
  .sewer__tit {
    font-size: 3rem;
    letter-spacing: 0.13em;
    color: #E968A1;
    border: none;
  }
  .sewer__text {
    margin: 18px auto 0;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .sewer__head {
    width: 93.5%;
    margin: 0 auto;
    padding-top: 73px;
    border-top: 2px solid #c1c2c2;
  }
  .sewer__head span {
    font-size: 2.1rem;
  }
  .sewer__body {
    width: 91%;
    margin: 37px auto 0;
  }
  .sewer__feature {
    margin-top: 11px;
    padding: 2px 14px 1px;
    font-size: 1.8rem;
    letter-spacing: 0.33em;
    border: 2px solid #E968A1;
    border-radius: 2px;
    color: #E968A1;
    font-weight: bold;
  }
  .sewer__feature._road {
    letter-spacing: 0.22em;
  }
  .sewer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .sewer__item {
    width: 50%;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  .sewer__item:first-child {
    border-right: 2px dashed #ccc;
  }
  .sewer__item:nth-child(2) {
    width: 47%;
    padding-left: 24px;
  }
  .sewer__item:last-child {
    width: 100%;
    margin-top: 16px;
    padding: 24px 0;
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
  }
  .sewer__item span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px solid #E968A1;
    display: block;
    color: #E968A1;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0;
  }
  .sewer__features {
    width: 85%;
    line-height: 1.47;
  }
  .sewer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 41px;
  }
  .sewer__box ._sewer1 {
    width: 36.5%;
    height: 170px;
    margin-right: 30px;
  }
  .sewer__box ._sewer2 {
    width: 28%;
    height: 165px;
    margin-top: 6px;
    margin-right: 20px;
  }
  .sewer__box ._sewer3 {
    width: 30%;
    height: 165px;
    margin-top: 6px;
  }
  .sewer__left {
    width: 47.5%;
    margin-top: 35px;
  }
  .sewer__img {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/sewer4.jpg) center/cover no-repeat;
  }
  .sewer__heading {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 1.8rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    border-left: 4px solid #E968A1;
  }
  .sewer__heading._right {
    padding: 4px 0 4px 5px;
    margin-bottom: 16px;
  }
  .sewer__machine {
    width: 461px;
    height: 138px;
    display: block;
    background-color: #fcedf4;
    border: 2px solid #E968A1;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sewer__machine figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sewer__name {
    margin-top: 24px;
    font-size: 2rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
  }
  .sewer__paragraph {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .sewer__paragraph._ls {
    letter-spacing: -0.13em;
  }
  .sewer figure.concrete__img {
    padding: 0 44px;
  }
  .sewer__content {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .concrete {
    margin-top: 110px;
  }
  .concrete__head {
    text-align: center;
  }
  .concrete__tit {
    font-size: 3rem;
    letter-spacing: 0.13em;
    color: #E968A1;
    border: none;
  }
  .concrete__text {
    margin: 18px auto 0;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .concrete__head {
    width: 93.5%;
    margin: 0 auto;
    padding-top: 60px;
    border-top: 2px solid #c1c2c2;
  }
  .concrete__head span {
    font-size: 2.1rem;
  }
  .concrete__body {
    width: 91%;
    margin: 32px auto 0;
  }
  .concrete__feature {
    margin-top: 6px;
    padding: 2px 14px 1px;
    font-size: 1.8rem;
    letter-spacing: 0.33em;
    border: 2px solid #E968A1;
    border-radius: 2px;
    color: #E968A1;
    font-weight: bold;
  }
  .concrete__feature._road {
    letter-spacing: 0.22em;
  }
  .concrete__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .concrete__pic {
    width: 43%;
    margin-top: 12px;
    padding: 0 !important;
  }
  .concrete__pic img {
    width: 100%;
  }
  .concrete__list {
    width: 48%;
    margin-right: 84px;
    margin-top: 16px;
  }
  .concrete__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 2px dashed #ccc;
  }
  .concrete__item span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #E968A1;
    display: block;
    color: #E968A1;
    font-size: 1.8rem;
    text-align: center;
  }
  .concrete__features {
    width: 90%;
    letter-spacing: 0.07em;
  }
  .concrete__bottom {
    margin: 61px 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .concrete__left {
    width: 47.5%;
    margin-bottom: 32px;
  }
  .concrete__right {
    width: 47.5%;
    margin-top: -30px;
  }
  .concrete__img1 {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/concrete2.jpg) center/cover no-repeat;
  }
  .concrete__img2 {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/concrete3.jpg) center/cover no-repeat;
  }
  .concrete__img3 {
    width: 232.5px;
    height: 134px;
    border-radius: 4px 0 0 4px;
    background: url(../service/images/exploration/concrete4.jpg) center/cover no-repeat;
  }
  .concrete__heading {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 1.8rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    border-left: 4px solid #E968A1;
  }
  .concrete__heading._right {
    margin-bottom: 10px;
  }
  .concrete__machine {
    width: 461px;
    height: 138px;
    display: block;
    background-color: #fcedf4;
    border: 2px solid #E968A1;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .concrete__machine figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .concrete__name {
    margin-top: 24px;
    font-size: 2rem;
    color: #E968A1;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1;
  }
  .concrete__paragraph {
    width: 200px;
    margin: 10px auto;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .concrete__paragraph._ls {
    letter-spacing: -0.13em;
  }
  .concrete__content {
    text-align: center;
    width: 275px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* ================================================================================ */
  /*    special2015                                                      */
  /* ================================================================================ */
  #special2015_body {
    background-color: #fff;
  }
  #header2015bg {
    height: 100px;
    width: 100%;
    background-color: #3d2444;
  }
  #header2015bg header {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .special2015_wrapper {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.9em;
    background-color: #fff;
  }
  .special2015_wrapper .border_btm {
    border-bottom: #3d2444 solid 2px;
  }
  .special2015_wrapper .special_contents01 {
    padding: 40px 0;
    overflow: hidden;
  }
  .special2015_wrapper .special_contents01 h3 {
    font-size: 18px;
    border-bottom: #3d2444 solid 1px;
    color: #3d2444;
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .special2015_wrapper .special_contents01 .contents04 p {
    margin-top: 10px;
    text-align: center;
    text-decoration: underline;
  }
  .special2015_wrapper .special_contents01 .productlast {
    margin-bottom: 40px;
  }
  .special2015_wrapper .bg_purple {
    background-color: #3d2444;
    padding: 20px;
  }
  .special2015_wrapper .main_pic .main_picwrapper img {
    border-bottom: #3d2444 10px solid;
  }
  .special2015_wrapper .main_pic .infobox h1 {
    width: 540px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0;
    float: none;
  }
  .special2015_wrapper .main_pic .infobox h1 img {
    width: auto;
  }
  .special2015_wrapper .special_contents01 .main_pic .info2015 h1 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    float: none;
  }
  .special2015_wrapper .main_pic .info2015 h1 img {
    width: auto;
  }
  .special2015_wrapper .main_pic .infobox p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .special2015_wrapper .main_pic .info2015 p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .special2015_wrapper .headline_size {
    color: #3d2444;
    border-bottom: none;
  }
  .special2015_wrapper .img_center img {
    border: 3px #3d2444 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .special2015_wrapper .img_center p {
    margin-top: 5px;
  }
  #footer2015bg {
    background-color: #3d2444;
    width: 100%;
  }
  .pt40 img.maintenancemgn {
    margin-top: 13px;
  }
  .special2015_wrapper .special_contents01 .contents04 .bun2_left, .special2015_wrapper .special_contents01 .contents04 .bun2_right {
    text-align: center;
  }
  .special2015_wrapper .special_contents01 .contents04 .bun2_left img, .special2015_wrapper .special_contents01 .contents04 .bun2_right img {
    width: auto;
  }
  #totop .airec_gaikan {
    background-color: #e1e1e1;
  }
  #totop .airec_gaikan .clearfix {
    padding: 20px;
  }
  #totop .airec_gaikan .clearfix .bun2_right h4 {
    border-left: none;
    color: #e968a1;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
  }
  #totop .airec_gaikan .clearfix .bun2_right p.linkintop {
    text-align: right;
    text-decoration: underline;
    color: #e968a1;
  }
  #totop .airec_gaikan .clearfix .bun2_right p.linkintop a:link {
    color: #e968a1;
  }
  #totop .airec_gaikan .clearfix .bun2_right p.linkintop a:visited {
    color: #e968a1;
  }
  #totop .airec_gaikan .clearfix .bun2_right a {
    display: inline-block;
  }
  #totop .airec_gaikan .clearfix .bun2_right a:hover {
    text-decoration: none;
  }
  .jigyoimginner h5 span, .kanrensyohin h5 span, span.awesome {
    margin-left: 10px;
  }
  #totop .infratable table td {
    text-align: center;
  }
  .bun2_left02 {
    width: 40%;
    float: left;
  }
  .bun2_right02 {
    width: 50%;
    float: right;
  }
  .bun2_left0202 {
    width: 45%;
    float: left;
  }
  .bun2_right0202 {
    width: 45%;
    float: right;
  }
  .bun2_between02 {
    width: 10%;
    float: left;
    position: relative;
  }
  .bun2_between02 img {
    margin-top: 0;
    width: 40%;
    position: absolute;
    top: 65px;
    left: 10px;
  }
  img.mgnimg {
    margin-top: 41px;
  }
  .table2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table2col {
    display: none;
  }
  table.specification tbody tr th, table.specification tbody tr td {
    padding: 10px 20px;
  }
  table.specification tbody tr th {
    width: 1%;
    white-space: nowrap;
    padding-right: 70px !important;
  }
  table.specification tbody tr td {
    padding-right: 60px !important;
    white-space: nowrap;
  }
  table.specification tbody tr td:nth-child(3n) {
    width: 99%;
  }
  table.specification.col6 tbody tr th {
    width: 10%;
    padding: 10px 4px !important;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
  }
  table.specification.col6 tbody tr td {
    width: 30%;
    padding: 10px 10px !important;
    font-size: 11px;
    line-height: 1.5;
    white-space: normal;
  }
  table.textalign-center tbody tr th, table.textalign-center tbody tr td {
    text-align: center;
  }
  table.col3 tbody tr th {
    width: 40%;
    white-space: normal;
    padding: 10px 20px !important;
  }
  table.col3 tbody tr td {
    width: 40%;
    padding: 10px 20px !important;
    white-space: normal;
  }
  table.col3 tbody tr th:nth-child(1), table.col3 tbody tr td:nth-child(1) {
    width: 20%;
  }
  .pdfdlarea {
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px 0px;
    background-color: #eee;
  }
  .pdfdlcontents + .pdfdlcontents {
    border-top: 1px solid #ccc;
  }
  .pdfdlarea .pdfdltitle .fleft p {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 0;
  }
  .pdfdlarea .pdfdltitle .fright p {
    margin: 3px 0 0 0;
  }
  .pdfdlarea .fleft p span {
    margin-left: 20px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
  }
  .pdfdlcontents {
    display: table;
    padding: 25px 0;
  }
  .pdfdlcontents .fleft {
    display: table-cell;
    width: 485px;
    float: none;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .pdfdlcontents .fright {
    display: table-cell;
    width: 190px;
    float: none;
  }
  .pdffleft {
    float: left;
    padding-left: 10px;
  }
  .pdffleft + .pdffleft {
    float: none;
    margin-left: 42px;
  }
  .pdfdlcontents .fright {
    padding-right: 10px;
  }
  .pdffleft img, .fright img {
    margin-top: 0 !important;
  }
  .pdffleft p:first-child {
    margin: 0 0 0 10px !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
  }
  .pdffleft p:last-child {
    margin: 0 0 0 10px !important;
    font-size: 14px;
    line-height: 1.5em;
  }
  .pdffright {
    float: right;
  }
  .pdfdlcontents .fright {
    position: relative;
  }
  .pdfdlcontents .fright a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #special2016_body span.awesome {
    color: #000;
  }
  #special2016_body a, #special2016_body a:link {
    color: #3598d5;
  }
  .greeting2018_pc {
    float: right;
    margin: 0 0 30px 30px;
    width: 300px;
    height: 228px;
  }
  .greeting2018_sumaho {
    display: none;
  }
  .pipe_cent table {
    font-size: 12px;
  }
  .pipe_cent table th, .pipe_cent table td {
    font-size: 12px;
    padding: 7px !important;
    width: 14%;
    vertical-align: middle;
  }
  .pipe_cent .cable img {
    width: auto;
    margin: 0;
  }
  .pipe_cent table td {
    vartical-align: middle;
  }
  .pipe_cent table td img {
    display: inline-block;
    vertical-align: middle;
  }
  .bunruisekou .bun2_left {
    width: 383px;
  }
  .bunruisekou .bun2_right {
    width: 45%;
  }
  .kyoukailink a {
    font-size: 20px;
    font-weight: bold;
    float: right;
  }
  .pdt80px {
    padding: 80px 0 0 0;
  }
  .pdt80px2 {
    padding: 80px 0 0 0;
    display: block;
  }
}
@media screen and (max-width: 1040px), print {
  .jigyorenovation .fv {
    width: 1040px;
    margin: 0;
  }
  .kv {
    width: 1040px;
    margin: 0;
  }
  .wrapper .top_main li {
    width: 1040px;
    margin: 0 -25px;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

202202 追記

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.language {
  display: none;
}
@media screen and (min-width: 768px), print {
  .detail745 img {
    display: block;
    margin-top: 10px;
  }
}
.of-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px), print {
  .pc-h-240 {
    height: 240px;
  }
}
.mTop-60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mTop-60 {
    margin-top: 30px;
  }
}
.mTop-70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mTop-70 {
    margin-top: 35px;
  }
}
.mTop-80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mTop-80 {
    margin-top: 40px;
  }
}
.mTop-90 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .mTop-90 {
    margin-top: 45px;
  }
}
.mTop-100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mTop-100 {
    margin-top: 50px;
  }
}
.mBottom-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mBottom-60 {
    margin-bottom: 30px;
  }
}
.mBottom-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mBottom-70 {
    margin-bottom: 35px;
  }
}
.mBottom-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mBottom-80 {
    margin-bottom: 40px;
  }
}
.mBottom-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .mBottom-90 {
    margin-bottom: 45px;
  }
}
.mBottom-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mBottom-100 {
    margin-bottom: 50px;
  }
}
.teikyoukeitai {
  padding: 10px 20px;
  padding-bottom: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .teikyoukeitai {
    padding: calc(10/750*100vw) calc(30/750*100vw);
    padding-bottom: calc(10/750*100vw);
    margin-bottom: calc(40/750*100vw);
  }
}
.teikyoukeitai .sup {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .teikyoukeitai .sup {
    margin-top: calc(8/750*100vw);
    font-size: calc(20/750*100vw);
  }
}
.teikyoukeitai dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .teikyoukeitai dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.teikyoukeitai dt {
  margin-right: 15px;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .teikyoukeitai dt {
    margin-right: 0;
    margin-bottom: calc(4/750*100vw);
    font-size: calc(24/750*100vw);
  }
}
.teikyoukeitai dd {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .teikyoukeitai dd {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.teikyoukeitai ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .teikyoukeitai ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 calc(-10/750*100vw);
  }
}
.teikyoukeitai li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .teikyoukeitai li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 3);
    padding: 0 calc(10/750*100vw);
  }
}
.teikyoukeitai li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 32px;
  background: #ccc;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .teikyoukeitai li span {
    width: 100%;
    height: calc(46/750*100vw);
    font-size: calc(22/750*100vw);
  }
}
.teikyoukeitai li.current span {
  background: #fff;
}
.espardetails .teikyoukeitai {
  background: #ffdfed;
}
.espardetails .teikyoukeitai li.current span {
  font-weight: 600;
  color: #e968a1;
}
.renovationdetails .teikyoukeitai {
  background: #def0ff;
}
.renovationdetails .teikyoukeitai li.current span {
  font-weight: 600;
  color: #008dff;
}
.environmentdetails .teikyoukeitai {
  background: #eef5c9;
}
.environmentdetails .teikyoukeitai li.current span {
  font-weight: 600;
  color: #b2d100;
}
.pipe_cent .sumaho_none img {
  width: 85px;
}
.icon_blue {
  background-color: #3569b7;
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  margin-left: 1em;
  font-size: 12px;
  vertical-align: middle;
  border: 2px solid #3569b7;
}
/*カタログボタン　ここから*/
.catalogDL {
  border: 2px solid #333;
  padding: 2px 8px;
  color: #333;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1em;
  background-image: url("../products/images/common/PDF.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  background-origin: content-box;
}
.catalogDL2 {
  padding: 0 0 0 25px;
}
.syohindetailstitle a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
}
/*カタログボタン ここまで*/