@charset "UTF-8";
a[href^="tel:"] {
  pointer-events: auto;
}

html, body {
  min-width: 320px;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

th {
  border-bottom: none;
}

th, td {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border-width: 1px;
}

td {
  margin: 0 0 16px;
}

.inner {
  width: 100%;
}

.print-area {
  display: none;
}

.narrow-pop {
  position: absolute;
  top: 0;
  left: 0;
}

.narrow-pop {
  width: 100%;
  padding: 15px;
}

.narrow-pop-channel,
.narrow-pop-genre,
.narrow-pop-area {
  display: block;
  width: 100%;
}

.narrow-pop-genre,
.narrow-pop-area {
  margin-top: 20px;
}

.narrow-pop-channel li,
.narrow-pop-genre li {
  width: 100%;
  letter-spacing: 0;
}

.narrow-pop-btnarea {
  padding: 30px 0 0;
  text-align: center;
}

.narrow-pop-btnarea .btn-02 {
  width: 100%;
  text-align: center;
}

.narrow-pop-btnarea .btn-02 ~ .btn-02 {
  margin-left: 0;
  margin-top: 5px;
}

table + .note {
  margin-top: 0;
}

.file-download a {
  padding-left: 48px;
  background-position: 20px center;
}

.head-03 {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}

.detail-title {
  margin: 0;
  padding: 20px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.detail-title > h2 {
  font-size: 21px;
  padding: 0 20px;
}

.questionnaire li {
  display: block;
}

.questionnaire .btn-02 {
  display: block;
  width: 100%;
  text-align: left;
}

.questionnaire li:not(:last-child) .btn-02 {
  border-bottom: none;
}

.inner-section {
  width: auto;
  /*	padding:20px 20px 40px;*/
  overflow: hidden;
}

.table-01 th,
.table-01 td {
  display: table-cell;
  width: auto;
}

.scroll_x {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll_x table {
  width: auto;
  margin-bottom: 8px;
}

.banner-list {
  margin: 0;
}

.banner-list > li,
.banner-list > li:nth-child(4) ~ li {
  width: 100%;
  margin: 16px 0 0;
}

.banner-list > li:first-child {
  margin-top: 0;
}

.banner-list a {
  display: block;
  cursor: pointer;
}

.banner-list-img {
  text-align: center;
}

.banner-list-text {
  text-align: center;
}

/* tabset */
.tabset-content-wrap {
  padding: 0;
  border-top-width: 1px;
}

.tabset-content {
  padding: 40px 16px;
  border-top: 1px solid #d5dfe3;
}

.tabset-sptitle {
  margin: 0;
  padding: 20px 52px 20px 20px;
  background-size: 22px auto;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.tabset-sptitle:not(:first-child) {
  border-top: 1px solid #d5dfe3;
}

.tabset-sptitle.active {
  background-color: #566d81;
  color: #fff;
}

.tabset-sptitle.active:before {
  border-bottom: 6px solid #fff;
  border-top: none;
}

.tabset-sptitle:before {
  content: '';
  border-top: 6px solid #566d81;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -3px 0 0;
}

.floating-sns {
  position: relative;
  bottom: auto;
  right: auto;
  padding: 12px 0 8px;
  text-align: center;
  z-index: 0;
}

.floating-sns li {
  display: inline-block;
}

.sns-ig {
  margin-right: 5px;
}

.sns-fb {
  margin-right: 5px;
}

.sns-x {
  margin-right: 5px;
}

/* hide */
.header {
  display: none;
}

.scroll-header {
  display: none;
}

/* min-header */
.min-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 600;
  overflow-x: hidden;
  overflow-y: auto;
}

.min-header > div:first-child {
  background: #fff;
}

.min-header-logo {
  padding: 15px 25px 15px 15px;
  max-height: 70px;
}

.min-header-menu {
  width: 17vw;
  background: #00a0e9;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.min-header-menu:hover {
  /*	background-color: #5498eb;*/
}

.min-header-menu img {
  display: block;
  width: 40%;
  margin: 0 auto 8px;
}

.min-header-btn {
  width: 16vw;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.min-header-btn > a {
  display: block;
  min-height: 70px;
  padding: 11px 0;
}

.min-header-btn img {
  display: block;
  width: 27px;
  margin: 0 auto 8px;
}

.mypage-pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  padding: 15px;
}

.mypage-pop-head {
  padding: 15px 20px;
}

.mypage-pop-head .mypage-cancel {
  top: 14px;
  right: 10px;
  width: auto;
  padding: 7px 12px 7px;
  font-size: 11px;
}

.mypage-pop-title {
  font-size: 19px;
  text-align: left;
}

.mypage-pop-main {
  background: #fff;
  padding: 15px;
}

.mypage-link {
  margin-bottom: -10px;
}

.mypage-link > li {
  width: auto;
  float: none;
  margin: 0 0 10px;
  padding: 15px;
  min-height: auto;
  height: auto !important;
}

.mypage-link-title {
  font-size: 15px;
}

.mypage-link-anchor {
  position: static;
  margin: 10px 0 0;
}

.mypage-link-anchor a {
  font-size: 13px;
  line-height: 1.3;
}

.mypage-link-anchor a::after {
  height: 55px;
}

/* min-mnav */
.min-mnav {
  position: absolute;
  display: none;
  padding: 15px 15px 150px;
  background: #00a0e9;
  z-index: 200;
}

.min-mnav > .group:first-child > div {
  padding: 0 0 0 2px;
}

.min-mnav > .group:first-child > div:first-child {
  padding-left: 0;
}

.min-mnav > .group:first-child > div a {
  display: block;
  min-height: 90px;
  padding: 18px 0 0;
  font-size: 11px;
  font-weight: bold;
  color: #008bcc;
  background: #fff;
}

.min-mnav-home a:hover,
.min-mnav-home a:active {
  background-color: #d5dfe3;
}

.min-mnav-home a:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto 5px;
  background: url(../img/header/min_icon_home.png);
  background-size: 35px;
}

.min-mnav-visitor a:hover, .min-mnav-visitor a:active {
  background-color: #d5dfe3;
}

.min-mnav-visitor a:before {
  content: '';
  display: block;
  width: 26px;
  height: 35px;
  margin: 0 auto 5px;
  background: url(../img/header/min_icon_visitor.png);
  background-size: 26px 35px;
}

.min-mnav-member a:hover, .min-mnav-member a:active {
  background-color: #d5dfe3;
}

.min-mnav-member a:before {
  content: '';
  display: block;
  width: 41px;
  height: 35px;
  margin: 0 auto 5px;
  background: url(../img/header/min_icon_member.png);
  background-size: 41px 35px;
}

.min-mnav-linklist {
  margin: 15px 0;
}

.min-mnav-linklist ul {
  list-style: none;
  font-size: 0;
}

.min-mnav-linklist li {
  display: inline-block;
  width: 50%;
  padding: 1px;
}

.min-mnav-linklist li a {
  display: block;
  width: 100%;
  padding: 15px;
  background: #008bcc url(../img/header/icon_mnav_arw.png) right 15px center no-repeat;
  background-size: 5px 6px;
  font-size: 14px;
  color: #fff;
}

.min-mnav-linklist li a:hover, .min-mnav-linklist li a:active {
  background-color: #1755a0;
}

.min-mnav .searchbox {
  margin: 15px 0 0;
  padding: 10px 0 0;
  border-top: 2px #008bcc solid;
  background: none;
}

.min-mnav .searchbox .group > div:last-child {
  width: 40px;
  height: auto;
}

.searchbox-change {
  margin-bottom: 11px;
}

.searchbox-change label {
  font-size: 13px;
  color: #fff;
}

.lever {
  display: block;
  padding: 1px 0 1px 20px;
}

.lever:before {
  top: 0;
  width: 15px;
  height: 15px;
  border: none;
}

.lever:after {
  top: 3px;
  left: 3px;
  content: '';
  width: 9px;
  height: 9px;
}

.min-mnav .searchbox-text {
  width: 100% !important;
  height: 40px !important;
  border: none !important;
  border-radius: 0;
  -webkit-appearance: none;
}

.min-mnav .searchbox-submit {
  width: 100%;
  height: 40px;
  border-radius: 0;
}

.search-block {
  text-align: center;
}

.min-mnav-btn {
  margin: 12px 0 0;
}

.min-mnav-btn > div {
  padding: 1px;
}

.min-mnav-btn > div a {
  border: none;
  background: #fff url(../img/footer/icon_btn_arw.png) right 14px center no-repeat;
  background-size: 5px 6px;
}

.min-mnav-btn + .min-mnav-btn {
  margin-top: 0px;
}

.min-mnav-btn a {
  color: #008bcc;
  font-size: 11px;
  font-weight: bold;
  border-radius: 0px;
}

.min-mnav-btn a:hover, .min-mnav-btn a:active {
  color: #f56a00;
}

.min-mnav-btn .btn-simulation {
  padding: 18px 18px 0 10px;
  border: none;
}

.min-mnav-btn .btn-simulation:before {
  content: '';
  width: 13px;
  height: 15px;
  margin: 5px 8px 0 0;
  background: url(../img/footer/icon_simulation.png);
  background-size: 13px 15px;
}

.min-mnav-btn .btn-pamphlet {
  padding: 25px 18px 0 10px;
  border: none;
}

.min-mnav-btn .btn-pamphlet:before {
  content: '';
  width: 13px;
  height: 15px;
  margin: -1px 8px 0 0;
  background: url(../img/footer/icon_pamphlet.png);
  background-size: 13px 15px;
}

.min-mnav-btn .btn-asearch {
  padding: 25px 18px 0 10px;
  border: none;
}

.min-mnav-btn .btn-asearch:before {
  content: '';
  width: 13px;
  height: 13px;
  margin: -1px 8px 0 0;
  background: url(../img/footer/icon_asearch.png);
  background-size: 13px 13px;
}

.min-mnav-btn .btn-selection {
  padding: 25px 18px 0 10px;
  border: none;
}

.min-mnav-btn .btn-selection:before {
  content: '';
  width: 13px;
  height: 11px;
  margin: -1px 8px 0 0;
  background: url(../img/footer/icon_selection.png);
  background-size: 13px 11px;
}

.min-mnav-btn .btn-mypage {
  padding: 25px 18px 0 10px;
  border: none;
}

.min-mnav-btn .btn-mypage:before {
  content: '';
  width: 18px;
  height: 17px;
  margin: -1px 5px 0 -2px;
  background: url(../img/footer/icon_mypage.png);
  background-size: 18px 17px;
}

.min-mnav-btn .btn-shop {
  padding: 25px 18px 0 10px;
  border: none;
}

.min-mnav-btn .btn-shop:before {
  content: '';
  width: 18px;
  height: 17px;
  margin: -1px 8px 0 -3px;
  background: url(../img/footer/icon_shop.png);
  background-size: 18px 17px;
}

.min-mnav-tel .group > * {
  display: block;
  text-align: left;
}

.min-mnav-tel > div:nth-child(1) {
  padding: 18px;
  background: #008bcc;
  text-align: center;
}

.min-mnav-tel > div {
  padding: 15px;
  border-bottom: 2px #008bcc solid;
  color: #fff;
  vertical-align: top;
  font-size: 11px;
}

.min-mnav-tel div > div:first-child {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: bold;
}

.min-mnav-tel > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.min-mnav-tel ul {
  list-style: none;
  line-height: 1;
}

.min-mnav-tel li {
  margin: 0 0 5px;
}

.min-mnav-tel li b {
  font-size: 13px;
  font-weight: bold;
}

.min-mnav-sitelink {
  margin-top: 15px;
  margin-bottom: 15px;
}

.min-mnav-sitelink ul {
  width: 100%;
  list-style: none;
}

.min-mnav-sitelink ul:after {
  content: '';
  display: block;
  clear: both;
}

.min-mnav-sitelink li {
  display: table;
  width: 33.3%;
  height: 60px;
  border-width: 0;
  float: left;
  padding: 1px;
}

.min-mnav-sitelink li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 15px 18px;
  background: #fff url(../img/footer/icon_btn_arw.png) right 14px center no-repeat;
  background-size: 5px 6px;
  color: #008bcc;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  line-height: 1.3;
  vertical-align: middle;
}

.min-mnav-tel img {
  max-width: 270px;
}

/* category-menu */
.category-menu {
  position: relative;
  display: block;
  z-index: 80;
  background: #fff;
}

.category-menu-title {
  padding: 12px 15px;
  background: #f7f9fa;
  color: #008bcc;
  background: #fff url(../img/header/icon_cmenu_arw_title_off.png) right 20px center no-repeat;
  background-size: 12px 6px;
  border-top: 1px #d5dfe3 solid;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.category-menu-title:hover {
  /*	background-color: $borderColor;*/
}

.category-menu-title-on {
  background-color: #f7f9fa !important;
  background-image: url(../img/header/icon_cmenu_arw_title_on.png) !important;
}

.category-menu-body {
  position: absolute;
  display: none;
  width: 100%;
  background: #fff;
  border-top: 1px #d5dfe3 solid;
  z-index: 100;
}

.category-menu-body li a {
  display: block;
  padding: 15px;
  background: url(../img/header/icon_cmenu_arw.png) right 15px center no-repeat;
  background-size: 5px 6px;
  border-bottom: 1px #d5dfe3 solid;
  font-weight: bold;
}

.category-menu-body li a:hover, .category-menu-body li a:active {
  background-color: #d5dfe3;
  color: #008bcc;
}

.category-menu-body li a span {
  font-size: 12px;
}

.category-menu-tv {
  color: #ee7700;
  background-image: url(../img/header/icon_cmenu_arw_tv.png) !important;
}

.category-menu-tv:hover, .category-menu-tv:active {
  color: #ee7700 !important;
}

.category-menu-tv:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background: url(../img/header/icon_cmenu_tv.png);
  background-size: 50px 50px;
  vertical-align: middle;
}

.category-menu-net {
  color: #009b6b;
  background-image: url(../img/header/icon_cmenu_arw_net.png) !important;
}

.category-menu-net:hover, .category-menu-net:active {
  color: #009b6b !important;
}

.category-menu-net:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background: url(../img/header/icon_cmenu_net.png);
  background-size: 50px 50px;
  vertical-align: middle;
}

.category-menu-tel {
  color: #1eb9ef;
  background-image: url(../img/header/icon_cmenu_arw_tel.png) !important;
}

.category-menu-tel:hover, .category-menu-tel:active {
  color: #1eb9ef !important;
}

.category-menu-tel:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background: url(../img/header/icon_cmenu_tel.png);
  background-size: 50px 50px;
  vertical-align: middle;
}

/* alert */
.alert-title {
  padding: 15px;
  text-align: center;
}

.alert-text {
  padding: 15px 40px 15px 15px;
}

.alert-text time {
  margin-bottom: 8px;
}

.alert-close {
  right: 8px;
}

/* topicpath */
.topicpath {
  display: none;
}

.pagetitle {
  padding: 15px 20px;
  border-top: 1px #d5dfe3 solid;
  font-size: 2.1rem;
}

.pagetitle + * {
  margin-top: 16px;
}

/* col2 */
.col2 {
  padding: 16px 0;
}

.col2 > div {
  display: block;
}

.col2 .content-inner {
  width: 100%;
  padding: 0 0 40px;
}

.col2 .campaign-slider {
  width: 100%;
}

/* sidenav */
.col2 > .sidenav {
  display: none;
  width: 100%;
  padding: 30px 20px 0;
}

/* footer */
.footer {
  margin-top: 16px;
  padding: 0;
}

.footer .inner {
  padding: 30px;
}

.footer-lead {
  padding: 0 0 10px;
  text-align: left;
  font-size: 13px;
}

.footer-lead:before {
  float: left;
}

.footer-lead + .group {
  display: block;
}

.footer-lead + .group > * {
  display: block;
  width: 100%;
  padding: 0;
}

.footer-lead + .group > *:first-child {
  padding: 0 0 20px;
}

.footer-block-head {
  display: none;
}

.footer-block-body {
  background: none;
  padding: 0;
  min-height: 0px;
}

.footer-tel:first-child div:first-child {
  display: none;
}

.footer-tel:first-child div:last-child {
  padding: 18px;
  background: #fff;
  text-align: center;
}

.footer-tel-fc + div img {
  width: auto;
}

.footer-tel.group > * {
  display: block;
  padding: 0 15px;
}

.footer-tel > div:first-child {
  width: auto;
  font-size: 13px;
  margin: 0 0 5px;
  font-weight: bold;
}

.footer-net {
  display: block;
  min-height: 0px;
  padding: 20px 0 0;
  border-top: 2px solid #f0f1f2;
}

.footer-net.group > * {
  display: block;
}

.footer-net > div {
  background: none;
}

.footer-net > div:first-child {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 0;
}

.footer-net > div:last-child {
  padding: 0;
}

.footer-net > div:first-child > div {
  display: table-cell;
  vertical-align: top;
}

.btn-simulation,
.btn-pamphlet {
  background: #fff;
}

.btn-contact {
  font-weight: bold;
}

.footer-btn {
  width: 100%;
  display: block;
  padding: 0 7px 0 0;
}

.footer-net .group:nth-of-type(2) .footer-btn {
  padding: 0 0 0 7px;
}

.footer-btn a {
  width: 100%;
  font-size: 11px;
}

.footer-btn .btn-simulation {
  padding: 18px 18px 0 10px;
}

.footer-btn .btn-simulation:before {
  content: '';
  width: 13px;
  height: 15px;
  margin: 5px 8px 0 0;
  background: url(../img/footer/icon_simulation.png);
  background-size: 13px 15px;
}

.footer-btn .btn-pamphlet {
  padding: 25px 18px 0 10px;
  border-top-color: #d5dfe3;
  border-left-color: #fff;
}

.footer-btn .btn-pamphlet:hover {
  border-left-color: #008bcc;
}

.footer-btn .btn-pamphlet:before {
  content: '';
  width: 13px;
  height: 15px;
  margin: -1px 8px 0 0;
  background: url(../img/footer/icon_pamphlet.png);
  background-size: 13px 15px;
}

.footer-net .group .footer-btn + div:last-child {
  display: none;
}

.footer-net p:first-child {
  display: none;
}

.banner {
  padding: 15px 45px;
  overflow: hidden;
}

.banner li:not(:last-child) {
  margin: 0;
}

.banner .slick-dots {
  position: static;
  padding: 10px 30px 0;
}

.banner .slick-dots li {
  margin: 0 7px;
  vertical-align: middle;
}

.banner .slick-dots li button {
  border: none;
  display: block;
  height: 12px;
  background: #ccc;
}

.banner .slick-dots li.slick-active button {
  background-color: #f4e829;
}

.address {
  border-top: none;
}

.address .group > * {
  display: block;
  width: 100%;
  text-align: center;
}

.address-logo {
  padding: 30px 0 20px;
}

.address-logo img {
  width: 70%;
}

.address-text {
  padding: 0 10px 20px;
  font-size: 13px;
}

.address-text span {
  display: none;
}

.address-copyrights {
  padding: 10px;
}

.address-sitemap {
  background: #3476c5;
}

.address-sitemap a {
  padding: 15px 0;
  color: #fff;
  background: #008bcc;
  font-size: 13px;
}

.address-sitemap a:hover {
  background: #0069cc;
}

.address-sitemap a:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../img/footer/address_sitemap_arw2.png) center bottom no-repeat;
  background-size: 9px 6px;
}

.sitemap-block {
  background: #fff;
}

.sitemap-block a {
  color: #008bcc;
}

.sitemap-block .group {
  padding: 0;
  table-layout: auto;
}

.sitemap-block .group > * {
  text-align: center;
}

.sitemap-block-title {
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

.sitemap-block-title a {
  display: block;
  padding: 10px;
  border-bottom: 1px #d5dfe3 solid;
  font-size: 13px;
}

.sitemap-block ul {
  display: none;
}

.sitemap-block-title + .sitemap-block-title {
  margin-top: 0;
}

/* floating-banner */
.floating-banner-btn {
  width: auto;
  bottom: 100%;
  left: 15px;
  right: 55px;
  padding: 22px 25px;
  border-radius: 8px 8px 0 0;
}

.floating-banner-close {
  width: 100%;
  margin: 10px 0 0;
  font-size: 11px;
  position: relative;
  right: -25px;
}

.floating-banner-close:before {
  margin: 0 5px 0 0;
  font-size: 24px;
}

.floating-banner-title {
  width: 100%;
  padding: 0px 0 15px;
  font-size: 1.75rem;
}

.floating-banner {
  display: none;
  min-width: 100%;
  padding: 0 40px 20px 40px;
  top: 100%;
  bottom: auto;
  border-radius: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* pagetop */
.pagetop {
  right: 10px;
  padding: 6px 0;
  bottom: 110px !important;
}

/* -----------------------------------------------
	home
-------------------------------------------------- */
/* topvisual */
.topvisual {
  padding: 20px 20px 10px;
}

.visual-main {
  display: none;
}

.visual-main-sp {
  display: block;
}

.visual-main-sp .slick-dots {
  position: static;
  height: 30px;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.15);
  line-height: 28px;
}

.visual-main-sp .slick-dots li {
  margin: 0 7px;
  vertical-align: middle;
}

.visual-main-sp .slick-dots li button {
  border: none;
  display: block;
  height: 12px;
}

.visual-main-sp .slick-dots li.slick-active button {
  background-color: #f4e829;
}

.visual-main-sp .slick-prev,
.visual-main-sp .slick-next {
  top: initial;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  background: #f4e829;
}

.visual-main-sp .slick-prev {
  left: 0;
}

.visual-main-sp .slick-next {
  right: 0;
}

.visual-main-sp .slick-prev:before,
.visual-main-sp .slick-next:before {
  left: 13px;
}

.visual-main-sp .slick-prev:before {
  border-right-color: #008bcc;
}

.visual-main-sp .slick-next:before {
  border-left-color: #008bcc;
}

.visual-menu {
  display: none;
  width: auto;
  float: none;
  padding: 19px 0 0;
}

.visual-menu li {
  margin: 0;
  width: 50%;
  padding-bottom: 3px;
  float: none;
}

.visual-menu a {
  font-size: 14px;
  padding: 20px 15px;
  border-radius: 0px;
}

.visual-menu li a {
  position: relative;
  text-align: left;
  min-height: 68px;
  padding: 20px 15px 20px 20px;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 3px;
}

.visual-menu > ul:nth-child(2) {
  display: table;
  width: 100%;
}

.visual-menu > ul:nth-child(2) > li {
  /*display: table-cell;*/
  float: left;
  vertical-align: top;
}

.visual-menu li.visual-menu-simulation {
  padding-right: 2px;
  /*margin-right:2px;*/
}

.visual-menu li.visual-menu-simulation a {
  padding: 20px 15px 0 40px;
}

.visual-menu li.visual-menu-asearch {
  padding-left: 1px;
}

.visual-menu li.visual-menu-asearch a {
  padding: 26px 15px 0 40px;
}

.visual-menu li.visual-menu-pamphlet {
  padding-right: 2px;
}

.visual-menu li.visual-menu-pamphlet a {
  padding: 26px 15px 0 40px;
}

.visual-menu li.visual-menu-mypage {
  padding-right: 2px;
}

.visual-menu li.visual-menu-mypage a {
  padding: 26px 15px 0 40px;
}

.visual-menu li a:before {
  position: absolute;
  top: 20px;
  left: 10px;
}

.visual-menu li a:after {
  right: 10px;
}

.visual-menu li.visual-menu-new,
.visual-menu li.visual-menu-already {
  float: none;
  width: auto;
}

.visual-menu li.visual-menu-new a,
.visual-menu li.visual-menu-already a {
  height: auto;
  padding-left: 75px;
}

.visual-menu li.visual-menu-new a::before,
.visual-menu li.visual-menu-already a::before {
  top: 50%;
  left: 19px;
  margin-top: -17px;
  height: 34px;
  width: 40px;
  background-size: contain;
  background-position: 50% 50%;
}

.visual-menu-text,
.visual-menu-text:first-child {
  margin: 0 0 5px;
  font-size: 15px;
}

.visual-menu-note {
  font-size: 12px;
  line-height: 1.5;
}

.visual-menu-main {
  font-size: 16px;
}

.visual-menu-main:after {
  content: none;
}

.visual-menu-mini {
  font-size: 11px;
}

.visual-menu-application a:before {
  margin-right: 6px;
}

/* content-menu */
.content-inner {
  width: auto;
  padding: 20px 20px 40px;
  overflow: hidden;
}

.main-menu,
.side-program {
  width: auto;
  float: none;
}

.customer-menu > li {
  display: block;
}

.customer-menu > li:not(:first-child) {
  border-left: none;
  border-top: 1px solid #d6e3e8;
}

.customer-menu > li a {
  padding: 15px 25px 15px 20px;
}

.customer-menu > li a:before {
  right: 15px;
}

.customer-menu-text {
  font-size: 16px;
  line-height: 1.3;
  min-height: 34px;
}

.customer-menu-text > span {
  font-size: 12px;
  padding: 3px 0 0;
  margin-bottom: 10px;
}

.customer-menu-note {
  font-size: 13px;
}

.hikari-menu {
  margin: 0 0 5px;
}

.hikari-menu > li {
  float: none;
  width: auto;
  margin: 0 0 10px;
}

.hikari-menu > li:not(.hikari-menu-pack) {
  width: calc(100% / 3 - 5px);
  margin-top: 0;
  font-size: 16px;
}

.hikari-menu > li:not(.hikari-menu-pack):not(:nth-child(3n+1)) {
  margin-left: 7px;
}

.hikari-menu > li:not(.hikari-menu-pack):after {
  right: 5px;
}

.hikari-menu-tv a:after {
  content: 'テレビ';
}

.hikari-menu-net a:after {
  content: 'ネット';
}

.hikari-menu-tel a:after {
  content: 'デンワ';
}

.hikari-menu :not(.hikari-menu-pack) a {
  width: 100%;
  padding: 10px 0;
}

.hikari-menu :not(.hikari-menu-pack) a:before {
  width: 40px;
  background-size: contain;
  margin-bottom: 10px;
}

.hikari-menu-text {
  display: none;
  font-size: 12px;
}

.hikari-menu-text > span {
  font-size: 17.5px;
}

.hikari-menu-text > span:after,
.pack-menu-top:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -3px 0 0;
}

.hikari-menu-note {
  display: none;
  font-size: 13px;
}

.pack-menu-top {
  padding: 13px 20px 13px 20px;
}

.pack-logo,
.hikari-menu-description {
  display: block;
}

.pack-logo {
  padding: 0 50px 10px;
  text-align: center;
}

.hikari-menu-description {
  font-size: 12px;
  text-align: center;
}

.pack-menu-btm {
  display: block;
  padding: 0 15px;
}

.pack-menu-price {
  display: block;
  width: auto;
  padding: 15px 5px;
  text-align: center;
}
.pack-menu-price:not(:last-child) {
  border-right: none;
  border-bottom: 2px solid #def4fc;
}

.program-pickup-title {
  font-size: 15px;
}

/* serviceguide */
.section-title {
  font-size: 17.5px;
  margin: 0 0 20px;
}

.serviceguide-list {
  width: 90%;
  margin: 0 auto 25px;
}

.serviceguide-list li {
  width: auto;
  margin: 0;
}

.serviceguide-list-img,
.serviceguide-list-text {
  vertical-align: middle;
}

.serviceguide-list-img {
  width: 40%;
}

.serviceguide-list-num {
  font-size: 10px;
  border-bottom: none;
  padding: 10px 10px 5px 20px;
}

.serviceguide-list-link {
  padding: 0 10px 10px 20px;
  font-size: 12px;
  line-height: 1.5;
}

.serviceguide-list-link:before {
  content: none;
}

.serviceguide-alllist {
  display: none;
}

.content .slick-prev,
.topcontent .slick-prev {
  left: -25px;
}

.content .slick-next,
.topcontent .slick-next {
  right: -25px;
}

/* topinfo */
.topinfo {
  padding: 20px 20px 0;
  border-top: 1px solid #d5dfe3;
  margin: 0 -20px;
}

.news-block,
.maintenance-block {
  float: none;
  width: auto;
  /*	margin:0 -20px;*/
  margin: 0;
  border-top: 1px solid #d5dfe3;
}

.maintenance-block {
  border-bottom: 1px solid #d5dfe3;
}

.news-tab,
.tab-content-wrap {
  display: none;
}

.topinfo-title {
  padding-right: 40px;
  margin: 0;
  position: relative;
  font-size: 15px;
  cursor: pointer;
}

.topinfo-title:before {
  content: '';
  border-top: 6px solid #566d81;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -3px 0 0;
}

.topinfo-title.active {
  background-color: #566d81;
  color: #fff;
}

.topinfo-title.active:before {
  border-bottom: 6px solid #fff;
  border-top: none;
}

.news-block .topinfo-title.active {
  background-image: url(../img/icon_info_white.png);
}

.maintenance-block .topinfo-title.active {
  background-image: url(../img/icon_maintenance_white.png);
}

.topinfo-alllist {
  position: static;
  display: block;
  text-align: center;
  font-size: 14px;
  border: none;
  background: none;
}

.topinfo-alllist:before {
  position: static;
  border: none;
  background: url(../img/icon_list.png) 50% 50% no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.news-list {
  border-right: none;
  border-left: none;
  margin: 0;
}

.news-list > li {
  padding: 20px;
}

.news-list > li:before {
  content: none;
}

.news-list-icon {
  display: table;
  padding: 0 0 10px;
  border-right: none;
  width: 100%;
  table-layout: fixed;
}

.news-list-icon > span {
  display: table-cell;
  border-radius: 0px;
  font-size: 12px;
  padding: 4px;
}

.news-list-date {
  font-size: 12px;
}

.maintenance-block .news-list-icon > span {
  background: #fc5e5e;
}

.news-icon-cate {
  display: table-cell;
  text-align: center;
  font-size: 11px;
}

.tab-maintenance .news-list-icon .news-icon-cate {
  border: 1px solid #fc5e5e;
  padding: 3px;
  color: #fc5e5e;
  border-left: none;
  background: #fff;
}

.tab-failure .news-list-icon > span {
  background: #868f97;
}

.tab-failure .news-list-icon > span.news-icon-cate {
  border: 1px solid #868f97;
  padding: 3px;
  background: #fff;
  color: #868f97;
  border-left: none;
}

.news-list-text {
  display: block;
  padding: 0;
}

.maintenance-block .tab-content {
  display: block !important;
}

/* featured */
.featured-channel {
  margin: 0;
}

.featured-channel > li {
  float: none;
  width: auto;
  margin: 0;
}

.featured-channel-title {
  margin: 0 0 20px;
  background: #fff;
  font-size: 14px;
  color: #008bcc;
  padding: 22px 40px 22px 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.featured-channel-title:before {
  content: '';
  border-top: 6px solid #008bcc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -3px 0 0;
}

.featured-channel-title.active:before {
  border-top: none;
  border-bottom: 6px solid #008bcc;
}

.featured-block {
  display: none;
  margin: 0 0 35px;
}

.tvschedule-block {
  display: block;
  position: relative;
  padding: 4em 20px 15px;
}

.tvschedule-block-link,
.tvschedule-block-note {
  display: block;
}

.tvschedule-block-link {
  width: auto;
  border-radius: 0px;
  margin: 0 0 15px;
  padding: 20px 38px 20px 20px;
  background: url(../img/icon_newwin.png) 96% 50% no-repeat #fff;
  background-size: 21px auto;
}

.tvschedule-block-title {
  font-size: 14px;
  padding-left: 35px;
}

.tvschedule-block-text {
  position: absolute;
  border-left: none;
  top: 1.5em;
  padding: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: none;
  border-left: none !important;
}

.tvschedule-block-note {
  font-size: 11px;
}

/* campaign-slider */
.campaign-slider {
  width: 90%;
}

.campaign-slider-text {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 12px;
  padding: 10px;
}

.campaign-slider-text:before {
  content: none;
}

.campaign-alllist {
  display: none;
}

/* btm-banner */
.btm-banner {
  padding: 0;
}

.btm-banner .inner {
  padding: 15px 37px;
}

.btm-banner .slick-prev {
  left: -17px;
}

.btm-banner .slick-next {
  right: -17px;
}

.banner-slider {
  width: 100%;
}

.banner-slider .slick-dots {
  position: static;
  padding: 10px 30px 0;
}

.banner-slider .slick-dots li {
  margin: 0 7px;
  vertical-align: middle;
}

.banner-slider .slick-dots li button {
  border: none;
  display: block;
  height: 12px;
  background: #ccc;
}

.banner-slider .slick-dots li.slick-active button {
  background-color: #f4e829;
}

/* -----------------------------------------------
	縺ｲ縺ｾ繧上ｊ荳ｸ繧上°繧翫ぎ繧､繝�
-------------------------------------------------- */
.content {
  font-size: 14px;
}

.content p {
  line-height: 1.8;
  letter-spacing: normal;
}

.ribbon-title {
  font-size: 20px;
  padding-left: 32px;
  margin-bottom: 40px;
}

.ribbon-title:before {
  width: 13px;
}

.ribbon-title:after {
  bottom: -20px;
}

.ribbon-title-mini {
  font-size: 13px;
}

.guide-head .content-inner {
  padding-bottom: 20px;
}

.guide-head-text,
.guide-head-img {
  width: auto;
  float: none;
  margin: 0;
}

.guide-head-img {
  display: table-cell;
  width: 100%;
}

.guide-head-inner {
  padding: 0;
}

.guide-head-inner > p {
  margin-bottom: 0;
}

.guide-movie-img {
  display: table-cell;
  vertical-align: middle;
  width: 63%;
}

.guide-character-img {
  display: table-cell;
  vertical-align: middle;
  position: static;
  padding: 0 10px 0 18px;
}

.guide-character-name {
  display: none;
}

/* guide-summary */
.guide-summary .content-inner {
  padding-bottom: 20px;
}

.guide-summary-img {
  width: 50%;
  margin: 0 0 15px 15px;
}

.guide-summary-text {
  width: 100%;
}

/* guide-service */
.sp-display {
  display: inline !important;
}

.pc-display {
  display: none !important;
}

.guide-service-block {
  margin: 0 -20px;
  padding: 25px 20px;
  border-top: 1px solid #d5dfe3;
}

.guide-service-block:last-child {
  padding-bottom: 0;
}

.guide-service-text,
.guide-service-block:nth-child(2n+1) .guide-service-text {
  float: none;
  width: auto;
  margin: 0 0 25px;
}

.guide-service-img,
.guide-service-block:nth-child(2n+1) .guide-service-img {
  float: none;
  margin: 0;
}

.guide-service-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.guide-service-num {
  margin-bottom: 10px;
  height: 10.5px;
}

/* guide-support */
.guide-support-column {
  margin: 0;
}

.guide-support-column > div {
  width: auto;
  float: none;
  margin: 0 0 20px;
}

.guide-support-column > div:last-child {
  margin-bottom: 0;
}

.guide-support-title {
  font-size: 14px;
  width: auto;
  padding: 30px 20px;
  height: auto;
  display: block;
}

.guide-support-text {
  padding: 20px;
  font-size: 12px;
}

.guide-support-text > p {
  margin-bottom: 0;
}

/* content-foot */
.content-foot {
  margin: 0 0 40px;
  padding: 40px 30px;
}

.content-foot-logo {
  display: none;
}

.content-foot-text {
  padding: 0 125px 0 0;
  font-size: 13px;
  background-position: 100% 50%;
  background-size: 110px auto;
  height: 140px;
}

/* -----------------------------------------------
	驕ｸ縺ｹ繧九ぎ繧､繝�
-------------------------------------------------- */
/* selection-head */
.selection-head .ribbon-title {
  margin-right: 0;
}

.selection-head-inner {
  padding: 0;
}

.selection-head-img {
  position: static;
  padding: 10px 0 0;
  display: block;
  width: 80%;
  margin: 0 auto !important;
}

.normal-title {
  font-size: 17px;
  margin-bottom: 10px;
}

/* selection-reason */
.selection-reason-block {
  margin-bottom: 30px;
}

.selection-reason-title {
  width: auto;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 20px;
}

.selection-reason-4clm > div,
.selection-reason-4clm > div:first-child {
  border-left: none;
  border-right: none;
  width: auto;
  float: none;
  padding: 20px 0;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid #d5dfe3;
}

.selection-reason-4clm > div:first-child {
  padding-top: 0;
}

.reason-4clm-img {
  float: left;
  width: 110px;
}

.reason-4clm-img ~ * {
  margin-left: 120px;
}

.selection-reason-4clm > div > p {
  font-size: 13px;
}

.reason-title-mini {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

.selection-reason-2clm > p,
.selection-reason-2clm > .reason-title-mini {
  width: auto;
  float: none;
}

.selection-reason-2clm .reason-title-mini {
  text-align: center;
  margin-bottom: 10px;
}

.reason-2clm-img {
  width: 50%;
  margin: 0 0 15px 15px;
}

/* selection-flow */
.selection-flow-block {
  padding-top: 50px;
}

.selection-flow-block:before {
  border-top-width: 20px;
  border-left-width: 22px;
  border-right-width: 22px;
  top: 14px;
  left: 50%;
  margin-left: -22px;
}

.selection-flow-block:last-child .flow-block-main:after {
  content: none;
}

.flow-block-main-sidenone {
  padding-right: 0;
}

.flow-block-title {
  width: 30px;
  padding: 8px;
}

.flow-block-title > img {
  width: 14px;
}

.flow-block-right > *,
.flow-block-right > div > * {
  display: block;
}

.flow-block-right > div > * {
  padding: 0 0 0 20px;
  font-size: 13px;
}

.flow-step {
  margin-bottom: 15px;
}

.flow-step-title {
  font-weight: bold;
  font-size: 16px;
  padding: 18px 0 16px 32px;
  margin-bottom: 15px;
}

.flow-step-num {
  width: 23px;
  margin-top: -11px;
}

.flow-point {
  padding: 22px;
  margin: 0 0 15px;
}

.flow-block-side {
  width: auto;
}

/* selection-service */
.selection-service-head {
  display: none;
}

.selection-service-block {
  width: auto;
  margin: 0 -20px;
  padding: 30px 0;
  display: block;
  border-top: 1px solid #d5dfe3;
  border-bottom: none;
}

.selection-service-block > div,
.selection-service-block > div:first-child {
  display: block;
  border-left: none;
  border-right: none;
  padding: 0 20px 20px;
}

.selection-service-block:last-child,
.selection-service-block > div:last-child {
  padding-bottom: 0;
}

.service-structure,
.service-course {
  width: auto;
}

.selection-service-block > .service-structure {
  padding: 30px 0 20px;
}

.service-course-list > li {
  margin-bottom: 10px;
}

.service-course-list > li a {
  width: 55%;
}

.service-course-list > li img {
  width: 100%;
}

.selection-service-title {
  display: block;
}

/* selection-budget */
.selection-budget-title {
  font-size: 17.5px;
  padding: 10px 0;
  margin: 0 0 20px;
}

.selection-budget-title:before {
  width: 33px;
  height: 33px;
}

.selection-budget .content-inner {
  width: auto;
}

.selection-budget-block {
  padding: 0;
  margin: 0;
}

.selection-budget-block:before {
  left: 50%;
  top: 232px;
  margin: 0 0 0 -23px;
}

.budget-block-title {
  position: static;
}

.balloon-title {
  font-size: 16px;
  margin: 25px 0 10px;
}

.selection-budget-block > div {
  float: none;
}

.selection-budget-initial,
.selection-budget-monthly {
  width: auto;
  margin: 0 0 20px;
}

.selection-budget-initial {
  height: 157px;
}

.budget-cost {
  display: block;
  text-align: center;
  height: auto;
  padding: 0 0 40px;
  line-height: 1;
}

.budget-cost-num {
  font-size: 55px;
}

.budget-table {
  font-size: 13px;
  margin: 25px 0 0;
}

.budget-table th,
.budget-table td {
  display: block;
  width: auto;
  text-align: left;
  padding: 8px 10px;
}

.budget-table td {
  text-align: right;
  border-left: none;
}

.budget-table tr:first-child th,
.budget-table tr:first-child td {
  border-top: 1px solid #d5dfe3;
}

.budget-table-num {
  font-size: 24px;
}

.selection-budget-note {
  font-size: 13px;
  padding: 25px 10px;
}

/* -----------------------------------------------
	繧ｵ繝昴��繝�
-------------------------------------------------- */
/* support-head */
.support-head .section-title {
  margin: 0 -20px 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #d5dfe3;
}

.support-menu {
  margin: 0 0 40px;
}

.support-menu:last-child {
  margin-bottom: -20px;
}

.support-menu > li {
  width: auto;
  float: none;
  height: auto !important;
  margin: 0 0 20px;
}

.support-menu-link {
  padding: 20px;
}

.support-menu-text {
  font-size: 16px;
  position: relative;
  padding: 18px 15px 18px 75px;
}

.support-menu-text:after {
  right: 0;
}

.support-menu-text:before,
.support-menu-faq .support-menu-text:before,
.support-menu-how .support-menu-text:before {
  width: 60px;
  height: 60px;
  background-size: 60px auto;
  left: 0;
  margin-top: -30px;
}

.support-menu-note {
  font-size: 12px;
}

.support-menu-sub-text {
  font-size: 14px;
}

/* faq-section */
.faq-section {
  border-top: none;
}

.faq-section .content-inner {
  padding-top: 0;
  padding-bottom: 40px;
}

.faq-section .section-title {
  margin: 0 -20px 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #d5dfe3;
}

.faq-title-icon {
  font-size: 11px;
  padding: 7px 15px;
}

.faq-main,
.faq-side {
  width: auto;
  float: none;
}

.faq-main {
  margin: 0 0 20px;
}

.faq-list {
  border-radius: 2px 2px 0 0;
}

.faq-list > li:before {
  min-width: 65px;
  width: 65px;
  font-size: 28px;
  padding: 28px 0px;
}

.faq-list > li > a {
  padding: 15px 30px 15px 20px;
}

.faq-list > li > a:before {
  right: 15px;
}

.faq-list > li:nth-child(3) {
  border-width: 1px;
}

.faq-list > li:nth-child(4) {
  margin-top: -1px;
}

.faq-list > li:nth-child(3) ~ li {
  display: none;
}

.faq-list-text {
  font-size: 13px;
}

.faq-list-tag {
  font-size: 10px;
}

.faq-list-more {
  display: block;
  /*	border-top:1px solid $borderColor;*/
}

.faq-section .faq-list {
  margin-bottom: 0;
}

.faq-sctitle .wae-section-title {
  margin-bottom: 60px;
}

.faq-sctitle .wae-section-title.wae-section-boder {
  margin-bottom: 66px;
}

.faq-sctitle.section-title {
  margin-bottom: 59px;
}

.faq-alllist {
  position: absolute;
  right: 0;
  bottom: -51px;
}

.wae-section-boder .faq-alllist {
  bottom: -57px;
}

.faq-sctitle.section-title .faq-alllist {
  bottom: -52px;
}

.faq-detail-page .detail-title-meta {
  padding: 0 20px;
}

.faq-detail-page .detail-title > h2 {
  padding: 5px 18px 5px 64px;
  background-position: 18px 3px;
}

.faq-detail-page .wae-section {
  padding: 0 19px 0 64px;
}

.faq-detail-page .detail-title + .print-area + .wae-section {
  margin-top: 16px;
  background-position: 19px 9px;
}

/* contact-block */
.contact-inner-title {
  margin: 0 0 15px;
}

.contact-info {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #d5dfe3;
}

.contact-info > dt,
.contact-info > dd {
  font-size: 10px;
}

.contact-info > dt {
  width: 8.5em;
}

.contact-info > dd {
  padding: 0 0 0 15px;
}

.contact-info > dd li {
  margin-bottom: 0;
}

.contact-tel {
  display: none;
}

.contact-inner .contact-tel-sp {
  display: block;
}

/*
.contact-inner-list > li{
	width:50%;
}
*/
.contact-inner-list > li a {
  border-radius: 0px;
}

.contact-sc {
  margin-bottom: 70px;
}

.contact-sc .contact-inner {
  display: block;
  width: 100%;
}

.contact-sc .contact-inner + .contact-inner {
  width: 100%;
  padding: 0 20px 20px;
}

.contact-section .contact-inner {
  display: block;
  width: 100%;
}

.contact-section .contact-inner + .contact-inner {
  width: 100%;
  padding: 0 20px 20px;
}

.contact-section .contact-tel {
  display: block;
  padding-top: 0;
}

.contact-section .contact-tel dt {
  display: none;
}

.contact-section .contact-tel dd {
  display: block;
  padding-left: 0;
  border-left: none;
  text-align: center;
  font-size: 3.6rem;
}

/* shop-info */
.shop-info {
  /*	border-bottom: 1px solid $borderColor;*/
}

.shop-info-title {
  display: block;
  width: auto;
  font-size: 17.5px;
  text-align: center;
  margin: 0 0 30px;
}

.shop-info-title:before {
  margin: 0 10px 0 0;
}

.shop-info-inner {
  display: block;
  padding: 0;
  font-size: 12px;
  border-left: none;
}

.shop-info-btn {
  font-size: 14px;
  border-radius: 0px;
  margin: 0 0 15px;
}

/* -----------------------------------------------
	繧ｳ繝溘Η繝√Ε繝ｳ
-------------------------------------------------- */
.pagetitle .sp-display + span {
  margin-left: 0;
}

.pagetitle-channel {
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.pagetitle-channel-1 {
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.pagetitle-channel-2 {
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.pagetitle-channel-3 {
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.pagetitle-channel-4 {
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.pagetitle-channel-5 {
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.pagetitle-channel-6 {
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.program-bg {
  background-size: 100%;
  min-width: 100%;
  margin-top: 0;
}

.program-wrap {
  padding: 10px 0 0;
}

.program-detail,
.program-maim,
.program-menu {
  display: block;
  width: 100%;
  padding: 0 20px 30px;
}

.program-list {
  display: block;
  width: 100%;
  padding: 0 0 30px;
}

.program-list-title {
  text-align: left;
  border-radius: 0px;
}

.program-list-title a {
  padding: 12px 40px 12px 20px;
  font-size: 13px;
}

.program-list-title:before {
  content: '';
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -3px 0 0;
}

.program-list-title.active:before {
  border-top: none;
  border-bottom: 6px solid #fff;
}

.program-list > ul {
  display: none;
}

.program-list > ul > li a {
  font-size: 13px;
}

.program-list > dl {
  margin-top: 20px;
}

.min-header + .program-list {
  display: block;
  padding-bottom: 0;
}

.program-wrap > .program-list {
  display: none;
}

.program-detail {
  padding: 0;
}

.program-bg-repeat .program-detail {
  padding: 0 20px;
}

.program-detail-head > .group > * {
  padding: 0 0 10px;
  display: block;
  width: 100%;
}

.program-detail-head > .group > .program-detail-head-title {
  padding: 10px 0 0px;
  font-size: 13px;
}

.program-detail-head span[class^="pagetitle-channel-"] {
  margin: 5px 5px 2px 0;
}

.program-detail-head > .group br.sp-display {
  display: none;
}

.program-info {
  padding: 0 0 5px;
}

.program-info .program-detail-head-title {
  width: 110px;
  padding-bottom: 5px;
  font-size: 13px;
}

/*迚ｹ險ｭ繧ｵ繧､繝亥崋螳壹��繝ｼ繧ｸ逕ｨ*/
.program-maim {
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.8;
  /*	border-bottom:1px solid $borderColor;*/
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.program-maim p {
  margin: 0 0 20px;
}

.program-visual {
  margin: 0 0 25px;
  border-radius: 0px;
}

.border-title {
  font-size: 15px;
  margin: 0 0 18px;
}

.program-schedule-title {
  margin-bottom: 15px;
  padding: 7px 10px;
}

.program-menu {
  padding-top: 30px;
  width: 100%;
}

.program-menu-nav {
  padding: 0 20px 10px;
  width: 100%;
}

.program-menu-title {
  position: relative;
  padding: 12px 15px;
  font-size: 13px;
}

.program-menu-title:before {
  content: '';
  border-top: 6px solid #555;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -3px 0 0;
}

.program-menu-title.active:before {
  border-top: none;
  border-bottom: 6px solid #555;
}

.program-menu-title,
.program-menu-nav > ul > li:last-child {
  border-radius: 0px;
}

.program-menu-nav > ul {
  margin: 0 0 16px;
}

.program-menu-nav > ul > li a {
  position: relative;
  padding-right: 20px;
}

.program-menu-nav > ul > li a:before {
  content: '';
  border-left: 6px solid #008bcc;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -3px 0 0;
}

.program-menu-nav > ul {
  display: none;
}

.program-wrap > .program-menu-nav {
  display: block;
}

.program-menu > .program-menu-nav {
  display: none;
}

.program-menu-nav > ul + div {
  margin: 5px 0 0;
}

.program-menu-nav > div .btn-01 {
  margin-bottom: 0;
  padding: 10px 18px;
}

.program-menu-blog {
  display: none;
}

.program-menu-nav-blog {
  margin-top: -16px;
}

/*
.program-menu .twitter-timeline{
  width: 90%!important;
  margin: 0 auto;
}
*/
.program-menu-banner img {
  margin-top: 16px;
}

/* 逡ｪ邨��Λ繧､繝ｳ繝翫ャ繝� */
.program-lineup-info {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_lineup_info.png);
  background-size: cover;
  opacity: 0.8;
}

.program-lineup-col3 .program-lineup li,
.program-lineup-col4 .program-lineup li {
  width: 100%;
  margin: 0 0 20px;
}

.program-lineup-pop {
  display: none;
  position: static;
  bottom: auto;
  right: auto;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  height: auto;
  -webkit-transition: none;
  transition: none;
}

.program-lineup-pop:before {
  display: none;
}

.program-lineup-pop-text br {
  display: inline;
}

.program-narrow {
  padding: 15px;
}

.program-narrow > * {
  display: block;
}

.program-narrow > div:nth-child(1) {
  width: 100%;
  padding-right: 0;
}

.program-narrow > div:nth-child(2) {
  width: 100%;
}

.program-narrow-channel,
.program-narrow-genre,
.program-narrow-area {
  display: block;
  padding: 16px 0 8px;
}

.program-narrow-channel > *,
.program-narrow-genre > *,
.program-narrow-area > * {
  display: block;
  padding: 0;
}

.program-narrow-text1 {
  width: 100%;
  font-weight: bold;
}

/* -----------------------------------------------
	縺顔衍繧峨○
-------------------------------------------------- */
/* 縺顔衍繧峨○縲�繝医ャ繝� */
.news-importantsec-block,
.news-pickup-block,
.news-news-block,
.news-maintenance-block,
.maintenance-detail-new .maintenance-maintenance-block,
.maintenance-detail-new .maintenance-failure-block {
  float: none;
  width: auto;
  margin: 0 -20px;
}

.news-list-important .news-icon-current {
  background-color: #fc5e5e !important;
}

.news-list-important .news-icon-current + span {
  border-color: #fc5e5e !important;
  color: #fc5e5e !important;
}

/* news-new */
.news-new .content-inner {
  padding-top: 30px !important;
}

.news-new .section-title {
  margin-bottom: 20px;
}

.news-title {
  padding-right: 40px;
  margin: 0;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  background-color: #566d81;
  color: #fff;
}

.news-news-block .news-title {
  background-image: url(../img/icon_info_white.png);
}

.news-maintenance-block .news-title {
  background-image: url(../img/icon_maintenance_white.png);
}

.news-news-block {
  margin-bottom: 20px;
}

.news-news-block .note,
.news-maintenance-block .note {
  margin-left: 20px;
  margin-right: 20px;
}

.news-maintenance-block .news-list-icon > span,
.maintenance-maintenance-block .news-list-icon > span,
.maintenance-failure-block .news-list-icon > span {
  display: table-cell;
  border-radius: 0px;
  font-size: 12px;
  padding: 4px;
}

.news-maintenance-block .news-list-maintenance .news-list-icon > span,
.maintenance-maintenance-block .news-list-icon > span {
  background: #fc5e5e;
}

.news-maintenance-block .news-list-maintenance .news-list-icon .news-icon-cate,
.maintenance-maintenance-block .news-list-icon .news-icon-cate {
  border: 1px solid #fc5e5e;
  padding: 3px;
  color: #fc5e5e;
  border-left: none;
  background: #fff;
}

.news-maintenance-block .news-list-failure .news-list-icon > span,
.maintenance-failure-block .news-list-icon > span {
  background: #868f97;
}

.news-maintenance-block .news-list-failure .news-list-icon .news-icon-cate,
.maintenancesec-block .news-list-failure .news-list-icon .news-icon-cate,
.maintenance-failure-block .news-list-icon .news-icon-cate {
  border: 1px solid #868f97;
  padding: 3px;
  background: #fff;
  color: #868f97;
  border-left: none;
}

/* 髫懷ｮｳ繝ｻ繝｡繝ｳ繝��リ繝ｳ繧ｹ諠���ｱ */
/* maintenance */
/* 髫懷ｮｳ繝ｻ繝｡繝ｳ繝��リ繝ｳ繧ｹ諠���ｱ縲�隧ｳ邏ｰ繝壹��繧ｸ */
.min-title {
  font-size: 15px;
  margin: 0 0 15px;
}

.maintenance-detail {
  margin-bottom: 0;
  padding: 0 20px 30px;
}

.maintenance-detail-new {
  padding: 20px 20px 40px;
  border-top: 1px solid #d5dfe3;
}

.maintenance-detail-new h3 {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}

/* 縺ｲ縺ｾ繧上ｊ縺九ｉ縺ｮ縺顔衍繧峨○縲�隧ｳ邏ｰ繝壹��繧ｸ */
.news-detail {
  margin-bottom: 0;
  padding: 0 20px 30px;
}

.news-detail-title {
  margin: 0 -20px 20px;
  padding: 20px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.news-detail-title h2 {
  font-size: 21px;
  padding: 0 20px;
}

.news-detail-title-meta {
  padding: 0 20px;
}

.news-detail-title-meta .news-icon-1,
.news-detail-title-meta .news-icon-2,
.news-detail-title-meta .news-icon-3,
.news-detail-title-meta .news-icon-4,
.news-detail-title-meta .news-icon-5 {
  width: 70px;
  margin-right: 5px;
  font-size: 10px;
}

.news-detail-title-meta .news-list-date {
  display: inline-block;
  font-size: 12px;
}

.news-detail-title-meta .icon-new {
  margin-left: 2px;
}

.news-detail p {
  margin-bottom: 20px;
}

.news-detail-new {
  padding: 20px 20px 40px;
  border-top: 1px solid #d5dfe3;
}

.news-detail-new .min-title {
  padding-left: 20px;
}

.news-download {
  margin: 0 0 30px;
  padding: 20px 0 0;
  border-top: 1px solid #d5dfe3;
}

.news-download a {
  padding-left: 48px;
  background-position: 20px center;
}

.news-download h3 {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}

.news-detail-new h3 {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
}

/* 繝√Ε繝ｳ繝阪Ν譯亥�� */
.channel-course {
  margin-bottom: 4px;
}

.channel-pagelink li a {
  margin: 0;
}

.channel-page .channel-list.wae-section-column2 > .wae-section-block {
  width: 100%;
  margin: 0 0 10px;
}

/* 2017/04/13霑ｽ蜉� */
.channel-tab {
  margin-bottom: 30px;
}

.channel-tab li {
  /*
  	display: block;
  	border-left-width: 0;
  */
  vertical-align: top;
}

.tab-channel-text {
  padding: 0;
}

.tab-channel-text:after {
  content: '';
  display: block;
  clear: both;
}

/*
.tab-channel-text figure{
	display: block;
	width: 40%;
	padding: 0 10px 0 0;
	float: left;
}

.tab-channel-text p{
	display: block;
	width: 60%;
	float: right;
}
*/
/*
.channel-tab > li.active{
	border-bottom-color:$borderColor;
}
*/
.channel-blocklink .wae-section-block-link {
  width: 49%;
  padding: 10px 20px 10px 16px !important;
}

.channel-blocklink .wae-section-block-link:nth-child(odd) {
  margin-right: 1%;
}

.channel-blocklink .wae-section-block-link:nth-child(even) {
  margin-left: 1%;
}

.channel-blocklink .channel-number {
  font-size: 11px;
  margin-bottom: 5px !important;
}

.channel-blocklink .wae-section-head > h3 {
  font-size: 15px;
}

.channel-blocklink .wae-section-block-link:after {
  border-left: 6px solid #008bcc;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  right: 8px;
  margin: -3px 0 0;
}

.channel-list-nav .wae-section-block-link {
  position: relative;
  width: 23%;
  margin: 0 1%;
  padding: 5px 0px 75px !important;
}

.channel-list-nav .wae-section-head > h3 {
  padding-bottom: 5px;
}

.channel-number-b {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 40px;
  font-size: 28px;
}

.channel-number-b + span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 28px;
  font-size: 11px;
}

.channel-list-nav .wae-section-block:before {
  bottom: 13px;
}

/* // 2017/04/13霑ｽ蜉� */
/* Q&A 繧医￥縺ゅｋ雉ｪ蝠� */
.faq-category .section-title,
.faq-search .section-title {
  border-bottom: 1px solid #d5dfe3;
  margin: 0 -20px 20px;
  padding: 20px 20px 20px;
}

.faq-search .section-title {
  margin-top: -30px;
}

.faq-category .faq-category-inner {
  width: 100%;
  display: block;
}

.faq-category .service-list {
  padding: 0 0 30px 0;
}

.faq-category .service-list,
.faq-category .category-list {
  margin: 0;
  width: 100%;
  display: block;
}

.faq-category .service-list li {
  margin: 1% 0;
  width: 100%;
  text-align: left;
}

.faq-category .category-list li {
  margin: 0 0 5px;
  width: 100%;
  text-align: left;
}

.faq-category .service-list li a,
.faq-category .category-list li a {
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  padding: 10px;
}

.faq-search {
  border-top: none;
  margin-bottom: 25px;
}

.faq-category .service-list li a span,
.faq-category .category-list li a span {
  background: url(../img/icon_tag_l.gif) no-repeat left top;
  background-size: 14px;
}

.faq-category .service-list li.tv a {
  background: url(../img/icon_tv.png) no-repeat 96% center;
  background-size: 43px;
  padding: 20px 70px 20px 10px;
}

.faq-category .service-list li.net a {
  background: url(../img/icon_net.png) no-repeat 96% center;
  background-size: 40px;
  padding: 20px 70px 20px 10px;
}

.faq-category .service-list li.tell a {
  background: url(../img/icon_tel.png) no-repeat 96% center;
  background-size: 39px;
  padding: 20px 70px 20px 10px;
}

.faq-search .search-main {
  padding: 10px;
}

.faq-search .search-main .faq-searchbox-text {
  width: 85%;
  font-size: 1.2rem;
}

.faq-search .search-main .faq-searchbox-btn {
  width: 15%;
  font-size: 1.2rem;
  -webkit-appearance: none;
}

.faq-search .search-main .category-list {
  font-size: 1.2rem;
}

.faq-search .search-main .note {
  font-size: 1.0rem;
}

.category-list-more,
.service-list-more {
  margin-bottom: 15px;
}

/* 繝槭ル繝･繧｢繝ｫ繝ｻ菴ｿ縺��婿HOW TO */
.manual-category .inner {
  padding: 10px 20px;
}

.manual-category .section-title {
  border-top: 1px solid #d5dfe3;
  border-bottom: 1px solid #d5dfe3;
  margin: 0 -20px 20px;
  padding: 20px 20px 20px;
}

.manual-category .service-list li {
  float: none;
}

.manual-category .service-list li a {
  width: 100%;
  margin: 0 0 1% 0;
}

.manual-caption {
  margin: 0;
}

/* -----------------------------------------------
	譁咎��譯亥��
-------------------------------------------------- */
.fee-menu {
  margin: 0 0 40px;
}

.fee-menu:last-child {
  margin-bottom: -20px;
}

.fee-menu > li {
  width: auto;
  float: none;
  height: auto !important;
  margin: 0 0 20px;
}

.fee-menu-link {
  padding: 20px;
}

.fee-menu-text {
  font-size: 16px;
  position: relative;
  padding: 18px 15px 18px 90px;
}

.fee-menu-text:after {
  right: 0;
}

.fee-menu-text:before {
  width: 60px;
  height: 60px;
  background-size: 60px auto;
  left: 0px;
  margin-top: -30px;
}

.fee-menu-price .fee-menu-text:before {
  width: 65px;
  background-size: 65px auto;
  left: 5px;
}

.fee-menu-inicost .fee-menu-text:before {
  width: 75px;
  background-size: 75px auto;
  left: -3px;
}

.fee-menu-pack .fee-menu-text:before {
  width: 75px;
  background-size: 75px auto;
  left: -2px;
}

.fee-menu-discount .fee-menu-text:before {
  width: 55px;
  background-size: 55px auto;
  left: 10px;
  margin-top: -34px;
}

.fee-menu-note {
  font-size: 12px;
}

.fee-pricelist .wae-section-column {
  padding: 12px 0;
}

.fee-pricelist .wae-section-column .fee-pricelist-title {
  width: 100%;
}

.fee-pricelist .wae-section-column .fee-pricelist-price {
  width: 100%;
}

.fee-pricelist .wae-section-column .fee-pricelist-text {
  width: 100%;
}

/* -----------------------------------------------
	蜷��ｨｮ遯灘哨繝ｻ縺雁撫縺��粋繧上○
-------------------------------------------------- */
.contact-page {
  margin: 20px 0 40px;
}

.contact-tabset-content-wrap {
  border-width: 1px 0;
}

/*.contact-menu */
.contact-menu {
  margin: 0 0 40px;
}

.contact-menu:last-child {
  margin-bottom: -20px;
}

.contact-menu > li {
  width: auto;
  float: none;
  height: auto !important;
  margin: 0 0 20px;
}

.contact-menu-link {
  padding: 20px;
}

.contact-menu-text {
  font-size: 16px;
  position: relative;
  padding: 18px 15px 18px 75px;
}

.contact-menu-text:after {
  right: 0;
}

.contact-menu-text:before {
  width: 60px;
  height: 60px;
  background-size: 60px auto;
  left: 0px;
  margin-top: -30px;
}

.contact-menu-simulation .contact-menu-text:before {
  width: 40px;
  background-size: 40px auto;
  left: 15px;
}

.contact-menu-pamphlet .contact-menu-text:before {
  width: 45px;
  background-size: 45px auto;
  left: 15px;
}

.contact-menu-note {
  font-size: 12px;
}

/* contact-list */
.contact-list-block {
  margin-bottom: 20px;
}

.contact-list-block > div {
  display: block;
  width: 100%;
}

.contact-list-text .group {
  padding: 0 0 20px;
  height: 70px;
  height: auto;
  border-width: 0;
}

.contact-list-text .group:first-child {
  padding-top: 20px;
}

.contact-list-text .group > * {
  display: inline-block;
  padding: 0;
  text-align: left;
}

.contact-list-text-icon {
  width: 80px;
  margin-bottom: 6px;
}

.contact-list-text-title {
  width: 100%;
  padding: 0 20px;
  font-weight: bold;
}

.contact-list-info {
  padding: 20px;
  background: #f7f9fa;
}

.contact-list-text-text {
  font-size: 1.3rem;
}

.contact-list-call {
  margin-bottom: 15px;
  padding: 15px;
  background: #f7f9fa;
}

.contact-list > .wae-section-accordion-title {
  padding: 5px 15px 25px;
  margin-bottom: 0;
}

.contact-list .wae-section-accordion-title-off:before,
.contact-list .wae-section-accordion-title-on::before {
  top: auto;
  bottom: 10px;
  right: 50%;
}

.tab-2 .contact-list-text .group {
  position: relative;
}

.tab-2 .contact-list-text .contact-list-text-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.tab-2 .contact-list-text .group:first-child .contact-list-text-icon {
  top: 20px;
}

.tab-2 .contact-list-text .contact-list-text-title {
  padding: 3px 0 10px 45px;
  min-height: 30px;
}

/* contact-panel */
.contact-panel-block {
  width: 100%;
  margin: 0 0 15px;
  padding: 15px;
}

/* contact-min */
.contact-min dd {
  padding: 0 0 0 10px;
}

.contact-min-tel dt {
  padding: 0 10px 0 0;
}

.contact-min-tel dt img {
  width: 25px;
}

.contact-min-tel dd {
  font-size: 2.6rem;
}

table.contact-electronic-table {
  width: 800px;
}

.contact-electronic-table th:nth-child(2),
.contact-electronic-table th:nth-child(4),
.contact-electronic-table th:nth-child(5) {
  width: auto;
}

.contact-electronic-table td:nth-child(2),
.contact-electronic-table td:nth-child(4),
.contact-electronic-table td:nth-child(5) {
  word-break: keep-all;
}

/* -----------------------------------------------
	繝輔か繝ｼ繝�
-------------------------------------------------- */
/* 繝輔か繝ｼ繝�逕ｨ繝倥ャ繝�繝ｼ */
.form-header {
  padding: 10px 15px 17px;
}

.form-header-logo img {
  width: 200px;
}

/* 繝輔か繝ｼ繝�逕ｨ繝輔ャ繧ｿ繝ｼ */
.form-footer .group > * {
  display: block;
  width: 100%;
  text-align: center;
}

.form-footer-logo {
  padding: 20px 0 10px;
}

.form-footer-logo img {
  width: 210px;
}

.form-footer-text {
  padding: 0 10px;
  font-size: 1.1rem;
}

.form-footer-text span {
  display: none;
}

.form-footer-copyrights {
  padding: 2px 0 10px;
}

/* 繝輔Ο繝ｼ */
.form-flow {
  text-align: center;
  padding-right: 5px;
}

.form-flow li {
  padding: 10px 15px;
  font-size: 1.4rem;
}

.form-flow .form-flow-step1 {
  padding-left: 20px;
}

.form-flow .form-flow-step3 {
  padding-right: 20px;
}

.form-flow li span {
  display: inline-block;
  margin-right: 5px;
}

/* 繝����繝悶Ν */
.form-table th,
.form-table td {
  display: block;
  width: 100%;
}

.form-table th {
  padding-left: 21px;
  white-space: normal;
}

.form-table td {
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.form-table td:last-child {
  margin-bottom: 16px;
  border-bottom-width: 1px;
}

.form-table td:nth-child(2) {
  width: 100%;
}

.form-table-required {
  background-position: 8px 14px;
}

.form-table .form-table-note {
  width: 100%;
  border-top-width: 1px;
  border-top-style: dotted;
  font-size: 1.3rem;
}

/*繝輔か繝ｼ繝�*/
.form {
  margin: 30px 0 0;
}

.form :not(.form-btnarea) input {
  width: 100%;
  font-size: 16px;
}

.form :not(.form-btnarea) textarea {
  width: 100%;
}

.form :not(.form-btnarea) select {
  width: 100%;
  font-size: 16px;
}

.form :not(.form-btnarea) .form-address-pcode label {
  width: 38px;
}

.form :not(.form-btnarea) .form-address-pcode input {
  width: 25%;
}

.form :not(.form-btnarea) .form-address-pcode input:last-child {
  width: 35%;
}

.form :not(.form-btnarea) .form-address-text label {
  width: 38px;
}

.form :not(.form-btnarea) .form-address-text {
  margin-top: 8px;
}

.form :not(.form-btnarea) .form-address-text input {
  width: 80%;
}

.mw_wp_form .form .horizontal-item + .horizontal-item {
  display: block;
  margin-left: 0;
}

/* 繝懊ち繝ｳ */
.form-btnarea {
  margin-top: 20px;
  padding: 20px 0;
}

/* 繧ｨ繝ｩ繝ｼ */
.message {
  font-size: 13px;
}

.message strong {
  font-size: 1.4rem;
}

.message ul {
  list-style: inside;
}

/*蛟倶ｺｺ諠���ｱ縺ｮ蜿悶ｊ謇ｱ縺��↓縺､縺��※*/
.policy-body {
  padding: 16px;
  max-height: 70vh;
}

.policy-tit {
  margin: 10px 0 15px 0;
  font-size: 1.5rem;
}

.policy-body .policy-tit-2 {
  font-size: 1.3rem;
}

.policy-body p,
.policy-body ul,
.policy-body ol,
.policy-body th,
.policy-body td {
  padding-left: 0;
  font-size: 1.2rem;
}

.policy-body ol {
  padding-left: 16px;
}

.policy-check {
  padding: 15px;
  font-size: 1.3rem;
}

.policy-check li {
  display: block;
}

.policy-popbtn {
  width: 90%;
}

.policy-check li {
  margin: 0 0 10px 0;
}

/* -----------------------------------------------
	繧ｫ繝��お繝�
-------------------------------------------------- */
.kateene {
  padding: 15px 10px 20px;
}

.kateene_title {
  margin: 0 0 17px;
}

.kateene_plan1 {
  margin: 0 0 20px;
}

.kateene_plan2 {
  margin: 0 0 25px;
}

.kateene_plan3 {
  margin: 0 0 30px;
}

.kateene_point {
  margin: 0 0 25px;
}

.kateene_head {
  margin: 0 0 7px;
}

.kateene_subhead {
  margin: 0 0 15px;
}

.kateene_lead {
  margin: 0 0 10px;
}

.kateene_note {
  padding: 0 3px;
}

/* -----------------------------------------------
	迚ｹ髮�
-------------------------------------------------- */
.special-list-wrap {
  margin: 0;
}

.special-list li {
  width: 100%;
  margin: 0 0 8px;
}

.special-list li:nth-child(n+5) {
  margin-top: 0;
}

/* -----------------------------------------------
	譁咎��縺ｮ荳�隕ｧ
-------------------------------------------------- */
.pricelist > li {
  padding: 15px 0;
}

.pricelist_item {
  display: block;
}

.pricelist_item:after {
  content: "";
  display: block;
  clear: both;
}

.pricelist_item > * {
  display: block;
  float: left;
  padding: 0;
}

.pricelist_item > *:first-child {
  padding-top: 0;
}

.pricelist_logo {
  padding: 0 8px 0 0;
  width: 20%;
  text-align: left;
}

.pricelist_text {
  width: 80%;
  margin-bottom: 5px;
  border: none;
}

.pricelist_text strong {
  margin-bottom: 3px;
}

.pricelist_text span {
  font-size: 12px;
}

.pricelist_item .pricelist_fee {
  width: 80%;
  margin-left: 20%;
  border: none;
  margin-bottom: 8px;
}

.pricelist_fee_taxout:before {
  margin-right: 2px;
}

.pricelist_fee_taxin {
  margin-top: 3px;
}

.pricelist_state {
  width: 80%;
  margin-left: 20%;
  text-align: left;
}

.pricelist_state_icon {
  width: 80px;
  padding: 5px;
  font-size: 11px;
}

.pricelist_state_icon:not(:first-child) {
  margin-top: 0;
  margin-left: 5px;
}

/*
.pricelist_state_icon.is-off {
	border-color: #f2f2f2;
	color: #bababa;
	background-color: #f5f5f5;
}
*/
.fee-block {
  display: block;
}

.fee-block > div {
  display: block;
}

.fee-block-text {
  margin-bottom: 10px;
}

.fee-block-fee {
  width: 100%;
  padding: 0;
}

.fee-block-fee p {
  text-align: center;
}

/*---*/
.service-block-wraplist li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  padding: 0;
}

.service-block-wraplist-2col li {
  width: 100%;
}

.service-block-0 > div,
.service-block-1 > div,
.service-block-2 > div {
  display: block;
}

.service-block-0 > div > *,
.service-block-1 > div > *,
.service-block-2 > div > * {
  display: block;
}

.service-block-0, .service-block-1 {
  min-height: auto;
}

.service-block-title {
  padding: 10px;
  height: auto;
}

.service-block-text {
  padding-bottom: 10px;
  height: auto;
}

.service-block-wraplist-2col li {
  width: 100%;
}

.service-block-wraplist-2col .service-block-0,
.service-block-wraplist-2col .service-block-1,
.service-block-wraplist-2col .service-block-2 {
  display: block;
}

.service-block-wraplist-2col .service-block-0 > div,
.service-block-wraplist-2col .service-block-1 > div,
.service-block-wraplist-2col .service-block-2 > div {
  display: block;
  height: auto;
}

.service-block-wraplist-2col .service-block-title {
  width: 100%;
}

.service-block-wraplist-2col .service-block-text {
  width: 100%;
}

/*
.service-block-wraplist-2col .service-block-0>div ,
.service-block-wraplist-2col .service-block-1>div ,
.service-block-wraplist-2col .service-block-2>div {
	display: table-cell;
	vertical-align: middle;
	height: 7.5rem;
}
*/
.program-block-item {
  width: 100%;
}

.program-block-item:nth-child(3n+2) {
  margin-left: 0;
  margin-right: 0;
}

/*---*/
.program-block-1col .program-block-item figcaption {
  width: 100%;
  padding: 5px 15px 3px;
}

.program-block-1col .program-block-item figcaption span {
  border-bottom: none;
}

.program-block-1col .program-block-item-image {
  width: 100%;
  padding: 15px;
}

.program-block-1col .program-block-item-image:after {
  content: none;
}

.program-block-1col .program-block-item-info {
  float: right;
  width: 100%;
  padding: 0 15px 15px;
}

.program-block-1col .program-block-item-info dl {
  padding-left: 0;
  padding-right: 0;
}

.program-block-1col .program-block-item-info dl dt {
  width: 100%;
}

.program-block-1col .program-block-item-info dl dd {
  width: 100%;
}

.program-block-1col .program-block-item-schedule {
  border-bottom: none;
}

/*3/3霑ｽ蜉�*/
.selection-intro {
  padding: 40px 15px 0;
}

.selection-intro-head2 {
  width: 100%;
  margin: 0 auto 30px;
}

.selection-intro-lead {
  margin: 0 auto 35px;
}

.selection-pex-head * {
  width: 100%;
  font-size: 1.6rem;
  border-radius: 0;
  margin-bottom: 20px;
}

.poverviewlist {
  width: 100%;
  height: auto;
}

.poverviewlist .poverviewlist-item {
  width: 100%;
  margin-bottom: 15px;
}

.poverviewlist-jimoto .poverviewlist-item {
  width: 100%;
  margin-bottom: 15px;
}

.poverviewlist-jimoto .poverviewlist-item:nth-child(odd) {
  padding-right: 0;
}

.poverviewlist-jimoto .poverviewlist-item:nth-child(even) {
  padding-left: 0;
}

.poverview {
  display: block;
  width: 100%;
  padding: 17px;
}

.poverview-image {
  display: block;
  /*width: 100%;
  margin: 0 auto 15px;*/
  float: left;
  width: 25%;
  max-width: 110px;
  padding: 0 5px;
}

.poverview-image img {
  /*max-width: 100px;*/
  max-width: 100%;
}

.poverview-movie {
  display: block;
  width: 100%;
  border: 1px solid #eee;
}

.poverview-movie img {
  max-width: 100%;
}

.poverview-text {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
  padding-left: 0;
  padding-right: 0;
}

.poverviewlist-jimoto .poverview-movie {
  width: 100%;
}

.selection-intro-message {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #d5dfe3;
  margin-top: 20px;
  padding: 25px 30px;
  -webkit-box-shadow: 0 1px 3px #ecf0f3;
          box-shadow: 0 1px 3px #ecf0f3;
}

.selection-intro-message > * {
  text-align: center;
}

.selection-intro-message p:not(:last-child) {
  margin: 0 0 10px;
}

.selection-intro-message strong {
  font-size: 1.8rem;
  font-weight: normal;
}

.selection-intro {
  overflow: hidden;
}

.poverview-image + .poverview-text > h5,
.poverview-image + .poverview-text > p {
  line-height: 1.4;
  margin-left: 25%;
}

.poverview-info {
  clear: both;
  margin: 0;
}

.poverview-info > dt {
  padding: 8px 0;
  width: 130px;
  font-size: 1.2rem;
}

.poverview-info > dd {
  padding: 6px 0 6px 130px;
  font-size: 1.3rem;
}

.poverview-info > dd [class^='pagetitle-channel-'] {
  font-size: 1.0rem;
  margin: 0 3px 3px 0;
}

.poverviewlist .poverview-text {
  margin-bottom: 10px;
}

.poverviewlist .poverview-text p {
  font-size: 1.2rem;
}

.poverviewlist .poverview-text > p {
  max-height: 4em;
  overflow-x: auto;
  margin-bottom: 3px;
}

.poverviewlist .poverview-text > p::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
}

.poverviewlist .poverview-text > p::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 2px;
}

.poverviewlist .poverview-sumally {
  height: 6.3em;
  overflow-x: auto;
}

.poverviewlist .poverview-sumally::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
}

.poverviewlist .poverview-sumally::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 2px;
}

.poverviewlist .poverview-sumally p {
  margin: 0;
  line-height: 1.4;
}

.poverviewlist .poverview-movie {
  border: none;
}

.poverviewlist .poverview-movie figure {
  width: 70%;
  border: 1px solid #eee;
  margin: 0 auto 5px;
}

.poverview-movie .poverview-btn {
  margin: 0;
}

.poverviewlist .slick-prev,
.poverviewlist .slick-next {
  height: 242px;
  width: 22px;
  top: 50%;
  margin-top: -120px;
}

.poverviewlist .slick-prev:before,
.poverviewlist .slick-next:before {
  left: 9px;
}

.poverviewlist .slick-prev {
  left: -12px;
}

.poverviewlist .slick-next {
  right: -12px;
}

@media screen and (max-width: 320px) {
  .poverview-text h5 {
    font-size: 1.3rem;
  }

  .poverview-text p {
    font-size: 1.1rem;
  }

  .poverview-sumally,
  .poverview-sumally p {
    font-size: 1.0rem;
  }

  .poverview-info > dt {
    width: 32%;
  }

  .poverview-info > dd {
    padding-left: 34%;
  }
}
/* -----------------------------------------------
	2017/04/17霑ｽ蜉�
-------------------------------------------------- */
/* select-slider */
.select-slider {
  width: 100%;
  padding: 0 20px;
}

.col2 .select-slider {
  width: 100%;
}

.select-slider-text {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 12px;
  padding: 10px;
}

.select-slider-text:before {
  content: none;
}

.select-slider .slick-prev {
  left: 0;
}

.select-slider .slick-next {
  right: 0;
}

/* LP逕ｨ繝倥ャ繝�繝ｼ */
.lp-header {
  padding: 15px;
}

.lp-header > .group > div,
.lp-header > .group div:last-child {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.lp-header > .group div:last-child {
  padding-left: 10px;
}

.lp-header-logo img {
  width: auto;
}

.lp-header .btn-contact {
  padding: 8px 15px;
  background-position: 96% 50%;
  font-size: 13px;
}

/*縺皮嶌隲��°繧峨＃蜈･螻��∪縺ｧ縺ｮ豬√ｌ*/
.residenceFlow {
  padding: 25px 0;
}

.residenceFlow-list {
  width: 100%;
  margin: 0;
}

.residenceFlow-list > li {
  padding: 0;
  background: none;
  border-bottom: none;
}

.residenceFlow-list > li:after {
  content: none;
}

.residenceFlow-inner {
  padding: 0;
}

.residenceFlow-inner p {
  line-height: 1.5;
}

.residenceFlow-title {
  position: relative;
  margin: 0 0 -1px;
  padding: 0 25px 0 0;
  border: 1px solid #d5dfe3;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: none;
  transition: none;
}

.residenceFlow-title:after {
  position: absolute;
  right: 10px;
  top: 50%;
  border: 6px solid transparent;
  border-top: 6px solid #566d81;
  margin-top: -4px;
  content: '';
}

.residenceFlow-icon {
  position: relative;
  left: 0;
  top: 0;
  display: table-cell;
  vertical-align: middle;
  width: 55px;
  padding: 0;
  border-radius: 0;
  background: #d5dfe3;
  color: inherit;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}

.residenceFlow-icon:before {
  position: absolute;
  top: -1px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  content: '';
}

.residenceFlow-list > li:first-child .residenceFlow-icon:before {
  content: none;
}

.residenceFlow-icon:after {
  border-width: 4px 4px 4px 5px;
  border-left-color: #d5dfe3;
  margin-top: -4px;
}

.residenceFlow-icon-num {
  display: block;
  font-size: 1.9rem;
}

.residenceFlow-icon-num:before {
  content: none;
}

.residenceFlow-title.is-active {
  background: #566d81;
  border-color: #566d81;
  color: #fff;
}

.residenceFlow-title.is-active:after {
  border-bottom: 6px solid #fff;
  border-top: none;
}

.residenceFlow-title.is-active .residenceFlow-icon {
  background: none;
  border-right: 1px solid #728697;
}

.residenceFlow-title.is-active .residenceFlow-icon:after {
  border-left-color: #728697;
}

.residenceFlow-title.is-active .residenceFlow-icon:before {
  background: none;
}

.residenceFlow-title.is-active .residenceFlow-title-text:before {
  position: absolute;
  left: -2px;
  top: 50%;
  border: 4px solid transparent;
  border-left: 5px solid #566d81;
  margin-top: -4px;
  content: '';
}

.residenceFlow-title-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 17px 0 13px 15px;
}

.residenceFlow-list-text {
  display: none;
  padding: 15px 0 50px;
}

.residenceFlow-list-image {
  position: static;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

.residenceFlow-tel {
  text-align: center;
  margin: 0 0 10px;
}

.residenceFlow-note-block {
  margin: 0 0 15px;
  padding: 15px;
}

.residenceFlow-bottom {
  margin: 20px 0;
  padding: 15px;
}

.residenceFlow-btn {
  padding: 10px 20px;
}

/* -----------------------------------------------
	2017/08/23霑ｽ蜉�
-------------------------------------------------- */
.pass_comment_index {
  margin: 0 0 5px;
}

.input_page_password {
  padding: 0 16px;
  text-align: center;
}

.input_page_password input[type="password"] {
  width: 70%;
}

.input_page_password input[type="button"] {
  padding: 4px 20px;
}

/* -----------------------------------------------
	お問合せ・お申し込み
-------------------------------------------------- */
.floating-contact {
  display: none;
  width: auto;
  margin-top: 20px;
  padding: 0;
  position: absolute;
  left: 20px !important;
  right: 20px !important;
}

.floating-contact-title {
  padding: 20px;
  font-size: 1.9rem;
  text-align: center;
}

.floating-contact-title span {
  display: block;
  font-size: 1.1rem;
  margin-top: 4px;
  padding-left: 0;
  line-height: 1.8;
}

.floating-contact-top {
  padding: 25px 20px 20px;
}

.floating-contact-top:after {
  right: 15px;
  bottom: -10px;
  width: 61px;
  height: 67px;
}

.floating-contact-tel {
  margin: 0 0 12px 0;
}

.floating-contact-tel img {
  width: 400px;
  max-width: 95%;
}

.floating-contact-text {
  padding-left: 0;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.8;
}

.floating-contact-bottom {
  padding: 20px;
}

.floating-contact-btnlist {
  margin: 0;
  padding-left: 0;
  border: 1px #d5dfe3 solid;
  border-width: 1px 0 0 1px;
}

.floating-contact-btnlist li {
  width: 50%;
  padding: 0;
}

.floating-contact-btnlist a {
  padding: 13px 10px;
  background: none;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  font-size: 1.2rem;
  text-align: left;
}

.floating-contact-btnlist a:before {
  border-width: 2px 0 2px 4px;
  right: 6px;
  margin: -2px 0 0;
}

.floating-contact-btnlist a:hover {
  border-color: #d5dfe3;
}

.floating-contact-bottom > div {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  border-top: none;
}

.floating-contact-bottom > div > div {
  display: block;
}

.floating-contact-contact p {
  float: none;
  width: 100%;
  margin: 0 0 3px;
  padding: 0;
}

.floating-contact-contact a {
  position: relative;
  padding: 13px 10px 13px 45px;
  text-align: left;
  font-size: 1.3rem;
}

.floating-contact-contact a:before {
  position: absolute;
  left: 14px;
  top: 13px;
  margin: 0;
  vertical-align: 0;
}

.floating-contact-contact a:after {
  border-width: 2px 0 2px 4px;
  right: 6px;
  margin: -2px 0 0;
}

.floating-contact-contact a:hover {
  background: #fff;
}

.floating-contact-contact .floating-contact-btn-asearch:before {
  left: 15px;
  top: 13px;
}

.floating-contact-searchbox {
  margin: 17px auto 0;
  width: 100%;
}

.floating-contact-searchbox > form {
  position: relative;
  padding-right: 40px;
}

.floating-contact-searchbox .searchbox-text {
  width: 100%;
}

.floating-contact-searchbox .searchbox-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.floating-contact-searchbox .searchbox-change label {
  color: #333;
}

.floating-contact-searchbox .searchbox-change .lever:before {
  border: 1px solid #d5dfe3;
}

.floating-contact-searchbox .searchbox-change .lever:hover:before,
.floating-contact-searchbox input:checked + .lever:before {
  border-color: #008bcc;
}

.floating-contact-searchbox .searchbox-change .lever:after {
  top: 4px;
  left: 4px;
}

.floating-contact .btn-cancel {
  top: -14px;
  right: -13px;
  width: 40px;
  height: 40px;
}

.floating-contact .btn-cancel img {
  width: 13px;
  height: 13px;
  margin: 14px auto 0;
}

.floating-contact-btn {
  bottom: -85px;
  right: 60px;
  border-radius: 3px;
  z-index: 80;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.floating-contact-btn a {
  width: 110px;
  height: 50px;
  background: #ffc400 url(../img/floating-contact-btn-text-sp.png) no-repeat 52px 13px/45px 25px;
}

.floating-contact-btn a::before {
  width: 40px;
  height: 50px;
  background: url(../img/floating-contact-btn.png) no-repeat 11px 14px/20px 20px;
  border-bottom: none;
  border-right: 1px solid #e0ab19;
}

/* -----------------------------------------------
	取材日記
-------------------------------------------------- */
.pagetitle-diary-link {
  top: 0;
  bottom: 0;
  width: auto;
  height: 34px;
  margin: auto;
  padding: 0 26px 0 12px;
  font-size: 11px;
  line-height: 34px;
}

.pagetitle-diary-link:after {
  content: '';
  border-left: 6px solid #007fba;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -3px 0 0;
}

.diary_area {
  margin: 0 20px 50px;
}

.diary_area > h2 {
  margin: 0 -20px 20px;
  padding: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-size: 21px;
}

.paginate_link {
  padding: 0 15px;
}

.paginate_link .prev_link,
.paginate_link .next_link {
  width: auto;
  margin: 0 5px;
}

.paginate_link .prev_link a {
  padding: 12px 20px 12px 30px;
}

.paginate_link .next_link a {
  padding: 12px 30px 12px 20px;
}

.paginate_link .prev_link a::after {
  left: 12px;
}

.paginate_link .next_link a::after {
  right: 12px;
}

.archive-title {
  padding: 0px 20px 10px;
}

/* -----------------------------------------------
	http://dev-sky-1.lw-works.jp/corporate/
-------------------------------------------------- */
/* -----------------------------------------------
	content
-------------------------------------------------- */
/*
.content{
	overflow:hidden;
	padding:0;
	border-bottom:none;
}
.visual{
	margin:0 0 15px;
}
*/
.summary {
  border-right: none;
  margin: 0;
}

.summary-block {
  position: relative;
  display: block;
  width: 100%;
  border-left: none;
  border-top: 1px solid #e3f8ff;
  padding: 30px 15px 75px;
  overflow: hidden;
}

.summary-block-title {
  margin: 0 0 18px;
}

.summary-block-title img {
  height: 64px;
}

.summary-block-img {
  width: 138px;
}

.summary-block-text {
  margin-left: 138px;
  padding-left: 15px;
}

.summary-more-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 90%;
  margin-left: -45%;
}

.summary-more-link {
  padding: 10px 0 0;
}

.column-content > .news,
.column-content > .side {
  width: auto;
  float: none;
}

.news-head-title {
  font-size: 17px;
  padding: 23px 20px 20px;
}

.news-head-link {
  position: static;
  display: block;
  border: none;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  background: none;
  border-bottom: 1px solid #e3f8ff;
}

.news-head-link:before {
  content: "";
  background: url(../img/icon_news_list.png) 50% 50% no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 10px 0 0;
}

/*
.news-list{
	border-left:none;
	border-right:none;
	border-radius:0px;
}

.news-list-icon{
	width:auto;
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}

.news-icon-recruit,
.news-icon-business{
	border-radius:0px;
	width:85px;
    padding: 5px;
}

.news-list > li{
	border-radius:0px;
}

.news-list > li{
	padding:20px;
}

.news-list-text{
	padding:0;
	display:inline;
}

.news-list-text > a{
	display:block;
}

.news-list-date{
    display: inline-block;
    font-size: 11px;
    margin: 0 0 7px;
}
*/
.column-content > .side {
  padding: 20px 20px 0;
}

.site-banner > li {
  border-radius: 0px;
  margin: 0 0 15px;
}

.site-banner > li.img-banner a img {
  width: 100%;
}

/*
.banner li:not(:last-child){
	margin:0;
}

.address {
	border-bottom: none;
}

.address .group > * {
	display: block;
	width: 100%;
	text-align: center;
}

.address-logo {
	padding: 30px 0 20px;
}

.address-logo img {
	width: 70%;
}

.address-text {
	padding: 0 10px 20px;
	font-size: 12px;
}

.address-text span {
	display: none;
}

.address-copyrights {
	padding: 10px;
}

.address-sitemap {
	background: #3476c5;
}

.address-sitemap a {
	padding: 15px 0;
	color: #fff;
}
.address-sitemap a:hover {
	background: #3476c5;
}

.address-sitemap a:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 12px;
	background: url(../img/footer/address_sitemap_arw2.png) center bottom no-repeat;
	background-size: 9px 6px;
}

.sitemap-block {
	background: #fff;
}
.sitemap-block a {
	color: #2c70c3;
}

.sitemap-block .group {
	padding: 0;
	table-layout: auto;
}

.sitemap-block .group>* {
	text-align: center;
}

.sitemap-block-title {
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.sitemap-block-title a {
	display: block;
	padding: 10px;
	border-bottom: 1px #e3f8ff solid;
}

.sitemap-block ul {
	display: none;
}

.sitemap-block-title+.sitemap-block-title{
	margin-top: 0;
}
*/
/* floating-banner */
/*
.floating-banner {
	display: none;
}
*/
/* お知らせ詳細ページ */
/*
.news-detail{
	margin-bottom: 0;
	padding: 0 20px 30px;
}
.news-detail-title{
	margin:0 -20px 20px;
	padding:20px 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
	border-radius:0;
}
.news-detail-title h2{
	font-size:21px;
	padding: 0 20px;
}
.news-detail-title-meta{
	padding: 0 20px;
}
.news-detail-title-meta .news-icon-1,
.news-detail-title-meta .news-icon-2,
.news-detail-title-meta .news-icon-3,
.news-detail-title-meta .news-icon-4,
.news-detail-title-meta .news-icon-5{
	width: 70px;
	margin-right: 5px;
	font-size: 10px;
}
.news-detail-title-meta .news-list-date {
	display: inline-block;
	font-size: 12px;
}
.news-detail-title-meta .icon-new {
	margin-left: 2px;
}
.news-detail p{
	margin-bottom:20px;
}
.news-detail-new{
	padding: 20px 0;
	border-top: 1px solid #e3f8ff;
}
.news-detail-new .min-title{
	padding-left: 20px;
}

.news-download {
	margin: 0 0 30px;
	padding: 20px 0 0;
	border-top: 1px solid #e3f8ff;
}

.news-download a{
	padding-left: 48px;
	background-position: 20px center;
}

.news-download h3{
	margin-left: 20px;
	margin-right: 20px;
    font-size: 15px;
}

.news-detail-new h3{
	margin-left: 20px;
	margin-right: 20px;
    font-size: 15px;
}
*/
/* pc-display/sp-display */
/*
.sp-display{
	display:inline;
}

.pc-display{
	display:none;
}
*/
/*アニメーションメインビジュアル*/
.animationVisual {
  margin: 0;
}

.animationVisual-list {
  width: 87%;
}

/*番組案内ページネーション */
.pagenation {
  width: 100%;
}

/* -----------------------------------------------
  フローティングナビ　20200110
  -------------------------------------------------- */
.floating-nav {
  display: none;
}

.newfloating {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.newfloating.is-off {
  -webkit-transform: translateY(100%) !important;
          transform: translateY(100%) !important;
}

.newfloating-close {
  width: 7em;
  margin: 0 10px 0 auto;
  padding: 5px 5px 5px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  cursor: pointer;
}

.newfloating-close::before {
  content: '×';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 11px;
  line-height: 1;
}

.newfloating-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -5vw;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.8);
}

.newfloating-menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 5vw;
  background: url(../img/bg_stripe_yellow.png);
  border-radius: 4px;
}

.newfloating-menu > li > a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 35px;
  line-height: 1.3;
  border: 4px solid rgba(0, 0, 0, 0.06);
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.newfloating-menu > li > a small {
  display: block;
  font-size: 0.621em;
}

.newfloating-menu > li.newfloating-menu-simulation > a::before,
.newfloating-menu > li.newfloating-menu-shop > a::before,
.newfloating-menu > li.newfloating-menu-contact > a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

.newfloating-menu > li.newfloating-menu-simulation {
  background: url(../img/bg_stripe_yellow2.png);
}

.newfloating-menu > li.newfloating-menu-simulation > a {
  padding-left: 26px;
  font-size: 1.15rem;
}

.newfloating-menu > li.newfloating-menu-simulation > a::before {
  left: 5px;
  width: 14.5px;
  background: url(../img/newtop_icon_simulation.png) no-repeat 50% 50%/contain;
}

.newfloating-menu > li.newfloating-menu-shop > a::before {
  background: url(../img/icon_contact.png) no-repeat 50% 50%/contain;
}

.newfloating-menu > li.newfloating-menu-contact {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 55%;
  margin-left: 2.5vw;
}

.newfloating-menu > li.newfloating-menu-contact > a {
  padding-left: 45px;
  font-size: 1.45rem;
}

.newfloating-menu > li.newfloating-menu-contact > a::before {
  top: -4px;
  left: -4px;
  bottom: -4px;
  width: 45px;
  height: auto;
  margin: 0;
  background: url(../img/btn_photo_contact.png) no-repeat 0% 100%/contain;
}

@media screen and (max-width: 320px) {
  .newfloating-menu > li > a br {
    display: none;
  }
}
/* -----------------------------------------------
	フォーム用カレンダー
-------------------------------------------------- */
.ui-datepicker-calendar th {
  display: table-cell;
}

.ui-datepicker-calendar td {
  display: table-cell;
  width: auto;
}

/* -----------------------------------------------
        新築LP
-------------------------------------------------- */
.newlybuilt-visual {
  background: none;
}

.newlybuilt-greeting .inner {
  padding: 25px 16px 250px;
}

.newlybuilt-greeting-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.newlybuilt-greeting-image img {
  height: 240px;
}

.newlybuilt-greeting-title {
  margin: 0 0 15px;
  font-size: 2.3rem;
  font-weight: bold;
}

.newlybuilt-greeting-text {
  font-size: 1.4rem;
}

.newlybuilt-greeting-strong {
  font-size: 1.8rem;
}

.newlybuilt-nav {
  padding: 20px 16px;
}

.newlybuilt-nav > ul {
  display: block;
}

.newlybuilt-nav > ul > li:not(:first-child) {
  margin-left: 0;
  margin-top: 10px;
}

.newlybuilt-nav > ul > li a {
  font-size: 1.5rem;
}

.newlybuilt-title {
  margin: 0 0 25px;
  color: #008bcc;
  font-size: 2.3rem;
  font-weight: bold;
}

.newlybuilt-title-balloon {
  display: table;
  margin: 0 auto 10px;
  position: relative;
  padding: 5px 10px;
  background: #008bcc;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.newlybuilt-title-balloon::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #008bcc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.newlybuilt-lead {
  margin: 0 0 35px;
  font-size: 1.5rem;
}

.newlybuilt-reason {
  padding: 40px 16px 40px;
}

.newlybuilt-reason-list {
  display: block;
}

.newlybuilt-reason-list > li {
  margin: 0 0 70px;
}

.newlybuilt-reason-image {
  max-width: 200px;
  margin: 0 auto 20px;
}

.newlybuilt-reason-text {
  min-height: 0px;
}

.newlybuilt-voice {
  padding: 40px 16px 40px;
}

.newlybuilt-voice-box {
  display: block;
}

.newlybuilt-voice-box > li {
  margin: 0 0 20px;
}

.newlybuilt-voice-box > li:not(:first-child) {
  margin-left: 0;
}

.newlybuilt-voice-image {
  width: 70px;
  min-width: 70px;
}

.newlybuilt-voice-image figcaption {
  font-size: 1.1rem;
}

.newlybuilt-voice-comment {
  padding: 20px;
  margin-left: 15px;
}

.newlybuilt-voice-comment-title {
  font-size: 1.8rem;
}

.newlybuilt-voice-more {
  display: block;
  margin: 0 0 40px;
  padding: 20px;
}

.newlybuilt-voice-more-title {
  padding: 0;
  width: auto;
  min-width: 0px;
}

.newlybuilt-voice-more-list > li {
  font-size: 1.5rem;
}

.newlybuilt-recommend {
  padding: 40px 16px;
}

.newlybuilt-recommend-block {
  margin: 0 0 30px;
  padding: 20px;
}

.newlybuilt-recommend-title {
  font-size: 1.5rem;
}

.newlybuilt-recommend-title span {
  font-size: 1.8rem;
}

.newlybuilt-recommend-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newlybuilt-recommend-check {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  min-width: 0px;
  max-width: 335px;
  margin: 0 auto;
}

.newlybuilt-recommend-plan {
  display: block;
  margin: 0 0 30px;
  padding: 20px;
}

.newlybuilt-recommend-plan::before {
  border-top: 15px solid #a8bfdb;
  border-bottom: none;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 100%;
  left: 50%;
  margin: 10px 0 0 -20px;
}

.newlybuilt-recommend-plan-balloon {
  display: block;
  width: auto;
  min-width: 0px;
  margin: 20px 0 0;
  padding: 15px;
}

.newlybuilt-recommend-plan-balloon::before {
  border-bottom: 20px solid #f1f6f8;
  border-top: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -15px;
  right: 50%;
  margin: 0 -10px 0 0;
}

.newlybuilt-recommend-media-icon {
  width: 80px;
  min-width: 80px;
  padding: 0 20px 0 10px;
}

.newlybuilt-recommend-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  background: #fcc91a;
  color: #fff;
}

.newlybuilt-recommend-point-title {
  margin: 0;
  padding: 9px 15px 6px 25px;
  font-size: 1.6rem;
}

.newlybuilt-recommend-point-text {
  padding: 0 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.newlybuilt-flow {
  padding: 40px 16px 60px;
}

.newlybuilt-flow-list {
  display: block;
}

.newlybuilt-flow-list > li::before {
  border-top: 18px solid #a8bfdb;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: none;
  top: -35px;
  left: 50%;
  margin: 0 0 0 -20px;
}

.newlybuilt-flow-list > li:not(:first-child) {
  margin: 50px 0 0;
}

.newlybuilt-contact {
  padding: 40px 16px;
}

.newlybuilt-contact .newlybuilt-title {
  color: #fff;
}

.newlybuilt-contact-block {
  display: block;
}

.newlybuilt-contact-block > li {
  padding: 20px 12px 12px;
}

.newlybuilt-contact-block > li:not(:first-child) {
  margin: 20px 0 0;
}

.newlybuilt-contact-title {
  font-size: 2rem;
}

.newlybuilt-contact-btn {
  font-size: 1.5rem;
}

.newlybuilt-contact-tel-box {
  padding: 20px 10px;
}

.newlybuilt-contact-tel-num {
  font-size: 3.5rem;
}

.newlybuilt-contact-tel-box dl > dt {
  display: block;
  max-width: 6em;
  margin: 0 auto 5px;
}

.newlybuilt-contact-tel-box dl > dd {
  font-size: 1.4rem;
}

.newlybuilt-contact-tel-time {
  font-size: 1.6rem;
}

.newlybuilt-contact-tel-note {
  font-size: 1.2rem;
}

/* -----------------------------------------------
        新築LP
-------------------------------------------------- */
.newlybuilt-visual {
  background: none;
}

.newlybuilt-greeting .inner {
  padding: 25px 16px 250px;
}

.newlybuilt-greeting-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.newlybuilt-greeting-image img {
  height: 240px;
}

.newlybuilt-greeting-title {
  margin: 0 0 15px;
  font-size: 2.3rem;
  font-weight: bold;
}

.newlybuilt-greeting-text {
  font-size: 1.4rem;
}

.newlybuilt-greeting-strong {
  font-size: 1.8rem;
}

.newlybuilt-nav {
  padding: 20px 16px;
}

.newlybuilt-nav > ul {
  display: block;
}

.newlybuilt-nav > ul > li:not(:first-child) {
  margin-left: 0;
  margin-top: 10px;
}

.newlybuilt-nav > ul > li a {
  font-size: 1.5rem;
}

.newlybuilt-title {
  margin: 0 0 25px;
  color: #008bcc;
  font-size: 2.3rem;
  font-weight: bold;
}

.newlybuilt-title-balloon {
  display: table;
  margin: 0 auto 10px;
  position: relative;
  padding: 5px 10px;
  background: #008bcc;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.newlybuilt-title-balloon::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #008bcc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.newlybuilt-lead {
  margin: 0 0 35px;
  font-size: 1.5rem;
}

.newlybuilt-reason {
  padding: 40px 16px 40px;
}

.newlybuilt-reason-list {
  display: block;
}

.newlybuilt-reason-list > li {
  margin: 0 0 70px;
}

.newlybuilt-reason-image {
  max-width: 200px;
  margin: 0 auto 20px;
}

.newlybuilt-reason-text {
  min-height: 0px;
}

.newlybuilt-voice {
  padding: 40px 16px 40px;
}

.newlybuilt-voice-box {
  display: block;
}

.newlybuilt-voice-box > li {
  margin: 0 0 20px;
}

.newlybuilt-voice-box > li:not(:first-child) {
  margin-left: 0;
}

.newlybuilt-voice-image {
  width: 70px;
  min-width: 70px;
}

.newlybuilt-voice-image figcaption {
  font-size: 1.1rem;
}

.newlybuilt-voice-comment {
  padding: 20px;
  margin-left: 15px;
}

.newlybuilt-voice-comment-title {
  font-size: 1.8rem;
}

.newlybuilt-voice-more {
  display: block;
  margin: 0 0 40px;
  padding: 20px;
}

.newlybuilt-voice-more-title {
  padding: 0;
  width: auto;
  min-width: 0px;
}

.newlybuilt-voice-more-list > li {
  font-size: 1.5rem;
}

.newlybuilt-recommend {
  padding: 40px 16px;
}

.newlybuilt-recommend-block {
  margin: 0 0 30px;
  padding: 20px;
}

.newlybuilt-recommend-title {
  font-size: 1.5rem;
}

.newlybuilt-recommend-title span {
  font-size: 1.8rem;
}

.newlybuilt-recommend-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newlybuilt-recommend-check {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  min-width: 0px;
  max-width: 335px;
  margin: 0 auto;
}

.newlybuilt-recommend-plan {
  display: block;
  margin: 0 0 30px;
  padding: 20px;
}

.newlybuilt-recommend-plan::before {
  border-top: 15px solid #a8bfdb;
  border-bottom: none;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 100%;
  left: 50%;
  margin: 10px 0 0 -20px;
}

.newlybuilt-recommend-plan-balloon {
  display: block;
  width: auto;
  min-width: 0px;
  margin: 20px 0 0;
  padding: 15px;
}

.newlybuilt-recommend-plan-balloon::before {
  border-bottom: 20px solid #f1f6f8;
  border-top: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -15px;
  right: 50%;
  margin: 0 -10px 0 0;
}

.newlybuilt-recommend-media-icon {
  width: 80px;
  min-width: 80px;
  padding: 0 20px 0 10px;
}

.newlybuilt-recommend-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  background: #fcc91a;
  color: #fff;
}

.newlybuilt-recommend-point-title {
  margin: 0;
  padding: 9px 15px 6px 25px;
  font-size: 1.6rem;
}

.newlybuilt-recommend-point-text {
  padding: 0 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.newlybuilt-flow {
  padding: 40px 16px 60px;
}

.newlybuilt-flow-list {
  display: block;
}

.newlybuilt-flow-list > li::before {
  border-top: 18px solid #a8bfdb;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: none;
  top: -35px;
  left: 50%;
  margin: 0 0 0 -20px;
}

.newlybuilt-flow-list > li:not(:first-child) {
  margin: 50px 0 0;
}

.newlybuilt-contact {
  padding: 40px 16px;
}

.newlybuilt-contact .newlybuilt-title {
  color: #fff;
}

.newlybuilt-contact-block {
  display: block;
}

.newlybuilt-contact-block > li {
  padding: 20px 12px 12px;
}

.newlybuilt-contact-block > li:not(:first-child) {
  margin: 20px 0 0;
}

.newlybuilt-contact-title {
  font-size: 2rem;
}

.newlybuilt-contact-btn {
  font-size: 1.5rem;
}

.newlybuilt-contact-tel-box {
  padding: 20px 10px;
}

.newlybuilt-contact-tel-num {
  font-size: 3.5rem;
}

.newlybuilt-contact-tel-box dl > dt {
  display: block;
  max-width: 6em;
  margin: 0 auto 5px;
}

.newlybuilt-contact-tel-box dl > dd {
  font-size: 1.4rem;
}

.newlybuilt-contact-tel-time {
  font-size: 1.6rem;
}

.newlybuilt-contact-tel-note {
  font-size: 1.2rem;
}

/* 新築LP用 キャンペーンスライダー */
.newlybuilt-campaign-slider .top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}

.newlybuilt-campaign-slider .top-slider li {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
}

.newlybuilt-campaign-slider .top-slider li:nth-child(2n+1) {
  clear: both;
}

.newlybuilt-campaign-slider .top-slider li a,
.newlybuilt-campaign-slider .top-slider .campaign-slider-img {
  border: none;
  border-radius: 0px;
}

.newlybuilt-campaign-slider .top-slider .campaign-slider-text {
  display: none;
}

.campaign-more > span {
  display: block;
  margin: 0 10px;
  padding: 5px 10px;
  background: #fff;
  border: 2px solid #e3e9ef;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.newlybuilt-campaign-slider .top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

/* -----------------------------------------------
	お得なキャンペーン
-------------------------------------------------- */
.content-campaign {
  padding-top: 40px;
}
.content-campaign .wae-section-html {
  padding: 0;
}
.content-campaign .special-list {
  margin: 0 -5px;
}
.content-campaign .special-list.slick-slider {
  padding: 0;
}
.content-campaign .special-list.slick-slider .slick-track {
  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;
  width: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.content-campaign .special-list.slick-slider .slick-arrow {
  display: none !important;
}
.content-campaign .special-list li {
  margin: 0 5px 10px;
  width: calc(50% - 10px);
}
.content-campaign .special-list li a {
  height: 36vw;
}

/* -----------------------------------------------
   トップ改修 202105
-------------------------------------------------- */
.newtop .section-title {
  font-size: 1.9rem;
  font-weight: bold;
}
.newtop-tab {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 0;
  background: #dff4ff;
}
.newtop-tab > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 5px 12px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  color: #089c1e;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.newtop-tab > li:not(:first-child) {
  margin-left: 10px;
}
.newtop-tab > li.newtop-tab-new::before, .newtop-tab > li.newtop-tab-already::before {
  content: '';
  display: inline-block;
  vertical-align: -0.2em;
  width: 25px;
  height: 21px;
  margin: 0 7px 0 0;
}
.newtop-tab > li.newtop-tab-new::before {
  background: url(../img/header/icon_visitor.png) no-repeat 50% 50%/contain;
}
.newtop-tab > li.newtop-tab-new.is-active {
  background: #089c1e;
  color: #fff;
}
.newtop-tab > li.newtop-tab-new.is-active::before {
  background-image: url(../img/header/icon_visitor_white.png);
}
.newtop-tab > li.newtop-tab-already {
  color: #967b4b;
}
.newtop-tab > li.newtop-tab-already::before {
  background: url(../img/header/icon_member.png) no-repeat 50% 50%/contain;
}
.newtop-tab > li.newtop-tab-already.is-active {
  background: #967b4b;
  color: #fff;
}
.newtop-tab > li.newtop-tab-already.is-active::before {
  background-image: url(../img/header/icon_member_white.png);
}
.newtop div[data-tab-block*="tab-newtop"] {
  position: relative;
  z-index: 1;
}
.newtop div[data-tab-block*="tab-newtop"].newtop-tab-new {
  background-color: #f0faf1;
  border-top: 4px solid #089c1e;
}
.newtop div[data-tab-block*="tab-newtop"].newtop-tab-already {
  background-color: #fff7e8;
  border-top: 4px solid #967b4b;
}
.newtop div[data-tab-block*="tab-newtop"].newtop-tab-already .newtop-title {
  color: #967b4b;
}
.newtop div[data-tab-block*="tab-newtop"].newtop-tab-already .newtop-title::before, .newtop div[data-tab-block*="tab-newtop"].newtop-tab-already .newtop-title::after {
  background-image: url(../img/top_title_dot_already.png);
}
.newtop div[data-tab-block*="tab-newtop"].newtop-tab-already .newtop-campaign .section-title {
  color: #967b4b;
}
.newtop div[data-tab-block*="tab-newtop"].newtop-tab-already .newtop-campaign .section-title > span {
  background: #967b4b;
}
.newtop div[data-tab-block*="tab-newtop"].newtop-tab-already .newtop-campaign .section-title > span::before, .newtop div[data-tab-block*="tab-newtop"].newtop-tab-already .newtop-campaign .section-title > span::after {
  background-image: url(../img/top_customer_campaign_ribbon_already.png);
}
.newtop .hikari-menu-pack {
  border-width: 4px;
}
.newtop .hikari-menu-pack:not(:last-child) {
  margin-bottom: 15px;
}
.newtop .hikari-menu-pack .pack-menu-top:after {
  content: none;
}
.newtop .hikari-menu-pack .hikari-menu-description {
  text-align: left;
}
.newtop .hikari-menu-hikarismart {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  background: #fff;
  border: 4px solid #84d2f2;
}
.newtop .hikari-menu-hikarismart img {
  height: auto;
}
.newtop .hikari-menu-hikarismart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding: 15px;
  color: #111;
  font-size: 1.5rem;
  font-weight: bold;
  background: #f3fbff;
}
.newtop .hikari-menu-hikarismart-title::before, .newtop .hikari-menu-hikarismart-title::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 32/55;
  background: url(../img/top_hikarismart_sp_title.png) no-repeat 100% 100%/contain;
}
.newtop .hikari-menu-hikarismart-title::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.newtop .hikari-menu-hikarismart-main {
  display: block;
  padding: 15px;
}
.newtop .hikari-menu-hikarismart-main img {
  width: 400px;
}
.newtop .hikari-menu-hikarismart-main hr {
  border: 1px solid #def4fc;
}
.newtop-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 15px;
  color: #089c1e;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.newtop-title::before, .newtop-title::after {
  content: '';
  width: 1.5em;
  height: 1.3em;
  background: url(../img/top_title_dot.png) no-repeat 0 100%/contain;
}
.newtop-title::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.newtop-customer {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -10px;
}
.newtop-customer > li {
  width: 100%;
  margin: 0 0 10px 10px;
}
.newtop-customer > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  padding: 10px 25px 10px 45px;
  background: #fff;
  border: 1px solid #00a0e9;
  border-top-width: 3px;
}
.newtop-customer > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  border-left: 6px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.newtop-customer > li.newtop-customer-simulation > a {
  border: none;
  min-height: 60px;
  background: url(../img/bg_stripe_orange.png);
  color: #000;
}
.newtop-customer > li.newtop-customer-simulation > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -4px;
  border-left: 6px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.newtop-customer > li.half {
  width: calc(50% - 10px);
}
.newtop-customer > li.newtop-customer-kodate > a::before, .newtop-customer > li.newtop-customer-syugo > a::before, .newtop-customer > li.newtop-customer-simulation > a::before, .newtop-customer > li.newtop-customer-faq > a::before, .newtop-customer > li.newtop-customer-shop > a::before, .newtop-customer > li.newtop-customer-manual > a::before, .newtop-customer > li.newtop-customer-tv > a::before, .newtop-customer > li.newtop-customer-program > a::before, .newtop-customer > li.newtop-customer-cateene > a::before, .newtop-customer > li.newtop-customer-phone > a::before, .newtop-customer > li.newtop-customer-wifi > a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -15px;
  width: 26px;
  height: 26px;
}
.newtop-customer > li.newtop-customer-kodate > a::before {
  background: url(../img/top_customer_menu_kodate.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-syugo > a::before {
  background: url(../img/top_customer_menu_syugo.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-simulation > a::before {
  background: url(../img/newtop_icon_simulation.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-faq > a::before {
  background: url(../img/newtop_icon_faq_keycolor.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-wifi > a::before {
  background: url(../img/newtop_icon_wifi_keycolor.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-shop > a::before {
  background: url(../img/newtop_icon_shop_keycolor.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-manual > a::before {
  background: url(../img/newtop_icon_manual_keycolor.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-tv > a::before {
  background: url(../img/newtop_icon_tv_keycolor.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-program > a::before {
  background: url(../img/newtop_icon_program_keycolor.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-cateene > a::before {
  background: url(../img/newtop_icon_cateene_keycolor.png) no-repeat 50% 50%/contain;
}
.newtop-customer > li.newtop-customer-phone > a::before {
  background: url(../img/newtop_icon_phone_keycolor.png) no-repeat 50% 50%/contain;
}
.newtop-customer-title {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.newtop-customer-text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0 0 10px;
  width: 13em;
  color: #111;
  font-size: 1rem;
  line-height: 1.5;
}
.newtop-customer-bnr:not(:last-child) {
  margin-bottom: 10px;
}
.newtop-contact {
  background: url(../img/header/pattern.png);
}
.newtop-contact .section-title {
  color: #fff;
}
.newtop-contact-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -10px -5px;
}
.newtop-contact-menu > li {
  width: 100%;
  margin: 0 0 10px 5px;
  width: calc(100% / 3 - 5px);
  background: url(../img/bg_stripe_yellow.png);
  border-radius: 3px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: bold;
}
.newtop-contact-menu > li > a {
  position: relative;
  display: block;
  padding: 8px;
  border: 4px solid rgba(0, 0, 0, 0.06);
  color: #111;
}
.newtop-contact-menu > li > a:before {
  content: '';
  display: block;
  height: 29px;
  margin: 0 auto 7px;
}
.newtop-contact-menu > li > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -3px;
  border-left: 5px solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.newtop-contact-menu > li > a[href*="tel:"] {
  border: none;
}
.newtop-contact-menu > li > a[href*="tel:"]::after {
  border: none;
}
.newtop-contact-menu > li.newtop-contact-simulation, .newtop-contact-menu > li.newtop-contact-change {
  width: 100%;
  font-size: 1.7rem;
  text-align: left;
}
.newtop-contact-menu > li.newtop-contact-simulation > a, .newtop-contact-menu > li.newtop-contact-change > a {
  padding: 10px 12px;
}
.newtop-contact-menu > li.newtop-contact-simulation > a::before, .newtop-contact-menu > li.newtop-contact-change > a::before {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  margin: 0 10px 0 0;
}
.newtop-contact-menu > li.newtop-contact-simulation {
  background: url(../img/bg_stripe_orange.png);
}
.newtop-contact-menu > li.newtop-contact-simulation > a::before {
  width: 22px;
  background: url(../img/newtop_icon_simulation.png) no-repeat 50% 50%/contain;
}
.newtop-contact-menu > li.newtop-contact-change > a::before {
  width: 30px;
  background: url(../img/newtop_icon_change.png) no-repeat 50% 50%/contain;
}
.newtop-contact-menu > li.newtop-contact-shop > a::before {
  width: 27px;
  background: url(../img/newtop_icon_shop.png) no-repeat 50% 50%/contain;
}
.newtop-contact-menu > li.newtop-contact-staff > a::before {
  width: 33px;
  background: url(../img/newtop_icon_staff.png) no-repeat 50% 50%/contain;
}
.newtop-contact-menu > li.newtop-contact-pamphlet > a::before {
  width: 22px;
  background: url(../img/newtop_icon_pamphlet.png) no-repeat 50% 50%/contain;
}
.newtop-contact-menu > li.newtop-contact-tel {
  width: 100%;
  padding: 10px;
  background: #fff;
}
.newtop-contact-menu > li.newtop-contact-tel > a:before {
  content: none;
}
.newtop-contact-menu > li.newtop-contact-tel > a > img {
  max-width: 280px;
}
.newtop-contact-menu > li.newtop-contact-tel .newtop-contact-notes {
  padding: 5px 15px;
  text-align: left;
  background: #f7f9fa;
}
.newtop-contact-menu > li.newtop-contact-tel .newtop-contact-guidance {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}
.newtop-contact-menu > li.newtop-contact-tel .newtop-contact-guidance > span {
  color: #024199;
  font-weight: bold;
}
.newtop-contact-menu > li.newtop-contact-tel .newtop-contact-guidance > span::before, .newtop-contact-menu > li.newtop-contact-tel .newtop-contact-guidance > span::after {
  display: inline-block;
  vertical-align: middle;
  margin: 0.3em;
  color: #000;
}
.newtop-contact-menu > li.newtop-contact-tel .newtop-contact-guidance > span::before {
  content: '【';
}
.newtop-contact-menu > li.newtop-contact-tel .newtop-contact-guidance > span::after {
  content: '】';
}
.newtop-contact-menu > li.newtop-contact-tel .newtop-contact-time {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.2;
}
.newtop-campaign {
  padding: 30px 20px 40px;
  background: #fff;
  border-bottom: 2px solid #d5dfe3;
}
.newtop-campaign .content-inner {
  padding: 0;
}
.newtop-campaign .section-title {
  color: #089c1e;
  font-size: 2rem;
}
.newtop-campaign .section-title > span {
  position: relative;
  display: inline-block;
  min-width: 140px;
  margin: 0 0 3px;
  padding: 3px 15px;
  background: #089c1e;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.newtop-campaign .section-title > span::before, .newtop-campaign .section-title > span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  background: url(../img/top_customer_campaign_ribbon.png) no-repeat 100% 50%/100% 100%;
}
.newtop-campaign .section-title > span::before {
  right: 100%;
}
.newtop-campaign .section-title > span::after {
  left: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.newtop-campaign .campaign-slider:not(.slick-initialized),
.newtop-campaign .campaign-slider .slick-track {
  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;
  width: auto;
  margin: 0 -5px;
}
.newtop-campaign .campaign-slider li {
  margin: 0 5px 10px;
  width: calc(50% - 10px) !important;
}
.newtop-campaign .campaign-slider li:nth-child(2n+1) {
  clear: both;
}
.newtop-campaign .campaign-slider li img {
  width: 100%;
}
.newtop-campaign .campaign-slider .campaign-slider-text {
  display: none;
}
.newtop-campaign-btn {
  max-width: 195px;
  margin: 8px auto 0;
}
.newtop-campaign-btn > a {
  position: relative;
  display: block;
  padding: 5px 10px;
  background: #fff;
  border: 2px solid #e3e9ef;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.newtop-campaign-btn > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -3px;
  border-left: 5px solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.newtop-campaign .campaign-more > span {
  position: relative;
  margin: 0;
  background: #93a2b5;
  border-color: #93a2b5;
  color: #fff;
  font-size: 1.1rem;
}
.newtop-campaign .campaign-more > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -3px;
  border-left: 5px solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.smile-shop-img:not(:last-child) {
  margin-bottom: 15px;
}
.smile-shop-contact > a {
  position: relative;
  background: #f4e829;
  border: none;
  border-radius: 3px;
}
.smile-shop-contact > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -4px;
  border-left: 6px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.toppickup {
  padding: 20px;
}
.toppickup-title {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 15px;
}
.toppickup-title-balloon {
  font-size: 1.5rem;
  position: relative;
}
.toppickup-title-balloon::before {
  position: absolute;
  background: url(../img/balloon-left.png) top left no-repeat;
  content: "";
  top: 5px;
  left: -20px;
  width: 11px;
  height: 11px;
  background-size: 11px;
}
.toppickup-title-balloon::after {
  position: absolute;
  background: url(../img/balloon-right.png) top left no-repeat;
  content: "";
  top: 5px;
  right: -14px;
  width: 11px;
  height: 11px;
  background-size: 11px;
}
.toppickup-menu {
  display: block;
  margin: 0 0 -10px;
}
.toppickup-menu > li {
  width: auto;
  margin: 0 0 10px;
}
.toppickup-menu > li > a {
  display: block;
  padding: 10px 20px 20px;
  border-radius: 0;
  font-size: 1.7rem;
}
.toppickup-menu-text {
  display: block;
  margin: 0 0 10px;
  padding: 0 10px 0 0;
}
.toppickup-menu-img {
  height: auto;
}

/* -----------------------------------------------
	SPメニュー改修・202105
-------------------------------------------------- */
.sp-gnav {
  padding-top: 5px;
  color: #fff;
}
.sp-gnav ul {
  list-style: none;
}
.sp-gnav li {
  margin-bottom: 2px;
}
.sp-gnav li .sp-gnav-text,
.sp-gnav li a {
  position: relative;
  display: block;
  color: inherit;
  font-weight: 600;
}
.sp-gnav li .sp-gnav-text::after,
.sp-gnav li a::after {
  content: '';
  position: absolute;
}
.sp-gnav li .sp-gnav-text.js-spNavAcc::after {
  content: '＋';
  top: 0;
  bottom: 0;
  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;
  margin: auto;
  border-radius: 50%;
  line-height: 1;
}
.sp-gnav li .sp-gnav-text.js-spNavAcc.is-active::after {
  content: '－';
}
.sp-gnav li .sp-gnav-text.js-spNavAcc + * {
  display: none;
}
.sp-gnav li .sp-gnav-text-notacc::after {
  content: none;
}
.sp-gnav li a::after {
  top: calc(50% - 4px);
  right: 10px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
}
.sp-gnav li a[target="_blank"]::after {
  top: calc(50% - 6px);
  right: 7px;
  border: none;
  width: 11px;
  height: 12px;
  background: url(../img/wae/icon-window.svg) no-repeat 50% 50%/contain;
}
.sp-gnav [class*="icon-"]::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 40px;
}
.sp-gnav .icon-shop::before {
  background: url(../img/header/spnav_icon_shop.png) no-repeat 50% 50%/contain;
}
.sp-gnav .sp-gnav-contact .icon-shop::before {
  background-image: url(../img/header/spnav_icon_shop_black.png);
}
.sp-gnav .icon-sintiku::before {
  background: url(../img/header/spnav_icon_sintiku.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-kodate::before {
  background: url(../img/header/spnav_icon_kodate.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-syuugou::before {
  background: url(../img/header/spnav_icon_syuugou.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-contact::before {
  background: url(../img/header/spnav_icon_contact.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-document::before {
  background: url(../img/header/spnav_icon_document_black.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-simulation::before {
  background: url(../img/header/spnav_icon_simulation.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-guide::before {
  background: url(../img/header/spnav_icon_guide.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-mypage::before {
  background: url(../img/header/spnav_icon_mypage.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-business::before {
  background: url(../img/header/spnav_icon_business.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-recruit::before {
  background: url(../img/header/spnav_icon_recruit.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-corporate::before {
  background: url(../img/header/spnav_icon_corporate.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-channel-guide::before {
  background: url(../img/header/spnav_icon_channel_guide.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-web-mail::before {
  background: url(../img/header/spnav_icon_web_mail.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-present::before {
  background: url(../img/header/spnav_icon_present.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-application::before {
  background: url(../img/header/spnav_icon_application.png) no-repeat 50% 50%/contain;
}
.sp-gnav .icon-staff::before {
  background: url(../img/header/spnav_icon_staff.png) no-repeat 50% 50%/contain;
}
.sp-gnav-main, .sp-gnav-sub {
  margin-bottom: 20px;
}
.sp-gnav-main > li {
  background-color: #fff;
}
.sp-gnav-main > li .sp-gnav-text {
  padding: 23px 45px 23px 55px;
  font-size: 1.3rem;
}
.sp-gnav-main > li .sp-gnav-text::after {
  right: 12px;
  width: 22.5px;
  height: 22.5px;
  background: #00a0e9;
  color: #fff;
  font-size: 1.6rem;
}
.sp-gnav-main > li .sp-gnav-text.icon-customer-new {
  color: #089c1e;
}
.sp-gnav-main > li .sp-gnav-text.icon-customer-new::before {
  left: 20px;
  width: 20px;
  background: url(../img/header/icon_visitor.png) no-repeat 50% 50%/contain;
}
.sp-gnav-main > li .sp-gnav-text.icon-customer-already {
  color: #967b4b;
}
.sp-gnav-main > li .sp-gnav-text.icon-customer-already::before {
  left: 14px;
  width: 30px;
  background: url(../img/header/icon_member.png) no-repeat 50% 50%/contain;
}
.sp-gnav-main > li > ul {
  margin-bottom: 5px;
  border-top: 3px solid #d5dfe3;
}
.sp-gnav-main > li > ul > li {
  margin-bottom: 0;
}
.sp-gnav-main > li > ul > li:not(:first-child) {
  border-top: 2px dotted #d5dfe3;
}
.sp-gnav-main > li > ul > li > a {
  padding: 16px 20px 16px 15px;
  color: #000;
  font-size: 1.1rem;
}
.sp-gnav-main > li > ul > li > a::after {
  border-left-color: #008bcc;
}
.sp-gnav-main > li > ul > li > a[class*="icon-"] {
  padding-left: 55px;
}
.sp-gnav-main > li > ul > li.sp-gnav-simulation, .sp-gnav-main > li > ul > li.sp-gnav-contact {
  border-top: none;
}
.sp-gnav-main > li > ul > li.sp-gnav-simulation > a:after, .sp-gnav-main > li > ul > li.sp-gnav-contact > a:after {
  border-left-color: #000;
}
.sp-gnav-main > li > ul > li.sp-gnav-simulation > a[target="_blank"]::after, .sp-gnav-main > li > ul > li.sp-gnav-contact > a[target="_blank"]::after {
  background-image: url(../img/wae/icon-window3.svg);
}
.sp-gnav-sub > li .sp-gnav-text {
  padding: 18px 40px 18px 50px;
  background-color: #004e72;
  font-size: 1.2rem;
}
.sp-gnav-sub > li .sp-gnav-text.js-spNavAcc::after {
  right: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #004e72;
  font-size: 1.45rem;
}
.sp-gnav-sub > li .sp-gnav-text.icon-service::before, .sp-gnav-sub > li .sp-gnav-text.icon-price::before, .sp-gnav-sub > li .sp-gnav-text.icon-program::before, .sp-gnav-sub > li .sp-gnav-text.icon-support::before, .sp-gnav-sub > li .sp-gnav-text.icon-consultation::before, .sp-gnav-sub > li .sp-gnav-text.icon-mypage::before {
  left: 14px;
  width: 25px;
}
.sp-gnav-sub > li .sp-gnav-text.icon-service::before {
  background: url(../img/header/spnav_icon_service.png) no-repeat 50% 50%/contain;
}
.sp-gnav-sub > li .sp-gnav-text.icon-price::before {
  background: url(../img/header/spnav_icon_price.png) no-repeat 50% 50%/contain;
}
.sp-gnav-sub > li .sp-gnav-text.icon-program::before {
  background: url(../img/header/spnav_icon_tv.png) no-repeat 50% 50%/contain;
}
.sp-gnav-sub > li .sp-gnav-text.icon-support::before {
  background: url(../img/header/spnav_icon_support.png) no-repeat 50% 50%/contain;
}
.sp-gnav-sub > li .sp-gnav-text.icon-consultation::before {
  background: url(../img/header/spnav_icon_consultation.png) no-repeat 50% 50%/contain;
}
.sp-gnav-sub > li .sp-gnav-text.icon-mypage::before {
  background: url(../img/header/spnav_icon_mypage_l.png) no-repeat 50% 50%/contain;
}
.sp-gnav-sub > li > a::after {
  right: 20px;
}
.sp-gnav-sub > li > ul {
  margin-bottom: 25px;
  margin-top: 2px;
}
.sp-gnav-sub > li > ul > li {
  margin-bottom: 2px;
  background: #006ea1;
}
.sp-gnav-sub > li > ul > li > a {
  padding: 16px 20px 16px 15px;
  font-size: 1.1rem;
}
.sp-gnav-sub > li > ul > li > a[class*="icon-"] {
  padding-left: 55px;
}
.sp-gnav-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -5px -5px;
  color: #008bcc;
}
.sp-gnav-support > li {
  width: calc(100% / 3 - 5px);
  margin: 0 0 5px 5px;
  background-color: #fff;
}
.sp-gnav-support > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 16px 20px 16px 30px;
  font-size: 1.1rem;
}
.sp-gnav-support > li > a[class*="icon-"]::before {
  left: 6px;
  width: 20px;
}
.sp-gnav-support.l-clm3 > li {
  width: calc(100% / 2 - 5px);
}
.sp-gnav-info:not(:last-child) {
  margin-bottom: 10px;
}
.sp-gnav-info > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
}
.sp-gnav-info > dt::before, .sp-gnav-info > dt::after {
  content: '';
  width: 1.5em;
  height: 1.3em;
  background: url(../img/top_title_dot_white.png) no-repeat 0 100%/contain;
}
.sp-gnav-info > dt::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.sp-gnav-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -5px -5px;
}
.sp-gnav-info-list > li {
  width: calc(50% - 5px);
  background: url(../img/bg_stripe_yellow.png);
  margin: 0 0 5px 5px;
  color: #000;
}
.sp-gnav-info-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 60px;
  padding: 15px 20px 15px 15px;
  font-size: 1.2rem;
}
.sp-gnav-info-list > li > a[class*="icon-"] {
  padding-left: 50px;
}
.sp-gnav-info-list > li > a[class*="icon-"]::before {
  width: 38px;
}
.sp-gnav-info-list > li > a[target="_blank"]::after {
  background-image: url(../img/wae/icon-window3.svg);
}
.sp-gnav-info-list > li.sp-gnav-simulation, .sp-gnav-info-list > li.sp-gnav-other {
  width: 100%;
}
.sp-gnav-info-list > li.sp-gnav-other {
  margin-top: 10px;
  text-align: center;
}
.sp-gnav-info-list > li.sp-gnav-other a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 55px;
}
.sp-gnav .sp-gnav-inquest {
  background: #f3fbff;
}
.sp-gnav .sp-gnav-simulation {
  background: url(../img/bg_stripe_orange.png);
  color: #111;
}
.sp-gnav .sp-gnav-simulation a[target="_blank"]::after {
  background-image: url(../img/wae/icon-window3.svg);
}
.sp-gnav .sp-gnav-contact {
  background: url(../img/bg_stripe_yellow.png);
  color: #111;
}
.sp-gnav .sp-gnav-contact a[target="_blank"]::after {
  background-image: url(../img/wae/icon-window3.svg);
}
.sp-gnav .sp-gnav-other {
  background: #f7f9fa;
  color: #007fba;
}
.sp-gnav .sp-gnav-guide {
  background: #fff;
  color: #007fba;
}
.sp-gnav .sp-gnav-service-tv {
  background: #ee7700;
}
.sp-gnav .sp-gnav-service-net {
  background: #009b6b;
}
.sp-gnav .sp-gnav-service-tel {
  background: #1eb9ef;
}
.sp-gnav .sp-gnav-service-cable {
  background: #f8b52c;
}
.sp-gnav .sp-gnav-service-smile {
  background: #fff;
  color: #111;
}
.sp-gnav .sp-gnav-service-smile > a {
  padding-right: 130px;
}
.sp-gnav .sp-gnav-service-smile > a small {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.sp-gnav .sp-gnav-service-smile > a::after {
  border-left-color: #008bcc;
}
.sp-gnav .sp-gnav-service-smile .sp-gnav-smile-logo {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100px;
}
