
@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  line-height: 1.8;
  color: #3c3c3c;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}
form {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  color: #3c3c3c;
  transition: .3s;
  text-decoration: none;
}

a:hover, a:visited {
  color: #3c3c3c;
}

.hover-img:hover {
  opacity: .7;
  transition: opacity .4s;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border: 1px solid #cecece;
  width: 100%;
}

table tr th {
  background: #eeeeee;
  border: 1px solid #cecece;
  text-align: center;
}

table tr td {
  border: 1px solid #cecece;
}

* {
  box-sizing: border-box;
}

/* font-style */
.fc--green {
  color: #08969b;
}

.fc--red {
  color: #d20024;
}

.fc--blue {
  color: #005eb8;
}

.bg--blue {
  background-color: #e9f4ff;
}

.bg--gray {
  background-color: #fbfbfb;
}

.strong {
  font-size: 125%;
  font-weight: bold;
}

.small {
  font-size: 85%;
}

.ftWN {
  font-weight: 300;
}

.ftWM {
  font-weight: 500;
}

.ftWB {
  font-weight: bold;
}

.txL {
  text-align: left;
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.linkExternal {
  background: url("/media_library/images/icon_link_external.gif") no-repeat scroll 0 center transparent;
  padding: 3px 0 3px 13px;
  word-break: break-all;
  word-wrap: break-word !important;
  margin: 0 2px;
}

.linkText {
  text-decoration: underline;
}

.linkText:hover {
  color: #3AB8EF;
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.note {
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: inline-block;
}

.note::before {
  content: '※';
  margin-right: .5em;
}

.hover-img:hover {
  opacity: .7;
  transition: opacity .4s;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .mt5 {
    margin-top: 0.6666666667vw !important;
  }
}
.mb5 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 0.6666666667vw !important;
  }
}
.ml5 {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .ml5 {
    margin-left: 0.6666666667vw !important;
  }
}
.mr5 {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .mr5 {
    margin-right: 0.6666666667vw !important;
  }
}
.mt10 {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .mt10 {
    margin-top: 1.3333333333vw !important;
  }
}
.mb10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.ml10 {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .ml10 {
    margin-left: 1.3333333333vw !important;
  }
}
.mr10 {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .mr10 {
    margin-right: 1.3333333333vw !important;
  }
}
.mt15 {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .mt15 {
    margin-top: 2vw !important;
  }
}
.mb15 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 2vw !important;
  }
}
.ml15 {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .ml15 {
    margin-left: 2vw !important;
  }
}
.mr15 {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .mr15 {
    margin-right: 2vw !important;
  }
}
.mt20 {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .mt20 {
    margin-top: 2.6666666667vw !important;
  }
}
.mb20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.ml20 {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .ml20 {
    margin-left: 2.6666666667vw !important;
  }
}
.mr20 {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .mr20 {
    margin-right: 2.6666666667vw !important;
  }
}
.mt25 {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .mt25 {
    margin-top: 3.3333333333vw !important;
  }
}
.mb25 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 3.3333333333vw !important;
  }
}
.ml25 {
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .ml25 {
    margin-left: 3.3333333333vw !important;
  }
}
.mr25 {
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .mr25 {
    margin-right: 3.3333333333vw !important;
  }
}
.mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .mt30 {
    margin-top: 4vw !important;
  }
}
.mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 4vw !important;
  }
}
.ml30 {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .ml30 {
    margin-left: 4vw !important;
  }
}
.mr30 {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .mr30 {
    margin-right: 4vw !important;
  }
}
.mt35 {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .mt35 {
    margin-top: 4.6666666667vw !important;
  }
}
.mb35 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 4.6666666667vw !important;
  }
}
.ml35 {
  margin-left: 35px;
}

@media only screen and (max-width: 768px) {
  .ml35 {
    margin-left: 4.6666666667vw !important;
  }
}
.mr35 {
  margin-right: 35px;
}

@media only screen and (max-width: 768px) {
  .mr35 {
    margin-right: 4.6666666667vw !important;
  }
}
.mt40 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .mt40 {
    margin-top: 5.3333333333vw !important;
  }
}
.mb40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.ml40 {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .ml40 {
    margin-left: 5.3333333333vw !important;
  }
}
.mr40 {
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .mr40 {
    margin-right: 5.3333333333vw !important;
  }
}
.mt45 {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .mt45 {
    margin-top: 6vw !important;
  }
}
.mb45 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 6vw !important;
  }
}
.ml45 {
  margin-left: 45px;
}

@media only screen and (max-width: 768px) {
  .ml45 {
    margin-left: 6vw !important;
  }
}
.mr45 {
  margin-right: 45px;
}

@media only screen and (max-width: 768px) {
  .mr45 {
    margin-right: 6vw !important;
  }
}
.mt50 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .mt50 {
    margin-top: 6.6666666667vw !important;
  }
}
.mb50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 6.6666666667vw !important;
  }
}
.ml50 {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .ml50 {
    margin-left: 6.6666666667vw !important;
  }
}
.mr50 {
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .mr50 {
    margin-right: 6.6666666667vw !important;
  }
}
.mt55 {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {
  .mt55 {
    margin-top: 7.3333333333vw !important;
  }
}
.mb55 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 7.3333333333vw !important;
  }
}
.ml55 {
  margin-left: 55px;
}

@media only screen and (max-width: 768px) {
  .ml55 {
    margin-left: 7.3333333333vw !important;
  }
}
.mr55 {
  margin-right: 55px;
}

@media only screen and (max-width: 768px) {
  .mr55 {
    margin-right: 7.3333333333vw !important;
  }
}
.mt60 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}
.mb60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 8vw !important;
  }
}
.ml60 {
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  .ml60 {
    margin-left: 8vw !important;
  }
}
.mr60 {
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  .mr60 {
    margin-right: 8vw !important;
  }
}
.mt65 {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  .mt65 {
    margin-top: 8.6666666667vw !important;
  }
}
.mb65 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 8.6666666667vw !important;
  }
}
.ml65 {
  margin-left: 65px;
}

@media only screen and (max-width: 768px) {
  .ml65 {
    margin-left: 8.6666666667vw !important;
  }
}
.mr65 {
  margin-right: 65px;
}

@media only screen and (max-width: 768px) {
  .mr65 {
    margin-right: 8.6666666667vw !important;
  }
}
.mt70 {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .mt70 {
    margin-top: 9.3333333333vw !important;
  }
}
.mb70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.ml70 {
  margin-left: 70px;
}

@media only screen and (max-width: 768px) {
  .ml70 {
    margin-left: 9.3333333333vw !important;
  }
}
.mr70 {
  margin-right: 70px;
}

@media only screen and (max-width: 768px) {
  .mr70 {
    margin-right: 9.3333333333vw !important;
  }
}
.mt75 {
  margin-top: 75px;
}

@media only screen and (max-width: 768px) {
  .mt75 {
    margin-top: 10vw !important;
  }
}
.mb75 {
  margin-bottom: 75px;
}

@media only screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 10vw !important;
  }
}
.ml75 {
  margin-left: 75px;
}

@media only screen and (max-width: 768px) {
  .ml75 {
    margin-left: 10vw !important;
  }
}
.mr75 {
  margin-right: 75px;
}

@media only screen and (max-width: 768px) {
  .mr75 {
    margin-right: 10vw !important;
  }
}
.mt80 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}
.mb80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 10.6666666667vw !important;
  }
}
.ml80 {
  margin-left: 80px;
}

@media only screen and (max-width: 768px) {
  .ml80 {
    margin-left: 10.6666666667vw !important;
  }
}
.mr80 {
  margin-right: 80px;
}

@media only screen and (max-width: 768px) {
  .mr80 {
    margin-right: 10.6666666667vw !important;
  }
}
.mt85 {
  margin-top: 85px;
}

@media only screen and (max-width: 768px) {
  .mt85 {
    margin-top: 11.3333333333vw !important;
  }
}
.mb85 {
  margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 11.3333333333vw !important;
  }
}
.ml85 {
  margin-left: 85px;
}

@media only screen and (max-width: 768px) {
  .ml85 {
    margin-left: 11.3333333333vw !important;
  }
}
.mr85 {
  margin-right: 85px;
}

@media only screen and (max-width: 768px) {
  .mr85 {
    margin-right: 11.3333333333vw !important;
  }
}
.mt90 {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .mt90 {
    margin-top: 12vw !important;
  }
}
.mb90 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 12vw !important;
  }
}
.ml90 {
  margin-left: 90px;
}

@media only screen and (max-width: 768px) {
  .ml90 {
    margin-left: 12vw !important;
  }
}
.mr90 {
  margin-right: 90px;
}

@media only screen and (max-width: 768px) {
  .mr90 {
    margin-right: 12vw !important;
  }
}
.mt95 {
  margin-top: 95px;
}

@media only screen and (max-width: 768px) {
  .mt95 {
    margin-top: 12.6666666667vw !important;
  }
}
.mb95 {
  margin-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 12.6666666667vw !important;
  }
}
.ml95 {
  margin-left: 95px;
}

@media only screen and (max-width: 768px) {
  .ml95 {
    margin-left: 12.6666666667vw !important;
  }
}
.mr95 {
  margin-right: 95px;
}

@media only screen and (max-width: 768px) {
  .mr95 {
    margin-right: 12.6666666667vw !important;
  }
}
.mt100 {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .mt100 {
    margin-top: 13.3333333333vw !important;
  }
}
.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.ml100 {
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .ml100 {
    margin-left: 13.3333333333vw !important;
  }
}
.mr100 {
  margin-right: 100px;
}

@media only screen and (max-width: 768px) {
  .mr100 {
    margin-right: 13.3333333333vw !important;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt5 {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .pt5 {
    margin-top: 0.6666666667vw !important;
  }
}
.pb5 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .pb5 {
    margin-bottom: 0.6666666667vw !important;
  }
}
.pl5 {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .pl5 {
    margin-left: 0.6666666667vw !important;
  }
}
.pr5 {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .pr5 {
    margin-right: 0.6666666667vw !important;
  }
}
.pt10 {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .pt10 {
    margin-top: 1.3333333333vw !important;
  }
}
.pb10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .pb10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.pl10 {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .pl10 {
    margin-left: 1.3333333333vw !important;
  }
}
.pr10 {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .pr10 {
    margin-right: 1.3333333333vw !important;
  }
}
.pt15 {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .pt15 {
    margin-top: 2vw !important;
  }
}
.pb15 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .pb15 {
    margin-bottom: 2vw !important;
  }
}
.pl15 {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .pl15 {
    margin-left: 2vw !important;
  }
}
.pr15 {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .pr15 {
    margin-right: 2vw !important;
  }
}
.pt20 {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .pt20 {
    margin-top: 2.6666666667vw !important;
  }
}
.pb20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .pb20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.pl20 {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .pl20 {
    margin-left: 2.6666666667vw !important;
  }
}
.pr20 {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .pr20 {
    margin-right: 2.6666666667vw !important;
  }
}
.pt25 {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .pt25 {
    margin-top: 3.3333333333vw !important;
  }
}
.pb25 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .pb25 {
    margin-bottom: 3.3333333333vw !important;
  }
}
.pl25 {
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .pl25 {
    margin-left: 3.3333333333vw !important;
  }
}
.pr25 {
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .pr25 {
    margin-right: 3.3333333333vw !important;
  }
}
.pt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .pt30 {
    margin-top: 4vw !important;
  }
}
.pb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .pb30 {
    margin-bottom: 4vw !important;
  }
}
.pl30 {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .pl30 {
    margin-left: 4vw !important;
  }
}
.pr30 {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .pr30 {
    margin-right: 4vw !important;
  }
}
.pt35 {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .pt35 {
    margin-top: 4.6666666667vw !important;
  }
}
.pb35 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .pb35 {
    margin-bottom: 4.6666666667vw !important;
  }
}
.pl35 {
  margin-left: 35px;
}

@media only screen and (max-width: 768px) {
  .pl35 {
    margin-left: 4.6666666667vw !important;
  }
}
.pr35 {
  margin-right: 35px;
}

@media only screen and (max-width: 768px) {
  .pr35 {
    margin-right: 4.6666666667vw !important;
  }
}
.pt40 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .pt40 {
    margin-top: 5.3333333333vw !important;
  }
}
.pb40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .pb40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.pl40 {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .pl40 {
    margin-left: 5.3333333333vw !important;
  }
}
.pr40 {
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .pr40 {
    margin-right: 5.3333333333vw !important;
  }
}
.pt45 {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .pt45 {
    margin-top: 6vw !important;
  }
}
.pb45 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .pb45 {
    margin-bottom: 6vw !important;
  }
}
.pl45 {
  margin-left: 45px;
}

@media only screen and (max-width: 768px) {
  .pl45 {
    margin-left: 6vw !important;
  }
}
.pr45 {
  margin-right: 45px;
}

@media only screen and (max-width: 768px) {
  .pr45 {
    margin-right: 6vw !important;
  }
}
.pt50 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .pt50 {
    margin-top: 6.6666666667vw !important;
  }
}
.pb50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .pb50 {
    margin-bottom: 6.6666666667vw !important;
  }
}
.pl50 {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .pl50 {
    margin-left: 6.6666666667vw !important;
  }
}
.pr50 {
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .pr50 {
    margin-right: 6.6666666667vw !important;
  }
}
.pt55 {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {
  .pt55 {
    margin-top: 7.3333333333vw !important;
  }
}
.pb55 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .pb55 {
    margin-bottom: 7.3333333333vw !important;
  }
}
.pl55 {
  margin-left: 55px;
}

@media only screen and (max-width: 768px) {
  .pl55 {
    margin-left: 7.3333333333vw !important;
  }
}
.pr55 {
  margin-right: 55px;
}

@media only screen and (max-width: 768px) {
  .pr55 {
    margin-right: 7.3333333333vw !important;
  }
}
.pt60 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .pt60 {
    margin-top: 8vw !important;
  }
}
.pb60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .pb60 {
    margin-bottom: 8vw !important;
  }
}
.pl60 {
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  .pl60 {
    margin-left: 8vw !important;
  }
}
.pr60 {
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  .pr60 {
    margin-right: 8vw !important;
  }
}
.pt65 {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  .pt65 {
    margin-top: 8.6666666667vw !important;
  }
}
.pb65 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .pb65 {
    margin-bottom: 8.6666666667vw !important;
  }
}
.pl65 {
  margin-left: 65px;
}

@media only screen and (max-width: 768px) {
  .pl65 {
    margin-left: 8.6666666667vw !important;
  }
}
.pr65 {
  margin-right: 65px;
}

@media only screen and (max-width: 768px) {
  .pr65 {
    margin-right: 8.6666666667vw !important;
  }
}
.pt70 {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .pt70 {
    margin-top: 9.3333333333vw !important;
  }
}
.pb70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .pb70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.pl70 {
  margin-left: 70px;
}

@media only screen and (max-width: 768px) {
  .pl70 {
    margin-left: 9.3333333333vw !important;
  }
}
.pr70 {
  margin-right: 70px;
}

@media only screen and (max-width: 768px) {
  .pr70 {
    margin-right: 9.3333333333vw !important;
  }
}
.pt75 {
  margin-top: 75px;
}

@media only screen and (max-width: 768px) {
  .pt75 {
    margin-top: 10vw !important;
  }
}
.pb75 {
  margin-bottom: 75px;
}

@media only screen and (max-width: 768px) {
  .pb75 {
    margin-bottom: 10vw !important;
  }
}
.pl75 {
  margin-left: 75px;
}

@media only screen and (max-width: 768px) {
  .pl75 {
    margin-left: 10vw !important;
  }
}
.pr75 {
  margin-right: 75px;
}

@media only screen and (max-width: 768px) {
  .pr75 {
    margin-right: 10vw !important;
  }
}
.pt80 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .pt80 {
    margin-top: 10.6666666667vw !important;
  }
}
.pb80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .pb80 {
    margin-bottom: 10.6666666667vw !important;
  }
}
.pl80 {
  margin-left: 80px;
}

@media only screen and (max-width: 768px) {
  .pl80 {
    margin-left: 10.6666666667vw !important;
  }
}
.pr80 {
  margin-right: 80px;
}

@media only screen and (max-width: 768px) {
  .pr80 {
    margin-right: 10.6666666667vw !important;
  }
}
.pt85 {
  margin-top: 85px;
}

@media only screen and (max-width: 768px) {
  .pt85 {
    margin-top: 11.3333333333vw !important;
  }
}
.pb85 {
  margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .pb85 {
    margin-bottom: 11.3333333333vw !important;
  }
}
.pl85 {
  margin-left: 85px;
}

@media only screen and (max-width: 768px) {
  .pl85 {
    margin-left: 11.3333333333vw !important;
  }
}
.pr85 {
  margin-right: 85px;
}

@media only screen and (max-width: 768px) {
  .pr85 {
    margin-right: 11.3333333333vw !important;
  }
}
.pt90 {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .pt90 {
    margin-top: 12vw !important;
  }
}
.pb90 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .pb90 {
    margin-bottom: 12vw !important;
  }
}
.pl90 {
  margin-left: 90px;
}

@media only screen and (max-width: 768px) {
  .pl90 {
    margin-left: 12vw !important;
  }
}
.pr90 {
  margin-right: 90px;
}

@media only screen and (max-width: 768px) {
  .pr90 {
    margin-right: 12vw !important;
  }
}
.pt95 {
  margin-top: 95px;
}

@media only screen and (max-width: 768px) {
  .pt95 {
    margin-top: 12.6666666667vw !important;
  }
}
.pb95 {
  margin-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  .pb95 {
    margin-bottom: 12.6666666667vw !important;
  }
}
.pl95 {
  margin-left: 95px;
}

@media only screen and (max-width: 768px) {
  .pl95 {
    margin-left: 12.6666666667vw !important;
  }
}
.pr95 {
  margin-right: 95px;
}

@media only screen and (max-width: 768px) {
  .pr95 {
    margin-right: 12.6666666667vw !important;
  }
}
.pt100 {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .pt100 {
    margin-top: 13.3333333333vw !important;
  }
}
.pb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .pb100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.pl100 {
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .pl100 {
    margin-left: 13.3333333333vw !important;
  }
}
.pr100 {
  margin-right: 100px;
}

@media only screen and (max-width: 768px) {
  .pr100 {
    margin-right: 13.3333333333vw !important;
  }
}
h2 {
  font-size: 3.0rem;
  color: #3e6398;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 4.6666666667vw;
  }
}
h3 {
  font-size: 2.0rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 4vw;
  }
}
h4 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .scrollTable {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .scrollTable::before {
    content: '横にスクロールできます。';
    display: block;
    color: #555;
    font-size: 13px;
    background: url(/media_library/grhpcommon/images/icon_scrolltable.svg) no-repeat left center/26px 22px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .scrollTable table {
    min-width: 750px;
  }
}
.btn {
  display: block;
  color: #fff;
  text-align: center;
  width: 230px;
  padding: 15px 30px 15px 20px;
  background-color: #3e6398;
  text-decoration: none;
  border-radius: 15px;
  height: 60px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    padding: 2vw 2.9vw 2vw 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    height: auto;
  }
}
.btn::after {
  content: "";
  background-image: url("/media_library/common/images/common_arrow_white.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 7px;
  height: 12px;
  right: 5%;
  top: calc(50% - 6px);
}

.btn:hover {
  opacity: 0.7;
  color: #fff;
}

.btn:visited {
  color: #fff;
}

.btn-newline {
  font-size: 80%;
  line-height: 1.2;
}

.title-no {
  font-size: 160%;
  vertical-align: middle;
}

.title-no::after {
  content: '｜';
}

.header {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.header__inner {
  padding: 5px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 0.6666666667vw 2vw 0.6666666667vw 2vw;
  }
}
.header__logo {
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-basis: auto;
  column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .header__logo {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo {
    column-gap: 10px;
  }
}
.header__logo img {
  vertical-align: middle;
}

.header__logo-denshika {
  width: auto;
  position: absolute;
  right: 15px;
  bottom: -15px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .header__logo-denshika {
    max-width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo-denshika {
    right: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo-denshika {
    bottom: -2.5vw;
  }
}
.mv {
  background-image: url("/media_library/consolidate/lp/etaxhoutei/images/mv.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mv {
    background-image: none;
  }
}
.mv-btn {
  font-size: 2.0rem;
  background-color: #ff5e00;
  font-weight: bold;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 15px 60px 15px 40px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .mv-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .mv-btn {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .mv-btn {
    font-size: 3.7333333333vw;
  }
}
.mv__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 0 50px;
}

@media only screen and (max-width: 768px) {
  .mv__inner {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    padding: 0;
  }
}
.mv__container {
  flex-basis: 53%;
}

.mv__txt {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  text-shadow: 1px 2px 3px #333;
  color: #fff;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .mv__txt {
    font-size: 4.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt {
    padding: 0.6666666667vw 2vw 2vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt {
    text-align: center;
  }
}
.mv__txt span {
  font-size: 80%;
}

.mv--sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mv--sp {
    display: block;
  }
}
.mv--sp .mv__txt {
  color: #1B1B1B;
  text-shadow: none;
}

.section__inner {
  padding: 80px 0 100px;
  max-width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .section__inner {
    padding: 10.6666666667vw 2vw 13.3333333333vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .section__inner {
    width: 100%;
  }
}
.section__box {
  padding: 0 80px;
  margin: 60px 0 0;
}

@media only screen and (max-width: 768px) {
  .section__box {
    padding: 0vw 6.6666666667vw 0vw 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .section__box {
    margin: 8vw 0vw 0vw 0vw;
  }
}
.section__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .section__list {
    flex-wrap: wrap;
  }
}
.section__list li {
  flex-basis: calc((100% / 3) - 50px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e5de;
  background-color: #fff;
  padding: 30px;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .section__list li {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section__list li {
    padding: 4vw 4vw 4vw 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .section__list li {
    margin: 0vw 0vw 4vw 0vw;
  }
}
.section__list-title {
  color: #3e6398;
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .section__list-title {
    font-size: 3.7333333333vw;
  }
}
.section__list-txt {
  flex: 1;
  border-bottom: 1px solid #e8e5de;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 30px;
  padding: 0 0 30px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .section__list-txt {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .section__list-txt {
    margin: 0vw 0vw 4vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .section__list-txt {
    padding: 0vw 0vw 4vw 0vw;
  }
}
.section__list figure {
  flex: 1;
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .section__list figure {
    margin: 0vw 0vw 1.3333333333vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .index h3 {
    text-align: left;
  }
}
.index__note-box {
  text-align: center;
  font-size: 85%;
}

@media only screen and (max-width: 768px) {
  .index__note-box {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .index__note-box {
    font-size: 75%;
  }
}
.index__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 35px 0 0;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .index__list {
    margin: 4.6666666667vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .index__list {
    flex-wrap: wrap;
  }
}
.index__list-item {
  flex-basis: calc((100% / 3) - 60px);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .index__list-item {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .index__list-item {
    margin: 0vw 0vw 4vw 0vw;
  }
}
.index__list-item a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px 20px 60px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .index__list-item a {
    padding: 3.3333333333vw 2.6666666667vw 10.6666666667vw 2.6666666667vw;
  }
}
.index__list-item a::after {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/lp/etaxhoutei/images/img_arrow.svg") no-repeat;
  background-size: contain;
  bottom: 10px;
  left: calc(50% - 18px);
  width: 36px;
  height: 38px;
}

@media only screen and (max-width: 768px) {
  .index__list-item a::after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .index__list-item a::after {
    width: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .index__list-item a::after {
    height: 5.0666666667vw;
  }
}
.index__list-item a:hover {
  opacity: 0.7;
}

.index__list-title {
  color: #3e6398;
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .index__list-title {
    font-size: 3.7333333333vw;
  }
}
.index__list-box {
  background-color: #fafafa;
  padding: 25px 20px;
}

@media only screen and (max-width: 768px) {
  .index__list-box {
    padding: 3.3333333333vw 2.6666666667vw 3.3333333333vw 2.6666666667vw;
  }
}
.index__list-detail {
  line-height: 1.2;
}

.index__list-detail li {
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .index__list-detail li {
    margin: 0vw 0vw 1.3333333333vw 0vw;
  }
}
.index__list-detail li span {
  font-size: 80%;
}

.index__list-detail li::before {
  content: '● ';
  color: #3e6398;
  font-size: 90%;
}

.index__list-detail li:last-child {
  margin: 0;
}

.voice-btn {
  width: 300px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 768px) {
  .voice-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .voice-btn {
    margin: 4vw auto 0vw auto;
  }
}
.voice__inner {
  margin: 20px 0;
}

.voice__inner a {
  display: block;
}

.voice__inner a:hover {
  opacity: .7;
  transition: opacity .4s;
}

@media only screen and (max-width: 768px) {
  .voice__inner {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
.voice__logo-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 !important;
  padding: 20px 0 0 !important;
}

@media only screen and (max-width: 768px) {
  .voice__logo-list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .voice__logo-list {
    padding: 2.6666666667vw 0vw 0vw 0vw !important;
  }
}
.voice__logo-list li {
  flex-basis: 150px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .voice__logo-list li {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
}
.voice__logo-list li:first-child {
  padding: 10px 10px 10px 0px;
}

@media only screen and (max-width: 768px) {
  .voice__logo-list li:first-child {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 0vw;
  }
}
.voice__logo-list li:last-child {
  padding: 10px 0 10px 10px;
}

@media only screen and (max-width: 768px) {
  .voice__logo-list li:last-child {
    padding: 1.3333333333vw 0vw 1.3333333333vw 1.3333333333vw;
  }
}
.voice__pickup {
  border: 1px solid #e8e5de;
  border-radius: 10px;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .voice__pickup {
    padding: 2vw 2vw 2vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .voice__pickup {
    margin: 4vw 0vw 4vw 0vw;
  }
}
.voice__pickup a {
  display: block;
  position: relative;
  padding: 15px;
}

.voice__pickup-inner {
  padding: 15px 30px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .voice__pickup-inner {
    padding: 2vw 2vw 2vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .voice__pickup-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .voice__pickup-inner figure {
    flex-basis: 100%;
  }
}
.voice__txt {
  flex-basis: calc(100% - 300px);
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 768px) {
  .voice__txt {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .voice__txt {
    margin: 1.3333333333vw 0vw 0vw 0vw;
  }
}
.voice__txt-title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0 0 15px 0 !important;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .voice__txt-title {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .voice__txt-title {
    margin: 0vw 0vw 1.3333333333vw 0vw !important;
  }
}
.voice__txt-info {
  border-top: 1px solid #e8e5de;
  padding: 10px 0 0 0;
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.voice__pickup .voice__txt-info {
  border-bottom: 1px solid #e8e5de;
  border-top: none;
  padding: 0 0 20px 0;
  margin: 10px 0 15px;
}

@media only screen and (max-width: 768px) {
  .voice__pickup .voice__txt-info {
    flex-direction: column;
    padding: 2.8985507246vw 0vw 4.8309178744vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .voice__txt-info {
    padding: 0vw auto 0vw auto;
  }
}
@media only screen and (max-width: 768px) {
  .voice__txt-info {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
.voice__txt-info figure {
  flex-basis: 40%;
}

.voice__info {
  flex-basis: calc(60% - 15px);
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 768px) {
  .voice__info {
    flex-basis: calc(60% - 2vw);
  }
}
@media only screen and (max-width: 768px) {
  .voice__info {
    margin: 0vw 0vw 0vw 2vw;
  }
}
.voice__info-name {
  line-height: 1.5;
}

.voice__pickup .voice__info-name {
  font-weight: bold;
  font-size: 1.1em;
}

.voice__info-iconlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  margin: 0 !important;
}

.voice__info-iconlist li {
  border: 1px solid #e8e5de;
  padding: 2px 5px !important;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .voice__info-iconlist li {
    padding: 0.2666666667vw 0.6666666667vw 0.2666666667vw 0.6666666667vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .voice__info-iconlist li {
    margin: 0vw 1.3333333333vw 0vw 0vw;
  }
}
.voice__info-iconlist li:last-child {
  margin: 0;
}

.voice__icon {
  border-radius: 5px;
  padding: 2px 5px !important;
  font-weight: bold;
  font-size: 1.2rem;
}

.voice__icon-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.voice__icon-box p {
  margin: 0 10px 0 0 !important;
}

.voice__icon-box p:last-child {
  margin: 0 !important;
}

.voice__icon-pickup {
  background: #e3755e;
  color: #fff;
}

.voice__icon-movie {
  padding: 1px 4px 1px 20px !important;
  position: relative;
  border: 1px solid #3e6398;
}

.voice__icon-movie::before {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_movie.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  left: 5%;
}

.voice__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 768px) {
  .voice__list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .voice__list {
    margin: 4vw 0vw 0vw 0vw !important;
  }
}
.voice__list li {
  flex-basis: calc((100% / 3) - 50px);
  border: 1px solid #e8e5de;
  border-radius: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .voice__list li {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .voice__list li {
    margin: 0 0 15px 0;
  }
}
.voice__list li a {
  display: block;
}

.voice__list li:last-child {
  margin: 0;
}

.voice__list-inner {
  width: 100%;
}

.voice__list-inner .voice__img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 20px 20px 0;
}

@media only screen and (max-width: 768px) {
  .voice__list-inner .voice__img {
    height: auto;
  }
}
.voice__list-inner .voice__img figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.voice__img figure {
  text-align: center;
}

.voice__list-inner .voice__txt {
  margin: 0;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .voice__list-inner .voice__txt {
    font-size: 3.7333333333vw;
  }
}
.voice__list-inner .voice__txt-title {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .voice__list-inner .voice__txt-title {
    font-size: 3.9vw;
  }
}
.voice__list-inner .voice__info {
  margin: 0;
  flex-basis: auto;
}

.voice__list-inner .voice__info-iconlist {
  display: block;
}

.voice__list-inner .voice__info-iconlist li {
  border: none;
}

.voice__list-inner .voice__info-industry::before {
  content: '業種　：';
}

.voice__list-inner .voice__info-scale::before {
  content: '売上高：';
}

.voice__search-btn {
  position: relative;
  width: 300px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .voice__search-btn {
    width: 70%;
  }
}
.voice__search-btn::before {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_search.svg") no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  top: calc(50% - 9px);
  left: 5%;
}

#voice .voice__interview p {
  text-align: center;
  margin-top: 0;
}

#voice .voice__interview {
  height: 267px;
  border: solid 6px #c2dfe8;
  border-radius: 10px;
}

#voice .voice__interview_inner {
  padding: 20px;
}

#voice .voice__interview_inner figure {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #voice .voice__interview {
    height: auto;
  }
}
#voice .voice__interview__img {
  width: 90%;
}

.about__movie {
  text-align: center;
  margin: 20px 0 0;
}

.about__movie a {
  display: inline-block;
}

#charge table {
  margin: 10px 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#charge th {
  color: #fff;
  padding: 5px 9px 4px 9px;
  background: #3e6398;
}

#charge th a {
  color: #fff;
  text-decoration: underline;
  font-weight: 200;
  font-size: 1em;
}

#charge th a:hover {
  opacity: .7;
  transition: opacity .4s;
}

#charge th, #charge td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 0;
  border-right: 0;
}

#charge td {
  padding: 5px 9px;
}

#charge .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

#charge .charge_price {
  display: inline-block;
}

.cv-btn {
  background-color: #ff5e00;
}

.footer {
  padding: 5px;
  background: #3e6398;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .footer {
    font-size: 2.6666666667vw;
  }
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 40px;
}

@media screen and (max-width: 590px) {
  .totop {
    width: 42px;
    height: 42px;
    bottom: 40px;
    right: 10px;
  }
}




