@charset "UTF-8";
/*
Theme Name: TELASA ヘルプサイト
Author: tv asahi mediaplex
Author URI: http://www.mediaplex.co.jp/
 */
/* ==========================================================
Web Fonts
========================================================== */
/* 日本語 */
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*========================================
common style
共通部分のCSS（ヘッダー・フッター・共通スタイル）
========================================*/
html {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 4vw;
  line-height: 1.5833333333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.07em;
  font-weight: 400;
  word-break: break-all;
}

a {
  color: #333333;
  text-decoration: none;
}
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.pt0 {
  padding-top: 0 !important;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-caption {
  width: auto !important;
  max-width: 100%;
  margin-bottom: 2.6666666667vw;
}
.wp-caption p {
  text-align: center;
  margin-top: 1.3333333333vw !important;
}

.accordion-content {
  display: none;
}

.alignleft {
  float: left;
  padding: 0 2.6666666667vw 2.6666666667vw 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 2.6666666667vw;
}

.alignright {
  float: right;
  padding: 0 0 2.6666666667vw 2.6666666667vw;
}

strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input[type=button],
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
textarea,
select,
button {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
select,
textarea {
  width: 100%;
  height: 8vw;
  padding: 5px;
  max-width: 100%;
  background-color: #f3f3f3;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  outline: none;
}

.wpcf7-form-control-wrap.genre,
.wpcf7-form-control-wrap.request_type,
.wpcf7-form-control-wrap.device,
.wpcf7-form-control-wrap.age,
.wpcf7-form-control-wrap.sex {
  display: block;
  position: relative;
}
.wpcf7-form-control-wrap.genre:after,
.wpcf7-form-control-wrap.request_type:after,
.wpcf7-form-control-wrap.device:after,
.wpcf7-form-control-wrap.age:after,
.wpcf7-form-control-wrap.sex:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  height: 26.6666666667vw;
  resize: vertical;
}

.form-submit {
  text-align: center;
}

input[type=button],
input[type=submit],
button {
  width: 100%;
  font-size: 4vw;
  -webkit-appearance: none;
}

input:focus::-webkit-input-placeholder,
isindex:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form-btn {
  margin-top: 6.6666666667vw;
}

.mt0 {
  margin-top: 0vw !important;
}

.mt5 {
  margin-top: 0.6666666667vw !important;
}

.mt10 {
  margin-top: 1.3333333333vw !important;
}

.mt15 {
  margin-top: 2vw !important;
}

.mt20 {
  margin-top: 2.6666666667vw !important;
}

.mt25 {
  margin-top: 3.3333333333vw !important;
}

.mt30 {
  margin-top: 4vw !important;
}

.mt35 {
  margin-top: 4.6666666667vw !important;
}

.mt40 {
  margin-top: 5.3333333333vw !important;
}

.mt45 {
  margin-top: 6vw !important;
}

.mt50 {
  margin-top: 6.6666666667vw !important;
}

.mt55 {
  margin-top: 7.3333333333vw !important;
}

.mt60 {
  margin-top: 8vw !important;
}

.mt65 {
  margin-top: 8.6666666667vw !important;
}

.mt70 {
  margin-top: 9.3333333333vw !important;
}

.mt75 {
  margin-top: 10vw !important;
}

.mt80 {
  margin-top: 10.6666666667vw !important;
}

.mt85 {
  margin-top: 11.3333333333vw !important;
}

.mt90 {
  margin-top: 12vw !important;
}

.mt95 {
  margin-top: 12.6666666667vw !important;
}

.mt100 {
  margin-top: 13.3333333333vw !important;
}

.mb0 {
  margin-bottom: 0vw !important;
}

.mb5 {
  margin-bottom: 0.6666666667vw !important;
}

.mb10 {
  margin-bottom: 1.3333333333vw !important;
}

.mb15 {
  margin-bottom: 2vw !important;
}

.mb20 {
  margin-bottom: 2.6666666667vw !important;
}

.mb25 {
  margin-bottom: 3.3333333333vw !important;
}

.mb30 {
  margin-bottom: 4vw !important;
}

.mb35 {
  margin-bottom: 4.6666666667vw !important;
}

.mb40 {
  margin-bottom: 5.3333333333vw !important;
}

.mb45 {
  margin-bottom: 6vw !important;
}

.mb50 {
  margin-bottom: 6.6666666667vw !important;
}

.mb55 {
  margin-bottom: 7.3333333333vw !important;
}

.mb60 {
  margin-bottom: 8vw !important;
}

.mb65 {
  margin-bottom: 8.6666666667vw !important;
}

.mb70 {
  margin-bottom: 9.3333333333vw !important;
}

.mb75 {
  margin-bottom: 10vw !important;
}

.mb80 {
  margin-bottom: 10.6666666667vw !important;
}

.mb85 {
  margin-bottom: 11.3333333333vw !important;
}

.mb90 {
  margin-bottom: 12vw !important;
}

.mb95 {
  margin-bottom: 12.6666666667vw !important;
}

.mb100 {
  margin-bottom: 13.3333333333vw !important;
}

.ml0 {
  margin-left: 0vw !important;
}

.ml5 {
  margin-left: 0.6666666667vw !important;
}

.ml10 {
  margin-left: 1.3333333333vw !important;
}

.ml15 {
  margin-left: 2vw !important;
}

.ml20 {
  margin-left: 2.6666666667vw !important;
}

.ml25 {
  margin-left: 3.3333333333vw !important;
}

.ml30 {
  margin-left: 4vw !important;
}

.ml35 {
  margin-left: 4.6666666667vw !important;
}

.ml40 {
  margin-left: 5.3333333333vw !important;
}

.ml45 {
  margin-left: 6vw !important;
}

.ml50 {
  margin-left: 6.6666666667vw !important;
}

.ml55 {
  margin-left: 7.3333333333vw !important;
}

.ml60 {
  margin-left: 8vw !important;
}

.ml65 {
  margin-left: 8.6666666667vw !important;
}

.ml70 {
  margin-left: 9.3333333333vw !important;
}

.ml75 {
  margin-left: 10vw !important;
}

.ml80 {
  margin-left: 10.6666666667vw !important;
}

.ml85 {
  margin-left: 11.3333333333vw !important;
}

.ml90 {
  margin-left: 12vw !important;
}

.ml95 {
  margin-left: 12.6666666667vw !important;
}

.ml100 {
  margin-left: 13.3333333333vw !important;
}

.mr0 {
  margin-right: 0vw !important;
}

.mr5 {
  margin-right: 0.6666666667vw !important;
}

.mr10 {
  margin-right: 1.3333333333vw !important;
}

.mr15 {
  margin-right: 2vw !important;
}

.mr20 {
  margin-right: 2.6666666667vw !important;
}

.mr25 {
  margin-right: 3.3333333333vw !important;
}

.mr30 {
  margin-right: 4vw !important;
}

.mr35 {
  margin-right: 4.6666666667vw !important;
}

.mr40 {
  margin-right: 5.3333333333vw !important;
}

.mr45 {
  margin-right: 6vw !important;
}

.mr50 {
  margin-right: 6.6666666667vw !important;
}

.mr55 {
  margin-right: 7.3333333333vw !important;
}

.mr60 {
  margin-right: 8vw !important;
}

.mr65 {
  margin-right: 8.6666666667vw !important;
}

.mr70 {
  margin-right: 9.3333333333vw !important;
}

.mr75 {
  margin-right: 10vw !important;
}

.mr80 {
  margin-right: 10.6666666667vw !important;
}

.mr85 {
  margin-right: 11.3333333333vw !important;
}

.mr90 {
  margin-right: 12vw !important;
}

.mr95 {
  margin-right: 12.6666666667vw !important;
}

.mr100 {
  margin-right: 13.3333333333vw !important;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

/* エディター内スタイル */
@media screen and (min-width: 769px) {
  .alignleft {
    padding: 0 20px 20px 0;
  }
  .aligncenter {
    margin-bottom: 20px;
  }
  .alignright {
    padding: 0 0 20px 20px;
  }
  .wp-caption {
    margin-bottom: 20px;
  }
  .wp-caption p {
    margin-top: 5px !important;
  }
  input[type=text],
input[type=tel],
input[type=email],
input[type=url],
select,
textarea {
    font-size: 1.8rem;
    height: 45px;
    padding: 10px;
  }
  textarea {
    height: 200px;
  }
  input[type=button],
input[type=submit],
button {
    width: 300px;
    font-size: 1.8rem;
  }
  body {
    font-size: 1.4rem;
    min-width: 1080px;
    line-height: 2;
    word-break: normal;
  }
  .form-btn {
    margin-top: 40px;
  }
  .mb0 {
    margin-top: 0px !important;
  }
  .mb5 {
    margin-top: 5px !important;
  }
  .mb10 {
    margin-top: 10px !important;
  }
  .mb15 {
    margin-top: 15px !important;
  }
  .mb20 {
    margin-top: 20px !important;
  }
  .mb25 {
    margin-top: 25px !important;
  }
  .mb30 {
    margin-top: 30px !important;
  }
  .mb35 {
    margin-top: 35px !important;
  }
  .mb40 {
    margin-top: 40px !important;
  }
  .mb45 {
    margin-top: 45px !important;
  }
  .mb50 {
    margin-top: 50px !important;
  }
  .mb55 {
    margin-top: 55px !important;
  }
  .mb60 {
    margin-top: 60px !important;
  }
  .mb65 {
    margin-top: 65px !important;
  }
  .mb70 {
    margin-top: 70px !important;
  }
  .mb75 {
    margin-top: 75px !important;
  }
  .mb80 {
    margin-top: 80px !important;
  }
  .mb85 {
    margin-top: 85px !important;
  }
  .mb90 {
    margin-top: 90px !important;
  }
  .mb95 {
    margin-top: 95px !important;
  }
  .mb100 {
    margin-top: 100px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb45 {
    margin-bottom: 45px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb55 {
    margin-bottom: 55px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb65 {
    margin-bottom: 65px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb75 {
    margin-bottom: 75px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb85 {
    margin-bottom: 85px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb95 {
    margin-bottom: 95px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .ml5 {
    margin-left: 5px !important;
  }
  .ml10 {
    margin-left: 10px !important;
  }
  .ml15 {
    margin-left: 15px !important;
  }
  .ml20 {
    margin-left: 20px !important;
  }
  .ml25 {
    margin-left: 25px !important;
  }
  .ml30 {
    margin-left: 30px !important;
  }
  .ml35 {
    margin-left: 35px !important;
  }
  .ml40 {
    margin-left: 40px !important;
  }
  .ml45 {
    margin-left: 45px !important;
  }
  .ml50 {
    margin-left: 50px !important;
  }
  .ml55 {
    margin-left: 55px !important;
  }
  .ml60 {
    margin-left: 60px !important;
  }
  .ml65 {
    margin-left: 65px !important;
  }
  .ml70 {
    margin-left: 70px !important;
  }
  .ml75 {
    margin-left: 75px !important;
  }
  .ml80 {
    margin-left: 80px !important;
  }
  .ml85 {
    margin-left: 85px !important;
  }
  .ml90 {
    margin-left: 90px !important;
  }
  .ml95 {
    margin-left: 95px !important;
  }
  .ml100 {
    margin-left: 100px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mr5 {
    margin-right: 5px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .mr15 {
    margin-right: 15px !important;
  }
  .mr20 {
    margin-right: 20px !important;
  }
  .mr25 {
    margin-right: 25px !important;
  }
  .mr30 {
    margin-right: 30px !important;
  }
  .mr35 {
    margin-right: 35px !important;
  }
  .mr40 {
    margin-right: 40px !important;
  }
  .mr45 {
    margin-right: 45px !important;
  }
  .mr50 {
    margin-right: 50px !important;
  }
  .mr55 {
    margin-right: 55px !important;
  }
  .mr60 {
    margin-right: 60px !important;
  }
  .mr65 {
    margin-right: 65px !important;
  }
  .mr70 {
    margin-right: 70px !important;
  }
  .mr75 {
    margin-right: 75px !important;
  }
  .mr80 {
    margin-right: 80px !important;
  }
  .mr85 {
    margin-right: 85px !important;
  }
  .mr90 {
    margin-right: 90px !important;
  }
  .mr95 {
    margin-right: 95px !important;
  }
  .mr100 {
    margin-right: 100px !important;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*========================================
ヘッダー
========================================*/
.common-header {
  padding: 4vw 5.3333333333vw;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.common-header .common-header-inner {
  position: relative;
}
.common-header .common-header-inner .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.common-header .common-header-inner .logo a:hover, .common-header .common-header-inner .logo a:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.common-header .common-header-inner .logo a .icon {
  display: block;
  width: 27.6vw;
  height: 9.3333333333vw;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(./img/logo.svg);
  background-size: contain;
}
.common-header .common-header-inner .logo a .sub {
  font-size: 4.6666666667vw;
  font-weight: bold;
  color: #ea5404;
  margin-left: 5.3333333333vw;
}
.common-header .common-header-inner .logo.center {
  text-align: center;
}
.common-header .common-header-inner .logo.center a {
  display: inline-block;
}
.common-header .common-header-inner .header-banner {
  margin-top: 4vw;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.common-header .common-header-inner .header-banner:hover, .common-header .common-header-inner .header-banner:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}

body.home .header-search {
  background-image: url(./img/search_fomr_bg.png);
  padding: 8vw 5.3333333333vw 3.3333333333vw;
}
body.home .header-search .header-search-inner .search-description {
  display: block;
}

.header-search {
  padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: #f3f3f3;
}
.header-search .header-search-inner .input-text-wrapper {
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-search .header-search-inner .input-text-wrapper .input-text {
  display: block;
  height: 8vw;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  font-size: 4.2666666667vw;
}
.header-search .header-search-inner .input-text-wrapper .btn-search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12vw;
  -ms-flex: 0 0 12vw;
  flex: 0 0 12vw;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(./img/ico_loupe.png);
  background-size: 17px auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.header-search .header-search-inner .search-description {
  line-height: 1;
  margin-top: 2.6666666667vw;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  display: none;
}

@media screen and (min-width: 769px) {
  .common-header {
    padding: 20px 0;
  }
  .common-header .common-header-inner {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .common-header .common-header-inner .logo a .icon {
    width: 199px;
    height: 66px;
  }
  .common-header .common-header-inner .logo a .sub {
    font-size: 2.4rem;
    margin-left: 20px;
  }
  .common-header .common-header-inner .header-banner {
    margin-top: 0;
    width: 450px;
  }
  body.home .header-search {
    padding: 80px 0 57px;
  }
  .header-search {
    padding: 60px 0;
  }
  .header-search .header-search-inner .input-text-wrapper {
    width: 840px;
    margin: 0 auto;
  }
  .header-search .header-search-inner .input-text-wrapper .input-text {
    display: block;
    height: 60px;
    font-size: 1.8rem;
  }
  .header-search .header-search-inner .input-text-wrapper .btn-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    background-size: 35px auto;
  }
  .header-search .header-search-inner .search-description {
    margin-top: 27px;
    font-size: 1.6rem;
  }
}
/*========================================
フッター
========================================*/
.common-footer .intro {
  padding: 2.6666666667vw 5.3333333333vw;
  background-color: #f3f3f3;
  font-size: 3.3333333333vw;
  line-height: 1.4;
}
.common-footer .footer-top {
  padding: 5.3333333333vw 2.6666666667vw;
  background-color: #333333;
}
.common-footer .footer-top .footer-top-inner .banner-area {
  margin-bottom: 4vw;
}
.common-footer .footer-top .footer-top-inner .banner-area .title {
  color: #fff;
  margin-bottom: 5.3333333333vw;
}
.common-footer .footer-top .footer-top-inner .banner-area .app-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.common-footer .footer-top .footer-top-inner .banner-area .app-banners li {
  margin-right: 4vw;
}
.common-footer .footer-top .footer-top-inner .banner-area .app-banners li a {
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.common-footer .footer-top .footer-top-inner .banner-area .app-banners li a:hover, .common-footer .footer-top .footer-top-inner .banner-area .app-banners li a:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.common-footer .footer-top .footer-top-inner .banner-area .app-banners li:nth-child(even) {
  margin-right: 0;
}
.common-footer .footer-top .footer-top-inner .link-area .category-nav {
  padding-top: 4vw;
  border-top: 1px solid #7f7f7f;
}
.common-footer .footer-top .footer-top-inner .link-area .category-nav .title {
  color: #fff;
  font-size: 3.5vw;
  margin-bottom: 2.6666666667vw;
}
.common-footer .fnav01 ul, .common-footer .fnav02 ul, .common-footer .term-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.common-footer .fnav01 ul li, .common-footer .fnav02 ul li, .common-footer .term-nav ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.common-footer .fnav01 ul li:after, .common-footer .fnav02 ul li:after, .common-footer .term-nav ul li:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.common-footer .fnav01 ul li:nth-child(odd), .common-footer .fnav02 ul li:nth-child(odd), .common-footer .term-nav ul li:nth-child(odd) {
  padding-right: 2vw;
}
.common-footer .fnav01 ul li:nth-child(even), .common-footer .fnav02 ul li:nth-child(even), .common-footer .term-nav ul li:nth-child(even) {
  padding-left: 2vw;
}
.common-footer .fnav01 ul li a, .common-footer .fnav02 ul li a, .common-footer .term-nav ul li a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #fff;
  display: block;
  font-size: 3.5vw;
  padding: 4vw 12px 4vw 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.common-footer .fnav01 ul li a:hover, .common-footer .fnav01 ul li a:focus, .common-footer .fnav02 ul li a:hover, .common-footer .fnav02 ul li a:focus, .common-footer .term-nav ul li a:hover, .common-footer .term-nav ul li a:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.common-footer .footer-middle {
  padding: 0 2.6666666667vw;
  background-color: #ea5404;
}
.common-footer .footer-bottom {
  padding: 2.6666666667vw;
}
.common-footer .footer-bottom .footer-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common-footer .footer-bottom .footer-bottom-inner .sns-btns a {
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 1.3333333333vw;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: bottom;
}
.common-footer .footer-bottom .footer-bottom-inner .sns-btns a.twitter {
  background-image: url(./img/ico_twitter.png);
}
.common-footer .footer-bottom .footer-bottom-inner .sns-btns a.youtube {
  background-image: url(./img/ico_youtube.png);
}
.common-footer .footer-bottom .footer-bottom-inner .sns-btns a.facebook {
  background-image: url(./img/ico_facebook.png);
}
.common-footer .footer-bottom .footer-bottom-inner .copy {
  font-size: 3vw;
}

@media screen and (min-width: 769px) {
  .common-footer .intro {
    padding: 20px 0;
  }
  .common-footer .intro p {
    width: 1080px;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .common-footer .footer-top {
    padding: 60px 0;
  }
  .common-footer .footer-top .footer-top-inner {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .common-footer .footer-top .footer-top-inner .banner-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    margin-bottom: 0;
  }
  .common-footer .footer-top .footer-top-inner .banner-area .title {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .common-footer .footer-top .footer-top-inner .banner-area .app-banners {
    display: block;
  }
  .common-footer .footer-top .footer-top-inner .banner-area .app-banners li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .common-footer .footer-top .footer-top-inner .banner-area .app-banners li:nth-child(even) {
    margin-right: 0;
  }
  .common-footer .footer-top .footer-top-inner .banner-area .app-banners li:last-child {
    margin-bottom: 0;
  }
  .common-footer .footer-top .footer-top-inner .link-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 800px;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px;
  }
  .common-footer .footer-top .footer-top-inner .link-area .category-nav {
    padding-top: 20px;
    padding-bottom: 14px;
    border-top: 1px solid #7f7f7f;
  }
  .common-footer .footer-top .footer-top-inner .link-area .category-nav .title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .common-footer .fnav01 ul, .common-footer .fnav02 ul, .common-footer .term-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .common-footer .fnav01 ul li, .common-footer .fnav02 ul li, .common-footer .term-nav ul li {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    padding-right: 20px !important;
    margin-bottom: 20px;
  }
  .common-footer .fnav01 ul li:after, .common-footer .fnav02 ul li:after, .common-footer .term-nav ul li:after {
    width: 1px;
    height: 14px;
    border-right: 1px solid #fff;
    border-bottom: none;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .common-footer .fnav01 ul li.no-bdr:after, .common-footer .fnav01 ul li:last-child:after, .common-footer .fnav02 ul li.no-bdr:after, .common-footer .fnav02 ul li:last-child:after, .common-footer .term-nav ul li.no-bdr:after, .common-footer .term-nav ul li:last-child:after {
    display: none;
  }
  .common-footer .fnav01 ul li:nth-child(odd), .common-footer .fnav02 ul li:nth-child(odd), .common-footer .term-nav ul li:nth-child(odd) {
    padding-right: 0;
  }
  .common-footer .fnav01 ul li:nth-child(even), .common-footer .fnav02 ul li:nth-child(even), .common-footer .term-nav ul li:nth-child(even) {
    padding-left: 0;
  }
  .common-footer .fnav01 ul li a, .common-footer .fnav02 ul li a, .common-footer .term-nav ul li a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.3rem;
    padding: 0;
    position: relative;
  }
  .common-footer .fnav02 ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .common-footer .fnav02 ul li {
    margin-bottom: 0;
  }
  .common-footer .footer-middle {
    padding: 10px 0;
  }
  .common-footer .footer-bottom {
    padding: 18px;
  }
  .common-footer .footer-bottom .footer-bottom-inner {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .common-footer .footer-bottom .footer-bottom-inner .sns-btns a {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: contain;
  }
  .common-footer .footer-bottom .footer-bottom-inner .copy {
    font-size: 1.3rem;
  }
}
/*========================================
パーツ
========================================*/
.pagetop-fixed p {
  position: fixed;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  width: 8.6666666667vw;
  height: 8.6666666667vw;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  border: 2px solid #ea5404;
  z-index: 100;
}
.pagetop-fixed p:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  margin-top: 0.9333333333vw;
  border-right: 1px solid #ea5404;
  border-bottom: 1px solid #ea5404;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.page-header {
  padding: 10.6666666667vw 0 5.3333333333vw;
}
.page-header .title {
  font-size: 6.3333333333vw;
  color: #ea5404;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
.page-header.no-margin {
  padding-bottom: 0;
}
.page-header.no-margin .title {
  margin-bottom: 0;
}

.local-nav01 {
  width: 100%;
  overflow-x: scroll;
}
.local-nav01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 8px;
  background-color: #f3f3f3;
}
.local-nav01 ul li {
  white-space: nowrap;
  background-color: #f3f3f3;
}
.local-nav01 ul li a {
  line-height: 1;
  display: block;
  font-weight: bold;
  padding: 4vw 5.3333333333vw;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.local-nav01 ul li a:hover, .local-nav01 ul li a:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.local-nav01 ul li.active a {
  color: #fff;
  position: relative;
  background-color: #ea5404;
}
.local-nav01 ul li.active a:after {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top: 8px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #ea5404;
}

.date-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 4vw;
}
.date-category .date {
  line-height: 1;
  font-size: 3.3333333333vw;
}
.date-category .category {
  line-height: 1;
  color: #fff;
  font-size: 2.6666666667vw;
  padding: 1.3333333333vw 3.3333333333vw;
  display: inline-block;
  background-color: #ea5404;
  margin-left: 2vw;
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.3333333333vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pager a, .pager span {
  display: none;
}
.pager .next, .pager .prev {
  display: block;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 3.7333333333vw 1.3333333333vw;
  width: 40vw;
  border-radius: 100px;
  color: #ea5404;
  background-color: #fff;
  border: 1px solid #ea5404;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.pager .next:hover, .pager .next:focus, .pager .prev:hover, .pager .prev:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.pager .next:after, .pager .prev:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #ea5404;
  border-bottom: 1px solid #ea5404;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.pager .prev:after {
  left: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pager .next:after {
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .pagetop-fixed p {
    right: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    border: 3px solid #ea5404;
  }
  .pagetop-fixed p:before {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    border-right: 2px solid #ea5404;
    border-bottom: 2px solid #ea5404;
  }
  .page-header {
    padding: 50px 0 25px;
  }
  .page-header .title {
    width: 1080px;
    font-size: 3rem;
    margin: 0 auto 20px;
    text-align: left;
  }
  .local-nav01 {
    width: 1080px;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .local-nav01 ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  .local-nav01 ul li a {
    padding: 10px 10px;
  }
  .date-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 25px;
  }
  .date-category .date {
    font-size: 1.2rem;
  }
  .date-category .category {
    padding: 5px;
    font-size: 1.2rem;
    min-width: 165px;
    margin-left: 30px;
    text-align: center;
  }
  .pager {
    margin-bottom: 60px;
  }
  .pager .next, .pager .prev {
    padding: 13px;
    width: 180px;
  }
}
/*========================================
コンテナ/ブロック
========================================*/
/*========================================
セクション
========================================*/
.section-block01.bg_gray {
  background-color: #f3f3f3;
}
.section-block01 .section-block01-inner {
  padding: 10.6666666667vw 5.3333333333vw;
}

.section-block02 {
  padding: 10.6666666667vw 0;
}
.section-block02.bg_gray {
  background-color: #f3f3f3;
}
.section-block02 .section-block02-inner .post-content {
  padding: 4vw 5.3333333333vw 0;
}

.section-block03 .section-block03-inner {
  padding: 4vw 5.3333333333vw 8vw;
}
.section-block03 .section-block03-inner .post-content {
  padding-bottom: 4vw;
}
.section-block03 .section-block03-inner .archive-btn {
  border-top: 1px solid #f3f3f3;
  padding-top: 4vw;
}

@media screen and (min-width: 769px) {
  .section-block01 .section-block01-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .section-block02 {
    padding: 60px 0;
    width: 1080px;
    margin: 0 auto;
  }
  .section-block02 .section-block02-inner .post-content {
    padding: 30px 40px 0;
  }
  .section-block03 {
    width: 1080px;
    margin: 0 auto;
  }
  .section-block03 .section-block03-inner {
    padding: 20px 40px 60px;
  }
  .section-block03 .section-block03-inner .post-content {
    padding-bottom: 30px;
  }
  .section-block03 .section-block03-inner .archive-btn {
    padding-top: 30px;
  }
}
/*========================================
タイトル系
========================================*/
.basic-title01 {
  font-size: 6.3333333333vw;
  color: #ea5404;
  text-align: center;
  margin-bottom: 8vw;
  line-height: 1;
}

.basic-title02 {
  font-size: 6vw;
  color: #ea5404;
  margin-bottom: 4vw;
}

.basic-title03 {
  font-size: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  padding-left: 2.6666666667vw;
}

.basic-title04 {
  font-size: 4vw;
  line-height: 1.5833333333;
  background-color: #f3f3f3;
  padding: 2.6666666667vw 5.3333333333vw;
  font-weight: bold;
}

.basic-title05 {
  font-size: 4.3333333333vw;
  padding: 2.6666666667vw 5.3333333333vw;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ea5404;
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .basic-title01 {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 55px;
  }
  .basic-title02 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .basic-title03 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .basic-title04 {
    font-size: 1.6rem;
    padding: 16px 40px;
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .basic-title05 {
    font-size: 1.8rem;
    padding: 10px 40px;
    margin-bottom: 20px;
  }
}
/*========================================
リスト系
========================================*/
.basic-list01 {
  margin-bottom: 5.3333333333vw;
}
.basic-list01 > li {
  margin-bottom: 4vw;
  border-bottom: 1px solid #f3f3f3;
}
.basic-list01 > li:last-child {
  margin-bottom: 0;
}
.basic-list01 > li a {
  display: block;
  padding-bottom: 4vw;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.basic-list01 > li a:hover, .basic-list01 > li a:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.basic-list01 > li .date {
  line-height: 1;
  font-size: 3.6666666667vw;
}
.basic-list01 > li .category {
  line-height: 1;
  color: #fff;
  font-size: 3vw;
  padding: 1.3333333333vw 3.3333333333vw;
  display: inline-block;
  background-color: #ea5404;
}
.basic-list01 > li .title {
  margin-top: 2.6666666667vw;
  text-decoration: underline;
}

.basic-list02 {
  margin-bottom: 5.3333333333vw;
}
.basic-list02 > li {
  margin-bottom: 2.6666666667vw;
  background-color: #fff;
}
.basic-list02 > li:last-child {
  margin-bottom: 0;
}
.basic-list02 > li .list-header {
  padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 4vw;
  position: relative;
}
.basic-list02 > li .list-header.faq {
  background-color: #f3f3f3;
  font-weight: bold;
}
.basic-list02 > li .list-header.contact:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.basic-list02 > li .list-header .category {
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 1.0666666667vw 2.6666666667vw;
  font-size: 3vw;
  min-width: 24vw;
  border-radius: 100px;
  color: #ea5404;
  border: 1px solid #ea5404;
  margin-bottom: 1.3333333333vw;
}
.basic-list02 > li .list-header .title {
  font-weight: bold;
  line-height: 1.5833333333;
}
.basic-list02 > li .list-header:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.basic-list02 > li .list-header.opened:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.basic-list02 > li .list-header.fq_list {
  width: 100%;
}
.basic-list02 > li .editor-area {
  padding: 4vw 0;
  margin: 0 4vw;
  border-top: 1px solid #f3f3f3;
}

.basic-list03,
.basic-list04 {
  margin-bottom: 5.3333333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.basic-list03 > li,
.basic-list04 > li {
  margin-right: 4vw;
  margin-top: 4vw;
  width: calc((100% - 4vw) / 2);
}
.basic-list03 > li:nth-child(-n+2),
.basic-list04 > li:nth-child(-n+2) {
  margin-top: 0;
}
.basic-list03 > li:nth-child(even), .basic-list03 > li:last-child,
.basic-list04 > li:nth-child(even),
.basic-list04 > li:last-child {
  margin-right: 0;
}
.basic-list03 > li .caption,
.basic-list04 > li .caption {
  text-align: center;
  margin: 2vw 0 0;
}

.thumb-list01 > li {
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  overflow: hidden;
  margin-top: 4vw;
  background-color: #f3f3f3;
}
.thumb-list01 > li:first-child {
  margin-top: 0;
}
.thumb-list01 > li .thumb {
  padding: 4vw 0;
  text-align: center;
  background-color: #fff;
}
.thumb-list01 > li .thumb img {
  height: 13.3333333333vw;
}
.thumb-list01 > li .description {
  padding: 4vw;
}
.thumb-list01 > li .description .label {
  color: #ea5404;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.3333333333vw;
  font-size: 4.3333333333vw;
}
.thumb-list01 > li .description .note {
  margin-top: 2.6666666667vw;
  font-size: 3.3333333333vw;
  color: #7f7f7f;
}

.tag-category {
  margin-top: 4vw;
  padding-top: 4vw;
  border-top: 1px solid #f3f3f3;
}
.tag-category .categories {
  text-align: right;
  font-size: 3vw;
}
.tag-category .categories .category {
  text-decoration: none;
  color: #ea5404;
}
.tag-category .tags {
  margin-top: 2.6666666667vw;
  text-align: right;
  font-size: 3vw;
}
.tag-category .tags .tag {
  color: #333;
  margin-left: 1.3333333333vw;
  border-radius: 50px;
  padding: 0.6666666667vw 1.3333333333vw;
  text-decoration: none;
  background-color: #f3f3f3;
}

.banner-nav ul li {
  margin-top: 2.6666666667vw;
  background-color: #fff;
  border: 1px solid #ea5404;
  border-radius: 1.3333333333vw;
}
.banner-nav ul li.premium a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-nav ul li.premium a:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(./img/premium.png);
  background-size: contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.2vw;
  -ms-flex: 0 0 11.2vw;
  flex: 0 0 11.2vw;
  width: 11.2vw;
  height: 4vw;
  margin-right: 1.3333333333vw;
}
.banner-nav ul li:first-child {
  margin-top: 0;
}
.banner-nav ul li a {
  height: 100%;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 4.2666666667vw 2.6666666667vw;
  color: #ea5404;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.banner-nav ul li a:hover, .banner-nav ul li a:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}

@media screen and (min-width: 769px) {
  .br-sp {
    display: none;
  }
  .basic-list01 {
    margin-bottom: 0;
  }
  .basic-list01 > li {
    margin-bottom: 20px;
  }
  .basic-list01 > li:last-child {
    margin-bottom: 0;
  }
  .basic-list01 > li a {
    padding: 20px 0;
  }
  .basic-list01 > li .texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .basic-list01 > li .date, .basic-list01 > li .category {
    white-space: nowrap;
  }
  .basic-list01 > li .date {
    line-height: 1;
    font-size: 1.2rem;
  }
  .basic-list01 > li .category {
    padding: 7px 5px;
    font-size: 1.2rem;
    min-width: 165px;
    margin-left: 30px;
    text-align: center;
  }
  .basic-list01 > li .title {
    margin-top: 10px;
    width: 100%;
    font-size: 1.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .basic-list02 {
    margin-bottom: 30px;
  }
  .basic-list02 > li {
    margin-bottom: 20px;
  }
  .basic-list02 > li:last-child {
    margin-bottom: 0;
  }
  .basic-list02 > li .list-header {
    padding: 20px 60px 20px 40px;
  }
  .basic-list02 > li .list-header .category {
    float: right;
    display: inline-block;
    line-height: 1;
    text-align: center;
    padding: 6px 7px;
    font-size: 1.2rem;
    min-width: 140px;
    margin-bottom: 0;
  }
  .basic-list02 > li .list-header .title {
    font-size: 1.6rem;
    line-height: 1.5833333333;
  }
  .basic-list02 > li .list-header:after {
    margin-top: -5px;
  }
  .basic-list02 > li .list-header.opened:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .basic-list02 > li .editor-area {
    padding: 30px 0 20px;
    margin: 0 40px;
  }
  .basic-list03 {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .basic-list03 > li {
    margin-right: 25px;
    margin-top: 30px;
    width: calc((100% - 75px) / 4);
  }
  .basic-list03 > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .basic-list03 > li:nth-child(even) {
    margin-right: 25px;
  }
  .basic-list03 > li:nth-child(4n+4) {
    margin-right: 0;
  }
  .basic-list03 > li .caption {
    margin: 10px 0 0;
  }
  .basic-list04 {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .basic-list04 > li {
    margin-right: 30px;
    margin-top: 30px;
    width: calc((100% - 90px) / 3);
  }
  .basic-list04 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .basic-list04 > li:nth-child(even) {
    margin-right: 30px;
  }
  .basic-list04 > li:nth-child(3n+3), .basic-list04 > li:last-child {
    margin-right: 0;
  }
  .basic-list04 > li .caption {
    margin: 10px 0 0;
  }
  .thumb-list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .thumb-list01 > li {
    border-radius: 8px;
    border: 2px solid #f3f3f3;
    width: 480px;
    margin-top: 40px;
    margin-right: 40px;
  }
  .thumb-list01 > li:nth-child(even) {
    margin-right: 0;
  }
  .thumb-list01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .thumb-list01 > li .thumb {
    padding: 30px 0;
  }
  .thumb-list01 > li .thumb img {
    height: 80px;
  }
  .thumb-list01 > li .description {
    padding: 20px;
    font-size: 1.4rem;
  }
  .thumb-list01 > li .description .label {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .thumb-list01 > li .description .note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .tag-category {
    margin-top: 30px;
    padding-top: 24px;
    overflow: hidden;
  }
  .tag-category .categories {
    float: left;
    text-align: left;
    font-size: 1.2rem;
  }
  .tag-category .tags {
    margin-top: 0;
    font-size: 1.2rem;
    float: right;
  }
  .tag-category .tags .tag {
    margin-left: 10px;
    padding: 5px 8px;
  }
  .banner-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-radius: 10px;
  }
  .banner-nav ul li {
    width: 520px;
    margin-top: 20px;
    margin-right: 40px;
  }
  .banner-nav ul li.premium a:before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66px;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    width: 66px;
    height: 23px;
    margin-right: 10px;
  }
  .banner-nav ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-nav ul li:nth-child(even) {
    margin-right: 0;
  }
  .banner-nav ul li a {
    font-size: 1.6rem;
    padding: 36px 20px;
  }
}
/*========================================
ボタン系
========================================*/
.basic-btn01 {
  display: block;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 3.7333333333vw 1.3333333333vw;
  border-radius: 100px;
  color: #ea5404;
  background-color: #fff;
  border: 1px solid #ea5404;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.basic-btn01:hover, .basic-btn01:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.basic-btn01.bg-full {
  color: #fff;
  background-color: #ea5404;
}
.basic-btn01.bg-full:after {
  display: none;
}
.basic-btn01.bg-full.arrow:after {
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.basic-btn01:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #ea5404;
  border-bottom: 1px solid #ea5404;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.basic-btn01.gray {
  color: #333333;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.basic-btn01.gray:after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.basic-btn02 {
  display: block;
  line-height: 1;
  text-align: center;
  padding: 3.7333333333vw 1.3333333333vw;
  border-radius: 10px;
  color: #ea5404;
  background-color: #fff;
  border: 1px solid #ea5404;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.basic-btn02:hover, .basic-btn02:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.basic-btn02.bg-full {
  color: #fff;
  background-color: #ea5404;
}

@media screen and (min-width: 769px) {
  .basic-btn01 {
    display: inline-block;
    position: relative;
    padding: 12px 10px;
    min-width: 320px;
  }
  .basic-btn01.size-m {
    padding: 17px 10px;
  }
  .basic-btn01:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #ea5404;
    border-bottom: 1px solid #ea5404;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*========================================
カテゴリーメニュー系
========================================*/
.section-cat-menus {
  background-color: #ea5404;
}
.section-cat-menus .section-cat-menus-inner {
  padding: 0 5.3333333333vw;
}
.section-cat-menus .section-cat-menus-inner .title {
  color: #fff;
  padding: 5.3333333333vw;
  font-size: 6.3333333333vw;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.section-cat-menus .section-cat-menus-inner .title:after {
  display: block;
  content: "";
  width: 6.9333333333vw;
  height: 6.4vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(./img/ico_menu.png);
  background-size: 6.9333333333vw 5.2vw;
}
.section-cat-menus .section-cat-menus-inner .title.opened {
  padding: 10.6666666667vw;
}
.section-cat-menus .section-cat-menus-inner .title.opened:after {
  background-image: url(./img/ico_menu_close.png);
  background-size: 6.4vw 6.4vw;
}
.section-cat-menus .section-cat-menus-inner .term-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 10.6666666667vw;
}
.section-cat-menus .section-cat-menus-inner .term-tags li {
  width: 41.3333333333vw;
  margin-right: 6.6666666667vw;
  margin-top: 5.3333333333vw;
}
.section-cat-menus .section-cat-menus-inner .term-tags li:nth-child(-n+2) {
  margin-top: 0;
}
.section-cat-menus .section-cat-menus-inner .term-tags li:nth-child(even) {
  margin-right: 0;
}
.section-cat-menus .section-cat-menus-inner .term-tags li a {
  display: block;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  padding: 3.3333333333vw 0 4vw;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.section-cat-menus .section-cat-menus-inner .term-tags li a:hover, .section-cat-menus .section-cat-menus-inner .term-tags li a:focus {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.section-cat-menus .section-cat-menus-inner .term-tags li a .icon {
  width: 20vw;
  margin: 0 auto 2.6666666667vw;
}
.section-cat-menus .section-cat-menus-inner .term-tags li a p {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}
.section-cat-menus .section-cat-menus-inner .accordion-content.opened {
  display: block;
}

@media screen and (min-width: 769px) {
  .section-cat-menus .section-cat-menus-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
  .section-cat-menus .section-cat-menus-inner .title {
    color: #fff;
    padding: 30px 0;
    font-size: 3rem;
  }
  .section-cat-menus .section-cat-menus-inner .title:after {
    width: 32px;
    height: 24px;
    background-size: contain;
  }
  .section-cat-menus .section-cat-menus-inner .title.opened {
    padding: 60px;
  }
  .section-cat-menus .section-cat-menus-inner .title.opened:after {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .section-cat-menus .section-cat-menus-inner .term-tags {
    padding-bottom: 60px;
  }
  .section-cat-menus .section-cat-menus-inner .term-tags li {
    width: 240px;
    margin-right: 40px;
    margin-top: 40px;
  }
  .section-cat-menus .section-cat-menus-inner .term-tags li:nth-child(-n+4) {
    margin-top: 0;
  }
  .section-cat-menus .section-cat-menus-inner .term-tags li:nth-child(even) {
    margin-right: 40px;
  }
  .section-cat-menus .section-cat-menus-inner .term-tags li:nth-child(4n+4) {
    margin-right: 0;
  }
  .section-cat-menus .section-cat-menus-inner .term-tags li a {
    border-radius: 10px;
    padding: 20px 0 25px;
  }
  .section-cat-menus .section-cat-menus-inner .term-tags li a .icon {
    width: 100px;
    margin: 0 auto 16px;
  }
  .section-cat-menus .section-cat-menus-inner .term-tags li a p {
    font-size: 1.6rem;
  }
}
/*========================================
テーブル系
========================================*/
.table-nowrap, .table-nowrap-all {
  overflow-x: scroll;
  white-space: nowrap;
}
.table-nowrap::-webkit-scrollbar, .table-nowrap-all::-webkit-scrollbar {
  height: 5px;
}
.table-nowrap::-webkit-scrollbar-track, .table-nowrap-all::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.table-nowrap::-webkit-scrollbar-thumb, .table-nowrap-all::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #7c7c7c;
}

table:not([class]) {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
table:not([class]) tr th {
  color: #fff;
  padding: 2.6666666667vw;
  background-color: #4e4e4e;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table:not([class]) tr th:last-child {
  border-right: none;
}
table:not([class]) tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
table:not([class]) tbody td {
  padding: 2.6666666667vw;
  border: 1px solid #fbfbfb;
}

.basic-table02 {
  display: block;
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
.basic-table02 tbody {
  display: block;
}
.basic-table02 tbody tr {
  display: block;
}
.basic-table02 tbody th, .basic-table02 tbody td {
  display: block;
}
.basic-table02 tbody th .req, .basic-table02 tbody td .req {
  color: #ea5404;
  padding-left: 2.6666666667vw;
}
.basic-table02 tbody th {
  font-size: 4vw;
  padding-bottom: 2.6666666667vw;
}
.basic-table02 tbody td {
  padding-bottom: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .table-nowrap {
    overflow: hidden;
    white-space: normal;
  }
  .table-nowrap::-webkit-scrollbar, .table-nowrap::-webkit-scrollbar-track, .table-nowrap::-webkit-scrollbar-thumb {
    display: none;
  }
  table:not([class]) {
    margin-bottom: 30px;
  }
  table:not([class]) tr th {
    padding: 10px 20px;
  }
  table:not([class]) tbody td {
    padding: 10px 20px;
  }
  .basic-table02 {
    margin-bottom: 30px;
    display: table;
  }
  .basic-table02 tbody {
    display: table-row-group;
  }
  .basic-table02 tbody tr {
    display: table-row;
  }
  .basic-table02 tbody th, .basic-table02 tbody td {
    vertical-align: top;
    display: table-cell;
  }
  .basic-table02 tbody th .req, .basic-table02 tbody td .req {
    padding-left: 10px;
  }
  .basic-table02 tbody th {
    width: 240px;
    font-size: 1.6rem;
    padding-bottom: 35px;
  }
  .basic-table02 tbody td {
    padding-bottom: 35px;
  }
}
/*========================================
部分調整
========================================*/
.section-block01.info .section-block01-inner .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-block01.info .section-block01-inner .title-box .flex-box {
  width: 100%;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-block01.info .section-block01-inner .title-box .flex-box .basic-title01 {
  font-size: 15px;
  padding: 10px 0px;
  text-align: left;
  margin-bottom: 0;
}
.section-block01.info .section-block01-inner .title-box .flex-box.active {
  border-top: 1px solid #ea5404;
  border-left: 1px solid #ea5404;
  border-right: 1px solid #ea5404;
  background-color: #fff;
}
.section-block01.info .section-block01-inner .title-box .flex-box.active .basic-title01 {
  color: #ea5404;
}
.section-block01.info .section-block01-inner .title-box .flex-box.hide {
  border-bottom: 1px solid #ea5404;
  background-color: #f3f3f3;
}
.section-block01.info .section-block01-inner .title-box .flex-box.hide .basic-title01 {
  color: #979797;
}
.section-block01.info .section-block01-inner .info-box .inner-box.hide .basic-list01 {
  display: none;
}
.section-block01.info .section-block01-inner .info-box .inner-box.active .basic-list01 {
  display: block;
}
.section-block01.info .section-block01-inner .btn-box .info-block-bnt.hide {
  display: none;
}
.section-block01.info .section-block01-inner .btn-box .info-block-bnt.active {
  display: block;
}

.section-block01.contact .section-block01-inner {
  padding: 5.3333333333vw;
}
.section-block01.contact .section-block01-inner .basic-title01 {
  margin-bottom: 2.6666666667vw;
}
.section-block01.contact .section-block01-inner .text {
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
.section-block01.contact .section-block01-inner .basic-btn01 {
  width: 50.6666666667vw;
  margin: 0 auto;
}

.section-block01.request .section-block01-inner {
  padding: 5.3333333333vw 2.6666666667vw;
}
.section-block01.request .section-block01-inner .contact-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-block01.request .section-block01-inner .contact-btns .btn-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.section-block01.request .section-block01-inner .contact-btns .btn-item .text {
  line-height: 1.6;
  text-align: center;
  font-size: 2.6666666667vw;
  margin-bottom: 2vw;
}
.section-block01.request .section-block01-inner .contact-btns .btn-item .text span {
  display: block;
  font-size: 2.3333333333vw;
}
.section-block01.request .section-block01-inner .contact-btns .btn-item .basic-btn01 {
  font-size: 3.3333333333vw;
}
.section-block01.request .section-block01-inner .contact-btns .btn-item .basic-btn01:after {
  right: 15px;
}
.section-block01.request .section-block01-inner .contact-btns .btn-item:nth-child(odd) {
  padding-right: 5.3333333333vw;
  border-right: 1px solid #e6e6e6;
}
.section-block01.request .section-block01-inner .contact-btns .btn-item:nth-child(even) {
  padding-left: 5.3333333333vw;
}
.contents-404 {
  text-align: center;
}
.contents-404 .title {
  font-size: 10vw;
  font-weight: bold;
  color: #ea5404;
  margin-bottom: 5.3333333333vw;
}
.contents-404 .btn {
  margin-top: 8vw;
}

.popup-button {
  cursor: pointer;
}

.popup {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.popup .content {
  background: white;
  padding: 20px;
  width: 70%;
  position: relative;
  z-index: 1;
}

.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .section-block01.info .section-block01-inner .title-box .flex-box {
    margin-bottom: 20px;
  }
  .section-block01.info .section-block01-inner .info-box .inner-box .basic-list01 {
    margin-bottom: 1.3333333333vw;
  }
  .section-block01.info .section-block01-inner .btn-box {
    text-align: center;
  }
  .section-block01.contact .section-block01-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-block01.contact .section-block01-inner .basic-title01 {
    margin-bottom: 0;
    font-size: 3rem;
  }
  .section-block01.contact .section-block01-inner .text {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.6rem;
  }
  .section-block01.contact .section-block01-inner .basic-btn01 {
    width: 260px;
    margin: 0;
  }
  .section-block01.request .section-block01-inner {
    padding: 30px 0;
  }
  .section-block01.request .section-block01-inner .contact-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-block01.request .section-block01-inner .contact-btns .btn-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  .section-block01.request .section-block01-inner .contact-btns .btn-item .text {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .section-block01.request .section-block01-inner .contact-btns .btn-item .text span {
    display: block;
    font-size: 1.4rem;
  }
  .section-block01.request .section-block01-inner .contact-btns .btn-item .basic-btn01 {
    font-size: 1.4rem;
  }
  .section-block01.request .section-block01-inner .contact-btns .btn-item .basic-btn01:after {
    right: 20px;
  }
  .section-block01.request .section-block01-inner .contact-btns .btn-item:nth-child(odd) {
    padding-right: 0;
  }
  .section-block01.request .section-block01-inner .contact-btns .btn-item:nth-child(even) {
    padding-left: 0;
  }
  body.post-type-archive-info .basic-list01 {
    margin-bottom: 60px;
  }
  .contents-404 {
    text-align: center;
  }
  .contents-404 .title {
    font-size: 4rem;
    margin-bottom: 0;
  }
  .contents-404 .btn {
    margin-top: 40px;
  }
  .popup {
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .popup .content {
    background: white;
    padding: 20px;
    width: 50%;
  }
  .popup .content .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*========================================
エディター系
========================================*/
body.mceContentBody.editor-area {
  min-width: 0 !important;
  padding: 30px !important;
  font-size: 1.3em;
  line-height: 1.9;
}

.editor .clearfix:after, .editor-area .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.editor .clearfix, .editor-area .clearfix {
  margin-bottom: 5.3333333333vw;
}
.editor *:first-child, .editor-area *:first-child {
  margin-top: 0;
}
.editor *:last-child, .editor-area *:last-child {
  margin-bottom: 0;
}
.editor .video-area, .editor-area .video-area {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.editor .video-area iframe, .editor-area .video-area iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.editor iframe.instagram-media, .editor-area iframe.instagram-media {
  width: 100% !important;
  background: white !important;
  max-width: 500px !important;
  border-radius: 3px !important;
  border: 1px solid rgb(219, 219, 219) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 12px;
  padding: 0px !important;
  min-width: 0 !important;
  min-height: 600px;
}
.editor .twitter-tweet, .editor .instagram-media, .editor-area .twitter-tweet, .editor-area .instagram-media {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.editor img, .editor-area img {
  height: auto;
  width: auto;
}
.editor h2, .editor-area h2 {
  color: #fff;
  font-size: 4.6666666667vw;
  padding: 2.6666666667vw 5.3333333333vw;
  background-color: #ea5404;
  margin-bottom: 5.3333333333vw;
}
.editor h2.title, .editor-area h2.title {
  background-color: #f3f3f3;
  color: #ea5404;
  border-bottom: 1px solid #ea5404;
}
.editor h3, .editor-area h3 {
  font-size: 4.3333333333vw;
  padding: 2.6666666667vw 5.3333333333vw;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ea5404;
  margin-bottom: 5.3333333333vw;
}
.editor h4, .editor-area h4 {
  font-size: 4vw;
  padding: 2.6666666667vw 5.3333333333vw;
  background-color: #f3f3f3;
  margin-bottom: 5.3333333333vw;
}
.editor h5, .editor-area h5 {
  font-weight: bold;
  font-size: 4.3333333333vw;
  margin: 5.3333333333vw 0 2.6666666667vw;
}
.editor h6, .editor-area h6 {
  font-weight: bold;
  margin: 5.3333333333vw 0 2.6666666667vw;
}
.editor .title-bg-gray, .editor-area .title-bg-gray {
  color: #fff;
  background-color: #999;
  margin-bottom: 0;
}
.editor a, .editor-area a {
  text-decoration: underline;
  color: #ea5404;
}
.editor a[href^="#"], .editor-area a[href^="#"] {
  color: #ea5404;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.editor a[href^="#"]:before, .editor-area a[href^="#"]:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #ea5404;
  border-bottom: 1px solid #ea5404;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.editor p, .editor-area p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor ul:not([class]), .editor-area ul:not([class]) {
  display: table;
  margin-bottom: 5.3333333333vw;
}
.editor ul:not([class]) > li, .editor-area ul:not([class]) > li {
  margin-top: 0.5em;
  display: table-row;
}
.editor ul:not([class]) > li:first-child, .editor-area ul:not([class]) > li:first-child {
  margin-top: 0;
}
.editor ul:not([class]) > li:after, .editor-area ul:not([class]) > li:after {
  content: "";
  display: block;
  margin-bottom: 0.3em;
}
.editor ul:not([class]) > li:before, .editor-area ul:not([class]) > li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
.editor ol:not([class]), .editor-area ol:not([class]) {
  margin-bottom: 5.3333333333vw;
}
.editor ol:not([class]) > li, .editor-area ol:not([class]) > li {
  margin-top: 0.5em;
  display: table-row;
  counter-increment: table-ol;
}
.editor ol:not([class]) > li:first-child, .editor-area ol:not([class]) > li:first-child {
  margin-top: 0;
}
.editor ol:not([class]) > li:after, .editor-area ol:not([class]) > li:after {
  content: "";
  display: block;
  margin-bottom: 0.3em;
}
.editor ol:not([class]) > li:before, .editor-area ol:not([class]) > li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
}
.editor ol:not([class]).sharp > li:before, .editor-area ol:not([class]).sharp > li:before {
  content: "#" counter(table-ol);
}
.editor dl:not([class]), .editor-area dl:not([class]) {
  border-bottom: 2px solid #f3f3f3;
}
.editor dl:not([class]) dt, .editor dl:not([class]) dd, .editor-area dl:not([class]) dt, .editor-area dl:not([class]) dd {
  padding: 5.3333333333vw 0;
}
.editor dl:not([class]) dt, .editor-area dl:not([class]) dt {
  font-weight: bold;
  position: relative;
}
.editor dl:not([class]) dt:after, .editor-area dl:not([class]) dt:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 34.6666666667vw;
  height: 2px;
  content: "";
  background-color: #ea5404;
}
.editor pre, .editor-area pre {
  width: 100%;
  overflow: scroll;
}
.editor blockquote, .editor-area blockquote {
  padding: 2.6666666667vw 4vw;
  margin-bottom: 5.3333333333vw;
  border-left: 3px solid #f3f3f3;
}
.editor blockquote *:first-child, .editor-area blockquote *:first-child {
  margin-top: 0;
}
.editor blockquote *:last-child, .editor-area blockquote *:last-child {
  margin-bottom: 0;
}
.editor .color-o, .editor-area .color-o {
  color: #ea5404;
}
.editor .basic-table02, .editor-area .basic-table02 {
  margin-top: 5.3333333333vw;
}
.editor .blockquote02, .editor-area .blockquote02 {
  padding: 2.6666666667vw 4vw;
  margin-bottom: 5.3333333333vw;
  background-color: #f9f9f9;
}
.editor .quit-links .ql-tabs, .editor-area .quit-links .ql-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #efefef;
  padding: 2.6666666667vw 2.6666666667vw 0;
  margin-bottom: 4vw;
}
.editor .quit-links .ql-tabs .ql-tab, .editor-area .quit-links .ql-tabs .ql-tab {
  color: #fff;
  background-color: #ea5404;
  padding: 0.6666666667vw 4vw;
  margin-right: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  border-radius: 1.0666666667vw;
  text-align: center;
  cursor: pointer;
}
.editor .quit-links .ql-tabs .ql-tab.nonactive, .editor-area .quit-links .ql-tabs .ql-tab.nonactive {
  opacity: 0.5;
}
.editor .quit-links .ql-contents .ql-content-item, .editor-area .quit-links .ql-contents .ql-content-item {
  padding-top: 8vw;
  position: relative;
  display: none;
}
.editor .quit-links .ql-contents .ql-content-item:before, .editor-area .quit-links .ql-contents .ql-content-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 15px solid #ea5404;
  border-bottom: 15px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

@media screen and (min-width: 769px) {
  .editor iframe.instagram-media, .editor-area iframe.instagram-media {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .editor h2, .editor-area h2 {
    font-size: 2rem;
    padding: 10px 40px;
    margin-bottom: 20px;
  }
  .editor h2.title, .editor-area h2.title {
    background-color: #f3f3f3;
    color: #ea5404;
    border-bottom: 1px solid #ea5404;
  }
  .editor h3, .editor-area h3 {
    font-size: 1.8rem;
    padding: 10px 40px;
    margin-bottom: 20px;
  }
  .editor h4, .editor-area h4 {
    font-size: 1.6rem;
    padding: 10px 40px;
    margin-bottom: 20px;
  }
  .editor h5, .editor-area h5 {
    font-weight: bold;
    font-size: 2rem;
    margin: 40px 0 20px;
  }
  .editor h6, .editor-area h6 {
    font-weight: bold;
    margin: 40px 0 20px;
  }
  .editor ul:not([class]), .editor-area ul:not([class]) {
    margin-bottom: 20px;
  }
  .editor ol:not([class]), .editor-area ol:not([class]) {
    margin-bottom: 20px;
  }
  .editor dl:not([class]), .editor-area dl:not([class]) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .editor dl:not([class]) dt, .editor dl:not([class]) dd, .editor-area dl:not([class]) dt, .editor-area dl:not([class]) dd {
    padding: 25px 0;
  }
  .editor dl:not([class]) dt, .editor-area dl:not([class]) dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  .editor dl:not([class]) dt:after, .editor-area dl:not([class]) dt:after {
    width: 200px;
  }
  .editor dl:not([class]) dd, .editor-area dl:not([class]) dd {
    padding-left: 20px;
  }
  .editor blockquote, .editor-area blockquote {
    margin-bottom: 20px;
    padding: 20px 30px;
    border-left: 5px solid #f3f3f3;
  }
  .editor .blockquote02, .editor-area .blockquote02 {
    margin-bottom: 20px;
    padding: 20px 30px;
  }
  .editor .basic-table02, .editor-area .basic-table02 {
    margin-top: 40px;
  }
  .editor .quit-links .ql-tabs, .editor-area .quit-links .ql-tabs {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }
  .editor .quit-links .ql-tabs .ql-tab, .editor-area .quit-links .ql-tabs .ql-tab {
    padding: 5px 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    min-width: 280px;
  }
  .editor .quit-links .ql-contents .ql-content-item, .editor-area .quit-links .ql-contents .ql-content-item {
    padding-top: 40px;
  }
}
/*========================================
退会ページ系
========================================*/
.color-o {
  color: #ea5404;
}

.section-block04 {
  margin-bottom: 8vw;
}
.section-block04 .section-block04-inner {
  padding: 5.3333333333vw;
  background-color: #f3f3f3;
}
.section-block04 .section-block04-inner .basic-title03 {
  padding-left: 0;
  letter-spacing: normal;
}
.section-block04 .section-block04-inner .contents {
  padding: 4vw;
  background-color: #fff;
}

.contents.nyukai > .thumb {
  margin-bottom: 4vw;
}

.btns01 {
  margin-bottom: 4vw;
}
.btns01 a {
  margin-bottom: 4vw;
}
.btns01 a:last-child {
  margin-bottom: 0;
}

.section-item {
  margin-bottom: 8vw;
}
.section-item .title {
  font-size: 4.6666666667vw;
  padding: 2.6666666667vw 4vw;
  color: #fff;
  background-color: #ea5404;
  margin-bottom: 5.3333333333vw;
  letter-spacing: normal;
}
.section-item .content > .thumb {
  text-align: center;
  margin-bottom: 4vw;
}
.section-item .content > .text {
  margin-bottom: 4vw;
}
.section-item .content > .text a {
  color: #ea5404;
  text-decoration: underline;
}
.section-item .content .twitter-timeline-wrapper {
  height: 133.3333333333vw !important;
}
.section-item .content .twitter-timeline {
  overflow: scroll;
  height: 133.3333333333vw !important;
}

.quote {
  margin-bottom: 4vw;
  font-size: 3.3333333333vw;
  padding-left: 4vw;
  border-left: 2px solid #f3f3f3;
}

.taikaifaq .taikai-btns {
  padding-top: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  border-top: 1px solid #e6e6e6;
}
.taikaifaq .taikai-btns > div {
  margin-bottom: 5.3333333333vw;
}
.taikaifaq .basic-btn01 {
  font-size: 3.3333333333vw;
  line-height: 1.3;
}
.taikaifaq .apple-case {
  font-size: 3.3333333333vw;
  margin-top: 4vw;
}
.taikaifaq .apple-case a {
  text-decoration: underline;
}
.tvasahiLp-info {
  margin-bottom: 5.3333333333vw;
}

.lineup-list li {
  margin-bottom: 2.6666666667vw;
}

.lineup-list figure {
  width: 100%;
  overflow: hidden;
}

.flex-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3vw !important;
  padding: 3.7333333333vw 3.3333333333vw 3.7333333333vw 2vw;
}
.flex-btn > span {
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .page-template-page-prequit-iframe {
    min-width: 1000px;
  }
  .section-block04 {
    margin-bottom: 60px;
  }
  .section-block04 > .basic-title01 {
    width: 1080px;
    margin: 0 auto 30px;
  }
  .section-block04 .section-block04-inner {
    padding: 60px 0;
  }
  .section-block04 .section-block04-inner.pt30 {
    padding-top: 30px;
  }
  .section-block04 .section-block04-inner .basic-title03 {
    padding-left: 40px;
    width: 1080px;
    margin: 0 auto 30px;
  }
  .section-block04 .section-block04-inner .contents {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 40px;
  }
  .contents.nyukai > .thumb {
    text-align: center;
    margin-bottom: 30px;
  }
  .contents.taikai {
    max-width: 1080px;
    margin: 0 auto;
  }
  .contents.taikai.iframe {
    max-width: 1000px;
  }
  .btns01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btns01 a {
    margin-bottom: 0;
    width: 480px;
    padding: 20px;
    font-size: 1.8rem;
  }
  .btns01 a:last-child {
    margin-bottom: 0;
  }
  .section-item {
    margin-bottom: 60px;
  }
  .section-item .title {
    font-size: 2rem;
    padding: 15px 40px;
    margin-bottom: 40px;
  }
  .section-item .content {
    font-size: 2rem;
    line-height: 1.8;
  }
  .section-item .content > .thumb {
    margin-bottom: 40px;
  }
  .section-item .content > .text {
    margin-bottom: 30px;
  }
  .section-item .content .twitter-timeline-wrapper {
    height: 480px !important;
  }
  .section-item .content .twitter-timeline {
    margin: 0 auto !important;
    width: 670px !important;
    height: 480px !important;
  }
  .quote {
    margin-bottom: 30px;
    font-size: 1.4rem;
    padding-left: 20px;
    border-left: 4px solid #f3f3f3;
  }
  .taikaifaq {
    margin-bottom: 20px;
    text-align: center;
  }
  .taikaifaq .taikai-btns {
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 820px;
    margin: 40px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .taikaifaq .taikai-btns > div {
    margin-bottom: 20px;
  }
  .taikaifaq .basic-title01 {
    width: 100%;
    text-align: center;
  }
  .taikaifaq .basic-btn01 {
    margin: 0 auto;
    width: 400px;
    padding: 0 20px;
    font-size: 1.5rem;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .taikaifaq .to-taikai.w-full {
    width: 100%;
  }
  .taikaifaq .apple-case {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .tvasahiLp-info {
    margin-bottom: 20px;
  }
  .lineup-list {
    margin: 0 auto;
  }
  .lineup-list li {
    margin-bottom: 20px;
  }
  .flex-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-btn > span {
    font-size: 12px;
  }
  .flex-btn {
    font-size: 1.5rem !important;
  }
  .flex-btn > span {
    font-size: 12px;
  }
}