@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: #333;
}

.body {
  position: relative;
}

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

*:focus {
  outline: none;
}

a {
  color: #42A6CE;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #6bb9d9;
  text-decoration: none;
}
a:visited {
  color: #2e8ab0;
}

.container {
  margin: 0 auto;
  max-width: 1130px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
.container .container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}

@media (max-width: 1130px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
  .narrow-container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
#adminBox {
  margin: 0;
}

body.login .header {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background: #fff;
  z-index: 9999;
}
.header .container {
  height: 100%;
  overflow: visible;
  position: relative;
}
.header h1, .header p {
  margin: 0;
  padding: 0;
}
.header .logo {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 200px;
  height: 100%;
}
.header .logo .txt {
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: normal;
}
.header .logo h1 {
  width: 200px;
  line-height: 1;
  padding-top: 10px;
}
.header .logo h1 a {
  display: block;
  padding: 0;
}
.header .logo h1 img {
  vertical-align: top;
}
.header .menu-btn {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #ff8c37;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
}
.header .menu-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 23px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  margin-left: -11.5px;
}
.header .menu-btn span:nth-child(1) {
  top: 15px;
}
.header .menu-btn span:nth-child(2) {
  top: 20px;
}
.header .menu-btn span:nth-child(3) {
  top: 25px;
}
.header .menu-btn span.txt {
  width: 50px;
  height: 11px;
  background: none;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: 30px;
  margin-left: -25px;
}
.header .menu-btn.active span {
  background: #fff;
}
.header .menu-btn.active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .menu-btn.active span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .menu-btn.active span:nth-child(3) {
  display: none;
}
.header .menu-btn.active span.txt {
  background: none;
}
.header .head-menu {
  display: none;
}
.header .head-menu .utility li {
  display: inline-block;
  margin-right: 1em;
}
.header .head-menu .utility li a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 1.5em;
  background: url(../img/icon_arrow_o.svg) 0 50% no-repeat;
  background-size: 11px;
}
.header .head-menu .font-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .head-menu .font-size p {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.header .head-menu .font-size ul {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #464646;
  border-radius: 2px;
  margin-left: 0.5em;
}
.header .head-menu .font-size ul li {
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #464646;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0.25em;
  background: #fff;
}
.header .head-menu .font-size ul li:first-child {
  border-right: 1px solid #464646;
}
.header .head-menu .font-size ul li.active {
  background: #464646;
  color: #fff;
}
.header .head-menu .search {
  width: 100%;
}
.header .head-menu .search #___gcse_0 * {
  border: none;
  padding: 0;
  margin: 0;
}
.header .head-menu .search #___gcse_0 .gsc-control-cse {
  background: none;
}
.header .head-menu .search #___gcse_0 .gsib_a .gsc-input {
  height: 34px !important;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #b4b4b4;
  background: #f0f0f0 url(../img/icon_search.svg) 5px 50% no-repeat;
  background-size: 20px;
  padding: 0 10px 0 30px !important;
  margin: 0 !important;
}
.header .head-menu .search #___gcse_0 .gsib_b {
  background: #f0f0f0;
}
.header .head-menu .search #___gcse_0 .gsc-search-button-v2 {
  height: 34px;
  width: 57px;
  text-align: center;
  color: #fff;
}
.header .head-menu .search #___gcse_0 .gsc-search-button-v2::before {
  content: "検索";
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.header .head-menu .search #___gcse_0 .gsc-search-button-v2 svg {
  display: none;
}
.header .head-menu .search #___gcse_0 .gsc-results-wrapper-visible {
  padding: 30px !important;
}
.header .head-menu .search #___gcse_0 .gsc-above-wrapper-area {
  padding: 10px 0 5px 0;
}
.header .head-menu .search #___gcse_0 .gsc-above-wrapper-area-container {
  border: 1px solid #ccc;
}
.header .head-menu .search #___gcse_0 .gsc-above-wrapper-area-container td {
  padding: 5px;
}
.header .head-menu .search #___gcse_0 .gsc-orderby-label {
  color: #676767;
  padding: 5px 5px 6px 0;
}
.header .head-menu .search #___gcse_0 .gsc-option-menu-container {
  color: #000;
  font-size: 80%;
  position: relative;
}
.header .head-menu .search #___gcse_0 .gsc-selected-option-container {
  background-color: whiteSmoke;
  background-image: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#f1f1f1));
  background-image: linear-gradient(top, whiteSmoke, #f1f1f1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #444;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  max-width: 90%;
  min-width: 54px;
  outline: 0;
  padding: 0 28px 0 6px;
  position: relative;
  text-align: center;
}
.header .head-menu .search #___gcse_0 .gsc-option-selector {
  margin-top: -4px;
}
.header .head-menu .search #___gcse_0 .gsc-option-menu {
  background: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  max-height: 360px;
  outline: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: -15px !important;
  z-index: 7;
}
.header .head-menu .search #___gcse_0 .gsc-option-menu-item {
  color: #777;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0 30px 0 30px;
  white-space: nowrap;
}
.header .head-menu .mypeage {
  margin: 10px 0 0 0;
}
.header .head-menu .contact {
  margin-top: 10px;
}
.header .head-menu .contact dl {
  margin: 0;
}
.header .head-menu .contact dl dt {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .head-menu .contact dl dt sapn {
  display: block;
}
.header .head-menu .contact dl dt .tel {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 15px;
  background: url(../img/icon_phone.svg) 0 50% no-repeat;
  background-size: 12px;
  margin-left: 5px;
}
.header .head-menu .contact dl dd {
  line-height: 1.3;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 5px 0 0 0;
}
.header .head-menu .contact dl:first-child {
  margin-right: 1em;
}
.header .head-menu .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0;
}
.header .head-menu .sns li {
  margin-right: 0.5em;
}
.header .head-menu .sns li img {
  width: 24px;
}
.header .head-menu .sns li:last-child {
  margin-right: 0;
}
.header .head-menu .sns li:last-child img {
  width: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header .logo {
    width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
  .header .logo .txt {
    width: 250px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 1em;
  }
  .header .logo h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1199px) {
  .header .head-menu {
    width: 100%;
    height: calc(100vh - 40px);
    background: #464646;
    color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 1em 2em;
    overflow-y: scroll;
  }
  .header .head-menu .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .head-menu .tool {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .header .head-menu .utility {
    margin-top: 1em;
  }
  .header .head-menu .utility li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .header .head-menu .search {
    margin-top: 20px;
  }
  .header .head-menu .font-size {
    display: none;
  }
  .header .head-menu .contact dl {
    margin: 1.5em 0 0 0;
    text-align: center;
  }
  .header .head-menu .contact dl dt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .head-menu .mypeage {
    margin: 20px 0 0 0;
  }
  .header .head-menu .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .head-menu .gnav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .header .head-menu .gnav ul {
    margin: 0 -1em;
  }
  .header .head-menu .gnav ul li {
    border-bottom: 1px solid #fff;
  }
  .header .head-menu .gnav ul li a {
    color: #fff;
    display: block;
    padding: 0.75em 1.5em;
    background: url(../img/icon_arrow_w.svg) no-repeat;
    background-size: 15px;
    background-position: top 50% right 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header {
    height: 170px;
  }
  .header .logo {
    left: 15px;
    top: 1em;
    width: 350px;
  }
  .header .logo .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .header .logo h1 {
    width: 290px;
    margin-top: 10px;
  }
  .header .menu-btn {
    display: none;
  }
  .header .head-menu {
    display: block;
  }
  .header .head-menu .tool {
    width: calc(100% - 400px);
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .head-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header .head-menu ul li {
    margin: 0;
    list-style: none;
  }
  .header .head-menu ul a {
    color: #464646;
  }
  .header .head-menu .utility {
    white-space: nowrap;
  }
  .header .head-menu .utility li a {
    display: block;
  }
  .header .head-menu .search {
    width: 230px;
  }
  .header .head-menu .mypeage {
    width: 230px;
  }
  .header .head-menu .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .head-menu .gnav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #ff8c37;
  }
  .header .head-menu .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .header .head-menu .gnav ul li {
    text-align: center;
    font-weight: bold;
    margin: 0 20px;
  }
  .header .head-menu .gnav ul a {
    display: block;
    color: #fff;
    padding: 0.75em 0;
    position: relative;
  }
  .header .head-menu .gnav ul a:hover::after {
    content: " ";
    display: block;
    width: 100%;
    height: 4px;
    background: #e85f00;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.footer {
  background: #464646;
  padding: 3em 0 0;
  color: #fff;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer__info h2 {
  margin-top: 0;
}
.footer__info h2 img {
  vertical-align: top;
}
.footer__info .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0;
}
.footer__info .sns li {
  margin-right: 0.5em;
}
.footer__info .sns li img {
  width: 24px;
}
.footer__contact dl {
  margin-top: 0;
}
.footer__contact dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
.footer__contact dl dt .icon {
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  padding: 0 0.5em;
  color: #464646;
  text-align: center;
  margin-right: 0.5em;
}
.footer__contact dl dt.tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: url(../img/icon_free.svg) 0 50% no-repeat;
  background-size: 40px;
  padding-left: 45px;
}
.footer__contact dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}
.footer__contact dl dd .icon {
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  padding: 0 0.5em;
  color: #464646;
  text-align: center;
  margin-left: 0.5em;
}
.footer__nav ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__nav ul a {
  display: block;
  color: #fff;
  padding-left: 1.5em;
  background: url(../img/icon_arrow_w.svg) 0 50% no-repeat;
  background-size: 16px;
}
.footer__nav ul.gnav li {
  margin: 10px 0;
}
.footer__nav ul.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6em;
}
.footer__nav ul.sub li {
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px solid #fff;
}
.footer__nav ul.sub li:last-child {
  border-right: none;
}
.footer__nav ul.sub li a {
  padding: 0 20px;
  background: none;
}
.footer__sns {
  border-bottom: 1px solid #fff;
  margin-bottom: 3em;
  padding-bottom: 4em;
}
.footer__sns h2 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
}
.footer__sns ul {
  margin-top: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.footer__sns ul li {
  margin: 0 1em;
}
.footer__sns ul li a {
  display: block;
}
.footer__sns ul li img {
  width: 30px;
}
.footer .security_mark {
  margin-top: 2.4em;
  text-align: center;
}
.footer .security_mark img {
  width: 90px;
}
.footer .copyright {
  background: #ff8c37;
  margin-top: 2em;
}
.footer .copyright p {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.3;
  margin-top: 0;
  padding: 1.2em 0;
}
@media screen and (max-width: 1022px) {
  .footer__nav {
    display: none;
  }
  .footer .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__info h2 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__info .mypeage {
    margin-top: 1em;
  }
  .footer__contact dl {
    margin-top: 1.6em;
  }
}
@media print, screen and (min-width: 1023px) {
  .footer {
    padding: 4em 0 0;
  }
  .footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4em;
    padding-top: 3em;
    border-top: 1px solid #fff;
  }
  .footer__info {
    width: 260px;
  }
  .footer__contact {
    width: calc(100% - 290px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__nav ul.sub li a {
    padding: 0 15px;
  }
  .footer .copyright {
    margin-top: 4em;
  }
}

@media print, screen and (min-width: 1200px) {
  .body-wrap {
    margin-left: 200px;
    overflow-x: hidden;
  }
}

main {
  display: block;
}

.content-wrap {
  padding-top: 4em;
  padding-bottom: 5em;
}
.content-wrap.no-margin {
  padding-top: 0;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1022px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1022px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media print, screen and (min-width: 1023px) {
  .col-2 .main {
    width: 73%;
    float: left;
    margin-top: 0;
    margin-bottom: 3.2em;
  }
  .col-2 .sub {
    width: 23%;
    float: right;
  }
}
.side h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  background: #ff8c37;
  padding: 0.1em 0.5em 0.25em;
}
.side ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.side ul li {
  border-bottom: 1px solid #dbdbdb;
  padding: 0.5em 0.5em 0.5em 1em;
  color: #ff8c37;
  position: relative;
}
.side ul li:first-child {
  border-top: 1px solid #dbdbdb;
}
.side ul li::after {
  font-family: FontAwesome;
  content: "\f105";
  color: #ff8c37;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin-top: -0.5em;
  margin-left: 0.5em;
  position: absolute;
  top: 50%;
  right: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1.6em;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-r {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-r {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .img-r {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

.img-l {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-l {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .img-l {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

.arrow {
  text-align: center;
}
.arrow img {
  width: 60px;
}

.illust {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .illust img {
    max-width: 670px;
  }
}

.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  .x-large {
    font-size: 120%;
  }
}

.xx-large {
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  .xx-large {
    font-size: 130%;
  }
}

.small {
  font-size: 84%;
}

.x-small {
  font-size: 70%;
}

em {
  color: #ff8c37;
  font-weight: bold;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.catch {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ff8c37;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 2em 0 1em;
}
@media print, screen and (min-width: 768px) {
  .catch {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
  }
}

.catch-copy {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ff8c37;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 2em 0 1em;
}
@media print, screen and (min-width: 768px) {
  .catch-copy {
    font-size: 40px;
    font-size: 4rem;
  }
}

.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #666;
}
@media print, screen and (min-width: 768px) {
  .lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.recruit .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .recruit .lead {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.caption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #999;
  margin-top: 0.5em;
}

.attention,
.discount {
  color: #d22d4b;
}

.icon_txt {
  display: inline-block;
  border-radius: 3px;
  background: #464646;
  padding: 0 0.5em;
  font-size: 80%;
  color: #fff;
  text-align: center;
  margin-left: 0.5em;
}

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

.margin--05x {
  margin-top: 0.8em;
}

.margin--15x {
  margin-top: 2.4em;
}

.margin--2x {
  margin-top: 3.2em;
}

.mb--1x {
  margin-bottom: 1.6em;
}

.pc-show {
  display: none;
}
@media print, screen and (min-width: 1023px) {
  .pc-show {
    display: inline-block;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: inline-block;
  }
}

.anchor {
  padding-left: 1.25em;
  background-image: url(../img/icon_arrow_o.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  background-size: 11px;
}

.fileicon {
  padding-left: 10px;
  padding-right: 10px;
}

.fileicon::after {
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 3px;
}

.fileicon--docx::after {
  content: "\f1c2";
}

.fileicon--xlsx::after {
  content: "\f1c3";
}

.fileicon--pptx::after {
  content: "\f1c4";
}

.fileicon--pdf::after {
  content: "\f1c1";
}

.fileicon--zip::after {
  content: "\f1c6";
}

.icon-new {
  display: inline-block;
  border: 1px solid #ce3b37;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ce3b37;
  text-align: center;
  padding: 2px 0.5em 1px;
  margin-right: 10px;
}

.img-slider {
  list-style: none;
  padding: 0;
}
.img-slider li {
  margin: 0;
}
.img-slider__thumbnail {
  padding: 0;
  margin-top: 0.8em;
}
.img-slider__thumbnail li {
  padding: 0 5px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.6em;
}
.googlemap iframe, .googlemap object, .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.selectradio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.6em;
}
.selectradio .selectradio-item {
  margin: 5px 0;
  padding: 0;
  width: calc(25% - 10px);
}
.selectradio .selectradio-item input[type=radio], .selectradio .selectradio-item input[type=checkbox] {
  display: none;
}
.selectradio .selectradio-item input[type=radio]:checked + label, .selectradio .selectradio-item input[type=checkbox]:checked + label {
  color: #FFF;
  background-image: url(../img/icon_arrow_w.svg);
  background-color: #ff8c37;
}
.selectradio .selectradio-item label {
  display: block;
  width: 100%;
  background-image: url(../img/icon_arrow_o.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 50% right 15px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  border-radius: 2.5em;
  text-align: center;
  color: #ff8c37;
  padding: 1.25em 0;
  cursor: pointer;
  border-color: #ff8c37;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.selectradio.check {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .selectradio .selectradio-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1022px) {
  .selectradio.check {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1023px) {
  .selectradio .selectradio-item {
    width: calc(20% - 15px);
  }
  .selectradio.check .selectradio-item {
    width: calc(25% - 15px);
    margin: 0 7.5px;
  }
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  top: calc(10% - 25px);
}

.acms-grid .column-image-center {
  margin-left: auto;
  margin-right: auto;
}

.page-title-wrapper {
  height: 150px;
  background: #e9f2f9;
  color: #ff8c37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 60px;
}
.page-title-wrapper h1 {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}
@media print, screen and (min-width: 1200px) {
  .page-title-wrapper {
    height: 230px;
    margin-top: 170px;
  }
  .page-title-wrapper h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media print, screen and (min-width: 1023px) {
  .login .page-title-wrapper {
    margin-top: 0;
  }
}

.acms-pager-container {
  position: relative;
  margin-top: 4.8em;
  text-align: center;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pager li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #ff8c37;
  color: #ff8c37;
  margin: 0 5px;
}
.pager li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ff8c37;
}
.pager li.cur {
  background: #ff8c37;
  color: #fff;
}
.pager li:hover {
  background: #ff8c37;
  color: #fff;
}
.pager li:hover a {
  color: #fff;
}

ul.table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.table-list li {
  border: 1px solid #CCC;
}
ul.table-list li a {
  height: 100%;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 1em !important;
}
ul.table-list li.hover {
  padding: 0.25em 1em;
  background: #ccc;
}

.serial-nav {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn__default {
  display: inline-block;
  border: 1px solid #ff8c37;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  background: #ff8c37;
  border-radius: 5px;
  padding: 0.75em 3em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  position: relative;
}
.btn__default::after {
  font-family: FontAwesome;
  content: "\f138";
  color: #fff;
  line-height: 1;
  margin-left: 0.5em;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
.btn__default:visited {
  color: #fff;
}
.btn__default:hover {
  background: #fff;
  color: #ff8c37;
}
.btn__default:hover::after {
  color: #ff8c37;
}
.btn__mypage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  padding: 0.6em;
  background: rgb(0, 65, 190);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 65, 190)), to(rgb(55, 135, 200)));
  background: linear-gradient(0deg, rgb(0, 65, 190) 0%, rgb(55, 135, 200) 100%);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}
.btn__mypage:visited, .btn__mypage:active {
  color: #fff;
}
.btn__mypage::before {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/icon_mypage.svg) 50% 50% no-repeat;
  background-size: 100%;
  margin-right: 0.5em;
}
.btn__mypage span {
  font-size: 50%;
}
.btn__more {
  display: inline-block;
  background: #ff8c37;
  border-radius: 3px;
  border: 1px solid #ff8c37;
  padding: 0.25em 1em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.btn__more:visited, .btn__more:active {
  color: #fff;
}
.btn__more:hover {
  background: #fff;
  color: #ff8c37;
}
.btn__entry {
  display: inline-block;
  border: 2px solid #52bd3e;
  background: #52bd3e;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  padding: 0.8em 3em 1em;
}
.btn__entry::after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin-left: 0.5em;
}
.btn__entry:visited {
  color: #fff;
}
.btn__entry:hover {
  background: #fff;
  color: #52bd3e;
}
.btn__contact {
  display: inline-block;
  width: 100%;
  border: 1px solid #ff8c37;
  border-radius: 5px;
  color: #ff8c37;
  font-weight: bold;
  padding: 0.5em 0 0.6em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__contact:visited {
  color: #ff8c37;
}
.btn__contact:hover {
  background: #ff8c37;
  color: #fff;
}
.btn__confirm {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #ff8c37;
  background: #ff8c37;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 1.5em 0.6em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__confirm:hover {
  background: #fff;
  color: #ff8c37;
}
.btn__back {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #999;
  background: #999;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 1.5em 0.6em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn__back:hover {
  background: #fff;
  color: #999;
}

.w300 {
  max-width: 300px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table thead {
  background: #ff8c37;
}
table thead th {
  color: #fff;
}
table th, table td {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding: 10px 15px;
}
table th:last-child, table td:last-child {
  border-right: none;
}
table th {
  color: #ff8c37;
  text-align: left;
}
table th .number {
  display: inline-block;
  background: #005cc3;
  text-align: center;
  font-size: 12px;
  width: 1.5em;
  line-height: 1.5em;
  color: #fff;
  margin-right: 3px;
  border-radius: 0.75em;
}
table td ul, table td dl {
  margin-top: 0;
}
table tr:nth-child(even) th, table tr:nth-child(even) td {
  background: #ffefd7;
}
@media print, screen and (min-width: 1023px) {
  table.table-half {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
table.history th, table.history td {
  border-right: none;
}
table.history th {
  color: #333;
  width: 7em;
}
table.channel-list {
  font-size: 15px;
  font-size: 1.5rem;
  overflow-x: scroll;
  white-space: nowrap;
  margin-top: 0;
}
table.channel-list th, table.channel-list td {
  text-align: center;
  font-weight: bold;
  background: #f0f0f0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
table.channel-list th {
  color: #fff;
  background: #464646;
}
table.channel-list th.active {
  background: #eb7869;
}
table.channel-list tr:nth-child(even) th, table.channel-list tr:nth-child(even) td {
  background: #dcdcdc;
}
table.channel-list td:nth-of-type(1) {
  width: 1em;
}
table.channel-list td.active {
  background: #ffe55e !important;
  color: #eb7869;
}
table.channel-list.chideji th:nth-of-type(4) {
  background: #eb7869;
}
table.channel-list.chideji td:nth-of-type(3) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji tr:nth-child(2) td:nth-of-type(3) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji tr:nth-child(2) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji tr:nth-child(14) td:nth-of-type(3) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji tr:nth-child(14) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji tr:nth-child(25) td:nth-of-type(3) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.chideji tr:nth-child(25) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji tr:nth-child(31) td:nth-of-type(3) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.chideji tr:nth-child(31) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji tr:nth-child(32) td:nth-of-type(3) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji tr:nth-child(32) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_bs th:nth-of-type(4) {
  background: #eb7869;
}
table.channel-list.chideji_bs td:nth-of-type(3) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_bs tr:nth-child(2) td:nth-of-type(3) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji_bs tr:nth-child(2) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_bs tr:nth-child(14) td:nth-of-type(3) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji_bs tr:nth-child(14) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_bs tr:nth-child(25) td:nth-of-type(3) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.chideji_bs tr:nth-child(25) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_bs tr:nth-child(31) td:nth-of-type(3) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.chideji_bs tr:nth-child(31) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_bs tr:nth-child(32) td:nth-of-type(3) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji_bs tr:nth-child(32) td:nth-of-type(4) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_4k th:nth-of-type(6) {
  background: #eb7869;
}
table.channel-list.chideji_4k td:nth-of-type(5) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_4k tr:nth-child(2) td:nth-of-type(5) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji_4k tr:nth-child(2) td:nth-of-type(6) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_4k tr:nth-child(14) td:nth-of-type(5) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji_4k tr:nth-child(14) td:nth-of-type(6) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_4k tr:nth-child(25) td:nth-of-type(5) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.chideji_4k tr:nth-child(25) td:nth-of-type(6) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_4k tr:nth-child(31) td:nth-of-type(5) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.chideji_4k tr:nth-child(31) td:nth-of-type(6) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.chideji_4k tr:nth-child(32) td:nth-of-type(5) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.chideji_4k tr:nth-child(32) td:nth-of-type(6) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard th:nth-of-type(7) {
  background: #eb7869;
}
table.channel-list.standard td:nth-of-type(6) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard tr:nth-child(2) td:nth-of-type(6) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.standard tr:nth-child(2) td:nth-of-type(7) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard tr:nth-child(14) td:nth-of-type(6) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.standard tr:nth-child(14) td:nth-of-type(7) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard tr:nth-child(25) td:nth-of-type(6) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.standard tr:nth-child(25) td:nth-of-type(7) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard tr:nth-child(31) td:nth-of-type(6) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.standard tr:nth-child(31) td:nth-of-type(7) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard tr:nth-child(32) td:nth-of-type(6) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.standard tr:nth-child(32) td:nth-of-type(7) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium th:nth-of-type(8) {
  background: #eb7869;
}
table.channel-list.premium td:nth-of-type(7) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium tr:nth-child(2) td:nth-of-type(7) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.premium tr:nth-child(2) td:nth-of-type(8) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium tr:nth-child(14) td:nth-of-type(7) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.premium tr:nth-child(14) td:nth-of-type(8) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium tr:nth-child(25) td:nth-of-type(7) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.premium tr:nth-child(25) td:nth-of-type(8) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium tr:nth-child(31) td:nth-of-type(7) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.premium tr:nth-child(31) td:nth-of-type(8) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium tr:nth-child(32) td:nth-of-type(7) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.premium tr:nth-child(32) td:nth-of-type(8) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard_4k th:nth-of-type(9) {
  background: #eb7869;
}
table.channel-list.standard_4k td:nth-of-type(8) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard_4k tr:nth-child(2) td:nth-of-type(8) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.standard_4k tr:nth-child(2) td:nth-of-type(9) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard_4k tr:nth-child(14) td:nth-of-type(8) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.standard_4k tr:nth-child(14) td:nth-of-type(9) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard_4k tr:nth-child(25) td:nth-of-type(8) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.standard_4k tr:nth-child(25) td:nth-of-type(9) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard_4k tr:nth-child(31) td:nth-of-type(8) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.standard_4k tr:nth-child(31) td:nth-of-type(9) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.standard_4k tr:nth-child(32) td:nth-of-type(8) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.standard_4k tr:nth-child(32) td:nth-of-type(9) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium_4k th:nth-of-type(10) {
  background: #eb7869;
}
table.channel-list.premium_4k td:nth-of-type(9) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium_4k tr:nth-child(2) td:nth-of-type(9) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.premium_4k tr:nth-child(2) td:nth-of-type(10) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium_4k tr:nth-child(14) td:nth-of-type(9) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.premium_4k tr:nth-child(14) td:nth-of-type(10) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium_4k tr:nth-child(25) td:nth-of-type(9) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.premium_4k tr:nth-child(25) td:nth-of-type(10) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium_4k tr:nth-child(31) td:nth-of-type(9) {
  background: #f0f0f0;
  color: #333;
}
table.channel-list.premium_4k tr:nth-child(31) td:nth-of-type(10) {
  background: #ffe55e;
  color: #eb7869;
}
table.channel-list.premium_4k tr:nth-child(32) td:nth-of-type(9) {
  background: #dcdcdc;
  color: #333;
}
table.channel-list.premium_4k tr:nth-child(32) td:nth-of-type(10) {
  background: #ffe55e;
  color: #eb7869;
}
@media print, screen and (min-width: 768px) {
  table td dl::after {
    content: "";
    display: block;
    clear: both;
  }
  table td dl dt {
    width: 9em;
    float: left;
    clear: left;
  }
  table td dl dd {
    padding-left: 9em;
  }
}

.content h1 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
}
.content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ff8c37;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.content h2.h2-a {
  border-top: 3px solid #ff8c37;
  background: #f0f0f0;
  font-size: 26px;
  font-size: 2.6rem;
  color: #000;
  line-height: 1.3;
  padding: 0.5em 1em;
}
.content h2.h2-b {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
}
.content h2.h2-b .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 2rem;
  color: #ff8c37;
}
.content h2.h2-b .sub::before, .content h2.h2-b .sub::after {
  display: inline-block;
  content: " ";
  width: 1em;
  height: 2px;
  background: #ff8c37;
  margin: 0 10px;
}
.content h2.h2-c {
  color: #000;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: normal;
}
.content h2.h2-c::after {
  content: " ";
  display: block;
  width: 65px;
  height: 2px;
  background: #ff8c37;
  margin: 10px auto 0;
}
.content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #b54d00;
  background: #e9f2f9;
  border-radius: 3px;
  padding: 0 15px 0 1em;
  position: relative;
}
.content h3::before {
  content: " ";
  width: 3px;
  height: 1em;
  display: block;
  background: #ff8c37;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -0.5em;
}
.content h3.h3-a {
  background: #ff8c37;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  padding: 0.25em 1em;
}
.content h3.h3-a::before {
  content: none;
}
.content h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #b54d00;
  padding: 0 15px;
  border-bottom: 2px solid #ff8c37;
}
.content h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b54d00;
}

.topicpath {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
}
.topicpath ol {
  margin: 0;
  padding: 12px;
}
.topicpath ol::after {
  content: "";
  display: block;
  clear: both;
}
.topicpath li {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.topicpath li a {
  color: #000;
  text-decoration: none;
}
.topicpath li a:hover, .topicpath li a:active, .topicpath li a:focus {
  color: black;
  text-decoration: none;
}
.topicpath li a:visited {
  color: black;
}
.topicpath li:not(:last-child):after {
  content: " > ";
}

ul {
  list-style: none;
  padding: 0;
}

.list {
  padding: 0;
  list-style: none;
}
.list li {
  margin: 5px 0;
  position: relative;
  padding-left: 1em;
}
.list li::before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #ff8c37;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.list li ul {
  margin-top: 0;
}
.list li ul li::before {
  background: #ddd;
}

.inline li {
  display: inline-block;
  margin-right: 0.5em;
}

.link {
  padding: 0;
  list-style: none;
}
.link li {
  margin: 5px 0;
  padding-left: 1.25em;
  background-image: url(../img/icon_arrow_o.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  background-size: 11px;
}

.within li {
  display: inline-block;
  margin-right: 1em;
}
.within li::before {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-right: 5px;
  color: #ff8c37;
}
.within li a {
  text-decoration: underline;
}

.news-list {
  border-top: 8px solid #ff8c37;
  border-bottom: 8px solid #ff8c37;
}
.news-list li {
  padding-left: 40px;
  background: url(../img/icon_arrow_o.svg) 15px 50% no-repeat;
  background-size: 16px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}
.news-list li:last-child {
  border-bottom: none;
}
.news-list li a {
  display: block;
  padding: 1em 0;
  color: #000;
}
.news-list li a:visited, .news-list li a:active {
  color: #000;
}
.news-list li .date {
  margin-right: 1em;
  white-space: nowrap;
}
.news-list li .category {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #46a5a5;
  color: #46a5a5;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 1em;
  margin-right: 0.5em;
  white-space: nowrap;
}
@media print, screen and (min-width: 1023px) {
  .news-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bnr-list {
  margin-top: 1.6em;
}
.bnr-list li {
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .bnr-list.two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bnr-list.two-col li {
    width: calc(50% - 10px);
  }
  .bnr-list.two-col li:nth-child(2n) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn-list li {
    margin: 10px 0;
  }
  .btn-list li a {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btn-list li {
    margin: 0 10px;
    text-align: center;
  }
}

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.6em;
}
.area-list li {
  margin: 5px 0;
  padding: 0;
  width: calc(25% - 10px);
}
.area-list li a {
  display: block;
  width: 100%;
  background-image: url(../img/icon_arrow_o.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 50% right 15px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  border-radius: 2.5em;
  text-align: center;
  color: #ff8c37;
  padding: 1.25em 0;
  cursor: pointer;
  border-color: #ff8c37;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .area-list li {
    width: calc(50% - 10px);
  }
}
@media print, screen and (min-width: 1023px) {
  .area-list li {
    width: calc(20% - 15px);
  }
}

ol li {
  margin: 0 0 1em;
}
ol li ul {
  margin-top: 0;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0;
}

dl.list::after {
  content: "";
  display: block;
  clear: both;
}
dl.list dt {
  font-weight: bold;
  width: 9em;
  float: left;
}
dl.list dd {
  padding-left: 10em;
}

dl.flow dt {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
}
dl.flow dt .step {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.25em 1em;
  text-align: center;
  background: #ff8c37;
  border-radius: 5px;
  color: #fff;
  margin-right: 0.5em;
}
dl.flow dd {
  margin-top: 1em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e9f2f9;
}
dl.flow dd:last-child {
  border-bottom: none;
}

dl.broadcast dt span {
  display: inline-block;
  text-align: center;
  background: #464646;
  color: #fff;
  border-radius: 3px;
  padding: 0.25em 0.5em;
}

dl.timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
dl.timetable dt {
  font-weight: normal;
  width: 3em;
}
dl.timetable dd {
  width: calc(100% - 4em);
}
dl.timetable.wide dt {
  width: 5em;
}
dl.timetable.wide dd {
  width: calc(100% - 6em);
}

dl.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-top: 1.6em;
}
dl.profile dt {
  width: 5em;
  margin-right: 1em;
}
dl.profile dd {
  width: calc(100% - 6em);
}

.box-a {
  background: #41559b;
  padding: 1.5em 2em;
  margin-top: 1.6em;
}
.box-a h2, .box-a h3, .box-a h4, .box-a h5 {
  margin-top: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  color: #333;
}
.box-a .lead {
  font-weight: normal;
  color: #ff8c37;
}

.box-01 {
  border: 6px solid #e9f2f9;
  padding: 1em;
}
@media print, screen and (min-width: 768px) {
  .box-01 {
    padding: 1.5em;
  }
}
.box-01 h2, .box-01 h3, .box-01 h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #41559b;
  text-align: center;
  margin-top: 0;
  background: none;
  border: none;
  padding: 0;
}
.box-01 h2::before, .box-01 h3::before, .box-01 h4::before {
  content: none;
}

.card-box__wrap {
  margin-top: 1.6em;
}
.card-box__item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  margin-top: 15px;
}
.card-box__item .img {
  margin-top: 0;
  border-bottom: 8px solid #ff8c37;
}
.card-box__item .summary {
  padding: 0 1.5em 1em 1.5em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.card-box__item .summary p, .card-box__item .summary dl, .card-box__item .summary ul {
  margin-top: 10px;
}
.card-box__item h3, .card-box__item h4, .card-box__item h5 {
  background: none;
  border: none;
  padding: 0;
  line-height: 1.3;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #ff8c37;
  margin-top: 10px;
  padding: 0 1em;
}
.card-box__item h3::before, .card-box__item h4::before, .card-box__item h5::before {
  content: none;
}
.card-box__item h3 a, .card-box__item h4 a, .card-box__item h5 a {
  color: #ff8c37;
}
.card-box__item h3 a:visited, .card-box__item h4 a:visited, .card-box__item h5 a:visited {
  color: #ff8c37;
}
@media print, screen and (min-width: 768px) {
  .card-box__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-box__item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .card-box__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1023px) {
  .card-box__wrap.column-4 .card-box__item {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .card-box__wrap.column-4 .card-box__item h3, .card-box__wrap.column-4 .card-box__item h4, .card-box__wrap.column-4 .card-box__item h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .card-box__wrap.column-4 .card-box__item:last-child {
    margin-right: 0;
  }
  .card-box__item {
    width: calc(33.3333% - 16px);
    margin-right: 24px;
  }
  .card-box__item:last-child {
    margin-right: 0;
  }
  .card-box__item:hover {
    background: #ffe55e;
  }
}

.sns-wrap {
  margin-top: 3.2em;
}

.content .service ul li {
  margin: 5px 0;
}
.content .service__item {
  width: 100%;
  border: 2px solid #ff8c37;
  padding: 1.5em;
  background: #ff8c37;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.4);
  position: relative;
  margin-top: 15px;
}
.content .service__item h3 {
  margin-top: 0;
  background: none;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.content .service__item h3::before {
  content: none;
}
.content .service__item h3 a {
  color: #fff;
}
.content .service__item h3 a:visited, .content .service__item h3 a:active {
  color: #fff;
}
.content .service__item p {
  color: #fff;
}
.content .service__item p.img {
  text-align: center;
}
.content .service__item p.img img {
  width: 184px;
}
.content .service__item a {
  color: #fff;
}
.content .service__item a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.content .service__item a:hover {
  color: #333;
}
.content .service__item:hover {
  background: #fff;
}
.content .service__item:hover h3 {
  color: #ff8c37;
  border-color: #ff8c37;
}
.content .service__item:hover h3 a {
  color: #ff8c37;
}
.content .service__item:hover p {
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .content .service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .service ul li {
    width: 33.3333%;
    margin: 0;
  }
  .content .service__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .service__item {
    width: calc(33.333% - 10px);
  }
  .content .service__item.w100 {
    width: 100%;
  }
}
.content .service-index__wrap {
  margin-top: 1.6em;
}
.content .service-index__item {
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 1.6em;
}
.content .service-index__item h3 {
  margin-top: 0;
  text-align: center;
  background: #ff8c37;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  padding: 0.5em;
  border-radius: 0;
}
.content .service-index__item h3 a {
  color: #fff;
}
.content .service-index__item h3 a:visited {
  color: #fff;
}
.content .service-index__item h3::before {
  content: none;
}
.content .service-index__item .inner {
  padding: 1em;
}
.content .service-index__item .inner p {
  margin-top: 0;
}
.content .service-index__item .inner p.txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.content .service-index__item .inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.content .service-index__item .inner .info .price {
  font-size: 34px;
  font-size: 3.4rem;
  width: calc(100% - 3em);
}
.content .service-index__item .inner .info .price span.icon {
  background: #464646;
  font-size: 13px;
  font-size: 1.3rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.25em;
  margin-right: 10px;
}
.content .service-index__item .inner .info .price span.yen {
  font-size: 22px;
  font-size: 2.2rem;
}
.content .service-index__item .inner .info .price span.tax {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.content .service-index__item .inner .info .price.w100 {
  width: 100%;
}
.content .service-index__item .inner .info .ch {
  font-size: 34px;
  font-size: 3.4rem;
  color: #ff8c37;
  margin-right: 10px;
  width: 3em;
  text-align: right;
}
.content .service-index__item .inner .info .ch span {
  font-size: 22px;
  font-size: 2.2rem;
}
.content .service-index__item .inner .plus {
  margin-top: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.content .service-index__item.tv h3 {
  background: #eb7869;
}
.content .service-index__item.tv .inner .info .ch {
  color: #eb7869;
}
@media print, screen and (min-width: 768px) {
  .content .service-index__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .service-index__item {
    width: calc(50% - 15px);
  }
}
@media print, screen and (min-width: 1023px) {
  .content .service-index__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content .service-index__item {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
  }
  .content .service-index__item:nth-child(3n) {
    margin-right: 0;
  }
}
.content .plan p.sub-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: url(../img/icon_plan.svg) 0 50% no-repeat;
  background-size: auto 100%;
  padding-left: 2em;
}
.content .plan__wrap {
  margin-top: 1.6em;
}
.content .plan__wrap h4 {
  display: inline-block;
  border-bottom: none;
  padding: 0.25em;
  border: 2px solid #464646;
  color: #464646;
  text-align: center;
  line-height: 1;
  margin-top: 1.2em;
  margin-bottom: 0.8em;
}
.content .plan__wrap .price {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.4em;
}
.content .plan__wrap .price span {
  display: inline-block;
}
.content .plan__wrap .price span.icon {
  border: 2px solid #464646;
  font-size: 16px;
  font-size: 1.6rem;
  color: #464646;
  line-height: 1;
  padding: 0.5em 0.25em;
  margin-right: 10px;
}
.content .plan__wrap .price span.yen {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 3px;
  margin-right: 3px;
}
.content .plan__wrap .price span.tax {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.content .plan__info h3 {
  background: none;
  margin: 0;
  padding: 0;
}
.content .plan__info h3::before {
  content: none;
}
.content .plan__info .price {
  margin-top: 0.8em;
  font-size: 42px;
  font-size: 4.2rem;
}
.content .plan__info .price.yen {
  font-size: 24px;
  font-size: 2.4rem;
}
.content .plan__info .price.tax {
  font-size: 16px;
  font-size: 1.6rem;
}
.content .plan__stb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .plan__stb .stb-type {
  margin-right: 2em;
}
.content .plan__stb .stb-type ul {
  margin-top: 0;
}
.content .plan__stb .stb-type ul li {
  margin: 0.5em 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.content .plan__name {
  background: #ff8c37;
  border-radius: 4px;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .plan__name h3 {
  margin-top: 0;
  background: none;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
.content .plan__name h3::before {
  content: none;
}
.content .plan__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .plan__summary .icon {
  padding: 0.75em 0.6em;
  background: #464646;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
}
.content .plan__summary h4 {
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  padding: 0;
  line-height: 1.4;
  margin-top: 0;
}
.content .plan__price .icon-txt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.content .plan__price .icon-txt span {
  display: inline-block;
  margin: 0 3px;
  background: #f0f0f0;
  text-align: center;
  padding: 0.25em 1em;
  border-radius: 1em;
}
.content .plan__price .icon-txt span:first-child {
  margin-left: 0;
}
.content .plan__price .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .plan__price .inner p {
  margin-top: 0;
  font-weight: bold;
}
.content .plan__price .inner p.ch {
  font-size: 40px;
  font-size: 4rem;
  color: #ff8c37;
  margin-right: 10px;
}
.content .plan__price .inner p.ch span {
  font-size: 24px;
  font-size: 2.4rem;
}
.content .plan__price .inner p.price {
  font-size: 40px;
  font-size: 4rem;
}
.content .plan__price .inner p.price span.icon {
  background: #464646;
  font-size: 13px;
  font-size: 1.3rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.25em;
  margin-right: 10px;
}
.content .plan__price .inner p.price span.yen {
  font-size: 24px;
  font-size: 2.4rem;
}
.content .plan__price .inner p.price span.tax {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.content .plan.type01 .plan__name {
  background: #00b596;
}
.content .plan.type01 .plan__price .inner p.ch {
  color: #00b596;
}
.content .plan.type02 .plan__name {
  background: #e0a422;
}
.content .plan.type02 .plan__price .inner p.ch {
  color: #e0a422;
}
.content .plan.type03 .plan__name {
  background: #9082bd;
}
.content .plan.type03 .plan__price .inner p.ch {
  color: #9082bd;
}
@media print, screen and (min-width: 768px) {
  .content .plan__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content .plan__info {
    width: 250px;
    margin-right: 2em;
  }
  .content .plan__stb {
    margin-right: 2em;
  }
  .content .plan__name {
    width: calc(20% - 10px);
  }
  .content .plan__summary {
    width: calc(35% - 10px);
  }
  .content .plan__price {
    width: calc(45% - 20px);
  }
}
.content .stb__wrap {
  margin-top: 1.6em;
  border: 2px solid #ce3b37;
  padding: 25px;
}
.content .stb__wrap h3 {
  background: #ce3b37;
  border-radius: 0;
  text-align: center;
  margin: -25px -25px 0;
  padding: 5px 15px;
  color: #fff;
}
.content .stb__wrap h3::before {
  content: none;
}
.content .stb__wrap h4 {
  border-bottom: none;
  padding: 0.25em 1em;
  display: inline-block;
  border: 1px solid #333;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  margin-top: 0;
}
.content .stb__wrap p {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}
.content .stb__wrap p.stb__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.8em;
}
.content .stb__item {
  text-align: center;
  margin-top: 1.2em;
}
.content .stb__img img {
  max-width: 300px;
}
@media print, screen and (min-width: 768px) {
  .content .stb__wrap {
    display: inline-block;
    max-width: 100%;
  }
  .content .stb__wrap h3 {
    width: calc(100% + 50px);
  }
  .content .stb__item {
    padding: 0 1em;
  }
}
.content .info-list ul {
  padding: 0;
}
.content .info-list ul li {
  font-size: 20px;
  font-size: 2rem;
  margin: 10px 0;
}
.content .info-list ul li a {
  display: block;
  border-radius: 5px;
  width: 100;
  color: #b54d00;
  background: #e9f2f9;
  padding: 0.5em 1em;
}
.content .interview__wrap {
  margin-top: 1.6em;
}
.content .interview__item {
  margin-top: 15px;
  position: relative;
}
.content .interview__item .img {
  margin: 0;
  padding: 0;
}
.content .interview__item .img img {
  vertical-align: top;
}
.content .interview__item .txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  text-align: center;
  line-height: 1.3;
  background: rgba(255, 140, 55, 0.8);
  z-index: 1;
  color: #fff;
}
.content .interview__item a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 3;
}
.content .interview__item a:hover {
  color: #fff;
}
@media print, screen and (min-width: 480px) {
  .content .interview__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content .interview__item {
    width: calc(50% - 15px);
  }
}
@media print, screen and (min-width: 1023px) {
  .content .interview__item {
    width: calc(25% - 15px);
  }
}
.content .faq__list {
  border-top: 1px solid #e9f2f9;
  margin-top: 1.5em;
}
.content .faq__item {
  border-bottom: 1px solid #e9f2f9;
  padding: 1.5em 0;
}
.content .faq__q {
  margin-top: 0;
  position: relative;
  padding: 0.5em 0 0.5em 50px;
}
.content .faq__q::before {
  content: "Q";
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 3px solid #e63787;
  border-radius: 22px;
  color: #e63787;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.content .faq__a {
  margin-top: 1em;
  position: relative;
  padding: 0.5em 0 0.5em 50px;
}
.content .faq__a::before {
  content: "A";
  display: block;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 3px solid #3787c8;
  border-radius: 22px;
  color: #3787c8;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.full-wrap {
  margin-top: 2em;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.no-margin .full-wrap {
  margin-top: 0;
}

.message__txt {
  background: #ff8c37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 1em;
}
.message__txt h3 {
  width: 100%;
  background: none;
  padding: 0;
  font-size: 19px;
  font-size: 1.9rem;
  color: #fff;
  margin-top: 0;
}
.message__txt h3::before {
  content: none;
}
.message__txt .name {
  width: 100%;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .message__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .message__img {
    width: 50%;
  }
  .message__txt {
    width: 50%;
  }
  .message__txt h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  .message__txt .name {
    font-size: 20px;
    font-size: 2rem;
  }
}

.message-box h4 {
  font-size: 19px;
  font-size: 1.9rem;
  color: #333;
  border-bottom: none;
  line-height: 1.5;
  margin-top: 2.4em;
  padding: 0;
}
.message-box p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 1022px) {
  .message-box {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1023px) {
  .message-box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .message-box h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .message-box p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.profile {
  background: #e9f2f9;
  margin-top: 3.2em;
  padding: 1.5em;
}
.profile h4 {
  border-bottom: none;
  margin-top: 0;
  padding: 0;
}
.profile p {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .profile {
    padding: 2em 3em;
  }
}

.interview__txt {
  padding: 2em 1em;
}
.interview__txt h2 {
  width: 100%;
  background: none;
  padding: 0;
  font-size: 19px;
  font-size: 1.9rem;
  color: #333;
  margin-top: 0;
}
.interview__txt .year {
  display: inline-block;
  text-align: center;
  padding: 0.25em 1em;
  border: 1px solid #ff8c37;
  border-radius: 1.5em;
  color: #ff8c37;
  margin-top: 1em;
}
.interview__txt .name {
  width: 100%;
  font-weight: bold;
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .interview__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .interview__img {
    width: 50%;
  }
  .interview__txt {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2em 1em 3em 3em;
  }
  .interview__txt h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .interview__txt .name {
    font-size: 20px;
    font-size: 2rem;
  }
}

.interview-box {
  margin-top: 3.2em;
}
.interview-box h3 {
  font-size: 19px;
  font-size: 1.9rem;
  color: #333;
  background: none;
  line-height: 1.5;
  margin-top: 2.4em;
  padding: 0;
}
.interview-box h3::before {
  content: none;
}
.interview-box p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 1022px) {
  .interview-box {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1023px) {
  .interview-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .interview-box h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .interview-box p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.day-schedule {
  background: #e9f2f9;
  margin-top: 3.2em;
  padding: 1.5em;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.day-schedule h3 {
  background: none;
  margin-top: 0;
  padding: 0;
}
.day-schedule h3::before {
  content: none;
}
.day-schedule dl {
  padding-left: 1.5em;
}
.day-schedule dl dt {
  padding-left: 4em;
  position: relative;
  margin-top: 15px;
}
.day-schedule dl dt .time {
  text-indent: -4em;
  display: inline-block;
}
.day-schedule dl dt::before {
  content: " ";
  display: block;
  width: 1em;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0.75em;
  left: -1.5em;
}
.day-schedule dl dd {
  padding-left: 4em;
}
@media print, screen and (min-width: 768px) {
  .day-schedule {
    padding: 2em 3em;
  }
}

.login-flow {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.login-flow__item {
  padding-left: 50px;
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e9f2f9;
}
.login-flow__item h4 {
  border: none;
  padding: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #41559b;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.login-flow .arrow_btm {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin: 1em 0;
  color: #41559b;
}
@media print, screen and (min-width: 768px) {
  .login-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .login-flow__item .img {
    width: calc(40% - 20px);
  }
  .login-flow__item p {
    width: calc(60% - 20px);
    margin-top: 0;
  }
}

.paid_channel {
  margin-top: 1.6em;
}
.paid_channel .table-cell {
  margin-top: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.paid_channel .table-cell li {
  border-bottom: 1px dotted #CCC;
  padding: 3px 0;
}
.paid_channel .table-cell .pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paid_channel .table-cell .pay ul {
  margin-top: 0;
}
.paid_channel .table-cell .pay ul li {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.paid_channel .table-cell .pay ul li a {
  display: inline-block;
}
.paid_channel .table-cell .pay ul li a img {
  vertical-align: middle;
}
.paid_channel .table-cell .pay p {
  margin-top: 0;
}
.paid_channel .table-cell .pay .ch {
  width: 3em;
  text-align: right;
}
.paid_channel .table-cell .pay .img {
  width: 3em;
  text-align: center;
  margin: 0 5px;
}
.paid_channel .table-cell .pay .img a {
  display: inline-block;
}
.paid_channel .table-cell .pay .img a img {
  max-width: 100%;
  vertical-align: middle;
}
.paid_channel .table-cell .pay .program {
  width: 10em;
}
.paid_channel .table-cell .pay .price {
  text-align: center;
  margin: 0 5px;
}
.paid_channel .table-cell .pay .price2 {
  text-align: center;
  margin: 0 5px;
}
.paid_channel .table-cell .pay .price3 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .paid_channel .table-cell .pay .program {
    width: 12em;
  }
}
@media print, screen and (min-width: 1023px) {
  .paid_channel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .paid_channel .table-cell {
    width: calc(50% - 10px);
  }
  .paid_channel .table-cell .pay .ch {
    width: 40px;
  }
  .paid_channel .table-cell .pay .img {
    width: 80px;
  }
  .paid_channel .table-cell .pay .program {
    width: 160px;
  }
  .paid_channel .table-cell .pay .price {
    width: calc(100% - 270px);
  }
  .paid_channel .table-cell .pay .price2 {
    width: 80px;
  }
  .paid_channel .table-cell .pay .price3 {
    width: calc(100% - 360px);
  }
}

section.search {
  margin-top: 1.6em;
}
@media print, screen and (min-width: 768px) {
  section.search {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
section.search .acms-btn.btn-search {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  section.search .search-form-input {
    height: 22px;
  }
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message {
  margin: 0 0 35px 0;
  font-weight: bold;
}
.contact-box .contact-no {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #333;
}
.contact-box .contact-no a {
  color: inherit;
}
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: red;
}

.contact-form {
  width: 100%;
  margin: 1.6em 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee;
}

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px;
}

.contact-form-control {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.contact-form-label {
  font-weight: bold;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .contact-form {
    display: table;
    width: 100%;
  }
  .contact-form-group {
    display: table-row;
  }
  .contact-form-label,
  .contact-form-control {
    display: table-cell;
  }
  .contact-form-label {
    width: 33.3333333333%;
    padding: 25px 15px 15px 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .contact-form-control {
    width: 66.6666666667%;
    padding: 15px;
  }
  .contact-form-col {
    margin: 0;
  }
}
/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}
.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

.form-btn-return {
  float: left;
}

.form-btn-send {
  float: right;
}

@media print, screen and (min-width: 768px) {
  .form-btn-return {
    float: none;
  }
  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%;
  }
}
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  background: red;
}

@media print, screen and (min-width: 768px) {
  .label-required {
    float: right;
  }
}
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511;
}
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF;
}
.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 14px 5px 10px 5px;
}
.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px 4px;
}
.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 30px 11px 10px;
  vertical-align: top;
}

/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right;
}

.invalid {
  background: #ffebee !important;
}

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin: 3.2em 0 0;
}

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin: 3.2em 0 0;
}

@media print, screen and (min-width: 1023px) {
  .js-acms-offcanvas {
    display: none;
  }
}

@media screen and (max-width: 1022px) {
  #offcanvas {
    background: #222;
  }
}
#offcanvas a {
  color: #fff;
  text-decoration: none;
}
#offcanvas a:hover, #offcanvas a:active, #offcanvas a:focus {
  color: white;
  text-decoration: none;
}
#offcanvas a:visited {
  color: white;
}
#offcanvas nav.offcanvas-nav ul {
  margin: 0;
  padding: 0;
}
#offcanvas nav.offcanvas-nav ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
}
#offcanvas nav.offcanvas-nav ul li a {
  display: block;
  padding: 10px;
}
#offcanvas nav.offcanvas-nav ul li a::before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin-right: 5px;
}
#offcanvas nav.offcanvas-nav ul li > ul li {
  border: 0;
}
#offcanvas nav.offcanvas-nav ul li > ul li a {
  padding: 5px 20px;
}
#offcanvas nav.offcanvas-nav ul li > ul li a::before {
  display: none;
}

.contents-list {
  margin-top: 3.2em;
}
.contents-list h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ff8c37;
  text-align: center;
}
.contents-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-top: 0.8em;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
}
.contents-list ul li {
  width: 50%;
  margin-top: 1.6em;
  padding: 0 10px;
}
.contents-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.contents-list ul li dl {
  margin: 0;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents-list ul li dl dt {
  width: 40%;
}
.contents-list ul li dl dd {
  width: 60%;
  color: #ff8c37;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .contents-list {
    margin-top: 6.4em;
  }
  .contents-list ul li {
    width: 33.3333%;
  }
}
@media print, screen and (min-width: 1023px) {
  .contents-list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contents-list ul li {
    width: 25%;
    padding: 0 15px;
  }
  .contents-list ul li dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cv {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cv .cv-box {
  text-align: center;
  padding: 3.2em 10px;
}
@media print, screen and (min-width: 768px) {
  .cv .cv-box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.cv .cv-box .en {
  margin-top: 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.cv .cv-box .btn a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 15px 20px;
}
@media print, screen and (min-width: 768px) {
  .cv .cv-box .btn a {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .cv .cv-box .btn a {
    width: 100%;
  }
}
.cv .contact {
  border: 15px solid #c0b1ac;
  background: #fff;
}
.cv .contact .text {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
}
.cv .contact .btn a {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.cv .contact .btn a:hover, .cv .contact .btn a:active, .cv .contact .btn a:focus {
  color: white;
  text-decoration: none;
}
.cv .contact .btn a:visited {
  color: white;
}
.cv .contact .btn a:hover {
  color: #000;
  text-decoration: none;
  background: #c0b1ac;
}
.cv .contact .btn a:hover:hover, .cv .contact .btn a:hover:active, .cv .contact .btn a:hover:focus {
  color: black;
  text-decoration: none;
}
.cv .contact .btn a:hover:visited {
  color: black;
}
.cv .consulting {
  background: #000;
  color: #fff;
}
.cv .consulting .text {
  margin-top: 10px;
}
.cv .consulting .text dt {
  font-size: 18px;
  font-size: 1.8rem;
}
.cv .consulting .text dd {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
}
.cv .consulting .btn a {
  color: #000;
  text-decoration: none;
  background: #c0b1ac;
}
.cv .consulting .btn a:hover, .cv .consulting .btn a:active, .cv .consulting .btn a:focus {
  color: black;
  text-decoration: none;
}
.cv .consulting .btn a:visited {
  color: black;
}
.cv .consulting .btn a:hover {
  background: #fff;
}