@charset "UTF-8";

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */

/* ----------------------------------------
* all
---------------------------------------- */
html {
}
body {
  color: #000;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.5;
  font-family: "MS PゴシックＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.025em;
}

a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: underline;
}
a img {
  opacity: 1;
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.75;
}

/* all display サイトチューニング
-------------------------------------------------- */
.wrap {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.tel a {
  pointer-events: none;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
}
#header .flex {
  display: flex;
}
#header .flex .img {
  width:50%;
}

/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
  width: 100%;
}

/* ----------------------------------------
* content
---------------------------------------- */
#contents {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
section {
  width: 100%;
}

/* ----------------------------------------
* CV
---------------------------------------- */
.cv_box .wrap {
  background: #303030;
  padding-bottom: 40px;
}
.cv_box .body {
  background: #fff;
  padding: 0 0 40px;
  margin: 0 6.257%;
  text-align: center;
}
.cv_box .wrap .btn1 {
  padding: 0 7.875%;
}
.cv_box .wrap .btn2 {
  padding: 0 7.875%;
  margin-top: 15px;
}


/* ----------------------------------------
* SPEC
---------------------------------------- */
#spec .wrap {
  background: #fff;
}
#spec .spec_table {
  padding: 30px 0 30px 6.25%;
}
#spec table {
  text-align: left;
}
#spec table tr {
 font-size: 12px;
 font-weight: 600;
}
#spec table th {
  position: relative;
  padding: 0 10px 10px;
  min-width: 26.5%;
}
#spec table th:after {
  content: '';
  display: inline-block;
  border-right: solid 1px #000;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 2px;
  right: 0;
}
#spec table td {
  padding: 0 0 10px 20px;
}
