@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
#index_menu {
  position: relative;
  padding:50px 0;
  margin-bottom:60px;
  overflow: hidden;
  /*background-image: linear-gradient(-45deg, #F0F4F2 25%, #f9f8f4 25%, #f9f8f4 50%, #F0F4F2 50%, #F0F4F2 75%, #f9f8f4 75%, #f9f8f4);*/
  /*background-size: 10px 10px;*/
}
#index_menu_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
#index_menu dl {
  width:180px;
  float:left;
  margin-right:25px;
  font-weight: 600;
}
#index_menu dl:last-child {
  margin-right:0;
}
#index_menu .circle { 
  display: block;
  position: relative;
  width: 180px;
  height: 180px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  color:#333;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, .8);
}
#index_menu .circle:hover {
  color: #F6AB00;
}
#index_menu .circle i {
  box-sizing:border-box;
  position: absolute;
  top:0;
  left:0;
  font-size:1.8rem;
  border-width: 5px;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  background: transplant;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -ms-transition: .6s;
  transition: .6s;
}
#index_menu .circle i:hover{
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border-top-color: #F6AB00;
  border-right-color: #E50055;
  border-bottom-color: #6FBA2C;
  border-left-color: #187FC4;
}
#index_menu .circle i::before {
  position:relative;
  top:35px;
  font-size:4.6rem;
  color:#09304A;
}
#index_menu dl:nth-child(4) .circle i::before {
  top: 26px;
  font-size: 5.6rem;
}
#index_menu .circle strong {
  box-sizing:border-box;
  padding-top:45px;
  font-size:1.5rem;
  line-height:1.4;
  display: table-cell;
  width:180px;
  height:180px;
  vertical-align:middle;
}
#index_menu dd {
  margin:15px 5px 0 5px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
#index_menu dd a {
  color: #fff;
  text-decoration: none;
  -moz-text-shadow:1px 1px 2px #555, 1px 1px 1px #555;
  -webkit-text-shadow:1px 1px 2px #555, 1px 1px 1px #555;
  text-shadow:1px 1px 2px #555, 1px 1px 1px #555;
}
  @media screen and (max-width: 767px) {
    #index_menu {
      text-align: center;
      padding:35px 0 10px 0;
      margin-bottom:40px;
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
    }
    #index_menu_bg {
      width: auto;
      height: 100%;
    }
    #index_menu dl {
      box-sizing: border-box;
      display: inline-block;
      width:48%;
      padding: 0 1.5%;
      float:none;
      margin:0 0 30px 0;
      vertical-align: top;
    }
    #index_menu .circle { 
      margin: 0  auto;
    }
    #index_menu dd {
      text-align: left;
      font-size: 1.3rem;
    }
  }
  @media screen and (max-width: 479px) {
    #index_menu .circle { 
      width: 160px;
      height: 160px;
    }
    #index_menu .circle i {
      font-size:1.6rem;
      width: 160px;
      height: 160px;
    }
    #index_menu .circle i::before {
      top:30px;
      font-size:4.2rem;
    }
    #index_menu dl:nth-child(4) .circle i::before {
      top: 20px;
      font-size: 5.2rem;
    }
    #index_menu .circle strong {
      padding-top:45px;
      font-size:1.4rem;
      width:160px;
      height:160px;
    }
  }
  @media screen and (max-width: 320px) {
    #index_menu .circle { 
      width: 130px;
      height: 130px;
    }
    #index_menu .circle i {
      font-size:1.5rem;
      width: 130px;
      height: 130px;
    }
    #index_menu .circle i::before {
      top:25px;
      font-size:4rem;
    }
    #index_menu dl:nth-child(4) .circle i::before {
      top: 18px;
      font-size: 4.6rem;
    }
    #index_menu .circle strong {
      font-size:1.1rem;
      width: 130px;
      height: 130px;
    }
  }

/*ユーザーにとって有益なコミュニケーションを創り出す*/
#index_greet .inner {
  box-sizing:border-box;
  background:url(../img/index/index_greet_bg.jpg) right bottom no-repeat;
  background-size:600px auto;
  padding-bottom:105px;
  margin-bottom: 60px;
}
#index_greet h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}
#index_greet p {
  padding-bottom:15px;
}
#index_greet p strong {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
#index_greet p strong::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: rgba(250,255,91,0.7);
  z-index: -1;
  content: "";
}
#index_greet .fukidashi {
  opacity: 0;
  position: absolute;
  bottom: 415px;
  right: 45px;
}
.index_greet_txt {
  padding-top: 12px;
  border-left: solid 5px #333;
  padding-left: 20px;
}
  @media screen and (max-width: 767px) {
    #index_greet .inner {
      padding-bottom:130px;
    }
    #index_greet h2 {
      font-size: 2rem;
      line-height: 1.5;
      padding-left: 10px;
      border-left: solid 3px #187FC4;
    }
    #index_greet p {
      padding-bottom:15px;
    }
    #index_greet .fukidashi {
      bottom: 400px;
      right: 45px;
    }
    .index_greet_txt {
      padding-top: 0;
      border-left: none;
      padding-left: 0;
    }
  }
  @media screen and (max-width: 479px) {
    #index_greet .inner {
      background-size:600px auto;
      padding-bottom:565px;
      margin-bottom: 205px;
    }
  }

#index_greet .selector {
  position: relative;
  left:0;
  bottom:0;
  width: 110px;
  height: 110px;
  margin:130px 0 0 115px;
}
  @media screen and (max-width: 767px) {
    #index_greet .selector {
      margin:330px 0 0 115px;
    }
  }
  @media screen and (max-width: 479px) {
    #index_greet .selector {
      position: absolute;
      left:50%;
      bottom:-54px;
      width: 110px;
      height: 110px;
      margin:130px 0 0 -55px;
    }
  }

#index_greet .selector,
#index_greet .selector button {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
#index_greet .selector button {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg/hex_bg00.png) center center no-repeat;
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: all .1s;
}

#index_greet .selector button:hover {
  opacity: 0.8;
}
#index_greet .selector button:focus { outline: none; }
#index_greet .selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -0;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
#index_greet .selector li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}
#index_greet .selector li input { display: none; }
#index_greet .selector li input + label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  color: #fff;
  background: url(../img/common/bg/hex_bg00.png) center center no-repeat;
  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#index_greet .selector li input + label { background: url(../img/common/bg/hex_bg07.png) center center no-repeat; }

#index_greet .selector li:nth-child(1) input:checked + label { background: url(../img/common/bg/hex_bg00.png) center center no-repeat; }
#index_greet .selector li:nth-child(2) input:checked + label { background: url(../img/common/bg/hex_bg00.png) center center no-repeat; }
#index_greet .selector li:nth-child(3) input:checked + label { background: url(../img/common/bg/hex_bg00.png) center center no-repeat; }
#index_greet .selector li:nth-child(4) input:checked + label { background: url(../img/common/bg/hex_bg00.png) center center no-repeat; }
#index_greet .selector li:nth-child(5) input:checked + label { background: url(../img/common/bg/hex_bg00.png) center center no-repeat; }
#index_greet .selector li:nth-child(6) input:checked + label { background: url(../img/common/bg/hex_bg00.png) center center no-repeat; }

#index_greet .selector li:nth-child(1) input + label { background: url(../img/common/bg/hex_bg01.png) center center no-repeat; }
#index_greet .selector li:nth-child(2) input + label { background: url(../img/common/bg/hex_bg02.png) center center no-repeat; }
#index_greet .selector li:nth-child(3) input + label { background: url(../img/common/bg/hex_bg03.png) center center no-repeat; }
#index_greet .selector li:nth-child(4) input + label { background: url(../img/common/bg/hex_bg04.png) center center no-repeat; }
#index_greet .selector li:nth-child(5) input + label { background: url(../img/common/bg/hex_bg05.png) center center no-repeat; }
#index_greet .selector li:nth-child(6) input + label { background: url(../img/common/bg/hex_bg06.png) center center no-repeat; }

#index_greet .selector.open li input + label {
  width: 110px;
  height: 110px;
  line-height: 1.6;
  margin-left: -55px;
  font-size: 1.5rem;
}
#index_greet .selector span {
  box-sizing: border-box;
  font-size: 1.6rem;
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  height: 110px;
}
#index_greet .selector small {
  font-size: 1.1rem;
  display: block;
}

/*インデックスタイトル*/
.index_ttl {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 35px;
}
.index_ttl small {
  position: relative;
  display: block;
  padding-top: 2px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #999;
  font-family: 'Roboto', sans-serif;
}
.index_ttl small::after {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  border-top: solid 3px #307CC1;
  content: "";
}
  @media screen and (max-width: 767px) {
    .index_ttl {
      font-size: 2.6rem;
      margin-bottom: 25px;
    }
    .index_ttl small {
      font-size: 1.4rem;
    }
  }
  @media screen and (max-width: 414px) {
    .index_ttl {
      font-size: 6.5vw;
    }
  }

/*制作実績*/
.home #index_works {
  position: relative;
}
.home #index_works::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/index/index_works_bg.jpg) top center no-repeat;
  background-size: 100% auto;
  z-index: -10;
}
#index_works {
  padding: 40px 0 65px;
  border-top: solid 1px #ddd;
}
#index_works .index_works_box {
  position: relative;
  text-decoration: none;
  display:block;
  width:310px;
  float:left;
  margin-right:35px;
  margin-bottom:30px;
  color: #333;
}
#index_works .index_works_box:hover {
  position: relative;
  color: #fff;
}
#index_works .index_works_box::after {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -5;
  transition: all 0.2s ease-in-out 0s;
}
#index_works .index_works_box:hover::after {
  left: -10px;
  top:-10px;
  background: #333;
  padding: 0 20px 20px 0;
}
#index_works .index_works_box:nth-child(3n) {
  margin-right:0;
}
#index_works .index_works_box figure {
  border:solid 1px #ddd;
  overflow: hidden;
}
#index_works .index_works_box:hover figure {
  border:solid 1px #333;
}
#index_works .index_works_box:hover figure img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#index_works .index_works_box span {
  display:inline-block;
  border-radius:3px;
  padding:1px 6px;
  font-size:11px;
  color:#fff;
  margin-right:4px;
}
#index_works .index_works_box p {
  padding-top:10px;
  line-height:1.3;
}
#index_works .index_works_box b {
  display:inline-block;
  margin-right:5px;
  font-weight: 500;
}
#index_works .btn01 {
  clear: both;
  padding-top: 15px;
}
  @media screen and (max-width: 767px) {
    #index_works {
      padding: 40px 0 50px ;
    }
    #index_works .index_works_box {
      width:48%;
      float:left;
      margin-right:0;
    }
    #index_works .index_works_box:nth-child(even) {
      float: right;
    }
    #index_works .index_works_box figure {
      margin-bottom: 5px;
    }
  }

/*お客様の声*/
#index_voice {
  background: #f3eee7;
  padding: 40px 0 55px 0;
  border-top: solid 1px #ddd;
}
.voice_box {
  opacity: 0;
  position: relative;
  box-sizing: border-box;
  padding: 48px 20px 20px 20px;
  width: 31%;
  background-color: #fff;
  background-image:
  linear-gradient(rgba(241,207,164,0.5) .1em, transparent .1em);
  background-size: 100% 1.5em;
  line-height:1.5em;
}
.voice_box p {
  font-family: "トーキング";
}
.voice_box table {
  margin-top: 10px;
}
.voice_box th {
  text-align: right;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 500;
}
.voice_box td {
  width: 105px;
  text-align: right;
}
.voice_box i {
  position: absolute;
  left: 50%;
  top: -25px;
  font-size: 5rem;
  margin-left: -2.5rem;
  color: #999;
}
  @media screen and (max-width: 767px) {
    #index_voice {
      padding: 30px 0 45px 0;
    }
    .voice_wrap {
      display: -webkit-block;
      display: -moz-block;
      display: -ms-block;
      display: -o-block;
      display: block;
      padding-top: 10px;
    }
    .voice_box {
      width: 100%;
      margin-bottom: 30px;
    }
    .voice_box:last-child {
      margin-bottom: 0;
    }
  }

/*ホームページ制作のポイント*/
#index_point {
  padding: 40px 0 80px;
  border-top: solid 1px #ddd;
}
.index_point_box {
  margin-bottom:45px;
}
.index_point_box dl {
  box-sizing: border-box;
  width: 33.33%;
  padding: 25px 20px;
}
.index_point_box dt {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.index_point_box dt:first-letter {
  color: #187FC4;
}
.index_point_box dd {
  font-size: 1.4rem;
}
.index_point_box dl:nth-child(odd) {
  background: #eee;
}
  @media screen and (max-width: 767px) {
    #index_point {
      padding: 30px 0 60px;
    }
    .index_point_box dl {
      padding: 15px;
    }
    .index_point_box dt {
      font-size: 1.8rem;
      margin-bottom: 7px;
    }
    .index_point_box dd {
      font-size: 1.2rem;
    }
    #index_point .btn01 {
	  margin: 0 10px;
    }
  }
  @media screen and (max-width: 414px) {
    .index_point_box dl {
      width: 100%;
      display: -webkit-block;
      display: -moz-block;
      display: -ms-block;
      display: -o-block;
      display: block;
    }
    .index_point_box dt {
      font-size: 1.6rem;
    }
    .index_point_box dd {
      font-size: 1.2rem;
    }
  }
  @media screen and (max-width: 320px) {
    #index_point .btn01 a {
      font-size: 1.2rem;
    }
  }

.consultation_area h3 {
  margin-top: 15px;
}
.consultation_area table {
  margin: 5px 0 10px 0;
  border-top: solid 1px #ddd;
}
.consultation_area th {
  background: #eee;
  vertical-align: middle;
  text-align: center;
}
.consultation_area p small {
  display: block;
  line-height: 1.5;
}

/*新着情報*/
#index_news {
  overflow: hidden;
  height: 450px;
}
#index_news .index_ttl {
  margin-bottom: 15px;
}
#index_news .youtube_wrapper {
  position: relative;
  width:100%;
  padding-top: 56.25%;
}
#index_news iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: -75%;
  width: 100% !important;
}
#index_news .inner {
  z-index: 100;
  padding: 40px 0;
}
#index_news .news_box {
  box-sizing: border-box;
  height: 370px;
  padding: 30px 40px;
  background: rgba(255,255,255,0.9);
  border-radius: 5px;
}
#index_news li {
  border-bottom: dotted 1px #aaa;
}
#index_news li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
}
#index_news li a:hover {
  background: #fff;
}
#index_news li time {
  display: inline-block;
  margin-right: 25px;
}
#index_news li span {
  box-sizing: border-box;
  min-width: 85px;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  background:#aaa;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 7px;
  line-height: 1.6;
}
#index_news li b {
  font-weight: 500;
}

  @media screen and (max-width: 1200px) {
    #index_news iframe {
      top: -90%;
    }
  }
  @media screen and (max-width: 767px) {
    #index_hp {
      padding: 35px 10px 25px 10px;
    }
    #index_news {
      height: auto;
    }
    #index_news .inner {
      z-index: 100;
      padding: 0 0 30px 0;
    }
    #index_news .index_ttl {
      margin-bottom: 5px;
    }
    #index_news .news_box {
      box-sizing: border-box;
      height: auto;
      padding: 10px 10px 20px 10px;
    }
    #index_news li time {
      display: block;
    }
    #index_news li span {
      font-size: 1.2rem;
    }
    #index_news li b {
      display: block;
    }
  }
  @media screen and (max-width: 479px) {
  }

/*----------------------------------------------------
  サービス service
--------------------------------------------------- */
#service_menu a {
  position: relative;
  box-sizing: border-box;
  display: table;
  width: 100%;
  border: solid 1px #ddd;
  padding: 15px;
  text-decoration: none;
  color: #333;
}
#service_menu a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #187FC4;
  border-right: 15px solid #187FC4;
  border-bottom: 15px solid #fff;
  border-left: 15px solid #fff;
}
#service_menu a:hover {
  border: solid 1px #307CC1;
  color: #307CC1;
}
#service_menu h3 { 
  position: relative;
  width: 180px;
  height: 180px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-right: solid 1px #ddd;
  background: #E2ECF6;
  transition: all 0.2s ease-in-out 0s;
}
#service_menu a:hover h3 {
  background: #307CC1;
  color: #fff;
}
#service_menu h3 i {
  box-sizing:border-box;
  position: absolute;
  top:0;
  left:0;
  font-size:1.8rem;
  width: 180px;
  height: 180px;
}
#service_menu h3 i::before {
  position:relative;
  top:35px;
  font-size:4.6rem;
  color:#09304A;
  transition: all 0.2s ease-in-out 0s;
}
#service_menu section:nth-child(4) i::before {
  top: 26px;
  font-size: 5.6rem;
}
#service_menu a:hover h3 i::before {
  color: #fff;
}
#service_menu h3 strong {
  box-sizing:border-box;
  padding-top:45px;
  font-size:1.5rem;
  line-height:1.4;
  display: table-cell;
  width:180px;
  height:180px;
  vertical-align:middle;
}
#service_menu p {
  box-sizing: border-box;
  padding:0 15px 0 30px;
  display: table-cell;
  width: 780px;
  height: 180px;
  vertical-align: middle;
}
  @media screen and (max-width: 767px) {
    #service_menu section {
      padding-bottom: 10px;
    }
    #service_menu a {
      padding: 12px;
    }
    #service_menu h3 {
      background: #307CC1;
      color: #fff;
      width: 140px;
      height: 140px;
    }
    #service_menu h3 i {
      font-size:1.6rem;
      width: 140px;
      height: 140px;
    }
    #service_menu h3 i::before {
      color: #fff;
      top:30px;
      font-size:3.6rem;
    }
    #service_menu section:nth-child(4) i::before {
      top: 22px;
      font-size: 4.6rem;
    }
    #service_menu h3 strong {
      padding-top:35px;
      font-size:1.3rem;
      width:140px;
      height:140px;
      font-weight: 400;
    }
    #service_menu p {
      padding:0 0 0 12px;
      width: 100%;
      height: 140px;
    }
  }
  @media screen and (max-width: 320px) {
    #service_menu a {
      padding: 10px;
    }
    #service_menu a::after {
      border-top: 10px solid #187FC4;
      border-right: 10px solid #187FC4;
      border-bottom: 10px solid #fff;
      border-left: 10px solid #fff;
    }
    #service_menu h3 {
      width: 110px;
      height: 110px;
    }
    #service_menu h3 i {
      font-size:1.5rem;
      width: 110px;
      height: 110px;
      top: -5px;
      
    }
    #service_menu h3 i::before {
      top:28px;
      font-size:3.2rem;
    }
    #service_menu section:nth-child(4) i::before {
      top: 20px;
      font-size: 4.2rem;
    }
    #service_menu h3 strong {
      padding-top:42px;
      font-size:1.1rem;
      width:110px;
      height:110px;
    }
    #service_menu p {
      padding:0 0 0 10px;
      width: 100%;
      height: 110px;
      line-height: 1.5;
      font-size: 1.3rem;
    }
  }

#service_menu_lower {
  display: table;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 50px;
}
#service_menu_lower a {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 20%;
  text-decoration: none;
  color: #333;
}
#service_menu_lower .selected {
  color: #fff;
}
#service_menu_lower .selected p {
  background: #307CC1;
  color: #fff;
  border: solid 1px #307CC1;
}
#service_menu_lower .selected p i::before {
  color: #fff;
}
#service_menu_lower a:hover {
  color: #fff;
}
#service_menu_lower a:hover p {
  background: #307CC1;
  color: #fff;
  border: solid 1px #307CC1;
}
#service_menu_lower a:hover p i::before {
  color: #fff;
}
#service_menu_lower p { 
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border: solid 1px #ddd;
  background: #E2ECF6;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 50%;
}
#service_menu_lower p i {
  box-sizing:border-box;
  position: absolute;
  top:5px;
  left:0;
  font-size:1.8rem;
  width: 180px;
  height: 180px;
}
#service_menu_lower p i::before {
  position:relative;
  top:35px;
  font-size:4.6rem;
  color:#09304A;
  transition: all 0.2s ease-in-out 0s;
}
#service_menu_lower a:nth-child(4) i::before {
  top: 26px;
  font-size: 5.6rem;
}
#service_menu_lower p strong {
  box-sizing:border-box;
  padding-top:55px;
  font-size:1.5rem;
  line-height:1.4;
  display: table-cell;
  width:180px;
  height:180px;
  vertical-align:middle;
}
  @media screen and (max-width: 767px) {
    #service_menu_lower {
      display: none;
    }
  }

#service .btn01 {
  margin-top: 45px;
}

/*----------------------------------------------------
  ホームページ制作 service01
--------------------------------------------------- */
#service01_02 {
  background: url(../img/service/service01/service01_02_bg.jpg) center center fixed;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 80px;
  -moz-text-shadow:1px 1px 2px #555, 1px 1px 1px #555;
  -webkit-text-shadow:1px 1px 2px #555, 1px 1px 1px #555;
  text-shadow:1px 1px 2px #555, 1px 1px 1px #555;
}
.service01_02_box01 {
  margin-bottom: 40px;
}
.service01_02_box01 .fl {
  width: 560px;
}
.service01_02_box01 .fr {
  width: 400px;
}
.service01_02_box01 p {
  margin-bottom: 20px;
}
.service01_02_box01 dt {
  border: solid 1px #fff;
  margin-bottom: 12px;
  line-height: 1.5;
  padding: 5px 40px;
  font-weight: 500;
  background-color: rgba(255,255,255,0.2);
  border-radius: 5px;
  display: inline-block;
}
.service01_02_box01 dl {
  padding: 15px 0;
  line-height: 1.6;
}
.service01_02_box01 figure {
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  margin-bottom: 15px;
}
.service01_02_box01 figcaption {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 5px 25px 25px 25px;
}
.service01_02_box02 figure {
  margin-bottom: 20px;
}
#service01_03 dl {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 25px 20px;
}
#service01_03 dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
#service01_03 dt:first-letter {
  color: #187FC4;
}
#service01_03 dd {
  font-size: 1.4rem;
}
.service01_03_box01 dl:nth-child(even) {
  background: #eee;
}
.service01_03_box02 dl:nth-child(odd) {
  background: #eee;
}
  @media screen and (max-width: 767px) {
    #service01_02 {
      background: url(../img/service/service01/service01_02_bg_sp.jpg) center center repeat-y;
      background-size: 100% auto;
      margin-bottom: 50px;
      padding: 30px 0;
    }
    .service01_02_box01 figcaption {
      display: block;
      font-size: 1.2rem;
    }
    #service01_03 dl {
      width: 50%;
      background:none;
    }
    .service01_03_box01 dl:nth-child(1),.service01_03_box01 dl:nth-child(4) {
      background: #eee!important;
    }
    .service01_03_box02 dl:nth-child(1),.service01_03_box02 dl:nth-child(4) {
      background: #eee!important;
    }
  }
  @media screen and (max-width: 479px) {
    #service01_03 dl {
      padding: 15px 12px;
    }
    #service01_03 dt {
      font-size: 1.6rem;
    }
  }

/*----------------------------------------------------
  Webコンサルティング service02
--------------------------------------------------- */
.consul_greet {
  margin-bottom: 30px;
}
.consul_greet .fl {
  width: 570px;
}
.consul_greet .fl p {
  margin-bottom: 15px;
}
.consul_greet .fr {
  width: 400px;
  margin-bottom: 20px;
}
.pdca_box {
  position: relative;
  margin-bottom: 30px;
}
.pdca_img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -165px;
  margin-top: -165px
}
.pdca_box td {
  width: 50%;
  height: 220px;
}
.pdca_box td strong {
  display: inline-block;
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.pdca_box td strong i {
  margin: 0 5px;
  color: #187FC4;
  font-size: 2.6rem;
}
.pdca_plan {
  vertical-align: top;
  padding: 30px 150px 0 0;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.pdca_plan strong i {
  color: #FEA500!important;
}
.pdca_do {
  vertical-align: top;
  padding: 30px 0 0 150px;
  text-align: right;
}
.pdca_do strong i {
  color: #95CC00!important;
}
.pdca_check {
  vertical-align: bottom;
  padding: 0 150px 30px 0;
}
.pdca_check strong i {
  color: #FF2C00!important;
}
.pdca_action {
  vertical-align: bottom;
  padding: 0 0 30px 150px;
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
  text-align: right;
}
.pdca_action strong i {
  color: #31B6C2!important;
}
  @media screen and (max-width: 767px) {
    .consul_greet {
      margin-bottom: 10px;
    }
    .pdca_img {
      display: block;
      position: static;
      text-align: center;
      width: 100%;
      margin: 0 0 10px 0;
    }
    .pdca_img img {
      width: 250px;
    }
    .pdca_box {
      margin-bottom: 10px;
    }
    .pdca_box td {
      width: 50%;
      height: auto;
      padding: 15px!important;
    }
    .pdca_box td strong {
      font-size: 1.6rem;
      line-height: 1.5;
    }
    .pdca_box td strong i {
      font-size: 2.2rem;
    }
    .pdca_plan {
      background: #FFF6E5;
    }
    .pdca_do {
      text-align: left;
      background: #F4F9E5;
    }
    .pdca_check {
      vertical-align: top;
      background: #FEEAE5;
    }
    .pdca_action {
      vertical-align: top;
      text-align: left;
      background: #EAF7F9;
    }
  }

.consul_table_head {
  padding: 20px 0;
}
.consul_table_head li {
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1rem;
  background: url(../img/service/service02/service02_arrow.png) #E2ECF6 right center no-repeat;
  border-left: solid 7px #fff;
  color: #09304A;
}
.consul_table_body ul {
  position: relative;
  box-sizing: border-box;
  width: 22%;
  margin: 0 1.5%;
  float: left;
  border: solid 1px #ddd;
  padding: 10px;
}
.consul_table_body ul::after {
  position: absolute;
  right: -11%;
  top: 50%;
  margin-top: -12px;
  content: "\f054";
  font-family: FontAwesome;
  color: #187FC4;
}
.consul_table_body ul:last-child::after {
  display: none;
}
.consul_table_body li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  line-height: 1.5;
  margin: 5px 0;
}
  @media screen and (max-width: 767px) {
    .consul_table_head {
      padding: 10px 0 30px 0;
    }
    .consul_table_body ul {
      box-sizing: border-box;
      width: 100%;
      margin: 0 0 30px 0;
    }
    .consul_table_body ul::after {
      font-size: 2.4rem;
      right: auto;
      left:50%;
      top: auto;
      bottom: -37px;
      margin: 0 0 0 -17px;
      content: "\f078";
    }
    .consul_table_body ul:last-child {
      margin-bottom: 0;
    }
  }

/*----------------------------------------------------
  CMS開発 service03
--------------------------------------------------- */
#service03_03 dl {
  padding: 30px 0;
  border-bottom: dotted 1px #ccc;
}
#service03_03 dt {
  padding-left: 85px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
#service03_03 .cms01 {
  padding-top: 10px;
}
.cms01 dt {
  background: url(../img/service/service03/cms01.png) 0 0 no-repeat;
  line-height: 70px;
}
.cms02 dt {
  background: url(../img/service/service03/cms02.png) 0 0 no-repeat;
  line-height: 79px;
}
.cms03 dt {
  background: url(../img/service/service03/cms03.png) 0 0 no-repeat;
  line-height: 70px;
}
.cms04 dt {
  background: url(../img/service/service03/cms04.jpg) 0 0 no-repeat;
  line-height: 84px;
}
.cms05 dt {
  background: url(../img/service/service03/cms05.png) 0 0 no-repeat;
  line-height: 84px;
}

/*----------------------------------------------------
  スマホ最適化・レスポンシブ対応 service04
--------------------------------------------------- */
#service04_01 .fl {
  width: 760px;
}
#service04_01 .fl p {
  margin-bottom: 20px;
}
#service04_01 .fr {
  width: 200px;
}
#service04_01 .fr figure {
  position: relative;
}
#service04_01 .fr figcaption {
  font-size: 1.2rem;
  border: solid 1px #E81A66;
  padding: 4px 2px;
  text-align: center;
  margin-bottom: 10px;
  color: #E81A66;
  border-radius: 3px;
}
#service04_01 .fr p {
  box-sizing: border-box;
  position: absolute;
  width: 350px;
  right: 240px;
  bottom: 60px;
  background: #333;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.4rem;
}
#service04_01 .fr p::before {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: -47px;
  margin-top: -6px;
  content: "";
  background: #333;
  border-radius: 50%;
}
#service04_01 .fr p::after {
  position: absolute;
  width: 47px;
  height: 1px;
  top: 50%;
  right: -45px;
  content: "";
  background: #333;
}
#service04_02 figure {
  margin-bottom: 30px;
}
#service04_02 dl {
  margin-bottom: 30px;
}
#service04_02 dt {
  font-weight: 600;
}
#service04_03 {
  border: solid 1px #187FC4;
  padding: 30px;
  background: url(../img/service/service04/service04_03.png) no-repeat right bottom;
  border-radius: 3px;
  overflow: hidden;
}
#service04_03 h3 {
  border-left: solid 3px #187FC4;
  padding-left: 10px;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
#service04_03 p {
  width: 600px;
}
#service04_03 p strong {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
#service04_03 p strong::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: rgba(250,255,91,0.7);
  z-index: -1;
  content: "";
}
  @media screen and (max-width: 767px) {
    #service04_01 .fr figure {
      text-align: center;
      background: #ccc;
    }
    #service04_01 .fr figure img {
      width: 180px;
    }
    #service04_01 .fr figcaption {
      font-size: 1.3rem;
      background: #E81A66;
      padding: 8px 2px;
      text-align: center;
      margin-bottom: 15px;
      color: #fff;
      border-radius: 0;
    }
    #service04_01 .fr p {
      box-sizing: border-box;
      position: static;
      width: 100%;
      padding: 12px 15px;
      font-size: 1.4rem;
      text-align: left;
    }
    #service04_01 .fr p::before {
      display: none;
    }
    #service04_01 .fr p::after {
      display: none;
    }
    #service04_02 figure {
      margin-bottom: 20px;
    }
    #service04_02 dl {
      margin-bottom: 20px;
    }
    #service04_03 {
      padding: 18px;
      background-size: 180px auto;
      border-radius: 3px;
      padding-right: 185px;
    }
    #service04_03 h3 {
      font-size: 1.8rem;
      margin-bottom: 5px;
    }
    #service04_03 p {
      width: 100%;
    }
  }
  @media screen and (max-width: 600px) {
    #service04_03 {
      border-radius: 3px;
      padding:18px 18px 170px 18px;
      background: url(../img/service/service04/service04_03.png) no-repeat center bottom;
    }
  }

/*----------------------------------------------------
  運用・保守 service05
--------------------------------------------------- */
.plan_box .fl {
  box-sizing: border-box;
  width: 370px;
  color: #fff;
  padding: 60px 20px;
  line-height: 1.5;
}
.plan_box .fr {
  box-sizing: border-box;
  display: table;
  width: 628px;
  text-align: left;
  padding: 10px 20px;
}
.plan_box .fr figure {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.plan_box .fr figure img {
  margin: 7px;
}
.plan_box {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.plan_box h3 {
  font-size: 2.8rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #fff;
}
.plan_box .price small {
  display: block;
  font-size: 1.8rem;
}
.plan_box .price b {
  font-size: 3.6rem;
}
.plan_box .price span {
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
  margin-left: 10px;
}
#plan01 {
  border: solid 1px #A0C452;
}
#plan01 .fl {
  background: #A0C452;
}
#plan02 {
  border: solid 1px #5ECAD6;
}
#plan02 .fl {
  background: #5ECAD6;
}
#plan03 {
  border: solid 1px #EDB25A;
}
#plan03 .fl {
  background: #EDB25A;
}
#plan04 {
  border: solid 1px #E68967;
}
#plan04 .fl {
  background: #E68967;
}
#service05_04 p {
  margin-bottom: 20px;
}
#service05_04 table {
  margin-bottom: 15px;
}
#service05_04 th {
  width: 33.33%;
  background: #eee;
  padding: 15px;
  border: solid 1px #ddd;
}
#service05_04 td {
  text-align: center;
  padding: 15px;
  border: solid 1px #ddd;
}
  @media screen and (max-width: 767px) {
    .plan_box {
      margin-bottom: 20px;
    }
    .plan_box .fl {
      padding: 15px;
    }
    .plan_box .fr {
      display: block;
      padding: 10px;
    }
    .plan_box .fr figure {
      display: block;
    }
    .plan_box .fr figure img {
      width: 43.5px;
      margin: 6px;
    }
    .plan_box h3 {
      font-size: 2rem;
      padding-bottom: 12px;
      margin-bottom: 12px;
    }
    .plan_box .price small {
      font-size: 1.5rem;
    }
    .plan_box .price b {
      font-size: 2.4rem;
    }
    .plan_box .price span {
      font-size: 1.5rem;
    }
  }

/*----------------------------------------------------
  制作実績 works
--------------------------------------------------- */
#works_list #index_works {
  padding: 0;
  border: none;
}
#works_list #index_works > p {
  margin-bottom: 30px;
}
.works_detail_box {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: dotted 1px #ccc;
}
.pc_img {
  position: relative;
  width: 900px;
  height: 805px;
  background: url(../img/works/pc_mock.png) left top no-repeat;
}
.pc_img figure {
  box-sizing: border-box;
  position: absolute;
  left: 35px;
  top: 35px;
  width: 830px;
  height: 455px;
  overflow: auto;
  background: #fff;
}
.works_cat {
  margin-bottom: 30px;
}
.works_cat span {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.works_txt {
  padding-bottom: 20px;
}
.works_url {
  padding-top: 10px;
}
  @media screen and (max-width: 767px) {
    .works_detail_box {
      width: 100%;
    }
    .pc_img {
      position: relative;
      width: 560px;
      height: 510px;
      margin: 0 auto;
      background-size: 100% auto;
    }
    .pc_img figure {
      left: 23px;
      top: 23px;
      width: 514px;
      height: 280px;
    }
  }
  @media screen and (max-width: 600px) {
    .pc_img {
      width: 420px;
      height: 380px;
    }
    .pc_img figure {
      left: 16px;
      top: 16px;
      width: 388px;
      height: 212px;
    }
  }
  @media screen and (max-width: 460px) {
    .pc_img {
      width: 300px;
      height: 275px;
    }
    .pc_img figure {
      left: 12px;
      top: 12px;
      width: 276px;
      height: 150px;
    }
  }

/*----------------------------------------------------
  制作の流れ flow
--------------------------------------------------- */
#flow {
  background: #fff;
  padding-bottom: 50px;
}
.flow_box_wrapper {
  position: relative;
  background: url(../img/flow/flow_bg.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  margin-bottom: 80px;
}
.flow_box_wrapper::after {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 50%;
  background: #f6ab00;
  content: "";
}
.flow_box_wrapper::before {
  position: absolute;
  bottom: 150px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 50%;
  background: #f6ab00;
  content: "";
}
.flow_box {
  position: relative;
  box-sizing: border-box;
  width: 470px;
  margin-bottom: 30px;
  color: #fff;
  padding: 18px;
}
.flow_box.fadeInUp {
  opacity: 1!important;
}
.flow_box::after {
  content: ""; 
  display: block; 
  clear: both;
}
.flow_box::before {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #f6ab00;
  content: "";
  border-radius: 26px;
}
.flow_box dl {
  box-sizing: border-box;
  width: 260px;
  line-height: 1.5;
  padding:0 5px;
}
.flow_box dt {
  font-weight: 600;
  font-size: 2rem;
  margin: 7px 0;
}
.flow_box dd {
  font-size: 1.3rem;
}
.flow_l {
  clear: both;
  background: rgba(27,27,27,0.70);
}
.flow_l::before {
  right: -43px;
  top: 50%;
  margin-top: -13px;
}
.flow_l figure {
  float: left;
}
.flow_l dl {
  float: right;
}
.flow_r {
  float: right;
  background: rgba(0,84,149,0.70);
}
.flow_r::before {
  left: -43px;
  top: 50%;
  margin-top: -13px;
}
.flow_r figure {
  float: right;
}
.flow_r dl {
  float: left;
}
#flow_support p {
  margin-bottom: 30px;
}
#flow_support .btn01 {
  text-align: left;
  margin-bottom: 10px;
}
  @media screen and (max-width: 767px) {
    #flow {
      padding-bottom: 40px;
    }
    .flow_box_wrapper {
      padding: 40px 0 20px 0;
      margin-bottom: 50px;
    }
    .flow_box_wrapper::after {
      display: none;}
    .flow_box_wrapper::before {
      display: none;
    }
    .flow_box {
      width: 100%;
      margin-bottom: 20px;
      padding: 15px;
    }
    .flow_box::before {
      display: none;
    }
    .flow_box figure {
      width: 23%;
    }
    .flow_box dl {
      width: 75%;
    }
    .flow_box dt {
      font-size: 1.8rem;
    }
    .flow_r {
      float: none;
    }
    .flow_r figure {
      float: left;
    }
    .flow_r dl {
      float: right;
    }
    #flow_support .btn01 {
      text-align: center;
      margin-bottom: 15px;
    }
  }
  @media screen and (max-width: 600px) {
    .flow_box_wrapper {
      position: relative;
      background: none;
      overflow: hidden;
      margin-bottom: 0;
    }
    .flow_box_wrapper::before {
      background:url(../img/flow/flow_bg_sp.jpg) no-repeat left top;
      background-size: 100% auto;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-bottom: 108px;
      content: "";
      z-index: -1;
    }
    #flow_support {
      padding-top: 30px;
      background: #fff;
    }
  }
  @media screen and (max-width: 479px) {
    .flow_box figure {
      margin: 10px 0;
      width: 30%;
    }
    .flow_box dl {
      width: 68%;
    }
  }

/*----------------------------------------------------
  Web相談 consultation
--------------------------------------------------- */
#consultation_read {
  min-height: 170px;
  box-sizing: border-box;
  padding: 20px 250px 30px 0;
  background: url(../img/consultation/consultation_read.png) #fff right bottom no-repeat;
  background-size: 200px auto;
}
#consultation01 {
  position: relative;
  background: url(../img/consultation/consultation01_bg.jpg) center center no-repeat fixed;
  background-size:cover;
  padding: 60px 0;
  margin-bottom: 60px;
}
#consultation01 .wrapper {
  position: relative;
  box-sizing: border-box;
  padding:60px 10px 40px 10px;
  background: rgba(255,255,255,0.85);
}
#consultation01 h2 {
  box-sizing: border-box;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  text-align: center;
  background: #E11857;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  font-size: 1.8rem;
}
.consul_box {
  float: left;
  width: 23%;
  padding: 1%;
  text-align: justify;
}
.consul_box h3 {
  position: relative;
  margin-bottom: 10px;
  border-bottom: solid 2px #999;
  padding-bottom: 10px;
  line-height: 1.4;
}
.consul_box h3::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: solid 2px #187FC4;
  content: "";
  width: 60px;
}
.consul_box ul {
  margin-bottom: 10px;
}
.consul_box li {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
.consul_box figure {
  border: solid 1px #999;
  background: #eeeeee;
  margin-bottom: 10px;
}
.consul_box p {
  font-size: 1.4rem;
}
#consultation01 .btn01 {
  padding-top: 30px;
}
#consultation02 ul {
  margin-bottom: 40px;
}
#consultation02 li {
  font-size: 1.3rem;
  padding: 8px 5px;
  border-bottom: dotted 1px #ccc;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
  @media screen and (max-width: 767px) {
    #consultation_read {
      min-height: auto;
      background: url(../img/consultation/consultation_read.png) #fff 97% bottom no-repeat;
      padding: 20px 150px 30px 10px!important;
      background-size: 140px auto;
    }
    #consultation01 {
      background:none;
      background-size:cover;
      padding: 0;
      margin-bottom: 40px;
    }
    #consultation01 .wrapper {
      padding:0 10px;
    }
    #consultation01 h2 {
      position: static;
      width: 100%;
      margin-left: 0;
      padding: 14px 10px;
      line-height: 1.4;
      margin-bottom: 10px;
    }
    .consul_box {
      width: 46%;
      padding: 2%;
    }
    #consultation01 .btn01 {
      padding-top: 10px;
    }
    #consultation02 li:first-child{
      padding-top: 0;
    }
  }
  @media screen and (max-width: 479px) {
    #consultation_read {
      background: url(../img/consultation/consultation_read.png) #fff 95% bottom no-repeat;
      padding: 20px 10px 110px 10px!important;
      background-size: 130px auto;
    }
    #consultation01 h2 {
      font-size: 1.6rem;
    }
    .consul_box {
      box-sizing: border-box;
      float: none;
      width: 100%;
      padding: 4%;
    }
  }

/*----------------------------------------------------
  会社案内 company
--------------------------------------------------- */
#company01 .company01_box {
  position: relative;
}
#company01 .company01_txt {
  box-sizing: border-box;
  width: 680px;
  padding-top: 40px;
  position: relative;
  z-index: 5;
}
#company01 dl {
  padding: 10px 30px 30px 0;
  background: rgba(255,255,255,0.8);
}
#company01 dt {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
#company01 dd {
  position: relative;
}
#company01 dd p {
  margin-bottom: 15px;
}
#company01 .company01_box figure {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.company01_box figure img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out 0s;
}
.company01_box figure img.view_img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#company01 dd span {
  font-family: 'Pinyon Script', cursive;
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: -10px;
  color: #ddd;
  font-size: 6rem;
}
  @media screen and (max-width: 767px) {
    #company01 .company01_txt {
      width: 100%;
      padding-top: 0;
      position: relative;
    }
    #company01 dl {
      padding: 0;
    }
    #company01 dt {
      font-size: 2rem;
      margin-bottom: 15px;
    }
    #company01 .company01_box figure {
      position: static;
    }
    #company01 .company01_box figure img {
      width: 100%;
    }
    #company02 td p {
      padding-left: 1.5rem;
      text-indent: -1.5rem;
    }
  }

/*----------------------------------------------------
  新着情報 news
--------------------------------------------------- */
#detail time {
  display: inline-block;
  margin-right: 10px;
}
#detail span {
  color: #fff;
  padding: 0 10px;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.5;
}
  @media screen and (max-width: 767px) {
  }

/*----------------------------------------------------
  新着情報 news
--------------------------------------------------- */
.list_box {
}
.list_box a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px 10px 20px 160px;
  border: solid 1px #fff;
  border-bottom: solid 1px #ddd;
}
.list_box a:hover {
  border: solid 1px #187FC4;
}
.list_box a figure {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 130px;
}
.list_box a time {
  display: block;
}
.list_box a span {
  display: inline-block;
  color: #fff;
  box-sizing: border-box;
  background:#aaa;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 1px 10px;
}

/*----------------------------------------------------
  お客様の声 voice
--------------------------------------------------- */
#voice_list #index_voice {
  padding: 70px 0 30px 0;
  border-top: none;
  margin-bottom: 70px;
}
#voice_list .voice_box {
  opacity: 1;
  margin-bottom: 40px;
}
#voice_list .wp-pagenavi {
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    #voice_list #index_voice {
      padding: 40px 0 5px 0;
      margin-bottom: 45px;
    }
  }

/*----------------------------------------------------
  プライバシーポリシー privacy
--------------------------------------------------- */
#privacy table {
  margin: 10px 0;
}
#privacy ol {
  margin-top: 10px;
}
#privacy ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
#privacy th {
  background: #eee;
}
  @media screen and (max-width: 767px) {
  }

/*----------------------------------------------------
  404ページ
--------------------------------------------------- */
#notfound p {
  margin-bottom: 20px;
}
  @media screen and (max-width: 767px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */

  @media screen and (max-width: 767px) {
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#contact {
  margin-bottom: 30px;
}
.contactForm table {
  margin: 25px 0 40px;
}
  @media screen and (max-width: 767px) {
    .contactForm table {
      margin: 25px 0 10px 0;
    }
  }
.contactForm th {
  width:28%;
  padding:15px 25px;
  border-bottom: dotted 1px #ccc;
  text-align:left;
  background:#F0F0F0;
  font-weight:400;
  font-size:1.6rem;
  vertical-align:middle;
}
.contactForm th span {
  display:block;
  position:relative;
}
.contactForm th span em {
  position:absolute;
  right:0;
  top:3px;
  font-size:1.2rem;
  color:#fff;
  background: #E11857;
  padding: 1px 7px;
  font-style:normal;
  display:inline-block;
  margin-left:10px;
  border-radius: 2px;
}
.contactForm td {
  padding:15px 25px;
  border-bottom: dotted 1px #ccc;
}
.contactForm td input[type="text"],.contactForm td input[type="url"],.contactForm td textarea {
  font-size:1.6rem;
  padding: 10px;
}
.contactForm td .error {
  display:block;
  color:#fff;
  background:#E11857;
  margin-top:5px;
  padding:2px 5px;
  border-radius: 3px;
}
.mw_wp_form_confirm .confirm_none , .contactConfirm .confirm_none {
  display:none;
}

/*inputサイズ*/
.inp_short {
  width:45%;
}
.inp_middle {
  width:65%;
}
.inp_long {
  width:96%;
}
.area_long {
  width:96%;
  height:250px;
}
.inp_zip {
  width:120px;
}
.radio_label {
  margin-right:40px;
}

/*プレースホルダー*/
input::-webkit-input-placeholder { color:#aaa; }
input:-moz-placeholder { color:#666; }
input::-moz-placeholder { color:#666; }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

/*ボタン*/
.btnArea {
  text-align:center;
}
.btnArea span {
  position: relative;
  display: inline-block;
  background: #187FC4;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  margin: 0 10px;
}
.btnArea span:empty {
  display:none;
}
.btnArea span:hover {
  opacity: 0.8;
}
.btnArea input {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 70px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 330px;
  border-radius: 0;
  outline: none;
  padding:0;
  border: none;
  background: none;
}
.btnArea .btn_confirm::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  width: 7px;
}
.btnArea .btn_confirm:hover::before {
  transform: rotate(-315deg);
}
.btnArea .btn_return {
  background: #888;
}
.btnArea .btn_return input:hover {
}
.contactComplete p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact_bnr p {
    font-size:1.4rem;
  }
  .contactForm th ,.contactForm td {
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:12px;
    font-size:1.3rem;
  }
  .contactForm td {
    border:none;
    padding:25px 12px;
  }
  .contactForm td .require {
    margin-left:0;
    display:block;
  }
  .contactForm td .require {
    display:none;
  }
  .mwform-tel-field input {
    width:60px!important;
  }
  .inp_short {
    width:60%;
  }
  .inp_middle {
    width:94%;
  }
  .inp_long {
    width:94%;
  }
  .area_long {
    width:94%;
    height:280px;
  }
  .btnArea span {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .btnArea .btn_return {
    margin-bottom: 30px;
  }
  .btnArea input {
    width:100%;
  }
}
@media screen and (max-width: 479px) {
  .btnArea input {
    margin-left:0!important;
    margin-right:0!important;
  }
}
