﻿/*==============================================
 Base
 ===============================================*/
* {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
body {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-x: hidden;
}
a:active, a:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #333333;
}
a, .btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}
a img, iframe {
  border: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
.vertical-align {
  position: relative;
}

/*==============================================
 Bootstrap Reset
 ===============================================*/
.container-fluid,
.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  padding-right: 20px;
  padding-left: 20px;
}

/*==============================================
 Scroll Top
 ===============================================*/
.lift-off {
  position: fixed;
  right: 16%;
  bottom: 30px;
  width: 68%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #fff;
  /* line-height: 40px; */
  line-height: 0;
  font-size: 0;
}
.lift-off_show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.lift-off_hide {
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

/*==============================================
 Background Images
 ===============================================*/
div.row::before {
  display: none;
}

/* -------------------------------
   Add
   ------------------------------- */
div#sticky-wrapper {
  height: auto !important;
}
a img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}
#footer div.copyright p {
    color: #666666;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 13px;
    line-height: 1.5em;
}
footer .container-fluid {
  background-color: #ffffff;
  padding: 25px 0;
  text-align: center;
}
.row {
    position: relative;
}
.abs {
    position: absolute;
}
img.mw100 {
  max-width: 100%;
}
div.float {
    background: #fff;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
div.float a {
    display: inline-block;
    max-width: 100%;
}
div.float a img {
    max-width: 950px;
}
a.anc.top_back {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #009641;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
a.anc.top_back::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 15px;
    width: 15px;
    height: 15px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(135deg);
    transition: 0.3s;
}
a.anc.top_back span {
}
a.anc.top_back:hover {
    border: 2px solid #009641;
    background: #ffffff;
    color: #009641;
}
a.anc.top_back:hover::before {
    border-left: 3px solid #009641;
    border-bottom: 3px solid #009641;
}
div#home {
    overflow-x: hidden;
}
.main-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main-title h1, .main-title h2 {
    margin-bottom: 0;
}
.main-title .main-title-inner h1 img {
    max-width: 100%;
    width: 358px;
}
.main-title-child p {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 2em;
    margin: 40px 0;
}
.main-title-inner {
    background-color: rgba(17, 149, 71, 0.9);
    padding: 80px;
    margin-left: -80px;
}
.main-visual {
   background-image: url(../img/main.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
  margin-top: 105px;
}
section {
    padding: 100px 0;
}
section.polus4point-sec {
    padding-top: 80px;
}
section.polus6point-sec {
    background-image: url(../img/back_gray.png);
    background-position: center top;
    background-size: 110px;
    background-repeat: repeat;
    padding-bottom: 130px;
}
section.polus-ex-sec {
    background-image: url(../img/back_green.png);
    background-position: center top;
    background-size: 110px;
    background-repeat: repeat;
    padding-top: 90px;
    padding-bottom: 130px;
}
.polus4point-inner,
.polus6point-inner,
.banner-inner,
.contact-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.polus-header .nav_list li a:hover {
    opacity: 0.8;
}
.title-sec {
    text-align: center;
    margin-bottom: 45px;
}
.title-sec h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 15px;
    letter-spacing: 0.15em;
    margin-right: -0.15em;
    position: relative;
}
.title-sec h3 span {
    color: #009641;
}
.title-sec p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
    margin: 0;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    color: #666666;
}
.title-sec img {
    max-width: 96px;
    margin-bottom: 20px;
}
.polus4point-child {
    width: calc(100%/4 - 35px);
}
.polus6point-child {
    width: calc(100%/2 - 40px);
    position: relative;
}
.polus6point-child:nth-child(n+3) {
    margin-top: 100px;
}
section.polus6point-sec .title-sec {
    margin-bottom: 90px;
}
.polus6point-child img.abs {
    left: 10px;
    top: -35px;
    max-height: 102px;
}
.polus6point-detail {
    margin-top: 20px;
}
.polus6point-detail h5 {
    font-size: 26px;
    color: #009641;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    margin-bottom: 15px;
}
.polus6point-detail p {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.08em;
    line-height: 2em;
    margin: 0;
}
.polus6point-detail-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5px 0;
}
.polus6point-detail-inner p {
    width: calc(50% - 15px);
    padding-left: 21px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    background-size: 16px;
}
section.polus6point-sec p.attention {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 40px 0 0;
    line-height: 1.8em;
}
.title-sec h3 img.abs1,
.title-sec h3 img.abs2 {
    max-width: 57px;
    margin-bottom: 0;
    top: 8px;
}
.title-sec h3 img.abs1 {
    left: calc(50% - 350px);
}
.title-sec h3 img.abs2 {
    right: calc(50% - 350px);
}
.title-sec h3.c-white,
.title-sec p.c-white {
    color: #fff;
}
.polus-ex-inner table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}
.polus-ex-inner table th {
    color: #fff;
    text-align: center;
    height: 100px;
    background-color: #007F45;
    font-size: 18px;
    border: 1px solid #DCDCDC;
    border-top: 0;
}
.polus-ex-inner table th:first-child,
.polus-ex-inner table td:first-child {
    border-left: 0;
}
.polus-ex-inner table th:last-child,
.polus-ex-inner table td:last-child {
    border-right: 0;
}
.polus-ex-inner table th:last-child,
.polus-ex-inner table tr:last-child td {
    border-bottom: 0;
}
.polus-ex-inner table tr td {
    height: 80px;
    color: #666666;
    font-size: 17px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.3em;
    border: 1px solid #DCDCDC;
}
.polus-ex-inner table tr td:nth-child(3) {
    color: #009641;
}
.polus-ex-inner table tr th:first-child {
    border-radius: 30px 0 0 0;
}
.polus-ex-inner table tr th:last-child {
    border-radius: 0 30px 0 0;
}
.polus-ex-inner table tr:last-child td:first-child {
    border-radius: 0 0 0 30px;
}
.polus-ex-inner table tr:last-child td:last-child {
    border-radius: 0 0 30px 0;
}
.polus-ex-inner table tr td {
    background-color: #ffffff;
}
.polus-ex-inner table tr th,
.polus-ex-inner table tr td {
    width: 17.5%;
}
.polus-ex-inner table tr th:nth-child(2),
.polus-ex-inner table tr td:nth-child(2) {
    width: 30%;
}
section.polus-ex-sec .title-sec {
    margin-bottom: 60px;
}
.banner-child {
    width: calc(50% - 50px);
    text-align: center;
}
.banner-child>img {
    max-width: 450px;
    margin-bottom: 30px;
}
.banner-child a {
    display: block;
}
.banner-child a img {
    box-shadow: 0 8px 0 #d2d2d4;
    border-radius: 0 0 12px 12px;
}
.banner-child a:hover img {
    transform: translate3d(0, 8px, 0);
    box-shadow: none;
}
section.contact-sec {
    padding: 60px 0;
    background-image: url(../img/fot_image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-inner {
    align-items: center;
}
.contact-child {
    text-align: center;
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-inner .contact-child:first-child {
    padding-right: 50px;
    border-right:1px solid #fff;
}
.contact-inner .contact-child:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    width: calc(100% - 350px);
    flex-wrap: wrap;
}
.contact-inner .contact-child:first-child img {
    max-width: 222px;
}
.contact-inner .contact-child:first-child h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.15em;
    margin-right: -0.15em;
    margin-bottom: 0;
    margin-top: 10px;
}
.contact-child-tel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(50% - 30px);
}
.contact-child-mail {
    width: calc(50% - 30px);
}
.contact-child-tel h3 {
    color: #fff;
}
.contact-child-tel>img {
    width: 36px;
    height: 100%;
    margin-top: 5px;
}
.contact-child-tel h3 {
    color: #fff;
    width: calc(100% - 51px);
    font-size: 42px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.contact-child-tel h3 span {
    display: block;
    font-size: 20px;
    line-height: 1em;
    margin-top: 15px;
}
.contact-child-mail a {
    border: 2px solid #fff;
    color: #fff;
    line-height: 1em;
    width: 100%;
    text-align: right;
    display: block;
    padding: 22px 80px 22px 0;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 10px;
    background-image: url(../img/fot_mail.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 80px center;
    letter-spacing: 0.15em;
}
.contact-child-mail a:hover {
    background-color: #fff;
    color: #009641;
    background-image: url(../img/fot_mail_on.png);
}
.polus-header .header_inner a.contact-btn {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 180px;
    padding: 40px 0;
    color: #fff;
    background-color: #009641;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    font-weight: 500;
     font-size: 18px;
     transition: 0.3s;
}
a.contact-btn img {
    display: block;
    margin: 0 auto 15px;
    max-width: 56px;
}
.polus-header .nav_list li {
      background-image: url(../img/menu_icon1.png);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: left center;
      line-height: 50px;
}
.polus-header .nav_list li:nth-child(2) {
      background-image: url(../img/menu_icon2.png);
}
.polus-header .nav_list li:nth-child(3) {
      background-image: url(../img/menu_icon3.png);
}
.polus-header .nav_list li:nth-child(4) {
      background-image: url(../img/menu_icon4.png);
}
.polus-header .nav_list li:nth-child(5) {
      background-image: url(../img/main_bt_icon.png);
}
.main-title-child a {
    color: #119547;
    font-size: 19px;
    text-align: right;
    width: 100%;
    display: block;
    background-color: #fff;
    letter-spacing: 0.2em;
    border-radius: 5px;
    padding: 30px 85px 30px 0;
    background-image: url(../img/main_bt_icon.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left 85px top 33px;
    line-height: 1em;
    border: 1px solid #fff;
}
.main-title-child a:hover {
    background-color: #009641;
    color: #fff;
    border: 1px solid #fff;
    background-image: url(../img/main_bt_icon_on.png);
}

 .header.polus-header {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 105px;
    z-index: 100;
 }
 .polus-header .header_inner {
   position: relative;
   padding: 5px 30px;
  background-color: #fff;
 }
 .small-header .header_inner {
    transition: 0.3s;
 }
 .header.polus-header.small-header .logo {
    max-width: 130px;
    transition: 0.3s;
}
.header.polus-header.small-header,
.header.polus-header.small-header .header_inner {
    height: 88px;
    transition: 0.3s;
}
.header.polus-header.small-header .header_inner a.contact-btn {
    padding: 30px 0;
    transition: 0.3s;
}
.polus-header .logo {
    position: absolute;
}
div#polus4point {
    margin-top: -60px;
    padding-top: 60px;
}
div#polus6point,
div#polus-ex {
    margin-top: -40px;
    padding-top: 40px;
}
.polus-header .header_inner a.contact-btn:hover {
    background-color: #037e45;
}
.polus-header .header_inner a.contact-btn:hover img {
    opacity: 1;
}

 /* header固定のため余白をつける。メニューのCSSには関係なし */
 .polus-header .main{
   margin-top: 60px;
 }

 @media only screen and (max-width: 768px) {
   .polus-header .nav {
     position: fixed;
     right: -260px; /* 右から出てくる */
     top: 0;
     width: 240px; /* スマホに収まるサイズ */
     height: 100vh;
     padding-top: 60px;
     background-color: #fff;
     transition: all .6s;
     z-index: 200;
     overflow-y: auto; /* メニューが多くなったらスクロールできるように */
   }
   .polus-header .hamburger {
     position: absolute;
     right: 15px;
     top: 20px;
     width: 40px; /* クリックしやすい幅 */
     height: 40px; /* クリックしやすい高さ */
     cursor: pointer;
     z-index: 300;
   }
   .polus-header .nav_list {
     margin: 0;
     padding: 0;
     list-style: none;
   }
   .polus-header .nav_item {
     text-align: center;
     padding: 0 14px;
   }
   .polus-header .nav_item a {
     display: block;
     padding: 15px 0;
     text-decoration: none;
     color: #333;
   }
   .polus-header .hamburger_border {
     position: absolute;
     left: 11px;
     width: 18px;
     height: 2px;
     background-color: #333;
     transition: all .6s;
   }
   .polus-header .hamburger_border_top {
     top: 14px;
   }
   .polus-header .hamburger_border_center {
     top: 20px;
   }
   .polus-header .hamburger_border_bottom {
     top: 26px;
   }
   .polus-header .black_bg {
     position: fixed;
     left: 0;
     top: 0;
     width: 100vw;
     height: 100vh;
     z-index: 100;
     background-color: #333;
     opacity: 0;
     visibility: hidden;
     transition: all .6s;
     cursor: pointer;
   }

   /* 表示された時用のCSS */
   .nav-open .polus-header .nav {
     right: 0;
   }
   .nav-open .polus-header .black_bg {
     opacity: .8;
     visibility: visible;
   }
   .nav-open .polus-header .hamburger_border_top {
     transform: rotate(45deg);
     top: 20px;
   }
   .nav-open .polus-header .hamburger_border_center {
     width: 0;
     left: 50%;
   }
   .nav-open .polus-header .hamburger_border_bottom {
     transform: rotate(-45deg);
     top: 20px;
   }
 }

 @media only screen and (min-width: 769px) {
   .polus-header .header_inner{
     max-width: 100%;
     width: 100%;
     padding: 5px 100px;
     margin-left: auto;
     margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    height: 105px;
   }
   .polus-header .logo{
    padding: 0;
    max-width: 160px;
    position: absolute;
    left: 30px;
    top: 6px;
    transition: 0.3s;
   }
   .polus-header .nav_list{
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
   }
   .polus-header .nav_list li{
     display: inline-block;
     text-align: right;
    padding-left: 65px;
    margin-left: 100px;
   }
   .polus-header .nav_list li:first-child {
    margin-left: 0;
   }
   .polus-header .nav_list li a{
     color: #333333;
     font-weight: 600;
      font-size: 18px;
      letter-spacing: 0.15em;
   }
   .polus-header .nav_list li:nth-child(5) {
     display: none;
   }
 }

/*==============================================
 Responsive
 ===============================================*/
@media screen and (min-width: 341px) {
  br.none341 {
    display: none;
  }
}

@media screen and (min-width: 415px) {
  img.none415 {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  img.none481 {
    display: none;
  }
}

@media screen and (min-width: 501px) {
  br.none501 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  img.none768 {
    display: none;
  }
  br.none768 {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1180px;
    padding: 0;
  }
}

@media screen and (max-width: 1599px) {
.polus-header .nav_list li {
    margin-left: 80px;
}
}

@media screen and (max-width: 1399px) {
  section {
    padding: 90px 0;
  }
  .main-title-inner {
    padding: 70px;
    margin-left: 0;
  }
  .polus-header .nav_list li {
      margin-left: 55px;
      background-size: 41px;
      padding-left: 50px;
  }
  section.polus4point-sec {
    padding-top: 75px;
  }
  section.polus6point-sec {
    padding-bottom: 115px;
  }
  section.polus-ex-sec {
    padding-top: 85px;
    padding-bottom: 115px;
  }
  section.contact-sec {
      padding: 55px 0;
  }
  .polus-header .header_inner a.contact-btn {
      width: 175px;
  }
}

@media screen and (max-width: 1299px) {
  .polus-header .header_inner a.contact-btn {
      width: 170px;
  }
  .polus-header .nav_list li {
    margin-left: 45px;
    padding-left: 50px;
  }
  a.contact-btn img {
    margin: 0 auto 12px;
    max-width: 50px;
  }
}

@media screen and (max-width: 1240px) {
section,
.main-visual,
section.contact-sec {
    padding-right: 30px;
    padding-left: 30px;
}
.container {
    max-width: 1180px;
    width: 100%;
    padding: 0;
}
.contact-child-tel,
.contact-child-mail {
    width: calc(50% - 20px);
}
.contact-child-tel h3 {
    width: calc(100% - 44px);
}
.contact-child-mail a {
    padding: 22px 75px 22px 0;
    background-position: left 75px center;
}
}

@media screen and (max-width: 1199px) {
  .container {
      max-width: 970px;
      width: 100%;
  }
  .main-title-inner {
      padding: 60px;
  }
  .main-title .main-title-inner h1 img {
      max-width: 100%;
      width: 328px;
  }
  .polus-header .logo {
      max-width: 150px;
      top: 4px;
  }
  .header.polus-header,
  .polus-header .header_inner {
      height: 95px;
  }
  .main-visual {
      margin-top: 95px;
  }
  .polus-header .nav_list li {
    margin-left: 35px;
    padding-left: 40px;
    background-size: 32px;
  }
  a.contact-btn img {
      margin: 0 auto 10px;
      max-width: 45px;
  }
  .polus-header .header_inner a.contact-btn {
      width: 160px;
      padding: 35px 0;
  }
  .header.polus-header.small-header, .header.polus-header.small-header .header_inner {
      height: 78px;
  }
  .header.polus-header.small-header .logo {
      max-width: 120px;
      top: 4px;
  }
  .header.polus-header.small-header .header_inner a.contact-btn {
      padding: 25px 0;
  }
  .main-title-child a {
      padding: 30px 70px 30px 0;
      background-position: left 70px top 33px;
  }
  .title-sec h3,
  .contact-inner .contact-child:first-child h3,
  .contact-child-tel h3 {
      font-size: 40px;
  }
  .title-sec p,
  .contact-child-tel h3 span,
  .contact-child-mail a {
      font-size: 19px;
  }
  section.polus6point-sec .title-sec {
      margin-bottom: 80px;
  }
  .polus6point-child img.abs {
      max-height: 92px;
  }
  .polus6point-detail h5 {
      font-size: 24px;
  }
  .polus6point-detail p {
      font-size: 15px;
  }
  .polus6point-detail-inner p {
    background-position: left top 4px;
    line-height: 1.5em;
  }
  .polus6point-detail-inner {
    margin: 10px 0;
  }
  .polus6point-detail-inner p:nth-child(n+3) {
    margin-top: 10px;
  }
  .polus-ex-inner table tr th:first-child {
      border-radius: 25px 0 0 0;
  }
  .polus-ex-inner table tr th:last-child {
      border-radius: 0 25px 0 0;
  }
  .polus-ex-inner table tr:last-child td:last-child {
      border-radius: 0 0 25px 0;
  }
  .polus-ex-inner table tr:last-child td:first-child {
    border-radius: 0 0 0 25px;
  }
  .polus-ex-inner table tr td {
      font-size: 16px;
      height: 75px;
  }
  .polus-ex-inner table th {
      height: 90px;
      font-size: 17px;
  }
  section.polus-ex-sec .title-sec {
      margin-bottom: 55px;
  }
  .banner-child {
    width: calc(50% - 35px);
  }
  .banner-child>img {
      margin-bottom: 20px;
  }
  .contact-child {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
  }
  .contact-inner .contact-child:first-child {
      padding-right: 0;
      border-right: 0;
      margin-bottom: 30px;
  }
  .contact-inner .contact-child:last-child {
      padding-left: 0;
      width: 100%;
      justify-content: center;
  }
  .contact-child-mail>img {
    max-width: 310px;
  }
  .contact-child-tel {
      width: 350px;
      margin-right: 30px
  }
  .contact-child-mail {
    width: 310px;
    margin-left: 30px
  }
  .contact-child-mail a {
      padding: 22px 60px 22px 0;
      background-size: 37px;
      background-position: left 60px center;
  }
  .polus6point-child {
      width: calc(100%/2 - 30px);
  }
  .banner-child>img {
      max-width: 438px;
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 55px;
      top: 5px;
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 330px);
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 320px);
  }
}

@media (max-width: 1099px) {
  .polus-header .logo {
      max-width: 140px;
      top: 6px;
  }
  .polus-header .nav_list li {
      margin-left: 30px;
      padding-left: 35px;
      background-size: 30px;
  }
}

@media (max-width: 1024px) {
  .polus-header .nav_list li a,
  .polus-header .header_inner a.contact-btn {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .polus-header .header_inner a.contact-btn {
    text-indent: 0.1em;
  }
  a.contact-btn img {
    margin: 0 auto 8px;
    max-width: 40px;
  }
  .polus-header .nav_list li {
      margin-left: 30px;
      padding-left: 35px;
      background-size: 30px;
      line-height: 40px;
  }
  .polus-header .logo {
      max-width: 140px;
  }
  .header.polus-header, .polus-header .header_inner {
    height: 90px;
  }
  .main-visual {
      margin-top: 90px;
  }
  .polus-header .header_inner a.contact-btn {
      width: 150px;
  }
  .main-title .main-title-inner h1 img {
      width: 308px;
  }
  .main-title-child p, .main-title-child a {
      font-size: 18px;
  }
  .main-title-child p {
      margin: 35px 0;
  }
  .main-title-child a {
      padding: 28px 70px 28px 0;
      background-position: left 70px top 30px;
  }
  .banner-child>img {
      max-width: 100%;
  }
}

@media (max-width: 991px) {
  .polus-header .nav_list li a,
  .polus-header .header_inner a.contact-btn {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .polus-header .header_inner a.contact-btn {
    text-indent: 0.05em;
  }
  .main-title .main-title-inner h1 img {
      width: 258px;
  }
  .main-title-child p, .main-title-child a {
      font-size: 17px;
  }
  .main-title-child p {
      margin: 30px 0;
  }
  .main-title-child a {
      padding: 25px 60px 25px 0;
      background-position: left 60px top 27px;
  }
  .main-title-inner {
      padding: 50px 55px;
  }
  .polus-header .nav_list li {
      margin-left: 26px;
      padding-left: 32px;
      background-size: 27px;
      line-height: 40px;
  }
  a.contact-btn img {
      margin: 0 auto 8px;
      max-width: 35px;
  }
  .polus-header .header_inner a.contact-btn {
      width: 145px;
  }
  .title-sec img {
      max-width: 90px;
      margin-bottom: 16px;
  }
  .title-sec h3, .contact-inner .contact-child:first-child h3, .contact-child-tel h3 {
      font-size: 36px;
  }
  section {
      padding: 80px 0;
  }
  section.polus4point-sec {
      padding-top: 70px;
  }
  .polus4point-child {
      width: calc(100%/4 - 25px);
  }
  section.polus6point-sec {
      padding-bottom: 100px;
  }
  .title-sec p, .contact-child-tel h3 span, .contact-child-mail a {
      font-size: 18px;
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 52px;
  }
  .polus6point-child img.abs {
    max-height: 77px;
    top: -30px;
  }
  .container {
    max-width: 750px;
    width: 100%;
  }
  .polus6point-child {
      width: calc(100%/2 - 25px);
  }
  section.polus6point-sec .title-sec {
      margin-bottom: 75px;
  }
  .polus6point-child:nth-child(n+3) {
      margin-top: 85px;
  }
  .polus6point-detail h5 {
      font-size: 23px;
  }
  section.polus6point-sec p.attention {
      margin: 30px 0 0;
  }
  section.polus-ex-sec {
      padding-top: 80px;
      padding-bottom: 100px;
  }
  .contact-child-tel {
      width: 310px;
  }
  .contact-child-tel>img {
      margin-top: 2px;
  }
  .banner-child {
      width: calc(50% - 30px);
  }
  .polus-ex-inner table tr th:first-child {
    border-radius: 20px 0 0 0;
  }
  .polus-ex-inner table tr:last-child td:last-child {
      border-radius: 0 0 20px 0;
  }
  .polus-ex-inner table tr:last-child td:first-child {
      border-radius: 0 0 0 20px;
  }
  .polus-ex-inner table tr th:last-child {
      border-radius: 0 20px 0 0;
  }
  .polus-header .logo {
      max-width: 130px;
  }
  .polus6point-detail-inner p {
      width: 100%;
  }
  .polus6point-detail-inner p:nth-child(n+2) {
      margin-top: 10px;
  }
}

@media (min-width: 992px) {
  br.none992 {
    display: none;
  }
}

@media (max-width: 860px) {
  .polus-header .logo {
      max-width: 130px;
      top: 2px;
  }
  .main-visual {
      margin-top: 80px;
  }
  .header.polus-header, .polus-header .header_inner {
      height: 80px;
  }
  .polus-header .header_inner a.contact-btn {
      width: 140px;
      padding: 30px 0;
  }
  .header.polus-header.small-header, .header.polus-header.small-header .header_inner {
      height: 70px;
  }
  .header.polus-header.small-header .header_inner a.contact-btn {
      padding: 20px 0;
  }
  .header.polus-header.small-header .logo {
      max-width: 116px;
      top: 1px;
  }
  .polus-header .nav_list li {
      margin-left: 20px;
      padding-left: 30px;
      background-size: 25px;
      line-height: 34px;
  }
}

@media screen and (max-width: 840px) {
  .polus-header .nav_list li a,
  .polus-header .header_inner a.contact-btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 827px) {
  section, .main-visual, section.contact-sec {
      padding-right: 30px;
      padding-left: 30px;
  }
}

@media screen and (max-width: 799px) {
  .polus-header .nav_list li a,
  .polus-header .header_inner a.contact-btn {
    letter-spacing: 0;
  }
  .main-title .main-title-inner h1 img {
      width: 248px;
  }
  .main-title-child p, .main-title-child a {
      font-size: 16px;
  }
  .main-title-child a {
      padding: 25px 55px 25px 0;
      background-position: left 55px top 25px;
  }
  .polus-header .nav_list li {
    margin-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .polus-header .nav_list li {
    padding: 0;
    border-bottom: 1px solid #eee;
  }
  body.nav-open .polus-header .hamburger_border {
    background-color: #333;
  }
  .polus-header .nav_list li {
    padding-left: 0;
  }
  .polus-header .nav_list li a {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .polus-header .header_inner a.contact-btn {
      display: none;
  }
  .polus-header .nav_list li {
      margin-left: 0;
      padding-left: 70px;
      text-align: left;
      background-position: left 35px center;
  }
  .polus-header .nav_list li:nth-child(5) {
      background-size: 20px;
      background-position: left 38px top 27px;
  }
}

@media screen and (max-width: 767px) {
  #footer .container-fluid .container {
    padding-right: 0;
    padding-left: 0;
  }
  footer .container-fluid {
    padding: 25px 30px;
  }
  a.anc.top_back {
    right: 30px;
  }
  .container-fluid,
  .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
  .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
  .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
  .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
  .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
  .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-visual {
      margin-top: 75px;
  }
  .header.polus-header, .polus-header .header_inner, .header.polus-header.small-header, .header.polus-header.small-header .header_inner {
      height: auto;
  }
  .polus-header .logo,
  .header.polus-header.small-header .logo {
      max-width: 110px;
      top: 0;
      position: relative;
  }
  .polus-header .hamburger {
      top: 16px;
  }
  .main-title .main-title-inner h1 img {
      width: 228px;
  }
  .main-title-child p {
      margin: 25px 0;
  }
  .main-title-child p, .main-title-child a {
      font-size: 15px;
  }
  .main-title-inner {
      padding: 45px;
  }
  .title-sec img {
      max-width: 80px;
  }
  .title-sec h3, .contact-inner .contact-child:first-child h3, .contact-child-tel h3 {
      font-size: 32px;
  }
  .polus4point-child {
      width: calc(100%/2 - 20px);
  }
  .polus4point-child:nth-child(n+3) {
      margin-top: 70px;
  }
  .title-sec {
      margin-bottom: 50px;
  }
  .title-sec p, .contact-child-tel h3 span, .contact-child-mail a {
      font-size: 17px;
  }
  section.polus4point-sec {
      padding-top: 75px;
      padding-bottom: 60px;
  }
  section {
      padding: 75px 0;
      padding-right: 30px;
      padding-left: 30px;
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 48px;
      top: 4px;
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 280px);
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 280px);
  }
  .polus6point-child img.abs {
      max-height: 67px;
      top: -25px;
  }
  .polus6point-child {
      width: calc(100%/2 - 20px);
  }
  section.polus6point-sec .title-sec {
      margin-bottom: 65px;
  }
  .polus6point-child:nth-child(n+3) {
      margin-top: 70px;
  }
  .polus6point-detail h5 {
      font-size: 22px;
  }
  section.polus6point-sec {
      padding-bottom: 75px;
  }
  section.polus-ex-sec {
      padding-top: 75px;
      padding-bottom: 75px;
  }
  section.polus-ex-sec .title-sec {
      margin-bottom: 50px;
  }
  .polus-ex-inner table th {
      height: 80px;
      font-size: 16px;
  }
  .polus-ex-inner table tr td {
      font-size: 15px;
      height: 70px;
      letter-spacing: 0;
  }
  .polus-ex-inner table tr th:first-child {
    border-radius: 15px 0 0 0;
  }
  .polus-ex-inner table tr:last-child td:last-child {
      border-radius: 0 0 15px 0;
  }
  .polus-ex-inner table tr:last-child td:first-child {
      border-radius: 0 0 0 15px;
  }
  .polus-ex-inner table tr th:last-child {
      border-radius: 0 15px 0 0;
  }
  section.banner-sec {
      padding: 65px 30px;
  }
  .banner-child {
      width: calc(50% - 20px);
  }
  .contact-child-tel>img {
      margin-top: 1px;
      width: 34px;
  }
  .contact-child-tel h3 {
      width: calc(100% - 38px);
  }
  .contact-child-tel {
      width: 275px;
      margin-right: 20px;
  }
  .contact-child-mail {
      width: 275px;
      margin-left: 20px;
  }
  .contact-child-mail>img {
      max-width: 275px;
  }
  .contact-child-mail a {
      padding: 22px 58px 22px 0;
      background-size: 30px;
      background-position: left 58px center;
  }
}

@media screen and (min-width: 768px) {
  br.none768 {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .polus6point-detail h5 {
      letter-spacing: 0.05em;
      margin-right: -0.05em;
  }
}

@media screen and (min-width: 700px) {
  br.none700 {
    display: none;
  }
}

@media screen and (max-width: 660px) {
  .main-title .main-title-inner h1 img {
      width: 213px;
  }
  .title-sec h3, .contact-inner .contact-child:first-child h3, .contact-child-tel h3 {
      font-size: 30px;
  }
  .title-sec p, .contact-child-tel h3 span, .contact-child-mail a {
      font-size: 16px;
  }
  .title-sec img {
      max-width: 70px;
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 46px;
      top: 3px;
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 250px);
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 250px);
  }
  .polus6point-child img.abs {
      max-height: 56px;
      top: -20px;
  }
  .polus6point-detail h5 {
      font-size: 21px;
      margin-bottom: 10px;
  }
  section.polus6point-sec .title-sec {
      margin-bottom: 55px;
  }
  .polus6point-detail {
      margin-top: 15px;
  }
  .polus6point-detail p {
      font-size: 14px;
  }
  .polus6point-child:nth-child(n+3) {
      margin-top: 60px;
  }
  .polus6point-detail-inner p {
    background-position: left top 3px;
  }
  section.polus6point-sec p.attention {
      margin: 20px 0 0;
      font-size: 13px;
  }
  .contact-child-tel>img {
      margin-top: 0;
      width: 30px;
  }
  .contact-child-tel {
      width: 250px;
    margin-right: 15px;
  }
  .contact-child-mail>img {
      max-width: 250px;
  }
  .contact-child-mail {
      width: 250px;
    margin-left: 15px;
  }
  .contact-child-mail a {
      padding: 20px 50px 20px 0;
      background-size: 28px;
      background-position: left 50px center;
  }
  .contact-inner .contact-child:first-child img {
      max-width: 202px;
  }
  .contact-child-tel h3 {
      width: calc(100% - 33px);
  }
}

@media screen and (min-width: 661px) {
  br.none661 {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .main-title .main-title-inner h1 img {
      width: 198px;
  }
  .main-title-child p {
      margin: 22px 0;
      letter-spacing: 0.05em;
  }
  .main-title-child a {
      padding: 22px 45px 22px 0;
      background-position: left 45px top 22px;
      letter-spacing: 0.1em;
  }
  .main-title-inner {
      padding: 40px;
  }
  .contact-child-tel {
      width: 250px;
      margin-right: 0;
  }
  .contact-child-mail {
      width: 100%;
      margin-left: 0;
      margin-top: 30px;
  }
  .contact-child-mail a {
      padding: 20px 50px 20px 0;
      background-size: 28px;
      background-position: left 50px center;
      width: 250px;
      margin: 15px auto 0;
  }
}

@media screen and (max-width: 575px) {
  section.polus4point-sec {
      padding-top: 65px;
      padding-bottom: 55px;
  }
  .title-sec img {
      max-width: 65px;
  }
  .title-sec h3 {
      letter-spacing: 0.1em;
      margin-right: -0.1em;
  }
  .title-sec h3, .contact-inner .contact-child:first-child h3, .contact-child-tel h3 {
      font-size: 28px;
  }
  .title-sec {
      margin-bottom: 45px;
  }
  .polus4point-child:nth-child(n+3) {
      margin-top: 60px;
  }
  section {
      padding: 65px 0;
      padding-right: 30px;
      padding-left: 30px;
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 43px;
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 220px);
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 220px);
  }
  section.polus6point-sec .title-sec {
      margin-bottom: 50px;
  }
  .polus6point-child img.abs {
      max-height: 51px;
  }
  .polus4point-child,
  .polus6point-child {
      width: calc(100%/2 - 15px);
  }
  .polus-ex-inner table tr td {
      font-size: 14px;
      height: 65px;
  }
  .polus-ex-inner table th {
      height: 70px;
      font-size: 15px;
  }
  section.polus-ex-sec {
      padding-top: 65px;
      padding-bottom: 65px;
  }
  section.polus-ex-sec .title-sec {
      margin-bottom: 45px;
  }
  .polus-ex-inner table tr th:first-child {
    border-radius: 10px 0 0 0;
  }
  .polus-ex-inner table tr:last-child td:last-child {
      border-radius: 0 0 10px 0;
  }
  .polus-ex-inner table tr:last-child td:first-child {
      border-radius: 0 0 0 10px;
  }
  .polus-ex-inner table tr th:last-child {
      border-radius: 0 10px 0 0;
  }
  .polus-ex-inner table tr th:nth-child(2), .polus-ex-inner table tr td:nth-child(2) {
      width: 26%;
  }
  .polus-ex-inner table tr th, .polus-ex-inner table tr td {
      width: 18.5%;
  }
  section.banner-sec {
      padding: 60px 30px;
  }
  .banner-child {
      width: 70%;
  }
  .banner-child:last-child {
      margin-top: 45px;
  }
  .banner-inner {
      justify-content: center;
  }
  .contact-inner .contact-child:first-child img {
      max-width: 182px;
  }
  .banner-child>img {
      margin-bottom: 12px;
  }
  .polus6point-detail h5 {
      font-size: 20px;
  }
  section.polus6point-sec {
      padding-bottom: 65px;
  }
}

@media screen and (min-width: 576px) {
  br.none576 {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .main-title .main-title-inner h1 img {
      width: 183px;
  }
  .main-title-child p {
      margin: 15px 0;
  }
  .main-title-child a {
      padding: 20px 25px 20px 0;
      background-position: left 25px top 20px;
      letter-spacing: 0.05em;
  }
  .polus6point-detail h5 {
      font-size: 18px;
  }
  .polus6point-detail p {
      line-height: 1.8em;
  }
  .polus-ex-inner table tr td {
      font-size: 13px;
  }
  .polus6point-detail-inner p {
      line-height: 1.5em;
  }
  .banner-child {
      width: 75%;
  }
  .contact-inner .contact-child:first-child img {
      max-width: 167px;
  }
}

@media screen and (min-width: 521px) {
  br.none521 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  footer .container-fluid {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 501px) {
  br.none501 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  a.anc.top_back {
    width: 40px;
    height: 40px;
  }
  a.anc.top_back::before {
    top: 15px;
    left: 12px;
    width: 13px;
    height: 13px;
  }
  img.none480 {
    display: none;
  }
  .main-title-inner {
      padding: 35px;
  }
  section.polus4point-sec {
      padding-top: 55px;
      padding-bottom: 50px;
  }
  .polus4point-child, .polus6point-child {
      width: calc(100%/2 - 10px);
  }
  .polus4point-child:nth-child(n+3) {
      margin-top: 50px;
  }
  .title-sec h3, .contact-inner .contact-child:first-child h3, .contact-child-tel h3 {
      font-size: 26px;
  }
  section.polus6point-sec {
      padding-bottom: 55px;
  }
  section {
      padding: 55px 0;
      padding-right: 30px;
      padding-left: 30px;
  }
  .title-sec {
      margin-bottom: 40px;
  }
  .title-sec p, .contact-child-tel h3 span, .contact-child-mail a {
      font-size: 15px;
  }
  section.polus-ex-sec {
      padding-top: 55px;
      padding-bottom: 55px;
  }
  .contact-inner .contact-child:first-child img {
      max-width: 157px;
  }
  .contact-child-tel {
      width: 235px;
  }
  .contact-child-mail>img {
      max-width: 235px;
  }
  .contact-child-mail a {
      padding: 20px 45px 20px 0;
      background-size: 26px;
      background-position: left 45px center;
      width: 235px;
      margin: 15px auto 0;
  }
  .polus-ex-inner {
      overflow-x: scroll;
  }
  .polus-ex-inner table {
      min-width: 600px;
  }
  section.contact-sec {
      padding: 50px 30px;
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 190px);
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 190px);
  }
  .polus6point-detail h5 {
      font-size: 17px;
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 38px;
  }
}

@media screen and (max-width: 460px) {
  .title-sec p br {
      display: none;
  }
  section.polus-ex-sec .title-sec {
      margin-bottom: 40px;
  }
  section.polus-ex-sec .title-sec p,
  section.polus6point-sec .title-sec p {
      text-align: justify;
  }
}

@media screen and (max-width: 440px) {
  .main-title .main-title-inner h1 img {
      width: 164px;
  }
  section.polus-ex-sec .title-sec {
      margin-bottom: 35px;
  }
  .main-title-child p, .main-title-child a {
      font-size: 14px;
  }
  .main-title-child a {
      padding: 18px 20px 18px 0;
      background-position: left 20px top 18px;
      letter-spacing: 0.05em;
      background-size: 25px;
  }
  .banner-child {
      width: 80%;
  }
  .polus6point-detail h5 br {
      display: none;
  }
  .polus6point-detail h5 {
      text-align: justify;
  }
  .polus6point-child:nth-child(n+3) {
      margin-top: 45px;
  }
  .polus6point-child img.abs {
      max-height: 36px;
      top: -15px;
  }
}

@media screen and (max-width: 428px) {
  .polus-header .logo, .header.polus-header.small-header .logo {
      max-width: 90px;
  }
  .polus-header .hamburger {
    top: 10px;
    right: 20px;
  }
  .main-visual {
      margin-top: 63px;
  }
  .main-title .main-title-inner h1 img {
      width: 150px;
  }
  .main-title-child p, .main-title-child a {
      font-size: 13px;
  }
  .main-title-inner {
      padding: 30px;
  }
  section.polus4point-sec {
      padding-top: 50px;
      padding-bottom: 45px;
  }
  .banner-child {
      width: 85%;
  }
  section.banner-sec {
      padding: 50px 30px;
  }
  section.polus-ex-sec {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  section.polus6point-sec {
      padding-bottom: 50px;
  }
  section {
      padding: 50px 0;
      padding-right: 30px;
      padding-left: 30px;
  }
  section.contact-sec {
      padding: 45px 30px;
  }
  .contact-inner .contact-child:first-child img {
      max-width: 145px;
  }
  .title-sec h3, .contact-inner .contact-child:first-child h3, .contact-child-tel h3 {
      font-size: 24px;
  }
  .title-sec p, .contact-child-tel h3 span, .contact-child-mail a {
      font-size: 14px;
  }
  .title-sec p {
      letter-spacing: 0.1em;
      text-indent: 0.1em;
  }
  .title-sec {
      margin-bottom: 35px;
  }
  .title-sec h3 {
    margin-bottom: 10px;
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 170px);
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 170px);
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 35px;
  }
  .polus6point-child img.abs {
      max-height: 31px;
      top: -10px;
  }
  .polus6point-detail h5 {
    margin-bottom: 8px;
  }
  .polus6point-detail {
      margin-top: 12px;
  }
  .polus6point-detail p {
      font-size: 13px;
  }
  section.polus6point-sec .title-sec {
      margin-bottom: 40px;
  }
  .contact-child-mail>img {
      max-width: 215px;
  }
  .contact-child-mail a {
      padding: 20px 40px 20px 0;
      background-size: 25px;
      background-position: left 40px center;
      width: 215px;
      margin: 15px auto 0;
  }
  .contact-child-tel {
      width: 215px;
  }
  .polus6point-child {
      width: 100%;
  }
  .polus6point-child img.abs {
      max-height: 36px;
      top: -15px;
      left: 10px;
  }
  .polus6point-child:nth-child(n+2) {
      margin-top: 45px;
  }
}

@media screen and (max-width: 390px) {
  #footer div.copyright p {
    font-size: 12px;
  }
  .main-title .main-title-inner h1 img {
      width: 140px;
  }
  .title-sec h3 {
      letter-spacing: 0.05em;
      margin-right: -0.05em;
  }
  .title-sec img {
      max-width: 55px;
      margin-bottom: 10px;
  }
  .main-title-child a {
      padding: 16px 15px 16px 0;
      background-position: left 15px top 16px;
      letter-spacing: 0.05em;
      background-size: 23px;
  }
  .polus4point-child:nth-child(n+3) {
      margin-top: 40px;
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 160px);
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 160px);
  }
  .polus6point-child img.abs {
    top: -12px;
  }
  .banner-child {
      width: 90%;
  }
  .polus-ex-inner table {
      min-width: 550px;
  }
  .title-sec,
  section.polus-ex-sec .title-sec {
      margin-bottom: 30px;
  }
  .polus-ex-inner table th {
      height: 65px;
      font-size: 14px;
  }
  .polus6point-child:nth-child(n+2) {
      margin-top: 40px;
  }
}

@media screen and (max-width: 360px) {
  #footer div.copyright p {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  container-fluid,
  .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
  .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
  .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
  .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
  .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
  .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  section.contact-sec {
      padding: 40px 20px;
  }
  section {
      padding-right: 20px;
      padding-left: 20px;
  }
  section.banner-sec {
      padding: 50px 20px;
  }
  .banner-child {
      width: 95%;
  }
  .main-title .main-title-inner h1 img {
      width: 130px;
  }
  .main-visual {
      padding-right: 20px;
      padding-left: 20px;
  }
  .main-title-inner {
      padding: 20px;
  }
  .title-sec p {
      letter-spacing: 0.05em;
      text-indent: 0.05em;
      line-height: 1.6em;
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 150px);
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 150px);
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 32px;
  }
  .title-sec h3, .contact-inner .contact-child:first-child h3, .contact-child-tel h3 {
      font-size: 22px;
  }
  .main-title-child a {
      padding: 15px 18px 15px 0;
      background-position: left 18px top 16px;
      letter-spacing: 0.05em;
      background-size: 20px;
  }
  .main-title-child p {
      margin: 10px 0;
      line-height: 1.8em;
  }
  .polus6point-detail h5 {
      font-size: 15px;
  }
  .title-sec p, .contact-child-tel h3 span, .contact-child-mail a {
      font-size: 13px;
  }
  section.polus6point-sec p.attention {
      font-size: 12px;
  }
  .contact-child-mail>img {
      max-width: 195px;
  }
  .contact-child-mail a {
      padding: 18px 35px 18px 0;
      background-size: 21px;
      background-position: left 35px center;
      width: 195px;
      margin: 12px auto 0;
  }
  .contact-child-tel h3 {
      width: calc(100% - 30px);
  }
  .contact-child-tel {
      width: 195px;
  }
  .contact-child-tel>img {
      margin-top: -2px;
      width: 25px;
  }
  .polus-header .header_inner {
      padding: 5px 20px;
  }
  .polus-header .hamburger {
      right: 15px;
  }
}

@media screen and (max-width: 340px) {
  .banner-child {
      width: 100%;
  }
  .title-sec h3 img.abs1 {
      left: calc(50% - 140px);
  }
  .title-sec h3 img.abs2 {
      right: calc(50% - 140px);
  }
  .title-sec h3 img.abs1, .title-sec h3 img.abs2 {
      max-width: 30px;
      top: 5px;
  }
  .main-title .main-title-inner h1 img {
      width: 125px;
  }
  .polus-header .nav_list li a {
    font-size: 13px;
  }
}
