@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_inf, .con_acc, .con_map, .con_par {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_inf, .con_acc, .con_map, .con_par {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_inf, .con_acc, .con_map, .con_par {
    width: 91.66667%;
  }
}

@-moz-keyframes btn-ani {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes btn-ani {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes btn-ani {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/* -----------------------------------------------------------
	con_inf
----------------------------------------------------------- */
.con_inf {
  margin-top: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_inf {
    margin-top: 12%;
  }
}
.con_inf .box_map {
  float: left;
  width: 48.33333%;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_map {
    float: none;
    width: 100%;
  }
}
.con_inf .box_map iframe {
  height: 562px;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_map iframe {
    height: 300px;
  }
}
.con_inf .box_map .btn {
  margin-top: 40px;
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_map .btn {
    margin-top: 4%;
  }
}
.con_inf .box_map .btn a {
  padding: 1em 0;
  border: #393939 1px solid;
  background: #fff;
  color: #393939;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.con_inf .box_map .btn a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_inf .box_map .btn a:hover {
  color: #fff;
  background: #393939;
}
.con_inf .box_map .btn a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_map .btn {
    width: 100%;
  }
}
.con_inf .box_inf {
  float: right;
  width: 48.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  border: 3px solid #e8e8e8;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf {
    margin-top: 8%;
    float: none;
    width: 100%;
  }
}
.con_inf .box_inf h4 {
  font-weight: normal;
  margin-bottom: 20px;
}
.con_inf .box_inf h4 > em {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 229%;
}
.con_inf .box_inf h4 > em:first-letter {
  color: #007f4a;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_inf .box_inf h4 > em {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf h4 > em {
    font-size: 143%;
  }
}
.con_inf .box_inf h4 > span {
  margin-left: 0.5em;
  color: #a2a2a2;
  letter-spacing: .22em;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf h4 > span {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf h4 {
    margin-bottom: 4%;
  }
}
.con_inf .box_inf .photo {
  width: 100%;
}
.con_inf .box_inf .photo img {
  width: 100%;
}
.con_inf .box_inf .box_tbl {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf .box_tbl {
    margin-top: 6%;
  }
}
.con_inf .box_inf .box_tbl table {
  width: 100%;
}
.con_inf .box_inf .box_tbl table tr th {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .con_inf .box_inf .box_tbl table tr th {
    width: 35%;
  }
}

/* -----------------------------------------------------------
	con_acc
----------------------------------------------------------- */
.con_acc h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_acc h3 {
    margin-bottom: 6%;
  }
}
.con_acc h3:before {
  content: "";
  width: 83px;
  height: 25px;
  background: url(../images/common/ic_title.png) no-repeat center top/contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_acc h3:before {
    width: 3.32em;
    height: 1em;
  }
}
.con_acc h3 em {
  letter-spacing: .05em;
  font-size: 372%;
  font-family: 'Oswald', sans-serif;
  display: block;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_acc h3 em {
    font-size: 343%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_acc h3 em {
    font-size: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc h3 em {
    font-size: 258%;
  }
}
.con_acc h3 span {
  display: block;
  letter-spacing: .22em;
  color: #a2a2a2;
}
@media only screen and (max-width: 767px) {
  .con_acc h3 span {
    font-size: 86%;
  }
}

/* -----------------------------------------------------------
    con_acc 基本CSS
----------------------------------------------------------- */
.con_acc {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .con_acc {
    margin-top: 12%;
  }
}
.con_acc .inner {
  overflow: hidden;
}
.con_acc .inner .sst {
  text-align: center;
  padding: 0 0 1.5em 0;
  font-size: 172%;
}
.con_acc .inner .sst:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #007f4a;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .sst {
    font-size: 150%;
  }
}
.con_acc .inner .box_acc {
  float: left;
  width: 48.33333%;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc {
    float: none;
    width: 100%;
  }
}
.con_acc .inner .box_acc.acc_right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc.acc_right {
    margin-top: 6%;
    float: none;
    width: 100%;
  }
}
.con_acc .inner .box_acc .st_acc {
  background: #f1f2e5;
  color: #393939;
  padding: 1.2em 0;
  text-align: center;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .st_acc {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) {
  .con_acc .inner .box_acc .st_acc span {
    display: block;
  }
}
@media print {
  .con_acc .inner .box_acc .st_acc span {
    display: block;
  }
}
.ie8 .con_acc .inner .box_acc .st_acc span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .st_acc span {
    margin-left: 1em;
  }
}
.con_acc .inner .box_acc .st_acc span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .st_acc {
    padding: .9em 1em;
    font-size: 115%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
  }
  .con_acc .inner .box_acc .st_acc:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 3%;
    margin: 0 auto;
    line-height: 1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .con_acc .inner .box_acc .st_acc.active:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_acc .inner .box_acc .box_root {
    display: block !important;
  }
}
@media print {
  .con_acc .inner .box_acc .box_root {
    display: block !important;
  }
}
.ie8 .con_acc .inner .box_acc .box_root {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root {
    display: none;
  }
}
.con_acc .inner .box_acc .box_root ul .root {
  text-align: center;
  background-size: 7px auto;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 37px 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_acc .inner .box_acc .box_root ul .root.root_double {
    position: relative;
    z-index: 2;
    width: 207%;
  }
}
@media print {
  .con_acc .inner .box_acc .box_root ul .root.root_double {
    position: relative;
    z-index: 2;
    width: 207%;
  }
}
.ie8 .con_acc .inner .box_acc .box_root ul .root.root_double {
  position: relative;
  z-index: 2;
  width: 207%;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root ul .root {
    padding: 1.5em 0;
  }
}
.con_acc .inner .box_acc .box_root ul .root span {
  display: block;
  padding: 4px 0;
  background-color: #fff;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root ul .root span {
    font-size: 100%;
  }
}
.con_acc .inner .box_acc .box_root ul .root.car, .con_acc .inner .box_acc .box_root ul .root.car02 {
  background-image: url(../access/images/bg_car.png);
  padding: 54px 0;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root ul .root.car, .con_acc .inner .box_acc .box_root ul .root.car02 {
    padding: 1.5em 0;
  }
}
.con_acc .inner .box_acc .box_root ul .root.car02 {
  padding: 61px 0;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root ul .root.car02 {
    padding: 1.5em 0;
  }
}
.con_acc .inner .box_acc .box_root ul .root.bus, .con_acc .inner .box_acc .box_root ul .root.bus02 {
  background-image: url(../access/images/bg_car.png);
}
.con_acc .inner .box_acc .box_root ul .root.bus span:before, .con_acc .inner .box_acc .box_root ul .root.bus em:before, .con_acc .inner .box_acc .box_root ul .root.bus02 span:before, .con_acc .inner .box_acc .box_root ul .root.bus02 em:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_acc .inner .box_acc .box_root ul .root.bus .btn, .con_acc .inner .box_acc .box_root ul .root.bus02 .btn {
  width: 270px;
  margin: auto;
  padding: 15px 0;
  background: #fff;
}
.con_acc .inner .box_acc .box_root ul .root.bus .btn a, .con_acc .inner .box_acc .box_root ul .root.bus02 .btn a {
  padding: .85em 0;
}
.con_acc .inner .box_acc .box_root ul .root.bus02 {
  padding: 61px 0;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root ul .root.bus02 {
    padding: 1.5em 0;
  }
}
.con_acc .inner .box_acc .box_root ul .root.work {
  background-image: url(../access/images/bg_work.png);
  padding: 27.5px 0;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root ul .root.work {
    padding: 1.5em 0;
  }
}
.con_acc .inner .box_acc .box_root ul .root.work span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_acc .inner .box_acc .box_root ul .st {
  color: #393939;
  background: #f1f2e5;
  text-align: center;
  padding: 1.3em 0;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root ul .st {
    font-size: 108%;
    width: 93%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_acc .inner .box_acc .box_root ul .st.st_double {
    position: relative;
    z-index: 2;
    width: 207%;
  }
}
@media print {
  .con_acc .inner .box_acc .box_root ul .st.st_double {
    position: relative;
    z-index: 2;
    width: 207%;
  }
}
.ie8 .con_acc .inner .box_acc .box_root ul .st.st_double {
  position: relative;
  z-index: 2;
  width: 207%;
}
.con_acc .inner .box_acc .box_root .st_arr {
  background: #007f4a;
  color: #007f4a;
  padding: .8em 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root .st_arr {
    padding: .5em 0;
    width: 93%;
    margin: 0 auto;
  }
  .con_acc .inner .box_acc .box_root .st_arr img {
    text-align: center;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .con_acc .inner .box_acc .box_root .st_arr.arr_double {
    padding: .9em 0;
    position: relative;
    z-index: 2;
    width: 207%;
  }
}
@media print {
  .con_acc .inner .box_acc .box_root .st_arr.arr_double {
    padding: .9em 0;
    position: relative;
    z-index: 2;
    width: 207%;
  }
}
.ie8 .con_acc .inner .box_acc .box_root .st_arr.arr_double {
  padding: .9em 0;
  position: relative;
  z-index: 2;
  width: 207%;
}
.con_acc .inner .box_acc .box_root .btn {
  margin-top: 40px;
  overflow: hidden;
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root .btn {
    margin-top: 4%;
  }
}
.con_acc .inner .box_acc .box_root .btn a {
  padding: 1em 0;
  border: #393939 1px solid;
  background: #fff;
  color: #393939;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.con_acc .inner .box_acc .box_root .btn a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_acc .inner .box_acc .box_root .btn a:hover {
  color: #fff;
  background: #393939;
}
.con_acc .inner .box_acc .box_root .btn a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.con_acc .inner .box_acc .box_root .btn a em:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .con_acc .inner .box_acc .box_root .btn {
    width: 93%;
    margin: 4% auto 0;
  }
}
.con_acc .inner .box_acc .box_root .btn.gaibu a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_acc .tokyo {
  margin-top: 100px;
}
.con_acc .tokyo .box_acc {
  margin: 0 auto;
  float: none;
}
@media only screen and (max-width: 767px) {
  .con_acc .tokyo {
    margin-top: 50px;
  }
}

/* -----------------------------------------------------------
	con_map
----------------------------------------------------------- */
.con_map {
  overflow: hidden;
  border-top: #eaeaea 1px solid;
  padding-top: 40px;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .con_map {
    padding-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map {
    margin-top: 4%;
  }
}
.con_map .box_map {
  position: relative;
}
.con_map .box_map h4 {
  font-weight: normal;
}
.con_map .box_map h4 > em {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 229%;
}
.con_map .box_map h4 > em:first-letter {
  color: #007f4a;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_map .box_map h4 > em {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_map h4 > em {
    font-size: 143%;
  }
}
.con_map .box_map h4 > span {
  margin-left: 0.5em;
  color: #a2a2a2;
  letter-spacing: .22em;
}
@media only screen and (max-width: 767px) {
  .con_map .box_map h4 > span {
    font-size: 86%;
  }
}
@media only screen and (min-width: 768px) {
  .con_map .box_map h4 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}
@media print {
  .con_map .box_map h4 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}
.ie8 .con_map .box_map h4 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.con_map .box_map .img_map {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_map .box_map .img_map:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    bottom: 5%;
    right: 3%;
    font-size: 129%;
    background: rgba(0, 127, 74, 0.7);
    color: #fff;
    padding: .2em .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_map .img_map {
    width: 100%;
  }
}
.con_map .box_map .btn a {
  padding: 1em 0;
  border: #393939 1px solid;
  background: #fff;
  color: #393939;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.con_map .box_map .btn a:after {
  position: absolute;
  content: "→";
  top: 30%;
  right: 5%;
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -webkit-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.con_map .box_map .btn a:hover {
  color: #fff;
  background: #393939;
}
.con_map .box_map .btn a:hover:after {
  -moz-animation-name: btn-ani;
  -webkit-animation-name: btn-ani;
  animation-name: btn-ani;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.con_map .box_map .btn a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .con_map .box_map .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
  }
}
@media print {
  .con_map .box_map .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
  }
}
.ie8 .con_map .box_map .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .con_map .box_map .btn {
    width: 100%;
    margin-top: 4%;
  }
}

/* -----------------------------------------------------------
	con_par
----------------------------------------------------------- */
.con_par {
  overflow: hidden;
  border-top: #eaeaea 1px solid;
  padding-top: 75px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_par {
    padding-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_par {
    margin-top: 4%;
  }
}
.con_par .photo {
  float: left;
  width: 48.33333%;
}
.con_par .photo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_par .photo {
    float: none;
    width: 100%;
    margin-top: 6%;
  }
}
.con_par .box_det {
  float: right;
  width: 48.33333%;
}
@media only screen and (max-width: 767px) {
  .con_par .box_det {
    float: none;
    width: 100%;
  }
}
.con_par .box_det h4 {
  font-weight: normal;
  margin-bottom: 20px;
}
.con_par .box_det h4 > em {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 229%;
}
.con_par .box_det h4 > em:first-letter {
  color: #007f4a;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_par .box_det h4 > em {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_par .box_det h4 > em {
    font-size: 143%;
  }
}
.con_par .box_det h4 > span {
  margin-left: 0.5em;
  color: #a2a2a2;
  letter-spacing: .22em;
}
@media only screen and (max-width: 767px) {
  .con_par .box_det h4 > span {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_par .box_det h4 {
    margin-bottom: 4%;
  }
}
.con_par .box_det .box_tbl table {
  width: 100%;
}
.con_par .box_det .box_tbl table tr th {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .con_par .box_det .box_tbl table tr th {
    width: 35%;
  }
}
