@charset "UTF-8";
/*
  Theme Name: へるぷのてんぷら🍴
  Theme URI: https://help.sakura.ad.jp
  Description: サポートサイト専用テンプレート -- theme based on the HTML5 Blank http://html5blank.com/
  Version: 1.0.8
  Author: Ai Sakuraha
  Author URI: https://help.sakura.ad.jp
  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
  Tags: HTML5
*/
/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
/*** Zendeskサイトの _mixins.scss をそのままコピペ ***/
/* 全体の幅のレイアウトを設定 */
/* 全体のmarginを設定(スマホ) */
/* 青色のボーダーを設定 */
/* FontAwesomeを設定(content)
   ex) @include content-fontawesome("\f071")*/
/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.breadcrumb {
  color: #787979;
  font-size: 14px;
  margin: 20px 10px;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li:not(:first-child):before {
  content: ">";
  margin: 0 14px;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 601px) {
  .breadcrumb {
    margin: 20px auto;
    width: 1000px;
  }
}

.notice-wrap {
  background-color: #ebfafc;
  font-size: 1.4rem;
  padding: 0.8rem 0.8rem 0.5rem;
  width: 100%;
}

.notice-wrap .notice {
  margin: 0 auto;
  max-width: 1000px;
}

.notice-wrap .date {
  margin-left: 1.2rem;
}

.notice-wrap .notice-link {
  color: #009ed9;
  padding: 0.8rem;
  text-decoration: underline;
}

.notice-wrap .notice-link:hover {
  text-decoration: none;
}

.notice-wrap .label {
  color: #ff0000;
  font-weight: normal;
}

.home .notice-wrap {
  background-color: #ffffff;
  border-radius: 12px;
  margin: 2rem 1rem;
  overflow: hidden;
  padding: 0;
  width: calc(100% - 2rem);
  max-width: 1000px;
}

.home .notice-wrap .notice {
  padding: 0.4rem 1.2rem;
}

@media screen and (min-width: 601px) {
  .home .notice-wrap {
    margin: 4rem auto;
    max-width: 1000px;
  }
  .home .notice-wrap .notice {
    padding: 0.4rem 1.6rem;
    display: flex;
    align-items: center;
  }
}

.pagination-wrapper {
  margin: 4.5rem auto 2rem;
  text-align: center;
}

.pagination-wrapper .page-numbers {
  border: 1px solid #eeeeee;
  padding: 0.5rem 1rem;
}

.pagination-wrapper .current {
  background-color: #009ed9;
  color: #ffffff;
  cursor: default;
}

.pagination-wrapper .dots {
  border: none;
  cursor: default;
}

.page-title {
  border-top: 2px solid #467bbf;
  border-bottom: 1px solid #dadada;
  padding: 3rem 0;
  margin-bottom: 6rem;
}

@media all and (-ms-high-contrast: none) {
  .page-title {
    padding: 3rem 0 2rem;
  }
  .pagination-wrapper .page-numbers {
    padding-bottom: 0;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #343535;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Original Yu Gothic', 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

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

a {
  color: #009ed9;
  text-decoration: none;
}

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

p {
  margin: 0;
  padding: 0;
}

.has-text-left {
  text-align: left;
}

.has-text-right {
  text-align: right;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8b8e9f;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8b8e9f;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #8b8e9f;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #8b8e9f;
}

[v-cloak] {
  display: none;
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.container {
  min-width: 320px;
}

.layout_main .main-inner {
  margin: 0 10px 4rem;
  max-width: 1000px;
}

.layout_sidebar {
  margin-left: 30px;
  flex-basis: 230px;
}

@media screen and (max-width: 600px) {
  .article-wrap {
    margin: 0 10px;
  }
}

@media screen and (min-width: 601px) {
  .layout_main {
    min-width: 1000px;
  }
  .layout_main .main-inner {
    margin: 0 auto 4rem;
  }
  .layout_main > .contents-column {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 4rem;
    width: 1000px;
  }
  .layout_main .article-wrap {
    flex: 1;
    max-width: 740px;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.sidebar-head {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2.7rem;
}

.related-article-list {
  font-size: 1.6rem;
}

.related-article-list-item {
  border-bottom: 1px dotted #c4c4c4;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
}

.related-article-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.yarpp-related .related-article-list-item a {
  color: #8c8c8c;
  display: block;
  font-weight: normal;
  text-decoration: underline;
  word-break: break-all;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a img.alignright {
  float: right;
}

a img.alignleft {
  float: left;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.home .layout_header {
  position: relative;
  z-index: 1;
}

.header-inner {
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  padding: 10px;
}

.header-inner .header-logo {
  width: 180px;
}

.header-inner .global-header-title {
  font-size: 1.4rem;
}

@media screen and (min-width: 601px) {
  .layout_header {
    min-width: 1000px;
  }
  .header-inner {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
  .header-nav-block {
    align-items: center;
    display: flex;
  }
  .header-nav {
    display: flex;
  }
  .header-nav-item {
    color: #467bbf;
    cursor: default;
    font-size: 1.4rem;
    margin-left: 28px;
    position: relative;
  }
  .home .header-nav-item {
    color: #ffffff;
  }
  .header-nav-link {
    color: currentColor;
  }
  .header-nav-link:hover {
    text-decoration: underline;
  }
  .nav-pop {
    background-color: #ffffff;
    border: 1px solid #467bbf;
    border-radius: 3px;
    display: none;
    overflow: hidden;
    position: absolute;
  }
  .header-nav-item:hover .nav-pop {
    display: block;
  }
  .nav-pop-link {
    color: #467bbf;
    display: block;
    padding: 1rem;
    white-space: nowrap;
  }
  .nav-pop-link:hover {
    background-color: #f0f0f0;
  }
  .header-search {
    font-size: 1.4rem;
    height: 30px;
    margin-left: 20px;
    width: 245px;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.home-headline {
  font-size: 2.4rem;
  margin-bottom: 2.1rem;
}

.home .layout_main {
  position: relative;
}

.home .layout_main::before, .home .layout_main::after {
  content: "";
  display: block;
  height: 49rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home .layout_main::before {
  background: url(assets/img/common/bg_icons.png);
}

.home .layout_main::after {
  background: linear-gradient(45deg, rgba(50, 121, 214, 0.9), rgba(71, 171, 192, 0.9));
}

@media screen and (min-width: 601px) {
  .home .layout_main::before, .home .layout_main::after {
    height: 64rem;
  }
}

.faq-manual-search-wrapper {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -6rem;
  padding: 8rem 0 0;
}

.home .title {
  font-family: "Haru TP M", sans-serif;
  font-size: 4rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

.list-title {
  font-family: "Haru TP M", sans-serif;
  font-size: 1.6rem;
  margin: 1rem;
}

.home-search {
  height: 4.5rem;
  margin: 1rem 1rem 0;
}

@media screen and (min-width: 601px) {
  .faq-manual-search-wrapper {
    padding-top: 6rem;
  }
  .home .title {
    font-size: 6rem;
    margin-bottom: 4rem;
  }
  .list-title {
    font-size: 2.5rem;
    margin: 2rem 0;
  }
  .home-search {
    height: 5.5rem;
    margin: 2rem 0 0;
  }
  .faq-manual-search {
    margin: 0 auto;
    width: 73rem;
  }
}

.confirm-change-wrapper {
  margin: 2rem 10px;
  max-width: 1000px;
}

.confirm-change-list-item {
  border-radius: 1.2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.confirm-change-link {
  align-items: center;
  background-color: #ffffff;
  color: #343535;
  display: flex;
  font-size: 1.8rem;
  padding: 0.5rem 1.9rem;
  height: 100%;
}

.confirm-change-link .icon {
  align-items: center;
  display: flex;
  height: 5rem;
  margin-right: 2rem;
  min-width: 5rem;
  width: 5rem;
}

.confirm-change-link .icon svg {
  width: 100%;
}

.confirm-change-link:hover {
  background: linear-gradient(45deg, #3279d6, #47abc0);
  color: #ffffff;
}

.confirm-change-link:hover .icon path {
  fill: #ffffff;
}

@media screen and (max-width: 600px) {
  .confirm-change-link {
    font-size: 1.6rem;
  }
  .confirm-change-link .icon.agreement svg {
    width: 4.2rem;
  }
}

.home-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 10px 1.1rem;
  max-width: 1000px;
}

.home-service-list-item {
  color: #ffffff;
  flex-basis: 49%;
  margin-bottom: 0.9rem;
}

.home-service-link {
  align-items: center;
  border-radius: 1.4rem;
  color: #343535;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  padding: 0.5rem 1.2rem 0.5rem 0;
  line-height: 1.2;
}

.home-service-link .nowrap {
  display: inline-block;
}

.home-service-link .smaller {
  font-size: small;
}

.home-service-link:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.home-service-link .service-icon {
  border-radius: 1rem;
  height: 5rem;
  margin-right: 1.4rem;
  overflow: hidden;
  width: 5rem;
  min-width: 5rem;
}

.home-service-link .service-icon svg {
  height: 100%;
  width: 100%;
}

.home-service-link:not(:hover) .service-icon svg {
  background: linear-gradient(45deg, #3279d6, #47abc0);
}

.home-service-link:not(:hover) .service-icon svg path, .home-service-link:not(:hover) .service-icon svg rect {
  fill: #ffffff;
}

.home-service-link[target="_blank"] .service-name {
  flex-grow: 1;
  position: relative;
}

.home-service-link[target="_blank"] .service-name::after {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  bottom: -0.5rem;
  display: block;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
}

.home-service-sublist {
  max-width: 1000px;
  margin: 0 10px;
}

.home-service-sublink {
  align-items: center;
  color: #343535;
  display: inline-flex;
  font-size: 1.4rem;
}

.home-service-sublink .angle-icon {
  border-radius: 0.5rem;
  height: 2rem;
  margin-right: 0.6rem;
  overflow: hidden;
  width: 2rem;
}

.home-service-sublink:not(:hover) .angle-icon svg {
  background: linear-gradient(45deg, #3279d6, #47abc0);
}

.home-service-sublink:not(:hover) .angle-icon svg path, .home-service-sublink:not(:hover) .angle-icon svg rect {
  fill: #ffffff;
}

@media screen and (min-width: 601px) {
  .home-service-list {
    margin: 4rem auto;
  }
  .home-service-list-item {
    flex-basis: 315px;
    height: 120px;
    margin: 0;
  }
  .home-service-list-item:nth-last-child(n+4) {
    margin-bottom: 6rem;
  }
  .home-service-link {
    padding: 1rem 1rem 1rem 0;
    font-size: 1.8rem;
  }
  .home-service-link .service-icon {
    height: 10rem;
    margin-right: 2rem;
    min-width: 10rem;
    width: 10rem;
  }
  .home-service-link .service-rs-plan {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 1.6rem;
  }
  .home-service-link[target="_blank"] .service-name::after {
    margin-top: 1.6rem;
    position: static;
  }
  .home-service-sublist {
    margin: 0 auto;
  }
  .home-service-sublist .angle-icon {
    border-radius: 1rem;
    height: 3.6rem;
    margin-right: 2rem;
    width: 3.6rem;
  }
}

@media screen and (min-width: 601px) {
  .confirm-change-wrapper {
    margin: 4rem auto;
  }
  .confirm-change-list {
    display: flex;
    justify-content: space-between;
  }
  .confirm-change-list-item {
    flex-basis: 32rem;
    height: 27.2rem;
    text-align: center;
  }
  .confirm-change-link {
    flex-direction: column;
    justify-content: center;
  }
  .confirm-change-link .icon {
    height: 12rem;
    margin: 0 0 2rem;
    width: 12rem;
  }
}

.home-faq-wrap {
  border-radius: 17px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  margin: 6rem 10px 4rem;
  max-width: 1000px;
  padding: 2rem;
}

.home-faq-wrap .home-headline {
  font-size: 1.6rem;
  font-weight: bold;
}

.home-faq-list-item:not(:last-child) {
  margin-bottom: 2rem;
}

.home-faq-list-item:before {
  color: #343535;
  content: "Q. ";
  display: inline-block;
  margin-right: 0.4rem;
}

.home-faq-link {
  color: #0088ff;
  text-decoration: underline;
}

.home-faq-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 601px) {
  .home-faq-wrap {
    margin: 8rem auto;
    padding: 4rem;
  }
}

.home-banner-wrapper {
  margin: 4rem 10px;
  max-width: 1000px;
  text-align: center;
}

.home-banner-wrapper .banner {
  margin-bottom: 1rem;
}

.home-banner-wrapper .banner:last-child {
  margin-bottom: 0;
}

.home-banner-wrapper .banner-link:hover {
  opacity: 0.8;
}

@media screen and (min-width: 601px) {
  .home-banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 6rem auto;
  }
  .home-banner-wrapper .banner {
    margin-bottom: 2rem;
  }
  .home-banner-wrapper .banner:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.home-article-wrapper {
  margin: 6rem 10px;
  max-width: 1000px;
}

.home-article-wrapper .home-headline {
  border-bottom: 1px solid #467bbf;
  padding-bottom: 1rem;
}

.home-article-wrapper .to-list {
  margin-top: 3.2rem;
  text-align: center;
}

.home-article-wrapper .to-list-link {
  border: 2px solid #dcdcdc;
  color: #343535;
  display: inline-block;
  padding: 0.5rem 1.4rem;
}

.home-article-wrapper .to-list-link:hover {
  opacity: 0.8;
}

.home-article-wrapper .to-list-link::after {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #467bbf;
  font-size: 2rem;
  margin-left: 1.4rem;
}

.home-article-wrap {
  border-bottom: 1px solid #dcdcdc;
}

.home-article-list-item {
  border-bottom: 1px dashed #dcdcdc;
  font-size: 1.4rem;
  padding: 1.2rem 0;
}

.home-article-list-item:first-child {
  padding-top: 0;
}

.home-article-list-item:last-child {
  border-bottom: 0;
}

.home-article-list-item .article-link {
  font-size: 1.6rem;
  text-decoration: underline;
}

.home-article-list-item .article-link:hover {
  text-decoration: none;
}

.home-article-list-item .mente-label,
.home-article-list-item .trouble-label,
.home-article-list-item .done-label {
  border: 1px solid #343535;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  padding: 0.1rem 0.5rem;
}

.home-article-list-item .trouble-label {
  background-color: #a48dd2;
  border-color: #a48dd2;
  color: #ffffff;
}

.home-article-list-item .done-label {
  border-color: #467bbf;
  color: #467bbf;
}

.home-article-list-item .day-label {
  font-weight: bold;
}

.efforts {
  font-size: 2.6rem;
  margin: 6rem 10px;
  max-width: 1000px;
}

.efforts-link {
  align-items: center;
  background-color: #edfbf3;
  color: #343535;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 1.7rem 2.5rem;
}

.efforts-link:hover {
  opacity: 0.8;
}

.efforts-link .fa {
  color: #99e6ba;
  font-size: 7rem;
  padding-left: 2rem;
}

@media screen and (max-width: 600px) {
  .maintenance-article {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 601px) {
  .home-article-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 6rem auto;
  }
  .home-article-wrap {
    height: 20rem;
    overflow-y: auto;
  }
  .maintenance-article,
  .notification-article {
    flex-basis: 49rem;
  }
  .efforts {
    height: 9rem;
    margin: 6rem auto;
  }
  .efforts .fa {
    font-size: 5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .home-faq-ink {
    padding-bottom: 0.8rem;
  }
  .home-faq-ink:before {
    top: 1.2rem;
  }
  .home-article-list-item {
    padding: 1.2rem 0 0.6rem;
  }
  .home-article-list-item .mente-label,
  .home-article-list-item .trouble-label,
  .home-article-list-item .done-label {
    line-height: 1;
    padding: 0.7rem 0.5rem 0.2rem;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.layout_footer {
  background: url(assets/img/common/bg_icons.png) center top repeat #ffffff;
  margin-top: 2rem;
}

.footer-contact {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  padding: 40px 30px;
}

.footer-contact-head {
  border-left: 4px solid #467bbf;
  color: #467bbf;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 16px;
}

.footer-contact-link {
  font-size: 16px;
  margin-top: 20px;
}

.footer-contact-link .contact-link {
  text-decoration: underline;
}

.footer-service-nav {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .footer-contact-box {
    background-color: #ffffff;
    border: 1px solid #ababab;
    border-radius: 10px;
    padding: 20px;
  }
  .footer-contact-box:first-child {
    margin-bottom: 20px;
  }
  .footer-service-nav {
    background-color: #f8f8f8;
  }
  .footer-service-nav-list {
    border-top: 1px solid #cccccc;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-service-nav-list-item {
    border-bottom: 1px solid #cccccc;
    width: 50%;
  }
  .footer-service-nav-list-item:nth-child(even) {
    border-left: 1px solid #cccccc;
  }
  .footer-service-nav-list-item .service-link {
    color: #343535;
    display: block;
    height: 100%;
    line-height: 1;
    padding: 14px 20px;
    width: 100%;
  }
  .footer-service-nav-list-item .service-link::before {
    content: "";
    font-family: FontAwesome, Arial, sans-serif;
    margin-right: 10px;
  }
  .back-top {
    background-color: #ffffff;
    height: 35px;
    padding: 6px 10px;
    text-align: right;
    width: 100%;
  }
  .back-top::after {
    content: "";
    font-family: FontAwesome, Arial, sans-serif;
    font-size: 12px;
    margin-left: 7px;
    vertical-align: text-top;
  }
  .back-top .top-link {
    color: #343535;
    font-size: 14px;
  }
  .copyright {
    align-items: center;
    background-color: #467bbf;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .layout_footer {
    min-width: 1000px;
  }
  .footer-contact {
    display: flex;
    justify-content: center;
  }
  .footer-contact-box {
    box-sizing: border-box;
    padding: 0 20px;
    width: 480px;
  }
  .footer-contact-box:first-child {
    margin-right: 20px;
  }
  .footer-nav-block {
    background: linear-gradient(#467bbf 50%, rgba(50, 121, 214, 0.9));
    font-size: 14px;
    position: relative;
  }
  .footer-nav-wrapper {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0;
    width: 1000px;
  }
  .footer-nav-wrapper .service-link {
    color: currentColor;
  }
  .footer-nav-wrapper .service-link:hover {
    text-decoration: underline;
  }
  .footer-service-nav {
    margin-left: 340px;
  }
  .footer-service-nav + .footer-nav {
    margin-top: 36px;
  }
  .footer-service-nav-head {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .footer-service-nav-list-item,
  .footer-nav-list-item {
    margin-bottom: 14px;
  }
  .footer-service-nav-list-item:last-child,
  .footer-nav-list-item:last-child {
    margin-bottom: 0;
  }
  .footer-nav:last-child {
    font-weight: bold;
  }
  .footer-nav-child {
    font-weight: normal;
    margin-top: 14px;
  }
  .twitter {
    line-height: 1.2;
    margin-left: 36px;
    position: relative;
  }
  .twitter .fa-twitter-square {
    display: inline-block;
    font-size: 28px;
    margin-right: 12px;
    position: absolute;
    top: 2px;
    left: -36px;
  }
  .footer-bottom-list {
    border-top: 1px solid #a4b3c1;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 35px 0 25px;
    width: 1000px;
  }
  .footer-bottom-list-item {
    margin: 0 15px;
  }
  .footer-bottom-link {
    color: #ffffff;
    font-size: 14px;
  }
  .footer-bottom-link:hover {
    text-decoration: underline;
  }
  .copyright {
    margin-left: -500px;
    position: absolute;
    top: 40px;
    left: 50%;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.page-title .parent-categoty-name {
  display: block;
  font-size: 1.4rem;
}

.category-rs .page-title {
  border-top-color: #f6aa00;
}

.category-vps .page-title {
  border-top-color: #00a19a;
}

.category-ds .page-title {
  border-top-color: #036eb7;
}

.category-housing .page-title {
  border-top-color: #500675;
}

.category-cloud .page-title {
  border-top-color: #0dac67;
}

.category-domain .page-title {
  border-top-color: #f19eb5;
}

.category-ssl .page-title {
  border-top-color: #f5be00;
}

.parent-cat-list-item {
  margin-bottom: 1rem;
}

.parent-cat-link {
  background-color: #467bbf;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 1.8rem;
  height: 100%;
  opacity: 0.8;
  padding: 2rem;
  word-wrap: break-word;
}

.parent-cat-link:hover {
  opacity: 1;
}

.parent-cat-link:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  margin-right: 0.5rem;
}

.category-rs .parent-cat-link {
  background-color: #f6aa00;
}

.category-vps .parent-cat-link {
  background-color: #00a19a;
}

.category-ds .parent-cat-link {
  background-color: #036eb7;
}

.category-housing .parent-cat-link {
  background-color: #500675;
}

.category-cloud .parent-cat-link {
  background-color: #0dac67;
}

.category-domain .parent-cat-link {
  background-color: #f19eb5;
}

.category-ssl .parent-cat-link {
  background-color: #f5be00;
}

@media screen and (min-width: 601px) {
  .parent-cat-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .parent-cat-list-item {
    margin: 2rem 0 0;
    width: calc((100% - 2rem * 2) / 3);
  }
  .parent-cat-list-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .parent-cat-list-item:nth-child(3n + 2):last-child {
    margin-left: 2rem;
    margin-right: auto;
  }
}

.category-headline {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 2.1rem;
}

.category-banner-wrapper {
  margin: 6rem 1rem;
  max-width: 1000px;
}

.category-banner-wrapper .banner {
  margin-bottom: 1rem;
}

.category-banner-wrapper .banner:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .category-banner-wrapper .banner-img {
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .category-banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 6rem auto;
  }
  .category-banner-wrapper .banner {
    margin-bottom: 1.6rem;
  }
  .category-banner-wrapper .banner-link:hover {
    opacity: 0.8;
  }
}

.category-article-wrapper {
  margin: 6rem 1rem;
  max-width: 1000px;
}

.category-article-wrapper .to-list {
  margin-top: 2rem;
  text-align: center;
}

.category-article-wrapper .to-list-link {
  background-color: #f0f0f0;
  color: #343535;
  display: block;
  padding: 0.3rem;
  border: 2px solid #f0f0f0;
}

.category-article-wrapper .to-list-link:hover {
  background-color: #ffffff;
}

.category-article-list-item {
  display: flex;
  margin: 0 0 1rem;
}

.category-article-list-item::before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #009ed9;
  font-size: 1.1rem;
  margin: 0.5rem 1rem 0 0;
}

.category-article-list-item .article-link:hover {
  text-decoration: underline;
}

.category-faq-list-item,
.category-spec-list-item {
  margin-bottom: 1rem;
}

.category-faq-list-item:last-child,
.category-spec-list-item:last-child {
  margin-bottom: 0;
}

.category-faq-list-item .article-link,
.category-spec-list-item .article-link {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #343535;
  display: block;
  padding: 1.1rem 1.7rem;
}

.category-faq-list-item .article-link:hover {
  background-color: #ffffff;
  border-color: #f47bb4;
}

.category-faq-list-item .article-link:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #f47bb4;
  font-size: 2rem;
  margin-right: 1rem;
}

.category-spec-list-item .article-link:hover {
  background-color: #ffffff;
  border-color: #1c3689;
}

.category-spec-list-item .article-link:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #1c3689;
  font-size: 2rem;
  margin-right: 1rem;
}

@media screen and (min-width: 601px) {
  .category-article-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 6rem auto;
    max-width: 1000px;
  }
  .category-article-wrapper {
    flex-basis: 49rem;
    margin: 3rem 0;
  }
  .category-article-wrapper:nth-child(-n + 2) {
    margin-top: 0;
  }
  .category-article-wrapper:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.child-cat-list-item {
  margin: 0 0 2rem 3rem;
}

.child-cat-list,
.grandchild-cat-list {
  list-style-type: disc;
  color: #606066;
}

.grandchild-cat-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 60px;
}

.child-cat-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .grandchild-cat-list {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}

.grandchild-cat {
  font-size: 24px;
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
  .category-article-wrapper .to-list-link {
    padding: 0.8rem 0 0;
  }
  .category-article-list-item,
  .child-cat-list-item {
    align-items: baseline;
  }
  .category-article-list-item::before,
  .child-cat-list-item::before {
    margin-top: 0;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.archive-list-item {
  display: flex;
  margin: 0 0 2rem;
}

.archive-list-item::before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #009ed9;
  font-size: 1.1rem;
  margin: 0.5rem 1rem 0 0;
}

.archive-link:hover {
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  .archive-list-item {
    align-items: baseline;
  }
  .archive-list-item::before {
    margin-top: 0;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.page .layout_hero {
  background: linear-gradient(90deg, rgba(50, 121, 214, 0.9), rgba(71, 171, 192, 0.9)), url(assets/img/common/bg_icons.png);
  color: #ffffff;
  padding: 2.5rem 0 2.8rem;
}

.page .page-title {
  border: none;
  font-size: 2.5rem;
  margin: 0 10px;
  max-width: 1000px;
  padding: 0;
}

.page .maintenance-list-wrap {
  margin: 4.2rem 0;
}

.page .maintenance-block {
  margin: 0 10px 4rem;
  max-width: 1000px;
}

.page .to-maintenance-list {
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  color: #343535;
  display: block;
  padding: 0.3rem;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.page .to-maintenance-list:hover {
  background-color: #ffffff;
}

.page .headline {
  border-left: 4px solid #467bbf;
  font-size: 2.4rem;
  margin: 4rem 0;
  padding-left: 2.6rem;
}

.page .sub-headline {
  color: #467bbf;
  font-size: 2.4rem;
  margin: 4.3rem 0;
}

@media screen and (min-width: 601px) {
  .page .page-title {
    margin: 0 auto;
    width: 1000px;
  }
  .page .maintenance-block {
    margin: 0 auto 4rem;
    width: 1000px;
  }
}

@media all and (-ms-high-contrast: none) {
  .page .layout_hero {
    padding-bottom: 1.7rem;
  }
}

.maintenance-tab {
  margin: 1.4rem 0;
}

.maintenance-tab-link {
  font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  .maintenance-trigger {
    border: 1px solid #dadada;
    background-color: #f0f0f0;
    display: block;
    font-size: 1.4rem;
    padding: 1rem;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .maintenance-trigger:focus {
    outline: none;
  }
  .maintenance-trigger:after {
    content: "▼";
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .maintenance-trigger.is-open:after {
    content: "▲";
  }
  .maintenance-tab-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 300ms;
  }
  .maintenance-tab-list.is-updated {
    transition: none;
  }
  .maintenance-tab-list.is-open {
    max-height: 37rem;
  }
  .maintenance-tab-list-item {
    padding: 0;
    border: 1px solid #dadada;
    border-top: none;
  }
  .maintenance-tab-link {
    align-items: center;
    color: #343535;
    display: flex;
    height: 100%;
    line-height: 1;
    padding: 1.3rem;
    width: 100%;
  }
  .maintenance-tab-link:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 1rem;
    width: 1em;
  }
  .tab-rs .maintenance-tab-link:before {
    background-color: #f6aa00;
  }
  .tab-vps .maintenance-tab-link:before {
    background-color: #00a19a;
  }
  .tab-dsphy .maintenance-tab-link:before {
    background-color: #0951ad;
  }
  .tab-ds .maintenance-tab-link:before {
    background-color: #036eb7;
  }
  .tab-cloud .maintenance-tab-link:before {
    background-color: #0dac67;
  }
  .tab-housing .maintenance-tab-link:before {
    background-color: #500675;
  }
  .tab-iot .maintenance-tab-link:before {
    background-color: #f8994d;
  }
  .tab-imageflux .maintenance-tab-link:before {
    background-color: #447af2;
  }
  .tab-all .maintenance-tab-link:before {
    background-color: #467bbf;
  }
}

@media screen and (min-width: 601px) {
  .maintenance-tab {
    border-bottom: 2px solid #467bbf;
    height: 3.8rem;
  }
  .maintenance-tab.rs {
    border-bottom-color: #f6aa00;
  }
  .maintenance-tab.vps {
    border-bottom-color: #00a19a;
  }
  .maintenance-tab.ss, .maintenance-tab.ds {
    border-bottom-color: #036eb7;
  }
  .maintenance-tab.cloud {
    border-bottom-color: #0dac67;
  }
  .maintenance-tab.housing {
    border-bottom-color: #500675;
  }
  .maintenance-tab.iot {
    border-bottom-color: #f8994d;
  }
  .maintenance-tab.imageflux {
    border-bottom-color: #447af2;
  }
  .maintenance-tab-list-item {
    display: inline-block;
    height: 3.6rem;
    margin-right: 0.5rem;
    width: 10.1rem;
  }
  .maintenance-tab-list-item:last-child {
    margin-right: 0;
  }
  .maintenance-tab-link {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 1.2rem;
    height: 100%;
    justify-content: center;
    opacity: 0.5;
  }
  .maintenance-tab-link.is-current, .maintenance-tab-link:hover {
    opacity: 1;
  }
  .tab-rs .maintenance-tab-link {
    background-color: #f6aa00;
  }
  .tab-vps .maintenance-tab-link {
    background-color: #00a19a;
  }
  .tab-dsphy .maintenance-tab-link {
    background-color: #0951ad;
  }
  .tab-ds .maintenance-tab-link {
    background-color: #036eb7;
  }
  .tab-cloud .maintenance-tab-link {
    background-color: #0dac67;
  }
  .tab-housing .maintenance-tab-link {
    background-color: #500675;
  }
  .tab-iot .maintenance-tab-link {
    background-color: #f8994d;
  }
  .tab-imageflux .maintenance-tab-link {
    background-color: #447af2;
  }
  .tab-all .maintenance-tab-link {
    background-color: #467bbf;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 600px) {
  .maintenance-tab-link {
    align-items: baseline;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 601px) {
  .maintenance-tab-link {
    padding-top: 0.7rem;
  }
}

.maintenance-list-item {
  align-items: flex-start;
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.maintenance-list-item:last-child {
  margin-bottom: 0;
}

.maintenance-list-item .maintenance-link {
  margin-left: 1rem;
}

.maintenance-list-item .maintenance-link:hover {
  margin-left: 1rem;
  text-decoration: underline;
}

.maintenance-list-item .label-maint,
.maintenance-list-item .label-trouble,
.maintenance-list-item .label-done {
  border: 1px solid #343535;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 1rem;
  padding: 0.1rem 0.5rem;
  text-align: center;
  flex-basis: 7em;
  min-width: 7em;
}

.maintenance-list-item .label-trouble {
  background-color: #a48dd2;
  border-color: #a48dd2;
  color: #ffffff;
}

.maintenance-list-item .label-done {
  border-color: #467bbf;
  color: #467bbf;
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.single .layout_hero {
  background: linear-gradient(90deg, rgba(50, 121, 214, 0.9), rgba(71, 171, 192, 0.9)), url(assets/img/common/bg_icons.png);
  color: #ffffff;
  padding: 2.5rem 0 2.8rem;
}

.single .page-title {
  border: none;
  font-size: 2.5rem;
  margin: 0 10px;
  max-width: 1000px;
  padding: 0;
}

.single .parent-categoty-name {
  display: block;
  font-size: 1.6rem;
}

.article-wrap .article-h1 {
  font-size: 2.6rem;
}

.article-wrap .pagetop {
  text-align: right;
  margin: 2rem 0 3rem;
}

.article-wrap .pagetop::after {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #009ed9;
  margin-left: 1rem;
}

.article-wrap p {
  margin: 1.4rem 0;
}

.article-wrap .target-block {
  background-color: #eeeeee;
  color: #787979;
  font-size: 1.4rem;
  margin: 2rem 0 5rem;
  padding: 1rem 1rem 0.5rem;
}

.article-wrap .target-block .target-caption {
  margin-bottom: 0.5rem;
}

.article-wrap .target {
  background-color: #808088;
  color: #ffffff;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.1rem 0.4rem;
}

.article-wrap .target.parent {
  padding: 0.4rem;
}

.article-wrap .target_rs {
  background-color: #f6aa00;
}

.article-wrap .target_vps, .article-wrap .target_vps_for_windows, .article-wrap .target_bare_metal {
  background-color: #00a19a;
}

.article-wrap .target_ds, .article-wrap .target_ds_platform, .article-wrap .target_ds_old {
  background-color: #036eb7;
}

.article-wrap .target_housing, .article-wrap .target_remote_housing {
  background-color: #500675;
}

.article-wrap .target_cloud {
  background-color: #0dac67;
}

.article-wrap .target_domain {
  background-color: #f19eb5;
}

.article-wrap .target_ssl {
  background-color: #f5be00;
}

.article-wrap .target_sakura_io {
  background-color: #f8994d;
}

.article-wrap .target_koukaryoku {
  background-color: #dd0500;
}

.article-wrap .target_windows_server_2012, .article-wrap .target_windows_server_2016 {
  background-color: #94d1fb;
}

.article-wrap .target_detection {
  background-color: #001a55;
}

.article-wrap .target_imageflux {
  background-color: #447af2;
}

@media screen and (min-width: 601px) {
  .single .page-title {
    margin: 0 auto;
    width: 1000px;
  }
}

@media all and (-ms-high-contrast: none) {
  .single .layout_hero {
    padding-bottom: 1.7rem;
  }
}

/*** 以下Zendeskサイトの_article.scssをそのままコピペ ***/
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* 記事は旧サイトを流用しているため、classがないセレクタがある。 */
/* その場合は例外的にセレクタを指定して良いとする。 */
/* --------------------------------------------- */
.article-wrap a:hover {
  text-decoration: underline;
}

.article-wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* answer-plan
-------------------------------------------------------------*/
.article-wrap .answer-plan {
  padding: 1rem;
  background-color: #eeeeee;
  overflow-x: auto;
}

.article-wrap .answer-plan img {
  vertical-align: bottom;
  width: auto;
}

/* margin
-------------------------------------------------------------*/
.article-wrap .section-block {
  margin-top: 4rem;
  padding: 0;
}

.article-wrap .section-block-l {
  margin-top: 35rem;
}

.article-wrap .section-block-s {
  margin-top: 1.5rem;
}

.article-wrap .sep-s {
  margin-top: 1rem;
}

.article-wrap .mT0 {
  margin-top: 0;
}

.article-wrap.sep-sb {
  margin-bottom: 1rem;
}

.article-wrap .mB0 {
  margin-bottom: 0;
}

/* 目次
-------------------------------------------------------------*/
.article-wrap .list-navi {
  display: inline-block;
  max-width: 100rem;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  margin: 0 0 4rem;
  padding: 2.6rem;
}

.article-wrap .list-navi:before {
  content: '目次';
  display: block;
  font-weight: bold;
  margin: 0 0 2rem;
}

.article-wrap .list-navi ul > li {
  margin: 0 0 1rem 2.3rem;
  text-indent: -2.3rem;
}

.article-wrap .list-navi ul > li:last-child {
  margin-bottom: 0;
}

.article-wrap .list-navi ul > li:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #009ed9;
  margin-right: 1rem;
}

.article-wrap .list-navi ul > li li {
  margin: 1rem 0 0 2rem;
  text-indent: -2rem;
}

.article-wrap .list-navi ul > li li:before {
  content: "- ";
  font-family: FontAwesome, Arial, sans-serif;
  color: #009ed9;
  margin-right: 1rem;
}

/* title
-------------------------------------------------------------*/
/* ttl */
.article-wrap .ttl {
  font-size: 2rem;
  padding-left: 2rem;
  border-left: 4px solid #467bbf;
}

/* ttl-bg-blue */
.article-wrap .ttl-bg-blue, .article-wrap .ttl-bg-blue-sq {
  background-color: #e9f8ff;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 0.4rem 1rem;
  color: #467bbf;
}

.single dt.ttl-bg-blue {
  background-color: #e9f8ff;
  margin-bottom: 0;
}

.article-wrap .ttl-bg-blue-sq {
  background-color: #e9f8ff;
  padding-left: 2.2rem;
}

/* ttl-dot */
.article-wrap .ttl-dot, .article-wrap .ttl-dot-short {
  font-size: 2.4rem;
  margin-bottom: 3.7rem;
  padding-bottom: 0.4rem;
  color: #467bbf;
}

/* ttl-num */
.article-wrap .ttl-num {
  margin: 1.5rem 0 1.5rem 2.9rem;
  text-indent: -2.9rem;
}

.article-wrap .ttl-num.icon-num1:before {
  content: "1";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num2:before {
  content: "2";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num3:before {
  content: "3";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num4:before {
  content: "4";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num5:before {
  content: "5";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num6:before {
  content: "6";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num7:before {
  content: "7";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num8:before {
  content: "8";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num9:before {
  content: "9";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num10:before {
  content: "10";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num11:before {
  content: "11";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num12:before {
  content: "12";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num13:before {
  content: "13";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num14:before {
  content: "14";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

.article-wrap .ttl-num.icon-num15:before {
  content: "15";
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  padding: 0.5rem 0.6rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  color: #ffffff;
  background-color: #467bbf;
}

/* ttl-line */
.article-wrap .ttl-line {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding: 0 0.2rem 0.3rem;
  border-bottom: 1px solid #467bbf;
}

.article-wrap .ttl-line.text-step1 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step1:before {
  content: "STEP1";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step2 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step2:before {
  content: "STEP2";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step3 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step3:before {
  content: "STEP3";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step4 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step4:before {
  content: "STEP4";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step5 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step5:before {
  content: "STEP5";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step6 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step6:before {
  content: "STEP6";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step7 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step7:before {
  content: "STEP7";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step8 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step8:before {
  content: "STEP8";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step9 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step9:before {
  content: "STEP9";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step10 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step10:before {
  content: "STEP10";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step11 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step11:before {
  content: "STEP11";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step12 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step12:before {
  content: "STEP12";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step13 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step13:before {
  content: "STEP13";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step14 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step14:before {
  content: "STEP14";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

.article-wrap .ttl-line.text-step15 {
  text-indent: -7.5rem;
  padding-left: 7.5rem;
}

.article-wrap .ttl-line.text-step15:before {
  content: "STEP15";
  color: #467bbf;
  font-size: 1.8rem;
  padding: 0 1rem 0 0.2rem;
}

/* ttl-default */
.article-wrap .ttl-default {
  background-color: #e9f8ff;
  border-radius: 0.2rem;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  padding: 0.4rem 1rem;
}

/* ttl-sq */
.article-wrap .ttl-sq {
  margin-bottom: 0.5rem;
}

.article-wrap .ttl-sq:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #467bbf;
  margin-right: 1rem;
  font-size: 0.8em;
}

/* box
-------------------------------------------------------------*/
/* box-alert */
.article-wrap .box-alert, .article-wrap .box-alert-dual {
  background-color: #f0f0f0;
  border-radius: 1rem;
  margin: 1.5rem 0.3rem;
  padding: 2rem;
}

.article-wrap .box-alert-dual .box {
  width: 100%;
  padding: 0 1.4rem;
}

@media (min-width: 768px) {
  .article-wrap .box-alert-dual .box {
    width: 50%;
  }
}

.article-wrap .box-alert .title, .article-wrap .box-alert-dual .title {
  font-size: 116.7%;
  line-height: 1.3;
  height: 37px;
  min-height: 37px;
  margin-bottom: 0.5rem;
  padding: 11px 0 0 17px;
}

.article-wrap .box-alert .title-icon, .article-wrap .box-alert-dual .title-icon {
  font-size: 2rem;
  margin: 0 0 3rem;
  font-weight: normal;
}

.article-wrap .box-alert .title-icon:before, .article-wrap .box-alert-dual .title-icon:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #ffb400;
  font-size: 2.6rem;
  vertical-align: middle;
  margin-right: 1.1rem;
}

/* box-line */
.article-wrap .box-line {
  border: 0.3rem solid #e9f8ff;
  border-radius: 10px;
  margin: 2rem 0;
  padding: 2.3rem 2.3rem 1rem;
}

/* box-alert-dual */
/* box-line-in */
.article-wrap .box-manual-exp .box-line-in {
  border: 0.3rem solid #e9f8ff;
  border-radius: 10px;
  margin: 2rem 0;
  padding: 2.3rem 2.3rem 1rem;
  border-width: 1rem;
}

.article-wrap .box-manual-exp .box-line-in .title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.article-wrap .box-manual-exp .box-line-in .title.has-point:before {
  display: inline;
  content: "\f12a POINT";
  font-family: FontAwesome;
  color: #ffffff;
  background-color: #f28b1c;
  border-radius: 5px;
  text-align: center;
  padding: 0.3rem 1.3rem;
  margin-right: 1rem;
}

/* box-gray-ex */
.article-wrap .box-gray-ex {
  background: #f1f1f1;
  margin-top: 1.4rem;
  padding: 1.9rem 1.4rem;
  border: 1px solid #b7b7b7;
}

/* list
-------------------------------------------------------------*/
/* list-link-dot */
.single ul.list-link-dot li a:hover {
  text-decoration: underline;
}

/* list-alert-num */
.article-wrap .list-alert-num {
  list-style: none;
}

.single ul.list-alert-num > li, .single p.list-alert-num {
  font-size: 1.2rem;
  text-indent: -2.3rem;
  padding: 0 0 0 2.3rem;
}

/* list-sq */
.article-wrap .list-sq {
  padding: 0;
}

.single p.list-sq, .single ul.list-sq > li, .single ul ul.list-sq > li {
  list-style: none;
  text-indent: -2rem;
  margin-left: 2rem;
}

.single p.list-sq:before, .single ul.list-sq > li:before, .single ul ul.list-sq > li:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #467bbf;
  margin-right: 1rem;
  font-size: 0.8em;
}

/* list-alert */
.single ul.list-alert > li, .single p.list-alert {
  font-size: 1.2rem;
  line-height: 1.3;
  text-indent: -1.7rem;
  margin-top: 0.3rem;
  padding: 0 0 0 1.7rem;
}

/* list-checked */
.article-wrap .list-checked {
  list-style: none;
}

.article-wrap .list-checked > li {
  margin: 0 0 1rem 2rem;
  text-indent: -2rem;
}

.article-wrap .list-checked > li:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #8e8e8e;
  font-size: 1.2rem;
  margin: 0 1rem 1rem 0;
}

.article-wrap .list-checked > li.first {
  padding-top: 0;
}

/* list-arw */
.single ul.list-arw {
  list-style: none;
  padding: 0;
}

.single ul.list-arw > li {
  border-left: 1px solid #467bbf;
  text-indent: 0;
  margin: 0 0 0.3rem;
  padding-left: 1rem;
}

/* list-sq-dot */
.article-wrap .list-sq-dot {
  padding: 0;
}

.article-wrap .list-sq-dot > li {
  list-style: none;
  border-top: 1px dotted #b8b8b8;
  margin: 0;
  padding: 0.9rem 0.07rem 0.9rem 2.7rem;
  text-indent: -2rem;
}

.article-wrap .list-sq-dot > li:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #467bbf;
  margin-right: 1rem;
  font-size: 0.8em;
}

.article-wrap .list-sq-dot > li:last-child {
  border-bottom: 1px dotted #8e8e8e;
}

.article-wrap .list-sq-dot > li ul {
  padding-top: 0.3rem;
}

.article-wrap .list-sq-dot > li li {
  border-top: none;
}

/* list-dot */
.single ul.list-dot > li {
  list-style: none;
  text-indent: -2rem;
  margin-left: 2rem;
}

.single ul.list-dot > li:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #467bbf;
  margin-right: 1rem;
  font-size: 0.8em;
}

.single ul.list-alert > li ul.list-dot > li, .single ul.list-alert-num > li ul.list-dot > li {
  list-style: none;
  text-indent: -2rem;
  margin-left: 2rem;
}

.single ul.list-alert > li ul.list-dot > li:before, .single ul.list-alert-num > li ul.list-dot > li:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #467bbf;
  margin-right: 1rem;
  font-size: 0.8em;
}

/* related-articles */
.article-wrap .related-articles > li {
  padding: 0.5rem 0;
}

/* link
-------------------------------------------------------------*/
.article-wrap .arw {
  border-left: 1px solid #467bbf;
  padding-left: 1.9rem;
}

.single a.arw {
  background-position: left 0.2rem;
}

.single a.pdflink {
  text-indent: -2rem;
  margin-left: 2rem;
  display: inline-block;
}

.single a.pdflink:before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  margin-right: 1rem;
  color: #ff0000;
}

.outside:after {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  margin: 0 0.5rem;
}

/* article-vote-controls
-------------------------------------------------------------*/
.article-vote-controls {
  position: absolute;
  right: -8.5rem;
  top: 0.1rem;
}

/* article-aside
-------------------------------------------------------------*/
.article-aside {
  margin-top: 8rem;
}

.article-aside h3 {
  font-size: 2rem;
  color: #8e8e8e;
}

.article-aside ul {
  list-style: none;
  padding: 0;
}

/* others
-------------------------------------------------------------*/
@media (max-width: 400px) {
  .article-vote {
    width: 70%;
  }
}

.single .article-wrap .half {
  width: 100%;
}

.single .fixRed {
  color: #dd0000;
}

.single .fixSheet {
  padding: 1.5rem;
  border: 1px solid #dddddd;
  background: #f0f0f0;
}

.single .fixBox01 {
  border: 1px solid #cccccc;
}

.single .line-btm-dot {
  border-bottom: 1px dotted #467bbf;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.single .mgt50 {
  margin-top: 5rem;
}

.single .pd15 {
  padding: 1.5rem;
}

.single .cClear {
  clear: both;
}

.single .cLeft {
  float: left;
}

.single .cRight {
  float: right;
}

.single div.clr-box {
  margin: 0;
  padding: 0;
  clear: both;
}

.single div.clr-box br {
  display: none;
}

.single .alignL {
  text-align: left;
}

.single .alignC {
  text-align: center;
}

.single .alignR {
  text-align: right;
}

.single .inline {
  display: inline;
}

.single .block {
  display: block;
}

.single .none {
  display: none;
}

.single .relative {
  position: relative;
}

.single .absolute {
  position: absolute;
}

.single .fltL {
  float: left;
}

.single .fltR {
  float: right;
}

.single .cf:before, .single .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.single .cf:after {
  clear: both;
}

.single .cf {
  zoom: 1;
}

.single .break {
  overflow: hidden;
}

.single .alnL {
  text-align: left;
}

.single .alnC {
  text-align: center;
}

.single .alnR {
  text-align: right;
}

.single .arndL {
  overflow: hidden;
}

.single .arndL img {
  float: left;
}

.single .arndR {
  overflow: hidden;
}

.single .arndR img {
  float: right;
}

.single .txt10 {
  font-size: 1rem;
}

.single .txt11 {
  font-size: 1.1rem;
}

.single .txt12 {
  font-size: 1.2rem;
}

.single .txt13 {
  font-size: 1.3rem;
}

.single .txt14 {
  font-size: 1.4rem;
}

.single .txt16 {
  font-size: 1.6rem;
}

.single .txt18 {
  font-size: 1.8rem;
}

.single .lh100 {
  line-height: 1;
}

.single .lh110 {
  line-height: 1.1;
}

.single .lh120 {
  line-height: 1.2;
}

.single .lh130 {
  line-height: 1.3;
}

.single .lh140 {
  line-height: 1.4;
}

.single .lh150 {
  line-height: 1.5;
}

.single .lh160 {
  line-height: 1.6;
}

.single .lh170 {
  line-height: 1.7;
}

.single .lh180 {
  line-height: 1.8;
}

.single .bold {
  font-weight: bold;
}

.single .white {
  color: #fff;
}

.single .black {
  color: #000;
}

.single .mg01 {
  margin: 0.1rem;
}

.single .mg02 {
  margin: 0.2rem;
}

.single .mg03 {
  margin: 0.3rem;
}

.single .mg04 {
  margin: 0.4rem;
}

.single .mg05 {
  margin: 0.5rem;
}

.single .mg10 {
  margin: 1rem;
}

.single .mg15 {
  margin: 1.5rem;
}

.single .mg20 {
  margin: 2rem;
}

.single .mg25 {
  margin: 2.5rem;
}

.single .mg30 {
  margin: 3rem;
}

.single .mg35 {
  margin: 3.5rem;
}

.single .mg40 {
  margin: 4rem;
}

.single .mg45 {
  margin: 4.5rem;
}

.single .mg50 {
  margin: 5rem;
}

.single .mgb01 {
  margin-bottom: 0.1rem;
}

.single .mgb02 {
  margin-bottom: 0.2rem;
}

.single .mgb03 {
  margin-bottom: 0.3rem;
}

.single .mgb04 {
  margin-bottom: 0.4rem;
}

.single .mgb05 {
  margin-bottom: 0.5rem;
}

.single .mgb06 {
  margin-bottom: 0.6rem;
}

.single .mgb07 {
  margin-bottom: 0.7rem;
}

.single .mgb08 {
  margin-bottom: 0.8rem;
}

.single .mgb09 {
  margin-bottom: 0.9rem;
}

.single .mgb10 {
  margin-bottom: 1rem;
}

.single .mgb15 {
  margin-bottom: 1.5rem;
}

.single .mgb20 {
  margin-bottom: 2rem;
}

.single .mgb25 {
  margin-bottom: 2.5rem;
}

.single .mgb30 {
  margin-bottom: 3rem;
}

.single .mgb35 {
  margin-bottom: 3.5rem;
}

.single .mgb40 {
  margin-bottom: 4rem;
}

.single .mgb45 {
  margin-bottom: 4.5rem;
}

.single .mgb50 {
  margin-bottom: 5rem;
}

.single .mgr01 {
  margin-right: 0.1rem;
}

.single .mgr02 {
  margin-right: 0.2rem;
}

.single .mgr03 {
  margin-right: 0.3rem;
}

.single .mgr04 {
  margin-right: 0.4rem;
}

.single .mgr05 {
  margin-right: 0.5rem;
}

.single .mgr06 {
  margin-right: 0.6rem;
}

.single .mgr07 {
  margin-right: 0.7rem;
}

.single .mgr08 {
  margin-right: 0.8rem;
}

.single .mgr09 {
  margin-right: 0.9rem;
}

.single .mgr10 {
  margin-right: 1rem;
}

.single .mgr15 {
  margin-right: 1.5rem;
}

.single .mgr20 {
  margin-right: 2rem;
}

.single .mgr25 {
  margin-right: 2.5rem;
}

.single .mgr30 {
  margin-right: 3rem;
}

.single .mgr35 {
  margin-right: 3.5rem;
}

.single .mgr40 {
  margin-right: 4rem;
}

.single .mgr45 {
  margin-right: 4.5rem;
}

.single .mgr50 {
  margin-right: 5rem;
}

.single .mgl01 {
  margin-left: 0.1rem;
}

.single .mgl02 {
  margin-left: 0.2rem;
}

.single .mgl03 {
  margin-left: 0.3rem;
}

.single .mgl04 {
  margin-left: 0.4rem;
}

.single .mgl05 {
  margin-left: 0.5rem;
}

.single .mgl06 {
  margin-left: 0.6rem;
}

.single .mgl07 {
  margin-left: 0.7rem;
}

.single .mgl08 {
  margin-left: 0.8rem;
}

.single .mgl09 {
  margin-left: 0.9rem;
}

.single .mgl10 {
  margin-left: 1rem;
}

.single .mgl15 {
  margin-left: 1.5rem;
}

.single .mgl20 {
  margin-left: 2rem;
}

.single .mgl25 {
  margin-left: 2.5rem;
}

.single .mgl30 {
  margin-left: 3rem;
}

.single .mgl35 {
  margin-left: 3.5rem;
}

.single .mgl40 {
  margin-left: 4rem;
}

.single .mgl45 {
  margin-left: 4.5rem;
}

.single .mgl50 {
  margin-left: 5rem;
}

.single .mgt01 {
  margin-top: 0.1rem;
}

.single .mgt02 {
  margin-top: 0.2rem;
}

.single .mgt03 {
  margin-top: 0.3rem;
}

.single .mgt04 {
  margin-top: 0.4rem;
}

.single .mgt05 {
  margin-top: 0.5rem;
}

.single .mgt06 {
  margin-top: 0.6rem;
}

.single .mgt07 {
  margin-top: 0.7rem;
}

.single .mgt08 {
  margin-top: 0.8rem;
}

.single .mgt09 {
  margin-top: 0.9rem;
}

.single .mgt10 {
  margin-top: 1rem;
}

.single .mgt15 {
  margin-top: 1.5rem;
}

.single .mgt20 {
  margin-top: 2rem;
}

.single .mgt25 {
  margin-top: 2.5rem;
}

.single .mgt30 {
  margin-top: 3rem;
}

.single .mgt35 {
  margin-top: 3.5rem;
}

.single .mgt40 {
  margin-top: 4rem;
}

.single .mgt45 {
  margin-top: 4.5rem;
}

.single .mgt50 {
  margin-top: 5rem;
}

.single .pd01 {
  padding: 0.1rem;
}

.single .pd02 {
  padding: 0.2rem;
}

.single .pd03 {
  padding: 0.3rem;
}

.single .pd04 {
  padding: 0.4rem;
}

.single .pd05 {
  padding: 0.5rem;
}

.single .pd10 {
  padding: 1rem;
}

.single .pd15 {
  padding: 1.5rem;
}

.single .pd20 {
  padding: 2rem;
}

.single .pd25 {
  padding: 2.5rem;
}

.single .pd30 {
  padding: 3rem;
}

.single .pd35 {
  padding: 3.5rem;
}

.single .pd40 {
  padding: 4rem;
}

.single .pd45 {
  padding: 4.5rem;
}

.single .pd50 {
  padding: 5rem;
}

.single .pdt05 {
  padding-top: 0.5rem;
}

.single .pdt10 {
  padding-top: 1rem;
}

.single .pdt15 {
  padding-top: 1.5rem;
}

.single .pdt20 {
  padding-top: 2rem;
}

.single .pdt25 {
  padding-top: 2.5rem;
}

.single .pdt30 {
  padding-top: 3rem;
}

.single .pdt35 {
  padding-top: 3.5rem;
}

.single .pdt40 {
  padding-top: 4rem;
}

.single .pdt45 {
  padding-top: 4.5rem;
}

.single .pdt50 {
  padding-top: 5rem;
}

.single .pdl05 {
  padding-left: 0.5rem;
}

.single .pdl10 {
  padding-left: 1rem;
}

.single .pdl15 {
  padding-left: 1.5rem;
}

.single .pdl20 {
  padding-left: 2rem;
}

.single .pdl25 {
  padding-left: 2.5rem;
}

.single .pdl30 {
  padding-left: 3rem;
}

.single .pdl35 {
  padding-left: 3.5rem;
}

.single .pdl40 {
  padding-left: 4rem;
}

.single .pdl45 {
  padding-left: 4.5rem;
}

.single .pdl50 {
  padding-left: 5rem;
}

.single .pdb05 {
  padding-bottom: 0.5rem;
}

.single .pdb10 {
  padding-bottom: 1rem;
}

.single .pdb15 {
  padding-bottom: 1.5rem;
}

.single .pdb20 {
  padding-bottom: 2rem;
}

.single .pdb25 {
  padding-bottom: 2.5rem;
}

.single .pdb30 {
  padding-bottom: 3rem;
}

.single .pdb35 {
  padding-bottom: 3.5rem;
}

.single .pdb40 {
  padding-bottom: 4rem;
}

.single .pdb45 {
  padding-bottom: 4.5rem;
}

.single .pdb50 {
  padding-bottom: 5rem;
}

.single .pdr05 {
  padding-right: 0.5rem;
}

.single .pdr10 {
  padding-right: 1rem;
}

.single .pdr15 {
  padding-right: 1.5rem;
}

.single .pdr20 {
  padding-right: 2rem;
}

.single .pdr25 {
  padding-right: 2.5rem;
}

.single .pdr30 {
  padding-right: 3rem;
}

.single .pdr35 {
  padding-right: 3.5rem;
}

.single .pdr40 {
  padding-right: 4rem;
}

.single .pdr45 {
  padding-right: 4.5rem;
}

.single .pdr50 {
  padding-right: 5rem;
}

.single .killbd {
  border: none;
}

.single .killbdt {
  border-top: none;
}

.single .killbdr {
  border-right: none;
}

.single .killbdb {
  border-bottom: none;
}

.single .killbdl {
  border-left: none;
}

.single .killmg {
  margin: 0;
}

.single .killmgt {
  margin-top: 0;
}

.single .killmgr {
  margin-right: 0;
}

.single .killmgb {
  margin-bottom: 0;
}

.single .killmgl {
  margin-left: 0;
}

.single .killpd {
  padding: 0;
}

.single .killpdt {
  padding-top: 0;
}

.single .killpdr {
  padding-right: 0;
}

.single .killpdb {
  padding-bottom: 0;
}

.single .killpdl {
  padding-left: 0;
}

.single .killbg {
  background: none;
}

.single .hidden {
  overflow: hidden;
}

.single .visible {
  overflow: visible;
}

.single .vat {
  vertical-align: top;
}

.single .vam {
  vertical-align: middle;
}

.single .vab {
  vertical-align: bottom;
}

.single .extxt {
  color: #ea2e59;
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 768px) {
  .article-wrap .list-navi {
    margin: 0 0 4rem;
  }
  .article-wrap .box-alert, .article-wrap .box-alert-dual {
    padding: 3rem;
  }
  .article-vote-count {
    position: absolute;
    left: 100%;
    margin-left: 10.6rem;
    top: 0.4rem;
    width: 30rem;
  }
  /* width */
  .article-wrap .half {
    width: 50%;
  }
}

/*
  Table
 */
.article-wrap .table-line {
  border-collapse: collapse;
  margin-top: 0.5rem;
}

.article-wrap .table-line th, .article-wrap .table-line td {
  padding: 0.8rem 0.8rem 0.5rem;
  border: 1px solid #cccccc;
}

.article-wrap .table-line th {
  font-weight: normal;
  background-color: #e9f8ff;
}

.article-wrap .table-line td {
  background-color: #ffffff;
}

.article-wrap .table-line tr.tr-head th {
  background-color: #bbdfef;
}

.article-wrap .table-line01 {
  margin-top: 0.5rem;
  width: 100%;
}

.article-wrap .table-line01 th, .article-wrap .table-line01 td {
  background: #ffffff;
  padding: 0.8rem 0.8rem 0.5rem;
  text-align: center;
}

.article-wrap .table-line01 th {
  background-color: #e9f8ff;
  font-weight: bold;
  text-align: center;
}

.article-wrap .table-line01 tr.tr-head th {
  background: #bbdfef;
}

.article-wrap .table01 {
  border-collapse: collapse;
  width: 100%;
}

.article-wrap .table01 th {
  border: 1px solid #aaaaaa;
  background: #31a0d0;
  text-align: center;
  color: #ffffff;
  padding: 0.3rem;
  white-space: nowrap;
}

.article-wrap .table01 td {
  border: 1px solid #aaaaaa;
  padding: 0.3rem 1rem;
}

.article-wrap .table01 .bgcell td {
  background: #e0f1f8;
}

.article-wrap .table01 .red {
  color: #dd0000;
}

@media (max-width: 768px) {
  .article-wrap table {
    width: 100%;
  }
  .article-wrap .table-part th, .article-wrap .table-part td {
    width: 100%;
    display: block;
  }
  .article-wrap .table-part td {
    border-top: none;
    margin-bottom: 1rem;
  }
  .article-wrap .table-fix {
    display: block;
    position: relative;
  }
  .article-wrap .table-fix tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* ------------------------------------
/* 旧サイト（Zendeskに移行する前のサイト）のCSSです
/* スタイルガイドルールに当てはめません。
/* 他のCSSと競合または不要なコードがあれば削除するか修正します。
/* ------------------------------------ */
/* text
-------------------------------------------------------------*/
/* 11px */
.article-wrap .small {
  font-size: 1.1rem;
}

/* 14px */
.article-wrap .large {
  font-size: 1.4rem;
}

/* weight */
.article-wrap .txt-normal {
  font-weight: normal;
}

/* underline */
.article-wrap .underline {
  text-decoration: underline;
}

/* line-btm */
.article-wrap .line-btm {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #b7b7b7;
}

/* color */
.article-wrap .clr-red {
  color: #ee5f00;
}

.article-wrap .clr-orange {
  color: #e99a1a;
}

/* photo
-------------------------------------------------------------*/
.article-wrap .cLeft-photo {
  float: left;
  margin: 0 15px 10px 0;
}

.article-wrap .cRight-photo {
  float: right;
  margin: 0 0 10px 15px;
}

/* list
-------------------------------------------------------------*/
/* list-num */
.article-wrap ul.list-num li {
  text-indent: -1rem;
  padding: 0 0 0 1rem;
}

/* list-none */
.article-wrap ul.list-none li {
  background: none;
  text-indent: 0;
  padding: 0;
}

/* list-question */
.article-wrap ul.list-question li {
  padding: 14px 0 0px 25px;
}

.article-wrap ul.list-question li.first {
  padding-top: 0;
  background-position: left top;
}

.article-wrap ul.list-question li a {
  text-decoration: none;
}

.article-wrap ul.list-question li a:hover {
  text-decoration: underline;
}

.article-wrap ul.list-question li ul {
  padding-top: 5px;
}

.article-wrap ul.list-question li ul.list-arw li {
  padding: 5px 0 0 10px;
}

/* list-next-back */
.article-wrap ul.list-back-next {
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
  margin-top: 40px;
}

.article-wrap ul.list-back-next li.back {
  float: left;
  padding-left: 20px;
}

.article-wrap ul.list-back-next li.next {
  float: right;
  padding-right: 20px;
}

/* dl
-------------------------------------------------------------*/
/* dl-link */
.article-wrap dl.dl-link dt {
  line-height: 1.3;
  padding-left: 10px;
}

.article-wrap dl.dl-link dd {
  font-size: 91.7%;
  padding-top: 5px;
}

/* dl-default */
.article-wrap dl.dl-default dt {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1.5rem;
}

.article-wrap dl.dl-default dd {
  padding-top: 5px;
}

/* dl-mainte */
.article-wrap dl.dl-mainte dt {
  line-height: 1.5;
  width: 11rem;
}

.article-wrap dl.dl-mainte dd {
  line-height: 1.5;
  padding: 0 0 6px 11rem;
  margin: -1.5rem 0 6px;
}

.article-wrap .event-incoming {
  font-weight: bold;
}

/* dl-question */
.article-wrap dl.dl-question dt {
  font-size: 116.7%;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 8px 25px;
}

.article-wrap dl.dl-question dd {
  line-height: 1.5;
  padding: 0 0 13px 25px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #a3d5ea;
}

/* box
-------------------------------------------------------------*/
/* box-3 */
.article-wrap .box-3 {
  width: 100%;
  overflow: hidden;
}

.article-wrap .box-3 .cLeft {
  padding-right: 10px;
}

/* box-line-blue */
.article-wrap .box-line-blue {
  margin-top: 1.5rem;
  border: 1px solid #bde2f2;
}

.article-wrap .box-line-blue .title {
  font-size: 116.7%;
  line-height: 1.3;
  color: #227192;
  background: #def0f8;
  text-align: center;
  padding: 12px 15px 11px;
  border-top: 1px solid #fff;
  border-bottom: 1px dotted #acd9ec;
  border-left: 1px solid #fff;
}

.article-wrap .box-line-blue .box {
  padding: 14px 15px 16px;
}

.article-wrap .box-line-blue .half {
  width: 50%;
}

/* box-line-red */
.article-wrap .box-line-red {
  border: 2px solid #8d3728;
  padding: 18px 20px 20px;
}

/* box-line-dual */
.article-wrap .box-line-dual {
  margin-top: 1.5rem;
}

.article-wrap .box-line-dual .inner-box {
  padding-top: 1px;
}

.article-wrap .box-line-dual .inner-box .inner-box {
  width: 100%;
  padding: 0 0 16px;
}

.article-wrap .box-line-dual .content {
  padding: 13px 15px 0;
}

.article-wrap .box-line-dual .title {
  font-size: 116.7%;
  line-height: 1.3;
  color: #217192;
  margin: 0 1px;
  padding: 13px 15px 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* box-yellow-dual */
.article-wrap .box-yellow-dual {
  margin-top: 1.5rem;
}

.article-wrap .box-yellow-dual .inner-box {
  padding-top: 14px;
}

.article-wrap .box-yellow-dual .inner-box .inner-box {
  width: 100%;
  padding: 0 0 10px;
}

.article-wrap .box-yellow-dual .title {
  color: #e99a1a;
  padding: 0 15px 12px;
}

.article-wrap .box-yellow-dual .content {
  padding: 10px 15px 0;
}

/* box-gray-dual */
.article-wrap .box-gray-dual {
  margin-top: 1.5rem;
}

.article-wrap .box-gray-dual .inner-box {
  width: 100%;
  padding: 0 0 12px;
}

.article-wrap .box-gray-dual .title {
  font-size: 108.3%;
  line-height: 1.3;
  padding: 10px 12px 7px;
}

.article-wrap .box-gray-dual .box-underline {
  padding-bottom: 13px;
}

.article-wrap .box-gray-dual .box {
  padding: 12px 15px 0;
}

/* box-command */
.article-wrap .box-command {
  color: #fff;
  background: #000;
  margin-top: 1.5rem;
  padding: 1.9rem 1.4rem 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.article-wrap .box-command pre {
  overflow: auto;
  padding-bottom: 1.9rem;
}

/* box-bnr-area */
.article-wrap .box-bnr-area {
  height: auto;
  height: 5rem;
  min-height: 5rem;
  padding: 1rem 1rem 0;
  margin: 2rem 0;
}

.article-wrap .box-bnr-area p {
  padding-top: 10px;
}

.article-wrap .box-bnr-area .bnr {
  float: left;
  padding: 0 15px 0 0;
}

/* box-manual-exp */
.article-wrap .box-idt-l {
  padding-left: 15px;
}

/*=============================================================
 win-popup Layout
=============================================================*/
#win-popup {
  margin: 0 auto;
  padding: 5px 10px 0;
}

#win-popup .article-wrap {
  width: auto;
  float: none;
}

#win-popup .article-wrap h1.ttl-page2 {
  font-size: 116.7%;
}

#win-popup #copyright {
  font-size: 83.3%;
  text-align: right;
  padding: 0 0 18px;
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.menu-button {
  align-items: center;
  border: 1px solid #467bbf;
  border-radius: 10px;
  color: #467bbf;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 39px;
  line-height: 1;
  justify-content: center;
  width: 112px;
}

.home .menu-button {
  border-color: #ffffff;
  color: #ffffff;
}

@media all and (-ms-high-contrast: none) {
  .menu-button-wrap {
    margin-left: auto;
  }
  .menu-button {
    padding-top: 8px;
  }
}

.menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.menu-wrap {
  background-color: #ffffff;
  height: 100%;
  left: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 100%;
  z-index: 100;
}

.menu-wrap.open {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu-header {
  background-color: #467bbf;
  color: #ffffff;
  height: 5rem;
  padding: 0 1.5rem;
}

.menu-header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  line-height: 1;
}

.punishment {
  position: relative;
  cursor: pointer;
}

.menu-header .punishment {
  height: 2.4rem;
  width: 2.4rem;
}

.footer-menu-close-button .punishment {
  height: 2.2rem;
  width: 1.2rem;
}

.punishment-line {
  position: absolute;
  top: 1rem;
  right: 0;
  display: block;
  width: 100%;
  transition: 0.35s ease-in-out;
}

.punishment-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.punishment-line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-header .punishment-line {
  background-color: #ffffff;
  height: 0.7rem;
}

.footer-menu-close-button .punishment-line {
  background-color: #8e8e8e;
  height: 0.3rem;
}

.menu-search {
  height: 4rem;
  margin: 2.4rem 1rem;
}

.menu-confirm-change-wrapper {
  margin: 3rem 10px 2rem;
}

.menu-confirm-change-list-item {
  border: 1px solid #467bbf;
  border-radius: 1.2rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.menu-confirm-change-link {
  align-items: center;
  background-color: #ffffff;
  color: #343535;
  display: flex;
  font-size: 1.6rem;
  padding: 0.5rem 1.9rem;
  height: 100%;
}

.menu-confirm-change-link .icon {
  align-items: center;
  display: flex;
  height: 5rem;
  margin-right: 2rem;
  min-width: 5rem;
  width: 5rem;
}

.menu-confirm-change-link .icon svg {
  width: 100%;
}

.menu-confirm-change-link .icon.agreement svg {
  width: 4.2rem;
}

.menu-confirm-change-link:hover {
  background: linear-gradient(45deg, #3279d6, #47abc0);
  color: #ffffff;
}

.menu-confirm-change-link:hover .icon path {
  fill: #ffffff;
}

.menu-nav-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 10px 1.1rem;
  max-width: 1000px;
}

.menu-nav-service-list-item {
  color: #ffffff;
  flex-basis: 49%;
  margin-bottom: 0.9rem;
}

.menu-nav-service-link {
  align-items: center;
  border-radius: 1.4rem;
  color: #343535;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  padding: 0.5rem 1.2rem 0.5rem 0;
  line-height: 1.2;
}

.menu-nav-service-link .nowrap {
  display: inline-block;
}

.menu-nav-service-link .smaller {
  font-size: small;
}

.menu-nav-service-link:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.menu-nav-service-link .service-icon {
  border-radius: 1rem;
  height: 5rem;
  margin-right: 1.4rem;
  overflow: hidden;
  width: 5rem;
  min-width: 5rem;
}

.menu-nav-service-link .service-icon svg {
  height: 100%;
  width: 100%;
}

.menu-nav-service-link:not(:hover) .service-icon svg {
  background: linear-gradient(45deg, #3279d6, #47abc0);
}

.menu-nav-service-link:not(:hover) .service-icon svg path, .menu-nav-service-link:not(:hover) .service-icon svg rect {
  fill: #ffffff;
}

.menu-nav-service-link[target="_blank"] .service-name {
  flex-grow: 1;
  position: relative;
}

.menu-nav-service-link[target="_blank"] .service-name::after {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  bottom: -0.5rem;
  display: block;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
}

.menu-nav-service-sublist {
  max-width: 1000px;
  margin: 0 10px;
}

.menu-nav-service-sublink {
  align-items: center;
  color: #343535;
  display: inline-flex;
  font-size: 1.4rem;
}

.menu-nav-service-sublink .angle-icon {
  border-radius: 0.5rem;
  height: 2rem;
  margin-right: 0.6rem;
  overflow: hidden;
  width: 2rem;
}

.menu-nav-service-sublink:not(:hover) .angle-icon svg {
  background: linear-gradient(45deg, #3279d6, #47abc0);
}

.menu-nav-service-sublink:not(:hover) .angle-icon svg path, .menu-nav-service-sublink:not(:hover) .angle-icon svg rect {
  fill: #ffffff;
}

.menu-footer-list {
  margin: 2.4rem 1rem;
}

.menu-footer-list-item {
  display: inline-block;
  margin-right: 1rem;
}

.menu-footer-list-item::before {
  content: "";
  font-family: FontAwesome, Arial, sans-serif;
  color: #8e8e8e;
  margin-right: 0.5rem;
}

.menu-footer-list-item .menu-footer-link {
  font-size: 1.4rem;
}

.menu-footer-list-item .menu-footer-link:hover {
  text-decoration: underline;
}

.menu-footer-column {
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
}

.menu-footer-column-item {
  border-bottom: 1px solid #eeeeee;
  flex-basis: 50%;
  text-align: center;
}

.menu-footer-column-item .menu-footer-link {
  color: #343535;
  display: block;
  font-size: 1.2rem;
  padding: 1rem;
}

.menu-footer-column-item:nth-child(2n) {
  border-left: 1px solid #eeeeee;
}

.footer-menu-close-button {
  align-items: center;
  background-color: #eeeeee;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  padding: 1.6rem;
}

.footer-menu-close-button:hover {
  cursor: pointer;
}

.footer-menu-close-button .close {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .layout_main.open {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .menu-nav-service-list-item .service-icon {
    display: inline-block;
    margin-top: -0.8rem;
  }
  .menu-nav-service-list-item .menu-nav-link {
    padding-top: 0.8rem;
  }
  .menu-footer-column-item:nth-child(2n) {
    flex-basis: calc(50% - 1px);
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.search-form {
  align-items: stretch;
  display: flex;
  height: 100%;
  position: relative;
}

.search-input {
  -webkit-appearance: none;
  border: 1px solid #467bbf;
  border-radius: 0;
  border-right-width: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 100%;
  outline: none;
  padding: 0.2rem 0.2rem 0.2rem 3rem;
  width: 100%;
}

.search-input::-webkit-input-placeholder {
  padding-top: 0.25em;
}

.header-search .search-input {
  border-right-width: 1px;
  border-radius: 5px;
}

.home .faq-manual-search .search-input {
  font-size: 1.6rem;
  padding-left: 5rem;
}

.search-icon {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  color: #467bbf;
  cursor: pointer;
  height: calc(100% - 2px);
  outline: none;
  padding: 0;
  position: absolute;
  left: 1.1rem;
}

.home .faq-manual-search .search-icon {
  font-size: 2.4rem;
}

.s-btn {
  background-color: #00339b;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  min-width: 80px;
  outline: none;
}

.menu-search .s-btn {
  min-width: 7rem;
}

.header-search .s-btn {
  display: none;
}

.home .faq-manual-search .s-btn {
  font-size: 1.8rem;
}

.well-search-wrapper {
  padding-bottom: 24px;
  margin-left: 0;
}

.well-search-wrapper li {
  display: inline-block;
}

.well-search-wrapper a {
  text-decoration: underline;
  margin-right: 8px;
}

.well-search-wrapper a::after {
  content: ',';
}

.result-title {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}

.result-title .search-result-count {
  margin-left: 0.5rem;
}

.search-article {
  border-top: 1px solid #dadada;
  font-size: 1.4rem;
  padding: 2rem 0;
}

.search-article:last-of-type {
  border-bottom: 1px solid #dadada;
}

.search-article-title {
  font-size: 1.4rem;
  font-weight: normal;
}

.search-article-title + .search-result-article-text {
  margin-top: 0.5rem;
}

.search-article-link:hover {
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  .search-input::-webkit-input-placeholder {
    padding-top: 5px;
  }
  .search-input::-moz-placeholder {
    padding-top: 5px;
  }
  .search-input:-ms-input-placeholder {
    padding-top: 5px;
  }
  .search-input::-ms-input-placeholder {
    padding-top: 5px;
  }
  .search-input::placeholder {
    padding-top: 5px;
  }
  .menu-search .s-btn {
    padding-top: 0.9rem;
  }
  .home .faq-manual-search .s-btn {
    padding-top: 1.2rem;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.article-error404 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30rem;
}

.error404-h1 {
  margin-bottom: 3rem;
}

.error404-button {
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  color: #343535;
  display: block;
  margin-top: 6rem;
  padding: 0.3rem;
  text-align: center;
  width: 25rem;
}

.error404-button:hover {
  background-color: #ffffff;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .error404-button {
    padding: 0.5rem 0 0;
  }
}

.chat_support {
  position: fixed;
  right: 0;
  bottom: 30px;
  background-color: #f65275;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  z-index: 10;
}

.chat_support .text_offline {
  display: none;
}

.chat_support.hide_chat_button {
  display: none;
}

.chat_support .chat_icon {
  padding: 10px;
  float: left;
}

.chat_support .icon_chat {
  display: block;
  float: left;
}

.chat_support .unread_count {
  font-size: 12px;
  font-style: normal;
  background-color: red;
  color: white;
  border-radius: 0.75em;
  height: 1.5em;
  width: auto;
  padding: 0 0.5em;
  vertical-align: middle;
  text-align: center;
  margin-left: 2px;
  margin-top: 5px;
  float: right;
  display: none;
}

.chat_support .text {
  align-items: center;
  color: white;
  background-color: #ff7792;
  display: flex;
  padding: 0 15px;
}

.text_online {
  width: 140px;
}

@media only screen and (max-width: 779px) {
  .zopim {
    right: 0px !important;
  }
  .chat_support {
    bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .text_online,
  .text_offline {
    font-size: 12px;
  }
  .chat_support .chat_icon {
    padding: 5px;
  }
  .chat_support .chat_icon img {
    height: 24px;
  }
}

/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
/* サブカラー */
/* 注意カラー */
/* テキストカラー brack */
/* レスポンシブのブレイクポイント 幅768px未満をスマートフォン (767pxはスマホ横の幅) */
/* レスポンシブのブレイクポイント 幅400px スマホの小さい画面と大きい画面に対応 */
/* 幅の最大値 */
.page-contact {
  line-height: 1.8;
  margin: 0 auto;
  width: 1000px;
}

.page-contact .article-h1 {
  font-size: 2.6rem;
  line-height: 1.5;
  margin: 0 0 3rem;
}

.page-contact-title {
  border: none;
  font-size: 2.5rem;
  margin: 0 0 3rem;
  max-width: 1000px;
  padding: 0;
}

.page-contact-desc {
  background: #ecf6f9;
  border-radius: 8px;
  margin: 0 0 3rem;
  padding: 2.4rem;
}

.page-contact-desc-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.page-contact-desc-txt {
  margin: 0 0 2rem;
}

.page-contact-desc-info {
  display: flex;
  gap: 2rem;
}

.page-contact-desc-info-item {
  width: 33.333%;
}

.info-item-link {
  border-radius: 8px;
  color: #009ed9;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2.4rem 1rem 2.4rem 7.5rem;
}

.info-item-link:hover {
  color: #343535;
}

.info-item-link.faq {
  background: #ffffff url(assets/img/common/icon-faq.svg) no-repeat 2rem center;
  background-size: 40px;
}

.info-item-link.notification {
  background: #ffffff url(assets/img/common/icon-notification.svg) no-repeat 2rem center;
  background-size: 40px;
  line-height: 1.4;
  padding: 1.5rem 1rem 1.5rem 7.5rem;
}

.info-item-link.status {
  background: #ffffff url(assets/img/common/icon-status.svg) no-repeat 2rem center;
  background-size: 40px;
}

.page-contact-nav {
  border: 1px solid #009ed9;
  border-radius: 8px;
  margin: 0 0 10rem;
}

.page-contact-nav-item a {
  background: url(assets/img/common/icon-arrow.svg) no-repeat 3rem center;
  color: #009ed9;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 2.4rem 2.4rem 2.4rem 8rem;
}

.page-contact-nav-item a:hover {
  color: #343535;
}

.page-contact-nav-item + li {
  border-top: 1px solid #009ed9;
}

.page-contact-sec {
  padding: 2rem 0 0;
}

.page-contact-sec + .page-contact-sec {
  margin: 8rem 0 0;
}

.page-contact-sec-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.page-contact-sec-title::after {
  content: "";
  background: #009ed9;
  display: block;
  height: 1px;
  margin: 3rem auto 4rem;
  width: 260px;
}

.page-contact-sec-lead {
  margin: 0 0 4rem;
  text-align: center;
}

.page-contact-sec-notice {
  margin: 0 0 4rem;
}

.notice-linka {
  color: #009ed9;
  text-decoration: underline;
}

.notice-linka:hover {
  text-decoration: none;
}

.page-contact-type {
  border-top: 1px solid #dadada;
  padding: 4rem 0;
  display: flex;
}

.page-contact-type .type-info-link {
  color: #009ed9;
  text-decoration: underline;
}

.page-contact-type .type-info-link:hover {
  text-decoration: none;
}

.page-contact-type-name {
  width: 260px;
  flex-shrink: 0;
  padding: 0 4rem 0 0;
}

.page-contact-type-name-label {
  font-size: 2rem;
  font-weight: bold;
}

.page-contact-type-name-link .page-contact-info-link {
  font-size: 1.4rem;
}

.page-contact-type-detail-ope {
  font-size: 2rem;
  font-weight: bold;
}

.page-contact-type-detail-ope.pending {
  color: #ff5577;
}

.page-contact-type-detail-subtxt {
  color: #8e8e8e;
  font-size: 1.4rem;
}

.page-contact-type-detail-txt {
  font-size: 1.4rem;
}

.page-contact-type-detail-txt strong {
  color: #ff5577;
  font-weight: bold;
}

.page-contact-type-detail-link .page-contact-link,
.page-contact-type-detail-link span {
  color: #009ed9;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 2.5rem;
  position: relative;
  text-decoration: underline;
}

.page-contact-type-detail-link .page-contact-link::before,
.page-contact-type-detail-link span::before {
  content: "";
  display: inline-block;
  height: 14px;
  border-top: 4px solid #009ed9;
  border-right: 4px solid #009ed9;
  left: 0;
  margin: 0 1.5rem 0 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  top: 8px;
  transform: rotate(45deg);
  width: 14px;
}

.page-contact-type-detail-link .page-contact-link:hover,
.page-contact-type-detail-link span:hover {
  text-decoration: none;
}

.page-contact-type-detail-txt + .page-contact-type-detail-subtxt {
  margin: 1rem 0 0;
}

.page-contact-type-detail-txt + .page-contact-type-detail-link {
  margin: 2rem 0 0;
}

.page-contact-type-detail-ope + .page-contact-type-detail-txt {
  margin: 2rem 0 0;
}

.page-contact-type-detail-subtxt + .page-contact-type-detail-txt {
  margin: 2rem 0 0;
}

.page-contact-type-detail-subtxt + .page-contact-type-detail-link {
  margin: 2rem 0 0;
}

.page-contact-type-detail-link + .page-contact-type-detail-link {
  margin: 1rem 0 0;
}

.chat-support-button .condition {
  display: none;
}

.chat-support-button .condition.active {
  display: block;
}

@media screen and (max-width: 600px) {
  .page-contact {
    width: 100%;
  }
  .page-contact .article-h1 {
    margin: 0 1rem 3rem;
  }
  .page-contact-title {
    margin: 0 2rem 3rem;
    max-width: 1000px;
    padding: 0;
  }
  .page-contact-desc {
    border-radius: 0;
  }
  .page-contact-desc-title {
    font-size: 2rem;
  }
  .page-contact-desc-info {
    display: block;
  }
  .page-contact-desc-info-item {
    width: 100%;
  }
  .page-contact-desc-info-item + li {
    margin: 1rem 0 0;
  }
  .page-contact-nav {
    border-radius: 0;
    margin: 0 0 5rem;
  }
  .page-contact-nav-item a {
    background: url(assets/img/common/icon-arrow.svg) no-repeat 2rem center;
    background-size: 2rem;
    font-size: 1.5rem;
    padding: 2.4rem 2.4rem 2.4rem 6rem;
  }
  .page-contact-sec-title {
    font-size: 2rem;
    padding: 0 2rem;
  }
  .page-contact-sec-lead {
    margin: 0 2rem 4rem;
    text-align: center;
  }
  .page-contact-sec-notice {
    margin: 0 2rem 4rem;
  }
  .page-contact-type {
    padding: 2rem;
    display: block;
  }
  .page-contact-type-name {
    width: 100%;
    padding: 0 0 2rem 0;
  }
  .page-contact-type-name-label {
    font-size: 2rem;
    font-weight: bold;
  }
  .page-contact-type-name-link .type-info-link {
    font-size: 1.4rem;
  }
  .page-contact-type-detail-ope {
    font-size: 1.6rem;
  }
  .page-contact-type-detail-link .page-contact-link,
  .page-contact-type-detail-link span {
    font-size: 1.6rem;
  }
  .page-contact-type-detail-link .page-contact-link::before,
  .page-contact-type-detail-link span::before {
    height: 10px;
    border-top: 3px solid #009ed9;
    border-right: 3px solid #009ed9;
    margin: 0 1.2rem 0 0;
    top: 9px;
    width: 10px;
  }
}

@media screen and (max-width: 600px) {
  .pad-block,
  .pc-block {
    display: none;
  }
}

@media screen and (min-width: 601px) {
  .pad-block,
  .sp-block {
    display: none;
  }
}