@charset "utf-8";

body {
  font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
/* 案件によって
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
*/
}

/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *?479px：SP縦
 *480px?：SP横
 *600px?タブレット
 *960px?小型PC
 *1280px?大型PC
==================*/

/*  画面サイズが480pxまで  */

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------------------------------------
  top
-------------------------------------------------- */

.ecart-box {
  background: #f4f6fa;
  padding: 60px 0;
}
.head-box {
  position: relative;
}
.head-box .detail {
  position: absolute;
  right: 0;
  top: 0;
}
.head-box .rss {
  position: absolute;
  right: 0;
  bottom: -16px;
}
.head-box .rss img {
  width: 32px;
}
.head-box h3.tit {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.head-box  h3.tit span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding-top: 20px;
}
.ecart-box .head-box h3.tit {
  font-size: 24px;
}
.ecart-box  .ecart-list,
.ecart-box  .comList {
  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;

  padding-top: 25px;

}
.ecart-box  .ecart-list li,
.ecart-box  .comList li {
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 10px;
  width: 32.6%;
  box-sizing: border-box;
}
.ecart-box  .ecart-list li a,
.ecart-box  .comList li a {
  color: #000;
  display: block;
}
.ecart-box  .ecart-list li a:hover,
.ecart-box  .comList li a:hover {
  text-decoration: none;
}
.ecart-box  .ecart-list li .title,
.ecart-box  .comList li .ttl {
  color: #002878;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 20px;
}
.ecart-box  .ecart-list .text-box,
.ecart-box  .comList .sub {
  border-top: 1px solid #e0e4ea;
  padding: 20px 15px 25px 25px;
}
.ecart-box  .comList li .photo {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 175px;
  width: 100%;
}
.ecart-box  .comList li .photo .subPhoto {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  height: 175px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .ecart-box  .comList li .photo .subPhoto  { height: 145px; } /* IE11 */
}
.ecart-box  .comList li .photo .subPhoto img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ecart-box  .comList li .ttl,
.ecart-box  .comList li .sub {
  width: 100%;
  display: block;
}
.ecart-box  .ecart-list .text-box a,
.ecart-box  .comList .sub a {
  display: block;
}
.ecart-box  .ecart-list li .title span,
.ecart-box  .comList li .ttl span {
  font-size: 18px;
  display: block;
  padding-top: 6px;
}
.ecart-box  .ecart-list li .text,
.ecart-box  .comList li .sub span {
  font-size: 18px;
  font-weight: bold;
}
.ecart-box  .ecart-list li .text span,
.ecart-box  .comList li .sub .date {
  display: block;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 5px;
}
.item01 {
  background: #ecf0f6;
  padding: 60px 0;
}
.item01 .tbl-box {
  padding-top: 30px;
  line-height: 1.3;
}
.tbl-box .td-box .col a,
.tbl-box .th-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tbl-box .th-box p {
  background: #6ea0d2;
  color: #fff;
  padding: 17px 15px;
  font-size: 18px;
  font-weight: normal;
  border-right: 1px solid #fff;
  text-align: center;
}
.tbl-box .td-box p:first-child,
.tbl-box .th-box p:first-child {
  width: 46%;
}
.tbl-box .td-box p:nth-child(3),
.tbl-box .th-box p:nth-child(3) {
  width: 24%; /*スケジュール表*/
}
.tbl-box .td-box p:last-child,
.tbl-box .td-box p:nth-child(2),
.tbl-box .th-box p:last-child,
.tbl-box .th-box p:nth-child(2) {
  width: 15%; /*スケジュール表*/
}
.tbl-box .td-box p:first-child,
.tbl-box .th-box p:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.tbl-box .td-box p:first-child {
  color: #144678;
  font-size: 16px;
  padding-left: 29px;
  text-align: left;
}
.tbl-box .td-box p:last-child,
.tbl-box .th-box p:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.tbl-box .th-box p:last-child {
  border: none;
}
.tbl-box .td-box .col {
  margin-top: 4px;
  text-align: center;
  vertical-align: middle;
}
.tbl-box .td-box p {
  background: #fff;
  color: #000;
  padding: 20px 5px 20px;
  font-weight: normal;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  position: relative;
}
.service-box{
  background: #f4f6fa;
  padding-bottom: 78px;
}
.service-box .service-head {
  background: #f4f6fa url(/img/bg_service_pc.jpg) no-repeat center 0;
  background-size: cover;
  padding: 115px 0 0 0;
  min-height: 332px;
}
.service-box .head-box h3.tit {
  color: #fff;
}
.detail .btn-white {
  border: 1px solid #fff;
  color: #fff;
}
.detail .btn-connect {
  border: 1px solid #FFE4E1;
  color: #FFE4E1;
}
.detail .btn-white:after {
    background: url(/common/img/ico_detail-white.png) no-repeat 0 0;
}
.service-box .head-box {
  padding-bottom: 60px;
  max-width: 1000px;
  margin: 0 auto;
}
.service-box .service-list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  border-radius: 4px;
  margin-top: -80px;
}
.service-box .service-list li {
  width: 33.3%;
  border-right: 1px solid #e0e4ea;
  padding: 18px 18px 3px;
}
.service-box .service-list li:last-child {
  border: none;
}

.service-box .service-list p {
  text-align: center;
}
.service-box .service-list .text {
  display: block;
  color: #144678;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 18px;
}
.service-box .service-list .link {
  text-align: left;
  border-top: 1px solid #e0e4ea;
  padding: 18px 0;
  display: flex;
  align-items: center;
}
.service-box .service-list .link a {
  color: #111;
  display: block;
  background: url(/common/img/arr_blue05.png) no-repeat 0 center;
  padding: 0 0 0 13px;
  font-size: 14px;
}
.news-box {
  padding: 60px 0;
  border-top: 1px solid #ecf0f6;
  border-bottom: 1px solid #ecf0f6;
}
.news-box .news-list {
  margin-top: 30px;
}
.news-box dl {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #c8d0d8;
  padding: 24px 0;
  background: url(/common/img/arr_blue04.png) no-repeat 98% center;
}
.news-box dl.first {
  border-top: 1px solid #c8d0d8;
}
.news-box dl dt {
  width: 190px;
  position: relative;
  color: #000;
}
.news-box dl.last {
  border-bottom: 1px solid #c8d0d8;
}
/* .news-box .head-box {
  border-bottom: 1px solid #c8d0d8;
  padding-bottom: 30px;
} */
.news-box dl dd {
  width: 83%;
}
.news-box dl dt .new {
  font-size: 12px;
  color: #d23c28;
  border: 1px solid #d23c28;
  padding: 7px 0;
  width: 66px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  margin-left: 20px;
}
.news-box dl dd {
  /* text-decoration: underline; */
  text-decoration: none;
  color: #000;
}
.news-box dl dd:hover span {
  text-decoration: none!important;
}
.news-box dl dd span {
  text-decoration: underline;
  color: #0563c1;
  margin-right: 5px;
}
.item02 {
  background: #f4f6fa;
  padding: 70px 0 120px;
}
.item02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
  margin: 0 -24px;
}
.item02-list li {
  width: 33.3%;
  border-right: 1px solid #d8dce2;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
}
.item02-list li:last-child {
  border-right: none;
}
.item02-list li .icon {
  width: 130px;
  height: 130px;
  background: #144678;
  box-sizing: border-box;
  padding-top: 30px;
  border-radius: 50%;
  margin: 0 auto;
}
.item02-list li:nth-child(2) .icon {
  background: #2882aa;
}
.item02-list li:nth-child(3) .icon {
  background: #329baf;
}
.item02-list li .text {
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 0 15px;
}
.item02-list li .text span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 4px;
}
.item02-list li .link a {
     display: block;
    border: 1px solid #144678;
    text-align: center;
    color: #144678;
    border-radius: 20px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.item02-list li .link:last-child a {
  margin-bottom: 0;
}
.item02-list li .link a:after {
    background: url(/common/img/arr_blue03.png) no-repeat 0 0;
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    width: 7px;
    height: 10px;
    margin-top: -5px;
}
.visual-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#slick > div img {
  visibility: hidden;
}
#slick > div {
  height: 518px;
  width: 100%;
  display: block;
}
#slick > div a {
  display: block;
}
#slick .main01 {
  background: url(/img/main01_pc.jpg) no-repeat top center;
  background-size: cover;
  height: 518px;
}
#slick .main02 {
  background: url(/img/main02_pc.jpg) no-repeat top center;
  background-size: cover;
  height: 518px;
}
#slick .main03 {
  background: url(/img/main03_pc.jpg) no-repeat top center;
  background-size: cover;
  height: 518px;
}
#slick .main04 {
  background: url(/img/main04_pc.jpg) no-repeat top center;
  background-size: cover;
  height: 518px;
}
.visual-box h2 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 26px;
  line-height: 1.4;
}
.visual-box h2 span {
  font-size: 42px;
  display: block;
  padding-bottom: 12px;
}
.visual-box .detail span{
  width: 230px;
}
.visual-box .detail span {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff!important;
  font-size: 14px;
  text-align: center;
  color: #d23c28;
  border-radius: 20px;
  padding: 10px;
  position: relative;
}
.visual-box .detail span:after {
    background: url(/common/img/ico_detail-white.png) no-repeat 0 0;
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    width: 7px;
    height: 10px;
    margin-top: -5px;
}
.visual-box .txt-box .text {
  padding-bottom: 10px;
}
.visual-box .txt-box .text span{
  color: #fff;
  border: 1px solid #fff;
  padding: 4px;
}
.search-item {
  height: 70px;
  padding: 5px 0;
  overflow: hidden;
  background-color: rgba(244,246,250,0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease;
}
.search-item.search-item01 {
  height: auto;
  padding: 20px 0 0;
  /*background-color: rgba(244,246,250,0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 0 0;
  width: 100%;
  transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease;*/
}
.search-item .display-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: transparent;*/
  z-index: 1;
  cursor: pointer;
}
.search-item .box {
  height: 60px;
  overflow: hidden;
}
.search-item.search-item01 .box {
  height: auto;
}
.search-item.search-item01 .display-box  {
  display: none;
}
.search-item .display-box:hover {
  background: #fff;
  opacity: 0.3;
}
/*.search-item .btnClose,
.search-item .list li:last-child,
.search-item .search-btn {
  display: none;
}*/
.search-item .inner {
  position: relative;
}
.display-btn {
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -110px;
}
.display01 {
  display: none;
}
.display-btn a {
  display: block;
  width: 218px;
  text-align: center;
  background-color: rgba(244,246,250,0.95);
  border: 1px solid #144678;
  border-radius: 3px;
  color: #144678;
  font-size: 16px;
  padding: 15px 5px;
  position: relative;
  cursor: pointer;
}
.display-btn a:after {
  position: absolute;
  right: 14px;
  top: 50%;
  content: "";
  background: #144678;
  width: 14px;
  height: 2px;
  margin-top: -2px;
}
.display-btn a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  background: #144678;
  width: 2px;
  height: 14px;
  margin-top: -8px;
}
.search-item .search-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
}
.search-item .box {
  background: #fff;
  padding: 1px;
  border-radius: 2px;
  width: 49%;
}
.search-item .box .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.search-item .box .title span {
  background: url(/common/img/ico_search01_pc.jpg) no-repeat 0 0;
  padding: 1px 0 0 28px;
}
.search-item .box:last-child .title span {
  background: url(/common/img/ico_search02_pc.jpg) no-repeat 0 0;
}
.search-item .box .list {
  background: #f4f6fa;
}
.search-item .list li {
  border-bottom: 1px solid #e0e4ea;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.search-item .list li:last-child {
  border-bottom: none;
}
.search-item .list li span {
  width: 30%;
  box-sizing: border-box;
  padding-left: 15px;

}
.search-item .list li input {
  width: 66%;
  box-sizing: border-box;
  padding: 6px 5px 5px 10px;
  border-radius: 2px;
  border: 1px solid #e0e4ea;
  font-size: 12px;
}
.search-item .list .custom-select {
  width: 66%;
  text-align: left;
}
.search-item .list .select-items div,
.search-item .list .select-selected {
  text-align: left;
}
.search-item .box .search-btn a {
  display: block;
  background: #144678;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
  margin: 0 1px 1px 1px;
}
.search-item .box .search-btn a span {
  background: url(/common/img/ico_search03.png) no-repeat 0 0;
  padding-left: 24px;
  display: inline-block;
}
.search-item .btnClose {
  padding: 10px 0;
}
.search-item .btnClose span {
    color: #144678;
    background: url(/common/img/ico_close.png) no-repeat right 1px;
    padding-right: 23px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    line-height: 1;
}
.search-item .btnClose span:hover {
  opacity: 0.6;
}

.errorTxt {
	display: block;
	color: #d23c28;
	background: url(../../common/img/ico_error.png) no-repeat 0 0;
	padding: 1px 0 2px 28px;
}
@media only screen and (min-width: 767px) {
  .fontL .ecart-box .head-box h3.tit {
    font-size: 26px;
  }
  .fontL .ecart-box .head-box h3.tit span {
    font-size: 17px;
  }
  .fontS .ecart-box .head-box h3.tit {
    font-size: 22px;
  }
  .fontS .ecart-box .head-box h3.tit span {
    font-size: 13px;
  }

  .fontL .head-box h3.tit {
    font-size: 30px;
  }
  .fontL .head-box h3.tit span {
    font-size: 19px;
  }
  .fontS .head-box h3.tit {
    font-size: 26px;
  }
  .fontS .head-box h3.tit span {
    font-size: 15px;
  }
  .fontL .detail a {font-size: 16px;}
  .fontS .detail a {font-size: 12px;}
  .fontL .ecart-box .ecart-list li .title,
  .fontL .ecart-box .comList li .ttl {
    font-size: 24px;
  }
  .fontS .ecart-box .ecart-list li .title,
  .fontS .ecart-box .comList li .ttl {
    font-size: 20px;
  }
  .fontL .ecart-box .ecart-list li .title span,
  .fontL .ecart-box .comList li .title span {
    font-size: 20px;
  }
  .fontS .ecart-box .ecart-list li .title span {
    font-size: 18px;
  }
  .fontL .ecart-box .ecart-list li .text span,
  .fontL .ecart-box .comList li .date{
    font-size: 16px;
  }
  .fontS .ecart-box .ecart-list li .text span,
  .fontS .ecart-box .comList li .date {
    font-size: 12px;
  }
  .fontL .ecart-box .ecart-list li .text,
  .fontL .ecart-box .comList li .sub {
    font-size: 20px;
  }
  .fontS .ecart-box .ecart-list li .text,
  .fontS .ecart-box .comList li .sub {
    font-size: 16px;
  }
  .fontL .tbl-box .th-box p {
    font-size: 20px;
  }
  .fontS .tbl-box .th-box p {
    font-size: 16px;
  }
  .tbl-box .td-box p:first-child,
  .tbl-box .th-box p:first-child {
    width: 44%;
  }
  .tbl-box .td-box p:last-child,
  .tbl-box .td-box p:nth-child(2),
  .tbl-box .th-box p:last-child,
  .tbl-box .th-box p:nth-child(2){
    width: 16%;
  }
  .fontL .tbl-box .td-box p:first-child {
    font-size: 18px
  }
  .fontL .service-box .service-list .text {
    font-size: 20px;
  }
  .fontS .service-box .service-list .text {
    font-size: 16px;
  }
  .fontL .service-box .service-list .link a {
    font-size: 14px;
  }
  .fontS .service-box .service-list .link a {
    font-size: 12px;
  }
  .fontL .item02-list li .text span {
    font-size: 20px;
  }
  .fontS .item02-list li .text span {
    font-size: 16px;
  }
  .fontL .item02-list li .text {
    font-size: 16px;
  }
  .fontS .item02-list li .text {
    font-size: 12px;
  }
  .visual-box .txt-box {
    position: absolute;
    left: 0;
    bottom: 270px;
    width: 100%;
  }

}

@media only screen and (min-width: 768px){
  .news-box dl dt .new {
    position: absolute;
    right: 22px;
    top:-5px;
  }
}
@media only screen and (max-width: 1060px){
  .item02-list {
    margin: 0;
  }
}
@media only screen and (max-width: 1000px){
  .head-box h3.tit {
    padding-right: 160px;
  }
  .fontL .head-box h3.tit {
      padding-right: 180px;
  }
  .head-box .detail {
    right: 10px;
  }
  .news-box dl dt {
    padding-left: 4px;
  }
  .visual-box .txt-box {
    padding-left: 10px;
  }
  .visual-box .search-item {
    padding: 5px 10px 5px;
  }
  .ecart-box .ecart-list li .title,
  .ecart-box .comList li .ttl {
    font-size: 20px;
  }
  .logo {
    padding-right: 20px;
  }
  .footer01 .f_banner,
  .item01 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-box dl a dt {
    width: 210px;
  }
  .fontL .tbl-box .th-box p:first-child,
  .fontL .tbl-box .td-box p:first-child {
    width: 40%;
  }
  .fontL .tbl-box .td-box p:last-child,
  .fontL .tbl-box .td-box p:nth-child(2),
  .fontL .tbl-box .th-box p:last-child,
  .fontL .tbl-box .th-box p:nth-child(2) {
    width: 18%;
  }
  .tbl-box .td-box .col a:hover {
    text-decoration: none;
  }
  .service-box .inner {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1300px){
  .item02-list {
    margin: 0;
  }
}
@media only screen and (max-width: 767px){
  .ecart-box {
    padding: 35px 0;
  }
  .head-box h3.tit {
    padding-right: 0;
    font-size: 20px;
  }
  .ecart-box .head-box h3.tit {
    font-size: 17px;
  }
  .head-box h3.tit span {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
  }
  .ecart-box .ecart-list,
  .ecart-box .comList {
    flex-direction: column;
    padding: 20px 10px;
  }
  .ecart-box .ecart-list li,
  .ecart-box .comList li {
    width: 100%;
    padding-top: 2px;
  }
  .ecart-box .comList li .photo {
    text-align: center;
    /* display: block; */
    height: 120px;
  }
  .ecart-box .comList li .photo .subPhoto {
    /* display: block; */
    max-width: 100%;
    width: auto;
    height: 120px;
    /* padding: 10px; */
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
  }
  .ecart-box .comList li .photo .subPhoto img {
    /* display: block;
    max-height: 100px; */
    width: auto;
    /* margin: 0 auto;
    text-align: center;
    height: 100px; */
  }
  .ecart-box  .ecart-list .text-box,
  .ecart-box  .comList .sub {
    padding: 10px 15px;
  }
  .ecart-box .ecart-list li .title,
  .ecart-box .comList li .sub .ttl  {
    font-size: 14px;
    padding-bottom: 0;
  }
  .ecart-box .ecart-list li .title span {
    display: inline-block;
    font-size: 11px;
  }
  .ecart-box .ecart-list li .text,
  .ecart-box .comList li .sub span {
    font-size: 13px;
    padding-bottom: 0!important;
  }
  .ecart-box .ecart-list li .title span {
    font-size: 11px;
  }
  .ecart-box .ecart-list li:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .ecart-box .ecart-list li:nth-child(4) {
    -ms-flex-order: 2;
    order: 2;
  }
  .ecart-box .ecart-list li:nth-child(3) {
    -ms-flex-order: 0;
    order: 0;
  }
  .tbl-box {
    max-width: 100%;
    padding: 0 10px;
    overflow: scroll;
  }
  .item01 {
    padding: 35px 0;
  }
  .tbl-box {
    margin-bottom: 20px;
  }
  .item01 .tbl-box {
    width: 700px;
    padding-top: 0;
  }
  .item01 .tbl-box .td-box,
  .item01 .tbl-box .th-box {
    width: 700px;
  }
  .item01 .tbl-box .th-box p{
    font-size: 16px;
  }
  .item01 .tbl-box .td-box {
    font-size: 12px;
  }
  .item01 .tbl-box .td-box p:first-child {
    font-size: 14px;
  }
  .croll-txt {
    background: #d7e1eb;
    color: #144678;
    font-size: 14px;
    padding: 10px 5px 10px 10px;
    margin: 15px 10px;
    border-radius: 4px;
  }
  .croll-txt span {
    background: url(/common/img/ico_hand.png) no-repeat 0 0;
    background-size: 27px auto;
    padding: 4px 0 4px 32px;
    display: block;
  }
  .service-box{
    padding-bottom: 30px;
  }
  .service-box .service-head {
    background: #f4f6fa url(/img/bg_service_pc.jpg) no-repeat center 0;
    background-size: cover;
    padding: 40px 0;
    min-height: 0;
  }
  .service-box .head-box .detail {
    position: inherit;
    padding-top: 20px;
    right: 0;
  }
  .service-box .service-list {
    display: block;
    margin-top: -40px;
  }
  .service-box .head-box {
    padding-bottom: 30px;
  }
  .service-box .service-list {
    padding: 0 10px;
    background: none;
    border-radius: 0;
    border: none;
  }
  .service-box .service-list li {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e4ea;
  }
  .service-box .service-list li:last-child {
    border-bottom: 1px solid #e0e4ea;
    border-right: 1px solid #e0e4ea;
  }
  .service-box .service-list .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari 6.1+ */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }
  .service-box .service-list .text {
    padding: 5px 0 5px 12px;
    color: #000;
    font-size: 17px;
  }
  .service-box .service-list .link {
    font-size: 13px;
    padding: 13px 0;
    display: block;
  }
  .service-box .service-list .link a {
    background: url(/common/img/arr_blue02.png) no-repeat right center;
    background-size: 6px auto;
    padding: 0 13px 0 10px;
  }
  .news-box {
    padding: 30px 0;
  }
  .news-box .inner .news-list {
    padding: 0 20px;
    margin-top: 20px;
  }
  .news-box dl {
    display: block;
    padding: 15px 15px 15px 0;
    background: url(/common/img/arr_blue02.png) no-repeat right center;
    background-size: 6px auto;
  }
  .news-box dl dd,
  .news-box dl dt {
    width: 100%;
    padding-left: 0;
  }
  .news-box dl.last {
    margin-bottom: 15px;
  }
  /* .news-box .head-box {
    padding-bottom: 15px;
  } */
  .news-box dl dt {
    padding-bottom: 5px;
  }
  .news-box dl dt .new {
    padding: 4px 10px;
    width: auto;
    font-size: 11px;
    margin-left: 10px;
  }
  .news-box dl dd {
    padding-left: 0;
  }
  .news-box dl dd a:after {
    background: none;
  }
  .item02 {
    padding: 10px 10px 30px;
  }
  .item02-list {
    display: block;
    margin: 0;
  }
  .item02-list li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #d8dce2;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .item02-list li:last-child {
    border-right: 1px solid #d8dce2;
  }
  .item02-list li div {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
  }
  .item02-list li .icon {
    width: 75px;
    height: 75px;
    padding-top: 14px;
  }
  .item02-list li .icon img {
    width: 40px;
    margin: 0 auto
  }
  .item02-list li .text {
    text-align: left;
    width: 78%;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 10px 15px 10px;
  }
  .item02-list li .link a {
    margin-bottom: 5px;
  }
  .item02-list li .text span {
    font-size: 15px;
  }
  .visual-box .txt-box .text span {
    font-size: 10px;
  }
  .visual-box h2 {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 5px!important;
  }
  .visual-box .detail {
    width: 160px;
  }
  .visual-box .detail span {
    font-size: 12px!important;
    width: 160px;
    padding: 4px 10px;
    margin: 0 auto;
  }
  .visual-box .txt-box .text {
    padding-bottom: 5px;
  }
  .visual-box .txt-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 14px;
  }
  .visual-box .inner {
    width: 100%;
  }
  .visual-box h2 span {
    font-size: 24px;
    padding-bottom: 0;
  }
  #slick > div {
    height: 159px;
  }
  #slick .main01 {
    background: url(/img/main01_sp.jpg) no-repeat top center;
    background-size: cover;
    height: 159px;
  }
  #slick .main02 {
    background: url(/img/main02_sp.jpg) no-repeat top center;
    background-size: cover;
    height: 159px;
  }
  #slick .main03 {
    background: url(/img/main03_sp.jpg) no-repeat top center;
    background-size: cover;
    height: 159px;
  }
  #slick .main04 {
    background: url(/img/main04_sp.jpg) no-repeat top center;
    background-size: cover;
    height: 159px;
  }
  .visual-box .search-info {
    background: #ecf0f6;
    border-bottom: 1px solid #e4eaf4;
    padding: 10px;
  }
  .visual-box .search-info .btn a {
    display: block;
    background: #d23c28;
    text-align: center;
    font-size: 16px;/* 190627 edit */
    color: #fff;
    padding: 14px;
    border-radius: 5px;
  }
  .visual-box .search-info .btn a:hover {
    text-decoration: none;
  }
  .visual-box .search-info .btn a span {
    background: url(/common/img/ico_search01_sp.png) no-repeat 0 0;
    background-size: 22px 25px;
    padding: 3px 0 3px 35px;
  }
  .footer01 .f_banner {
    padding: 0;
  }
  .head-box h3.tit,
  .fontL .head-box h3.tit {
    padding: 0 10px;
  }
  .head-box .rss {
    bottom: -8px;
    right: 10px;
  }
  /* 190627 edit */
  .visual-box .search-info .btn {
    float: right;
    width: 49%;
  }
  .visual-box .search-info .btn2 {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .visual-box .search-info .btn2 a {
    display: block;
    background: #3c8cdc;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 14px;
    border-radius: 5px;
  }
  .visual-box .search-info .btn2 a:hover {
    text-decoration: none;
  }
  .visual-box .search-info .btn2 a span {
    background: url(/common/img/ico_search04_sp.png) no-repeat 0 0;
    background-size: 22px 25px;
    padding: 3px 0 3px 35px;
  }
}

@media only screen and (max-width: 350px){
  .head-box h3.tit span {
    padding-right: 35px;
  }
  .visual-box .txt-box {
    top: 15%;
  }
  .visual-box h2 span {
    font-size: 22px;
  }
}


/*-- demoform ---------------------*/
.demoform .company_name {
    padding-bottom: 5px;
    display: inline-block;
}
.demoform .tbl02 td {
  padding-left: 0;
}
.demoform .submit-button {
  margin: 40px auto 0;
  width: 380px;
}
.demoform .submit-button input {
  border: 1px solid #144678;
    background: #144678;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    border-radius: 28px;
    width: 100%;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .demoform .submit-button {
    width: 280px;
  }
  .demoform .submit-button input {
    font-size: 16px;
    padding: 10px 0;
  }
}

.ecart-box .pc_area {
  display: block;
}
.ecart-box .sp_area {
  display: none;
}

@media only screen and (max-width: 767px) {
.ecart-box .pc_area {
  display: none;
}
.ecart-box .sp_area {
  display: block;
  /* height: 626px;
  overflow: hidden; */
}
}
