@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Ribeye");

/*reset
---------------------------------------------------*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style-type: none;
}

th,
address {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img {
  border: 0;
  vertical-align: top;
  height: auto;
  width/***/: auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.red {
  color: red;
}

/*初期設定
----------------------------------------------------*/

body {
  min-width: 320px;
  margin: auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 93.75%; /*15px*/
  line-height: 1.7;
  color: #1a1a1a;
  background-color: #fff;
  letter-spacing: 0.2px;
}

#content {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

.section img {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 14px;
}
.wrap {
  max-width: 800px;
  margin: 0 auto;
}
.wrap_pc4 {
  max-width: 50%;
  margin: 0 auto 50px;
}
div .result {
  margin-bottom: 10px;
}

/*clearfix*/
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.QA {
  margin-bottom: 40px;
}

@media screen and (min-width: 640px) {
  #header {
    width: 100%;
    background: #ffffff;
    text-align: center;
  }

  .obi {
    background: #e7e6e6;
    font-size: 15px;
    padding: 5px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }

  .sp {
    display: none;
  }
  img.lp_denwa {
    margin: 60px auto;
  }
  .htel {
    width: 62%;
  }
}
.cta_2 {
  justify-content: space-between;
}
.cta_2 a {
    width: 49%;
}
.pcbtn {
  width: 65%;
}
a.pcbtn2 {
  width: 35%;
}

@media screen and (max-width: 640px) {
  footer {
    padding: 40px 0 100px;
    text-align: center;
  }

  footer img {
    width: 100%;
    padding: 0 10px;
  }
  #header {
    width: 100%;
    background: #fff;
    text-align: center;
    height: 72px;
  }
  .obi {
    background: #e7e6e6;
    font-size: 0.6em;
    padding: 5px;
    text-align: center;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img.lp_denwa {
    margin: 0 0 7px 0;
  }
}

@media screen and (max-width: 640px) {
  div .hed_cta {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 5px;
    width: 100%;
  }
  .lp_denwa {
    padding: 20px 10px;
  }
  .hed_content2 {
    display: flex;
    justify-content: space-around;
    margin: auto;
    border-bottom: 2px solid #b8c0bf;
  }

  .hed_content2 .denwa img {
    width: auto;
    height: 60px;
    margin-top: 10px;
  }
  .hed_content2 .logo img {
    width: auto;
    height: 54px;
    margin-top: 10px;
    margin-left: 9%;
  }
}

.shuffling {
  animation-duration: 1.4s !important;
  -webkit-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s !important;
  -webkit-animation-name: shuffling;
  -moz-animation-name: shuffling;
  -o-animation-name: shuffling;
  animation-name: shuffling;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.shuffling {
  animation-duration: 1.4s !important;
  -webkit-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s !important;
  -webkit-animation-name: shuffling;
  -moz-animation-name: shuffling;
  -o-animation-name: shuffling;
  animation-name: shuffling;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-moz-keyframes shuffling {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes shuffling {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@-webkit-keyframes shuffling {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes shuffling {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

@media screen and (max-width: 320px) {
  .hed_content2 .logo img {
    width: auto;
    height: 14vw;
    margin-top: 10px;
  }
}

.menu {
  width: 99.5%;
  height: auto;
  display: flex;
  position: fixed;
  bottom: 2px;
  align-items: flex-end;
}

.menu .ko {
  width: 50%;
  height: auto;
  padding-left: 2px;
}
.menu .ko2 {
  width: 50%;
  height: auto;
  height: auto;
  padding-left: 2px;
}

.hed_cta {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0.5% 5px;
  width: 25%;
}
.htel img,
.hline img {
  width: 100%;
}
.hline {
  width: 16%;
}

.ko img,
.ko2 img {
  width: 100%;
}
.red_s {
  color: red;
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  footer {
    text-align: center;
  }

  footer img {
    width: 50%;
    display: block;
    margin: auto;
    padding: 0 10px;
  }
  .pc {
    display: block;
  }

  /*    .menu{
        width: 20%;
        height: auto;
        position: fixed;
        top: 50%;
        right: 10px;
    }*/

  .ko img {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 5px 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .hed_content {
    display: flex;
    justify-content: space-around;
    margin: auto;
    border-bottom: 2px solid #b8c0bf;
            align-items: center;
            
  }

  .hed_content .denwa img {
    width: auto;
    height: 90px;
    margin-top: 10px;
    /*    margin-left: 400px;*/
  }

  .hed_content .logo img {
    width: auto;
    height: 69px;
    margin-top: 10px;
  }
  .red_s {
    margin-left: 10px;
    color: red;
    font-size: 12px;
  }
}

/*-------------Q&A-------------*/
.q_arrow {
  position: absolute;
  top: 42%;
  right: 4%;
  width: 5% !important;
}
.OaC_btn_1 {
  display: block;
  padding: 10px;
  color: #000000;
  font-weight: bold;
  border: 4px solid #00a596;
  font-size: 16px;
}
.OaC_btn_1 {
  position: relative;
  line-height: 1.3;
  padding-left: 18%;
  padding-right: 12%;
  margin: 10px 10px 0 10px;
}
.OaC_btn_1:before {
  position: absolute;
  left: 3%;
  top: 23%;
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
}
.sp_close_1 {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.OaC_btn_2 {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-weight: bold;
  border: 4px solid #00a596;
  font-size: 16px;
}
.sp_close_2 {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.OaC_btn_2 {
  position: relative;
  line-height: 1.3;
  padding-left: 18%;
  padding-right: 12%;
  margin: 10px 10px 0 10px;
}
.OaC_btn_2:before {
  position: absolute;
  left: 3%;
  top: 23%;
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
}
.OaC_btn_3 {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-weight: bold;
  border: 4px solid #00a596;
  font-size: 16px;
}

.OaC_btn_3 {
  position: relative;
  line-height: 1.3;
  padding-left: 18%;
  padding-right: 12%;
  margin: 10px 10px 0 10px;
}
.OaC_btn_3:before {
  position: absolute;
  left: 3%;
  top: 23%;
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
}

.sp_close_3 {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.OaC_btn_4 {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-weight: bold;
  border: 4px solid #00a596;
  font-size: 16px;
}

.OaC_btn_4 {
  position: relative;
  line-height: 1.3;
  padding-left: 18%;
  padding-right: 12%;
  margin: 10px 10px 0 10px;
}
.OaC_btn_4:before {
  position: absolute;
  left: 3%;
  top: 23%;
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
}

.sp_close_4 {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.OaC_btn_5 {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-weight: bold;
  border: 4px solid #00a596;
  font-size: 16px;
}

.OaC_btn_5 {
  position: relative;
  line-height: 1.3;
  padding-left: 18%;
  padding-right: 12%;
  margin: 10px 10px 0 10px;
}
.OaC_btn_5:before {
  position: absolute;
  left: 3%;
  top: 23%;
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
}

.sp_close_5 {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.OaC_btn_6 {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-weight: bold;
  border: 4px solid #00a596;
  font-size: 16px;
}

.OaC_btn_6 {
  position: relative;
  line-height: 1.3;
  padding-left: 18%;
  padding-right: 12%;
  margin: 10px 10px 0 10px;
}
.OaC_btn_6:before {
  position: absolute;
  left: 3%;
  top: 23%;
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
}

.sp_close_6 {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.OaC_btn_7 {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-weight: bold;
  border: 4px solid #00a596;
  font-size: 16px;
}

.OaC_btn_7 {
  position: relative;
  line-height: 1.3;
  padding-left: 18%;
  padding-right: 12%;
  margin: 10px 10px 0 10px;
}
.OaC_btn_7:before {
  position: absolute;
  left: 3%;
  top: 23%;
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/q.png) no-repeat;
  background-size: contain;
}

.sp_close_7 {
  display: none;
  width: 100%;
  margin: 0 auto;
}
.close {
  position: relative;
  line-height: 1.6;
  padding-left: 18%;
  padding-right: 10px;
  background: #f9eac1;
  margin: 0 10px 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #000;
}
.close:before {
  position: absolute;
  left: 4%;
  top: 5%;
  content: "";
  display: inline-block;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/a.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 640px) {
  .q_arrow {
    position: absolute;
    top: 37%;
    right: 4%;
    width: 3% !important;
  }
  .OaC_btn_1 {
    display: block;
    background-color: #ffffff;
    padding: 17px;
    color: #000000;
    font-weight: bold;
    border: 4px solid #00a596;
    font-size: 18px;
  }
  .OaC_btn_1 {
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 12%;
    margin: 10px 0 0;
  }
  .OaC_btn_1:before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
  }
  .sp_close_1 {
    display: none;
    width: 100%;
    margin: 0 auto;
  }

  .OaC_btn_2 {
    display: block;
    background-color: #ffffff;
    padding: 18px;
    color: #000000;
    font-weight: bold;
    border: 4px solid #00a596;
    font-size: 18px;
  }
  .sp_close_2 {
    display: none;
    width: 100%;
    margin: 0 auto;
  }

  .OaC_btn_2 {
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 12%;
    margin: 10px 0 0;
  }
  .OaC_btn_2:before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
  }
  .OaC_btn_3 {
    display: block;
    background-color: #ffffff;
    padding: 18px;
    color: #000000;
    font-weight: bold;
    border: 4px solid #00a596;
    font-size: 18px;
  }

  .OaC_btn_3 {
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 12%;
    margin: 10px 0 0;
  }
  .OaC_btn_3:before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
  }

  .sp_close_3 {
    display: none;
    width: 100%;
    margin: 0 auto;
  }

  .OaC_btn_4 {
    display: block;
    background-color: #ffffff;
    padding: 18px;
    color: #000000;
    font-weight: bold;
    border: 4px solid #00a596;
    font-size: 18px;
  }

  .OaC_btn_4 {
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 12%;
    margin: 10px 0 0;
  }
  .OaC_btn_4:before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
  }

  .sp_close_4 {
    display: none;
    width: 100%;
    margin: 0 auto;
  }

  .OaC_btn_5 {
    display: block;
    background-color: #ffffff;
    padding: 18px;
    color: #000000;
    font-weight: bold;
    border: 4px solid #00a596;
    font-size: 18px;
  }

  .OaC_btn_5 {
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 12%;
    margin: 10px 0 0;
  }
  .OaC_btn_5:before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
  }

  .sp_close_5 {
    display: none;
    width: 100%;
    margin: 0 auto;
  }

  .OaC_btn_6 {
    display: block;
    background-color: #ffffff;
    padding: 18px;
    color: #000000;
    font-weight: bold;
    border: 4px solid #00a596;
    font-size: 18px;
  }

  .OaC_btn_6 {
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 12%;
    margin: 10px 0 0;
  }
  .OaC_btn_6:before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
  }
  .sp_close_6 {
    display: none;
    width: 100%;
    margin: 0 auto;
  }

  .OaC_btn_7 {
    display: block;
    background-color: #ffffff;
    padding: 18px;
    color: #000000;
    font-weight: bold;
    border: 4px solid #00a596;
    font-size: 18px;
  }

  .OaC_btn_7 {
    position: relative;
    line-height: 1.3;
    padding-left: 12%;
    padding-right: 12%;
    margin: 10px 0 0;
  }
  .OaC_btn_7:before {
    position: absolute;
    left: 3%;
    top: 18%;
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
  }
  .sp_close_7 {
    display: none;
    width: 100%;
    margin: 0 auto;
  }

  .close {
    position: relative;
    line-height: 1.6;
    padding-left: 12%;
    padding-right: 25px;
    background: #f9eac1;
    margin: 0 0 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000;
  }
  .close:before {
    position: absolute;
    left: 3%;
    top: 13%;
    content: "";
    display: inline-block;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/a.png) no-repeat;
    background-size: contain;
  }
}

.qa {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.time {
  padding: 10px 17px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  max-width: 830px;
  margin: auto;
}

.rel {
  position: relative;
}

/*会社概要*/
img.colona {
  margin-top: 50px;
  margin-bottom: 50px;
}

section.form {
  text-align: center;
  width: 100%;
}
section.form h2 {
  color: #00a596;
  font-size: 36px;
  font-weight: bold;
  margin: 30px auto 0;
}
p.company {
  background: #018877;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 40px;
}

table.company {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
table.company th,
td {
}
table.company th {
  background: #d2d2d2;
  font-size: 16px;
}
table.company td {
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
}
.fsss {
  font-size: 0.8em;
}
img.sp {
  display: none;
}
img.pc {
  display: block;
}
div .htel {
  width: 55%;
}
.hline {
  width: 16%;
}
/*sp*/
@media screen and (max-width: 640px) {
  .time {
    width: 100%;
    padding: 4px 10px;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.1;
  }
  .section img {
    margin-bottom: 7px;
  }
  img.colona {
    width: 90%;
    margin-bottom: 2.5em;
    margin-top: 3vw;
  }
  table.company {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  table.company th,
  td {
  }
  table.company th {
    background: #d2d2d2;
    font-size: 0.9em;
  }
  table.company td {
    font-size: 0.9em;
    padding: 10px 0;
    font-weight: bold;
  }
  p.company {
    background: #018877;
    color: #fff;
    font-size: 1.3em;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  img.sp {
    display: block;
  }
  img.pc {
    display: none;
  }
}
.time_comment {
  width: 89%;
  margin: auto;
  text-align: center;
  padding: 2% 0;
}
@media screen and (min-width: 640px) {
  img.award {
    width: 800px;
  }
  .wrap_pc {
    max-width: 750px;
    margin: 0 auto;
  }
  .wrap_pc2 {
    max-width: 1100px;
    margin: 0 auto;
  }
  .wrap_pc3 {
    max-width: 1040px;
    margin: 0 auto;
  }
  .wrap_pc4 {
    max-width: 50%;
    margin: 0 auto 100px;
  }
  .reason_bg {
    background-color: #eeeeee;
    padding: 60px 0 20px;
  }
  .voice_bg {
    background-color: #efece0;
    padding: 20px 0;
  }
  table.company {
    width: 45%;
  }
  .br_sp {
    display: none;
  }
  .nav {
    background-color: #00a596;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .menu {
    max-width: 47%;
    height: auto;
    position: initial;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .menu img {
    width: 97%;
  }
  body {
    margin-bottom: 180px;
  }
}

/*タブレット*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section img {
    margin-bottom: 3vw;
  }
  img.lp_denwa {
    margin: 3vw auto;
  }
  img.award {
    width: 70%;
  }
  .time {
    padding: 10px 17px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
    max-width: 91%;
  }
  .wrap_pc {
    max-width: 60%;
    margin: 0 auto;
  }
  .wrap_pc2 {
    max-width: 90%;
    margin: 0 auto;
  }
  .wrap_pc3 {
    max-width: 85%;
    margin: 0 auto;
  }
  .wrap_pc4 {
    max-width: 85%;
    margin: 0 auto 100px;
  }
  img.colona {
    margin-top: 3vw;
    margin-bottom: 50px;
  }
  footer {
    margin-bottom: -6vw;
    text-align: center;
  }
  .menu {
      
    width: 90%;
  }
  table.company {
    width: 60%;
  }
}
.fadeinfotter {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .hed_content .logo img {
    width: auto;
    height: 6vw;
    margin-top: 10px;
  }
  .hed_content .denwa img {
    width: auto;
    height: 10vw;
    margin-top: 10px;
  }
  .time {
    font-size: 0.85em;
  }
  .qa {
    max-width: 80%;
  }
  .wrap_pc3 {
    max-width: 90%;
    margin: 0 auto;
  }
  .wrap_pc4 {
    max-width: 85%;
    margin: 0 auto 100px;
  }
}

/* 220332 */
.pc .YouTube,
.sp .YouTube {
  display: block;
  width: 100%;
  height: 40vh;
  max-width: 650px;
  max-height: 400px;
  margin: 3% auto 2%;
  border: 10px solid #00a596;
}
.sp .YouTube {
  width: 97%;
  height: 25vh;
  margin: 6% auto 2%;
  border: 7px solid #00a596;
}
