/*
    Theme Name: ZIDAI
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: "Noto Sans JP",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

h1,h2,h3,h4{
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "notoSansLight", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
}

article, footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

em, b {
  font-style: normal; }

  img {
      vertical-align: top;
      max-width: 100%;
  }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }

/*//////////////
		header
//////////////*/
.globalheader{
  display: flex;
}
nav#rglobalNavi{
  display: block;
  width: 100%;
  background-color: rgba(255,255,255,0);
  z-index: 2;
}
.globalheader .wrap{

}
.globalheader .wrap::after{
  content: "";
  display: block;
  clear: both;
}
.logoArea{
  float: left;
  margin-top: 4vw;
  margin-left: 30px;
  transition: .3s;
}
.logoArea:hover,
.top_navArea #tel:hover,
.top_navArea #mail:hover{
  opacity: 0.5;
}
.logoArea h1{
    font-size: 0.8em;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
}
.logoArea .head_logo{
  float: left;
  line-height: 80px;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  height: 80px;
}
.logoArea .head_logo img{
  width: auto;
  max-width: 100px;
}
.top_navArea{
  float: right;
  margin-top: 4vw;
  margin-right: 30px;
}
.top_navArea #tel{
  float: right;
  transition: .3s;
}
.top_navArea #mail{
  margin-left: 30px;
  float: right;
  transition: .3s;
}
.top_navArea h1{
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top_navArea h1 a{
  color: #fff;
  margin-left: 10px;
}
.top_navArea i{
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.1em;
  text-align: center;
  color: #4bc7e0;
  border-radius: 50%;
}

#hNavArea {
  clear: both;
  float: right;
}
#hNavArea ul::after{
  content: "";
  display: block;
  clear: both;
}
#hNavArea ul li{
  float: left;
  padding: 0 20px;
  line-height: 1.3em;
  border-left: 2px solid #fff;
}
#hNavArea ul li#toppage{
  border-left: 0;
}
#hNavArea ul li a{
  position: relative;
  display: inline-block;
  color: #fff;
}
#hNavArea ul li a::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  visibility: hidden;
  transition: .3s;
}
#hNavArea ul li a:hover::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
#hNavArea ul li a h1{
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.head_insta{
  display: inline-block;
  vertical-align: middle;
  height: 1.4em;
  width: 1.4em;
  background: url(assets/img/top/navi_insta_icon.png);
  background-position: center;
  background-size: cover;
  transition: .3s;
}
.head_insta:hover{
  opacity: 0.5;
}
.globalnav_btn {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 6px;
  top: 4px;
  z-index: 103;
}
.globalnav_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.globalnav_btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #2f70a3;
  position: absolute;
  left: 0;
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.globalnav_btn span:nth-child(1) {
  bottom: 8px;
}
.globalnav_btn span:nth-child(2) {
  bottom: 17px;
}
.globalnav_btn span:nth-child(3) {
  bottom: 26px;
}
.spnav-show .globalnav_btn span:nth-child(1) {
  -moz-transform: rotate(-45deg) translate3d(4px, -8px, 0);
  -ms-transform: rotate(-45deg) translate3d(4px, -8px, 0);
  -webkit-transform: rotate(-45deg) translate3d(4px, -8px, 0);
  transform: rotate(-45deg) translate3d(4px, -8px, 0);
}
.spnav-show .globalnav_btn span:nth-child(2) {
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.spnav-show .globalnav_btn span:nth-child(3) {
  -moz-transform: rotate(45deg) translate3d(4px, 8px, 0);
  -ms-transform: rotate(45deg) translate3d(4px, 8px, 0);
  -webkit-transform: rotate(45deg) translate3d(4px, 8px, 0);
  transform: rotate(45deg) translate3d(4px, 8px, 0);
}
.spnav_list a{
  color: #000;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  nav#rglobalNavi{
    z-index: 5;
  }
  .logoArea {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
  }
  .logoArea h1 {
    font-size: 0.7em;
  }
  .logoArea .head_logo {
    font-size: 1.2em;
  }
  .h-top{
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #92255a;
    z-index: 3;
  }
  .h-top ul{
    display: none;
  }
  .globalheader {
    background-color: #fff;
    z-index: 3;
    padding-top: 0;
  }
  .globalnav_btn {
    display: block;
  }
  .globalheader .wrap {
    width: 100%;
    margin: 0;
    z-index: 10;
  }
  #hNavArea {
		display: none;
  }
  .globalheader_logo {
    width: 78px;
    height: 73px;
  }
  .globalheader_logo a {
    padding-top: 73px;
    -moz-background-size: auto 73px;
    -o-background-size: auto 73px;
    -webkit-background-size: auto 73px;
    background-size: auto 73px;
  }

  .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    visibility: hidden;
  }
  .spnav-show .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
	.is-sp {
    display: block;
  }
}

/* /////////////////////////////
    globalnav
///////////////////////////// */
.globalnav {
  width: 330px;
}

.globalnav_list li {
  float: right;
  width: 47px;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.globalnav_list li:hover, .globalnav_list li.current {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.globalnav_list li a {
  display: block;
  height: 0;
  padding-top: 162px;
  overflow: hidden;
  background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {
  .spnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  }
  .spnav-show .spnav {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .spnav .spnav_inner {
    display: table;
    width: 100%;
    height: 100%;
  }
  .spnav .spnav_list {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
  }
  .spnav .spnav_list li {
    float: none;
    width: auto;
    -moz-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .spnav .spnav_list li:nth-child(1) {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .spnav .spnav_list li:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .spnav .spnav_list li:nth-child(3) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .spnav .spnav_list li:nth-child(4) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .spnav .spnav_list li:nth-child(5) {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .spnav .spnav_list li:nth-child(6) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .spnav .spnav_list li:nth-child(7) {
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .spnav .spnav_list li:nth-child(8) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .spnav .spnav_list li a {
    display: block;
    padding: 10% 0;
    background-image: none;
    height: auto;
    text-decoration: none;
  }
  .spnav-show .spnav .spnav_list li {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .landscape .spnav-show .spnav .spnav_list li a {
    padding: 1% 0;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
footer{
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  background: #666;
}
.footerArea{
  width: 770px;
  margin: 0 auto;
}
.footerArea::after{
  content: "";
  display: block;
  clear: both;
}
.f-logo{
  float: left;
}
.f-logo .logoArea{
  margin-top: 0;
}
.f-logo .footer_logo{
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.f-logo .footer_logo img{
  width: auto;
  height: auto;
  max-width: 100px;
}
.f-text{
  float: left;
  color: #fff;
  margin-left: 50px;
  font-size: 0.9em;
  line-height: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.f-text i{
    background: #fff;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 1.1em;
    text-align: center;
    color: #666;
    border-radius: 50%;
    margin-right: 10px;
}
.f-text a{
    color: #fff;
}
.f-text h2{

}
.globalfooter{
  clear: both;
  position: relative;
  width: 100%;
}
footer .copyrightArea{
  display: block;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  color: #fff;
}
#fNavArea .inner{
  padding-top: 3vw;
  padding-left: 3vw;
}
#fNavArea .side_logo1{
  float: left;
  height: 3vw;
}
#fNavArea .side_logo2{
  float: left;
  margin-left: 2vw;
  height: 3vw;
}
#fNavArea .side_logo1 img,
#fNavArea .side_logo2 img{
  height: 100%;
}
#fNavArea .inner ul{
  padding-top: 2vw;
  clear: both;
}
#fNavArea .inner ul li{
  height: 3vw;
}
#fNavArea .inner ul li a{
  color: #fff;
}
#fNavArea .inner ul li a h1{
  font-size: 1.4vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footerArea{
    width: 100%;
  }
  .f-logo{
    float: none;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .f-logo::after{
    content: "";
    display: block;
    clear: both;
  }
  .f-logo .logoArea {
    margin-left: 0;
  }
  .f-text{
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* /////////////////////////////
         common
///////////////////////////// */
.top_title{
  font-size: 2.4em;
  letter-spacing: 0.2em;
  padding: 2em 0;
}
.top_title h1 {
  margin: 10px auto 0;
  position: relative;
}
.top_title h1:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2bc0e4;
  left: 0;
  bottom: -3px;
  width: 20px;
}

.top_title h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #333;
  bottom: -3px;
  left: 24px;
  width: 76px;
}


.button {
  margin: 1.5vw 0 3vw;
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.button::after {
  position: absolute;
  top: 50%;
  right: .8em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  opacity: 0;
}
.button:hover::after {
  animation: arrow 1.2s infinite;
}

.btnArea.top_novel .button {
    background-color: #2f70a3;
    border: 2px solid #2f70a3;
    margin-top: 0;
}
.btnArea.top_novel_detail{
  margin-bottom: 20px;
}
@keyframes arrow {
  50% {
    right: .2em;
    opacity: 1;
  }
  100% {
    right: -.4em;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .button {
    margin: 1.5vw 0 5vw;

  }
}
/* /////////////////////////////
        Top page
///////////////////////////// */
.top_bk{
  width: 100%;
  height: 100vh;
  background: #2bc0e4;
  background: -webkit-linear-gradient(to right, #2bc0e4, #aff9c9);
  background: linear-gradient(to bottom, #2bc0e4, #aff9c9);
}
.top_bk img{
  position: absolute;
  top: 58%;
  right: 0;
  width: 37vh;
  height: auto;
}
.top_bk h1{
  position: absolute;
  font-style: italic;
  top: 48%;
  width: 100%;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4vw;
}
.top_bk a {
  position: absolute;
  padding-top: 60px;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

.top_bk a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.top_bk a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.top_bk a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#top_vision{
  max-width: 1040px;
  margin-top: 60px;
  margin: 0 auto;
}
#top_vision .v-text h2{
  font-size: 2.4em;
  line-height: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top_vision .v-text h3{
  margin-top: 2em;
  line-height: 1.6em;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top_service{

}
.it_division{
  width: 100%;
  margin: 0 auto;
}
.it_division h2{
  text-align: center;
  margin-top: 2em;
  line-height: 1.5em;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.baspo_detail{
  margin: 3vw 0;
}
.baspo_detail::after{
  content: "";
  display: block;
  clear: both;
}
.baspo_img{
  float: left;
  width: 50%;
}
.baspo_img .b-logoArea{
  width: 50%;
  margin: 3vw auto 0;
}
.baspo_img .b-logoArea img{
  width: 100%;
  height: auto;
}
.baspo_img h3{
  margin: 2vw 0;
  font-size: 2.5vw;
  line-height: 5vw;
  font-weight: bold;
  color: #2f70a3;
  text-align: center;
}
.baspo_img h4{
  font-size: 1.4vw;
  text-align: center;
  line-height: 2.8vw;
}
.baspo_img .b-infoArea{
  margin-top: 3vw;
}
.baspo_img .b-infoArea img{
  width: 100%;
  height: auto;
}
.baspo_info{
  float: left;
  margin-left: 3%;
  width: 45%;
}
.baspo_info .b-index{
  font-size:1.7vw;
  font-weight: bold;
  letter-spacing: 0.2vw;
  line-height: 5vw;
  color: #2f70a3;
}
.baspo_info .b-text{

}
.baspo_info .b-text h3{
  padding: 0.25em 0.5em;
  color: #494949;
  font-weight: bold;
  font-size: 1.3vw;
  letter-spacing: 0.1vw;
  line-height: 2.4vw;
  background: transparent;
  border-left: solid 5px #2f70a3;
}
.baspo_info .b-text h4{
  margin: 2vw 0;
  font-size: 1.1vw;
  line-height: 2vw;
}
.baspo_info .b-text ul{
  margin-top: 2vw;
  position: relative;
  padding:0.5em 1em;
}
.baspo_info .b-text ul:before,.baspo_info .b-text ul:after{
    content:'';
    width: 2vw;
    height: 3vw;
    position: absolute;
    display: inline-block;
}
.baspo_info .b-text ul:before{
    border-left: solid 2px #ccc;
    border-top: solid 2px #ccc;
    top:0;
    left: 0;
}
.baspo_info .b-text ul:after{
    border-right: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
    bottom:0;
    right: 0;
}
.baspo_info .b-text ul li{
  font-size: 1.4vw;
  color: #2f70a3;
  line-height: 2.8vw;
}
.baspo_info .b-text ul li span{
  font-size: 1.2vw;
  float: right;
}
.btnArea{
  text-align: center;
  margin-bottom: 80px;
}


#top_portfolio{
  clear: both;
}
.p-text{
  text-align: center;
  line-height: 1.5em;
  font-size: 1em;
  letter-spacing: 0.1em;
}
.tab_area{
  margin: 80px 0;
}
.panel-radios{
	display: none;
}
label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #bdc3c7;
  cursor: pointer;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #003399;
}
#panels {
  background-color: white;
}
.recruit_date h2{
  margin: 2vw auto 4vw;
  text-align: center;
  font-size: 1.4vw;
}
#panels .container {
  margin: 0 auto;
  width: 90%;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
	width: 90%;
	margin: 5vw auto;
  text-align: center;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
	width: 90%;
	margin: 5vw auto;
  text-align: center;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
	width: 90%;
	margin: 5vw auto;
  text-align: center;
}
#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
	width: 90%;
	margin: 5vw auto;
  text-align: center;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  border-bottom-color: #2cc1e4;
  color: #fff;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  border-bottom-color: #54d1dc;
  color: #fff;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  border-bottom-color: #85e7d2;
  color: #fff;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
  border-bottom-color: #aff9c9;
  color: #fff;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
}

ul#tabs-list {
  display: flex;
	width: 80%;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
ul#tabs-list li {
  text-align: center;
  font-size: 0.875em;
  width: calc(100% / 3);
  position: relative;
}
ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul#tabs-list li:hover.last {
}
ul#tabs-list li:hover + li {
}
ul#tabs-list li label.panel-label {
	font-size: 1.4vw;
  line-height: 5vw;
	width: calc(100% - 4vw);
  margin: 0 auto;
  border-radius: 5vw;
	border-bottom: 5vw solid #f6f6f6;
	height: 0;
	transition: .3s;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
	opacity: 0.5;
}
ul#tabs-list li label.panel-label:hover::after {
}

.tab_info{
  font-size: 1.4vw;
}
#panels ul::after{
  content: "";
  display: block;
  clear: both;
}
#panels ul li{
  float: left;
  width: calc((100% / 3) - 6vw);
  margin: 3vw;
  height: auto;
}
#panels ul li .p-imgArea{
  width: 100%;
  height: 26vw;
  background-color: #ccc;
  transition: .4s;
}
#panels ul li .p-imgArea:hover{
  opacity: 0.5;
}
#panels ul li .p-imgArea img{
  width: 100%;
  height: 100%;
}
#panels ul li .p-textArea{
  text-align: center;
  color: #333;
}
#panels ul li .p-textArea h1{
  margin-top: 1vw;
  font-size: 1.2vw;
  line-height: 3vw;
}
#panels ul li .p-textArea h2{
  font-size: 1.2vw;
  line-height: 3vw;
  font-weight: bold;
}
#panels ul li .p-textArea h2#ev{
  color: #f44336;
}
#panels ul li .p-textArea h2#cp{
  color: #8BC34A;
}
#panels ul li .p-textArea h2#lf{
  color: #009688;
}
#panels ul li .p-textArea h2#pf{
  color: #FF5722;
}
#panels ul li .p-textArea h2#lg{
  color: #607d8b;
}
#panels ul li .p-textArea h2#pc{
  color: #3f51b5
}
#panels ul li .p-textArea h3{
  font-size: 1.2vw;
  line-height: 2vw;
}

#top_service{
  max-width: 1340px;
  margin-top: 60px;
  margin: 0 auto;
}

.news_area{
  width: 60%;
  margin: 80px auto;
}
.news_area ul li{
  width: 100%;
  height: 3em;
  overflow: hidden;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 3em;
  border-bottom: 1px solid #ccc;
}
.news_area ul li a{
  color: #000;
}
.news_content span{
  margin-left: 50px;
  transition: .3s;
}
.news_content:hover span{
  color: #2f70a3;
}
@media screen and (max-width: 767px) {
  #top_vision,#top_service{
    max-width: 95%;
  }
  .it_division h2{
    font-size: 1.4em;
  }
  .btnArea.top_novel_detail{
    margin-bottom: 50px;
  }
  .top_title{
    font-size: 1.8em;
    padding: 2em 0 0.5em;
    text-align: center;
  }
  .top_bk h1 {
    font-size: 2.4em;
    letter-spacing: 8px;
  }
  .top_bk a {
    color: #000;
  }
  .top_bk a span::after {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .top_bk a span {
    border: 1px solid #000;
  }
  #top_vision .v-text {
    margin: 30px 0;
  }
  #top_vision .v-text h1 {
    width: 90%;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 2em;
  }
  #top_vision .v-text h2 {
    width: 90%;
    margin: 0.5em auto 0;
    line-height: 1.5em;
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }
  #top_vision .v-text h3{
    width: 90%;
    margin: 1.5em auto 0;
    line-height: 1.6em;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .tab_area {
    margin: 30px 0;
  }
  .tab_info {
    font-size: 0.9em;
    line-height: 2em;
  }

  #panels ul li {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    height: auto;
  }
  ul#tabs-list {
    width: 95%;
  }
  ul#tabs-list li label.panel-label {
    font-size: 0.7em;
    line-height: 8vw;
    border-bottom: 8vw solid #f6f6f6;
  }
  #panels ul li .p-imgArea {
    width: 250px;
    height: 300px;
    margin: 20px auto;
  }
  #panel-1-ctrl:checked ~ #panels #panel-1 main,
  #panel-2-ctrl:checked ~ #panels #panel-2 main,
  #panel-3-ctrl:checked ~ #panels #panel-3 main,
  #panel-4-ctrl:checked ~ #panels #panel-4 main {
  	width: 100%;
  	margin: 20px auto;
  }
  #panels ul li .p-textArea h1 {
    margin-top: 10px;
    font-size: 0.9em;
    line-height: 2em;
  }
  #panels ul li .p-textArea h2 {
    font-size: 0.8em;
    line-height: 1.6em;
    font-weight: bold;
  }
  #panels ul li .p-textArea h3 {
    font-size: 0.7em;
    line-height: 1.6em;
  }
  .news_area {
    width: 90%;
    margin: 30px auto;
  }
  .news_area ul li {
    font-size: 0.7em;
  }
  .news_content span {
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .baspo_detail {
    margin: 2em 0;
  }
  .baspo_img {
      width: 100%;
  }
  .baspo_info {
    margin-top: 1em;
    margin-left: 0%;
    width: 100%;
  }
  .baspo_img h3 {
    margin: 2em 0;
    font-size: 1.6em;
    line-height: 2em;
  }
  .baspo_img h4 {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .baspo_info .b-index {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 2.4em;
  }
  .baspo_info .b-text h3 {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  .baspo_info .b-text h4 {
    margin: 2em 0;
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .baspo_info .b-text ul {
    margin-top: 2em;
  }
  .baspo_info .b-text ul li {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .baspo_info .b-text ul li span {
    font-size: 0.8em;
  }
  .btnArea {
    margin-bottom: 60px;
  }
}
/* /////////////////////////////
      aboutus page
///////////////////////////// */
#greeting{
  margin-top: 60px;
}
#greeting .g-text{
  margin: 80px 0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 3em;
}

.company_info{
  margin: 80px 0;
}
.company_info #map{
  width: 80%;
  margin: 0 auto;
}
.company_info #map iframe{
  width: 100%;
  height: 400px;
}
.company_info .company_detail{
  width: 70%;
  margin: 0 auto;
}
.company_info .company_detail .companytbl{
  width: 100%;
  margin: 2em auto 0;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 1em;
}
.company_info .company_detail .companytbl th{
  background: #ffffff;
  border-bottom: 1px #000 solid;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  overflow: visible;
  color: #212121;
  font-weight: bold;
  font-size: 1em;
  padding: 1em 0;
}
.company_info .company_detail .companytbl td {
    width: 80%;
    font-size: 1em;
    line-height: 1.5em;
    padding: 1em 0 1em 60px;
}
.company_info .company_detail .companytbl td a{
  color: #000;
}


@media screen and (max-width: 767px) {
  #greeting .g-text {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 2em;
  }
  .company_info {
    margin: 30px 0;
  }
  .company_info #map{
    width: 90%;
  }
  .company_info .company_detail{
    width: 90%;
  }
  .company_info .company_detail .companytbl th{
    display: block;
    width: 100%;
  }
  .company_info .company_detail .companytbl td{
    text-align: center;
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    padding: 1em 0;
  }
  .company_info .company_detail .companytbl td h2{
    width: 90%;
    margin: 0 auto;
  }
}
#history{
  position: relative;
}
.timeline{
  position: relative;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}
.timeline::before {
    background: #bdbdbd;
    box-sizing: border-box;
    content: '';
    height: 100%;
    left: 50%;
    margin: 0 0 0 -1px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: -1;
}
.history_timeline{
  position: relative;
}
.history_timeline h1{
  background: #fff;
  color: #e8380d;
  display: inline-block;
  font-size: 2em;
  line-height: 2.5em;
  margin: 50px 0;
}
.history_timeline:first-child h1 {
    margin: 0 0 50px;
}
.history_timeline:nth-child(odd) div.timeline_text {
    animation: bounce-right-box .6s;
}
.history_timeline:nth-child(even) div.timeline_text {
    animation: bounce-left-box .6s;
    text-align: right;
}
.history_timeline:nth-child(odd) div {
    margin: 0 0 0 560px;
}
.history_timeline div {
    position: relative;
    text-align: left;
    width: 440px;
}
.history_timeline div.timeline_text::before {
    background: #fff;
    border: solid 1px #e8380d;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 9px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 9px;
}
.history_timeline:nth-child(odd) div.timeline_text::before {
    left: -65px;
}
.history_timeline:nth-child(even) div.timeline_text::before {
    right: -65px;
}
.history_timeline_end{
  height: 10px;
  margin: 40px auto 0;
  width: 2px;
}
.dot{
  position: absolute;
  left: calc(50% - 25px);
  text-align: center;
  line-height: 44px;
  vertical-align: middle;
  bottom: -40px;
  border: 1px #000 solid;
  background: #fff;
  border-radius: 50%;
  height: 47px;
  margin: 0 auto;
  width: 47px;
}
.timeline_text p{
  line-height: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  #history .wrap{
    padding-left: 50px;
  }
  .timeline{
    width: 100%;
    text-align: left;
  }
  .timeline::before {
      left: 30px;
  }
  .history_timeline:nth-child(odd) div.timeline_text::before {
      left: -35px;
  }
  .history_timeline:nth-child(even) div.timeline_text::before {
    right: 0;
    left: -35px;
  }
  .history_timeline:nth-child(odd) div {
    margin: 0 0 0 60px;
  }
  .history_timeline:nth-child(even) div.timeline_text {
    text-align: left;
  }
  .history_timeline div {
    position: relative;
    margin-left: 60px;
    width: auto;
  }
  .dot {
    left: 55px;
  }
}


.cont_in{
      background: rgb(0,155,224);
    background: -moz-linear-gradient(left, rgba(0,155,224,1) 0%, rgba(64,230,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,155,224,1) 0%,rgba(64,230,255,1) 100%);
    background: linear-gradient(to right, rgba(0,155,224,1) 0%,rgba(64,230,255,1) 100%);
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin: auto;
    width: 70%;
    box-sizing: border-box;
    border-radius: 5px;
}

  @media screen and (max-width: 1000px) {
    .cont_in{
  width: 85%;
  padding: 30px;}}

.cont_in p{
  line-height: 1.2;
}

.logo {
    width: 15%;
}

.logo img{
  width: 100%;
}

.textArea {
    width: 60%;
}

.App {
    width: 20%;
}

.App img{
  width: 100%;
}

.font15{
  font-size: 15px;
}

.bold{
  font-weight: bold;
}

.font18{
  font-size: 18px;
}

.mb5{
  margin-bottom: 5px;
}

.wh{
  color: #fff;
}


@media screen and (max-width: 767px){
.cont_in {
    flex-direction: column;
    width: 100%;
    padding: 50px 20px;
    border-radius: 0;}

.cont_in p{
  line-height: 1.8;}}

@media screen and (max-width: 767px){
.logo {
    width: 55%;
    margin: auto;
    margin-bottom: 20px;}

.textArea {
    width: 100%;}

.App {
    width: 70%;
    margin: 20px auto;
}}

/* /////////////////////////////
      portfolio page
///////////////////////////// */
ul#tablist{
  width: 80%;
  padding: 60px 0;
  margin: 0 auto;
}
ul#tablist::after{
  content: "";
  display: block;
  clear: both;
}

ul#tablist li {
  float: left;
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 5vw;
  width: calc((100% / 3) - 4vw);
  margin: 0 2vw;
  border-radius: 5vw;
  color: #fff;
  height: 0;
  transition: .3s;
}
ul#tablist li#tab1{
  border-bottom: 5vw solid #2cc1e4;
}
ul#tablist li#tab2{
  border-bottom: 5vw solid #54d1dc;
}
ul#tablist li#tab3{
  border-bottom: 5vw solid #85e7d2;
}
ul#tablist li#tab4{
  border-bottom: 5vw solid #aff9c9;
}
ul#tablist li:hover{
  opacity: 0.5;
}
.web_contents{
  margin: 60px 0;
}

ul#contents_area{
  width: 90%;
  margin: 0 auto;
}
ul#contents_area::after{
  content: "";
  display: block;
  clear: both;
}
ul#contents_area li{
  float: left;
  width: 21%;
  margin: 3vw 2%;
  position: relative;
}
ul#contents_area li .contents_img{
  height: 25vw;
  overflow: hidden;
  position: relative;
}
.web_contents ul#contents_area li .contents_img{
  background-color: #ccc;
}
.contents_img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.contents_img .content_bk {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.contents_img:hover .content_bk {
  opacity: 0.3;
}
.contents_img .content_logo{
  position: absolute;
  display: block;
  top: 12%;
  width: 100%;
  height: auto;
  opacity: 0;
}
.contents_img:hover .content_logo {
  opacity: 1;
  z-index: 1;
}
.overlay_text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
    z-index: 2;
}
.contents_img:hover .overlay_text {
  opacity: 1;
}
.overlay_contents {
  color: #000;
  background-color: rgba(204, 204, 204, 0.48);
  font-size: 1.4vw;
  line-height: 2.8vw;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
}
.contents_img:hover .overlay_contents {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.contents_text{
  text-align: center;
  font-size: 1.1vw;
  line-height: 3vw;
}
.contents_text h1{
  position: absolute;
  width: 100%;
  top: 20vw;
  color: #fff;
  font-weight: bold;
}
.contents_text h1#ev{
  background-color: rgba(255, 87, 34, 0.5)
}
.contents_text h1#cp{
  background-color: rgba(139, 195, 74, 0.5);
}
.contents_text h1#wp{
  background-color: rgba(158, 158, 158, 0.5);
}
.contents_text h1#sp{
  background-color: rgba(156, 39, 176, 0.5);
}
.contents_text h1#rc{
  background-color: rgba(255, 235, 59, 0.5);
}
.contents_text h1#am{
  background-color: rgba(121, 85, 72, 0.5);
}
.contents_text h1#lf{
  background-color: rgba(0, 150, 136, 0.5);
}
.contents_text h1#pf{
  background-color: rgba(255, 87, 34, 0.5);
}
.contents_text h1#lg{
  background-color: rgba(96, 125, 139, 0.5);
}
.contents_text h1#sh{
  background-color: rgba(244, 151, 88, 0.7);
}
.contents_text h1#pc{
  background-color: rgba(63, 81, 181, 0.5);
}
.contents_text h2{
  color: #333;
  height: 3vw;
}
@media only screen and (max-width: 767px) {
  ul#tablist{
    width: 100%;
    padding: 60px 0 0;
  }
  ul#tablist li#tab1 {
    border-bottom: 25px solid #2cc1e4;
  }
  ul#tablist li#tab2{
    border-bottom: 25px solid #54d1dc;
  }
  ul#tablist li#tab3{
    border-bottom: 25px solid #85e7d2;
  }
  ul#tablist li#tab4{
    border-bottom: 25px solid #aff9c9;
  }
  ul#tablist li {
    font-size: 0.6em;
    line-height: 25px;
  }
  .web_contents{
    margin: 0;
  }
  ul#contents_area li {
    float: left;
    width: 44%;
    margin: 30px 3%;
    position: relative;
  }
  ul#contents_area li .contents_img {
    height: 50vw;
  }
  .overlay_contents {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .contents_text {
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .contents_text h1 {
    top: 38vw;
  }
}
/* /////////////////////////////
      contact page
///////////////////////////// */
.contact_area{
  margin-bottom: 80px;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox!important;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}
.ask_form {
  margin-top: 60px;
  clear: both;
  border: none;
  outline: none;
  text-align: center;
}
.ask_form h3 {
    font-size: 0.9em;
    line-height: 2em;
}
.ask_form h3 span {
    font-size: 1em;
    vertical-align: middle;
    color: red;
}
.ask-form {
    width: 100%;
}
.ask_form .wrap{
  width: 60%;
  margin: 0 auto;
}
.ask-form th, .ask-form td {
  font-size: 0.9em;
  padding: 1.5em 0;
}
.ask-form th {
    width: 25%;
    text-align: left;
    vertical-align: top;
}
/*「*」部分のスタイリング*/
.ask-form .requied {
    font-size: 0.9em;
    padding-left: 0.3em;
    vertical-align: middle;
    color: red;
    display: inline-block;
}
select{
  background-color: #fff;
  color: #333;
  width: 93%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

input[type="text"], input[type="email"], input[type="tel"],input[type="date"], textarea {
  background-color: #fff;
  color: #333;
  width: 90%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
/*入力欄にフォーカスしたら変化*/
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,input[type="date"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
* {
-webkit-appearance: none !important;
}

input[type="submit"] {
    padding: 1em 9em;
    background: #9E9E9E;
    color: #fff;
    font-weight: bold;
    transition: .4s;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="button"] {
    margin-right: 2em;
    padding: 1em 3em;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-weight: bold;
}
input[type="submit"]:hover {
    opacity: 0.5;
}


@media only screen and (max-width: 600px) {
  .top_title h1:before{
    margin: auto;
    right: 75px;
  }
  .top_title h1:after{
    margin: auto;
    right: 0px;
  }
  #contact{
    max-width: 95%;
    margin: auto;
  }
  .ask_tel h2, .ask_form h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  }
    .ask_tel h3, .ask_form h3 {
      width: 90%;
      margin: 0 auto;
      font-size: 0.8em;
      line-height: 1.5em;
    }
    .ask_tel h1 {
    font-size: 2em;
    margin-top: 0.5em;
    }
    .ask_tel img{
      margin-top: 1vw;
      width: 230px;
    }
    .ask-form th, .ask-form td {
        width: 100%;
        display: block;
        padding: 0.8em 0;
        font-size: 0.8em;
    }
    .ask-form th {
        padding-bottom: 0;
    }
    .ask-form .empty {
        display: none;
    }
    input[type="text"], input[type="email"], input[type="tel"],input[type="date"], textarea {
      width: 90%;
    }
    .ask-form{
      width: 95%;
      margin-left: 15px;
    }
    .ask_form .wrap{
      width: 100%;
    }
    .sm-btn{
      text-align: center;
    }
}

/*///////////////////
      infomation
///////////////////*/

main#infomation{
  width: 90%;
  margin: 3em auto 0;
}
main#infomation::after{
  content: "";
  display: block;
  clear: both;
}
section#infoArea{
  float: left;
  width: 70%
}
#infoArea .info_date{
  font-size: 1em;
  letter-spacing: 0.2em;
}
#infoArea .info_title{
  padding: 1em 0;
  font-size: 1.8em;
  line-height: 2em;
  color: #666;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}
#infoArea .info_content{
    font-size: 0.9em;
    line-height: 2em;
    margin: 2em;
}
#infoArea .post_next{
  float: right;
  text-align: center;
  width: 80px;
  height: 60px;
  line-height: 60px;
  border: 2px solid;
  transition: .3s;
}
#infoArea .post_prev{
  float: left;
  text-align: center;
  width: 80px;
  height: 60px;
  line-height: 60px;
  border: 2px solid;
  transition: .3s;
}
#infoArea .post_next:hover,
#infoArea .post_prev:hover{
  background-color: #666;
}
#infoArea .post_next:hover a,
#infoArea .post_prev:hover a{
  color: #fff;
}

#infoArea .post_next a,
#infoArea .post_prev a{
  color: #000;
}
section#sidebar{
  float: left;
  width: 25%;
  margin-left: 4%
}
section#sidebar h1{
  font-size: 1.4em;
  line-height: 2.8em;
  letter-spacing: 0.1em;
  color: #666;
  border-bottom: 1px solid #ccc;
}
section#sidebar ul{
  margin-top: 2em;
}
section#sidebar ul li{
  margin-top: 1em;
  transition: .3s;
}
section#sidebar ul li .rp-date{
  font-size: 0.8em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #666;
}
section#sidebar ul li .rp-title{
  font-size: 0.9em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #333;
}
section#sidebar ul li:hover .rp-title{
  color: #2f70a3;
}
@media only screen and (max-width: 767px) {
  section#infoArea{
    float: none;
    width: 100%;
  }
  #infoArea .info_title{
    padding: 0.5em 0;
    font-size: 1.5em;
    line-height: 2em;
  }
  #infoArea .info_content{
      line-height: 1.5em;
      margin: 1em;
  }
  section#sidebar{
    clear: both;
    float: none;
    padding-top: 30px;
    width: 100%;
    margin-left: 0;
  }
}



#pageTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 4px 0px 4px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background-color: #2f70a3;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a i {
    padding: 2px 0 0 0;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.div.wpcf7-validation-errors,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	display: none;
}

.wpcf7 label{
  margin-top: 20px;
  text-align: left;
  display: block;
}

.wpcf7 label span{
  margin-top: 10px;
  display: block;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea{
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .wpcf7 label{
    width: 90%;
    margin: 20px auto;
  }
  input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea{
  width: 95%;
}
}

input[type="submit"]{
  margin: 30px auto;
  display: block;
}