@charset "UTF-8";
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

reset

-------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

dl, dt, dd, ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img, a {
  vertical-align: top;
}

a img {
  border: none;
  transition: all 0.6s;
}

a:hover img {
  opacity: 0.7;
}

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

/* change colours to suit your needs */
ins {
  background: #ff9 repeat center center;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background: #ff9 repeat center center;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* --------------------------------------------------

base

-------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
  min-width: 1400px;
  background: #FFF;
  overflow-x: hidden;
  box-sizing: border-box;
}
body.fixed-b {
  position: fixed;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  word-break: break-all;
}

img {
  max-width: 100%;
}

a:link, a:visited {
  color: #333;
}

a:hover, a:active {
  color: #01456F;
  transition: all 0.3s;
}

.inner {
  width: 1280px;
  margin: 0 auto;
}

.inner-m {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

br.pc-br {
  display: block;
}

br.sp-br {
  display: none;
}

.pct p {
  position: absolute;
}

svg {
  width: 100%;
  height: auto;
}

em, strong {
  font-weight: bold;
}

@media only screen and (max-width: 1420px) {
  body {
    min-width: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }

  .inner-m .inner-s {
    width: auto;
    margin: 0;
  }

  br.pc-br {
    display: none;
  }

  br.sp-br {
    display: block;
  }
}
/* --------------------------------------------------

extend

-------------------------------------------------- */
/* --------------------------------------------------

post-content　ウィジウィグ

-------------------------------------------------- */
/* post-ttl */
.post-ttl {
  margin-bottom: 2em;
  font-size: 2.8rem;
  padding: 0.5em;
  background: #FF6600;
  color: #FFF;
  font-weight: bold;
}

.post-ttl span {
  margin-left: 1em;
  margin-top: -0.5em;
}

/* icon-post-block */
.icon-post-block {
  font-size: 1.6rem;
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.icon-post-block .list-icon {
  margin: 0 5px 0.5em 0;
}
.icon-post-block .list-category {
  margin: 0 5px 0.5em 0;
}
@media screen and (max-width: 768px) {
  .icon-post-block {
    font-size: 1.4rem;
  }
}

/* post-date */
.post-date {
  margin: 1.5em 0 0 auto;
  display: block;
  text-align: right;
}

/* post-sttl-large */
.post-sttl-large {
  font-size: 3rem;
  font-weight: 400;
  padding: 0.5em 0;
  border-top: 2px solid #DAE8EC;
  border-bottom: 2px solid #DAE8EC;
  position: relative;
  text-align: center;
}
.post-sttl-large.ttl-event {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-sttl-large.ttl-event > .icon-e {
  font-size: 0.6em;
  margin: 0 1.5em 0 0;
}
.post-sttl-large > .icon-place {
  font-size: 1.6rem;
  padding-left: 1.5em;
  margin-left: 1.5em;
  white-space: nowrap;
  border-left: 1px solid #333;
}
.post-sttl-large + .ttl-large {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .post-sttl-large {
    font-size: 2.3rem;
  }
}
/* post-sttl-small */
.post-sttl-small {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5em;
  margin: 1.5em 0;
  background: #DAE8EC;
  border-left: 6px solid #333;
}

@media screen and (max-width: 768px) {
  .post-sttl-small {
    font-size: 2.1rem;
  }
}
/* post-pht */
.post-pht {
  margin-top: 3em;
  margin-bottom: 5em;
}

.post-pht div {
  width: 100%;
  height: auto;
  max-height: 600px;
  text-align: center;
}

.post-pht img {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: auto;
}

.post-pht figcaption {
  display: block;
  font-size: 1.6rem;
  padding: 5px;
  line-height: 1.2;
  text-align: center;
}

/* two-post-pht */
.two-post-pht {
  display: flex;
  justify-content: space-between;
}

.two-post-pht .post-pht {
  width: 48%;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (max-width: 420px) {
  .post-pht div {
    max-height: 300px;
  }

  .post-pht img {
    max-height: 300px;
  }
}
/* photLsentence */
.photLsentence,
.photRsentence {
  margin-top: 3em;
  margin-bottom: 5em;
}

.photLsentence:after,
.photRsentence:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.photLsentence img,
.photRsentence img {
  width: 100%;
  height: auto;
}

.photLsentence .photoL,
.photRsentence .photoR {
  width: 48%;
}

.photoL {
  float: left;
  width: auto;
  margin-right: 2%;
}

.photoR {
  float: right;
  width: auto;
  margin-left: 2%;
}

/* iframe-area */
.iframe-area {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 0 0 5%;
}
@media screen and (max-width: 768px) {
  .iframe-area {
    padding-top: 60%;
  }
}

.iframe-area iframe {
  filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* wysiwyg */
.wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 4%;
}

/* h1 */
.wysiwyg h1 {
  line-height: 1.2;
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 2.4rem;
  padding: 0.5em;
  background: #333;
  color: #FFF;
  font-weight: bold;
}

.wysiwyg h1:first-child {
  margin-top: 0;
}

.wysiwyg p + h1,
.wysiwyg ul + h1,
.wysiwyg ol + h1,
.wysiwyg table + h1,
.wysiwyg dl + h1 {
  margin-top: 4em;
}

/* h2 */
.wysiwyg h2 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5em;
  margin: 1.5em 0;
  background: #DAE8EC;
  border-left: 6px solid #333;
}

@media screen and (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 2.1rem;
  }
}
/* h3 */
.wysiwyg h3 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 1.5em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .wysiwyg h3 {
    font-size: 2rem;
  }
}
/* h4 */
.wysiwyg h4 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1.5em 0;
}
.wysiwyg h4:before {
  content: "";
  margin: 0 0.2em 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 1.9rem;
  }
}
/* h5 */
.wysiwyg h5 {
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 1.8rem;
  }
}
/* h6 */
.wysiwyg h6 {
  color: #333;
  font-weight: 700;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .wysiwyg h6 {
    font-size: 1.7rem;
  }
}
/* 段落 <p> */
/* 段落 <p> */
.wysiwyg p {
  margin-bottom: 1em;
}

/* 太字赤文字 <strong> */
.wysiwyg strong {
  font-weight: bold;
  color: #F00;
}

/* 太字 <em> */
.wysiwyg em {
  font-weight: bold;
}

/* 斜体 <i> */
.wysiwyg i {
  font-style: italic;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 下線 <u> */
.wysiwyg u {
  text-decoration: underline;
}

/* 打ち消し線 <s> */
.wysiwyg s {
  text-decoration: line-through;
}

/* 下付き <sub> */
.wysiwyg sub {
  font-size: 0.8rem;
  vertical-align: bottom;
}

/* 上付き <sup> */
.wysiwyg sup {
  font-size: 0.8rem;
  vertical-align: top;
}

/* 順序のないリスト <ol> */
.wysiwyg ol {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: decimal;
}

.wysiwyg ol > li {
  text-indent: -1em;
  padding-left: 1em;
}

/*順序のないリスト <ul> */
.wysiwyg ul {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: disc;
}

.wysiwyg ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

/*横並びリスト <ol><ul> */
.wysiwyg ol.horizontal-list,
.wysiwyg ul.horizontal-list {
  display: flex;
}

.wysiwyg .horizontal-list li {
  margin-right: 1.5em;
}

/*定義リスト <dl> */
.wysiwyg dl {
  margin: 0.5em 0 1em;
}

.wysiwyg dl dt {
  font-weight: 700;
  background: #EEE;
  display: inline-block;
  padding: 0 0.5em;
}

.wysiwyg dl dd {
  margin-bottom: 0.5em;
}

/*横並び定義リスト <dl> */
.wysiwyg dl.horizontal-list dt {
  float: left;
  margin-right: 0.5em;
}

/* インデント <p class="txt-indent"> */
.wysiwyg .txt-indent {
  text-indent: 1em;
}

/* ブロック引用文 <blockquote> */
.wysiwyg blockquote {
  position: relative;
  padding: 1em 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #EEE;
  margin: 2em;
}

#contents .wysiwyg blockquote p {
  margin: 0;
}

/* 中央揃え <p class="txt-center"> */
.wysiwyg .txt-center {
  text-align: center;
}

/* 右揃え <p class="txt-right"> */
.wysiwyg .txt-right {
  text-align: right;
}

/* 両端揃え <p class="txt-justify"> */
.wysiwyg .txt-justify {
  text-align: justify;
}

/* ハイパーリンク <a href=""> */
/*.wysiwyg a[href] {
	text-decoration:underline;
	color:#03F;
}*/
/* アンカー挿入 <a id="" name=""> */
/*.wysiwyg a {
	text-decoration:none;
	color: inherit;
}*/
/* テーブル <table> */
.wysiwyg table {
  width: auto;
  /*max-width: 100%;*/
  margin: 1em 0 3em;
  border-collapse: collapse;
  border: 1px solid #DDD;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", sans-serif;
}

.wysiwyg table caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.wysiwyg table tr th {
  color: #333;
  font-weight: bold;
  background: #DAE8EC;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
}

.wysiwyg table tr td {
  background: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
}

.wysiwyg table .txt-justify {
  text-align-last: justify;
}

.wysiwyg .table-center {
  margin: 0 auto 3em;
}

.wysiwyg .table-right {
  margin-left: auto;
}

.wysiwyg .table-left {
  margin-right: auto;
}

.wysiwyg .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0 2em;
  max-width: none;
}

.wysiwyg .table-scroll::-webkit-scrollbar {
  height: 5px;
}

.wysiwyg .table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.wysiwyg .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCC;
}

.wysiwyg .table-scroll table {
  margin: 0;
  max-width: none;
}

.wysiwyg .table-scroll table caption {
  text-align: left;
}

@media screen and (max-width: 414px) {
  .wysiwyg .table-scroll table {
    min-width: 100%;
  }
}
/* フォントサイズ小 <span class="font-size-small"> */
.wysiwyg .font-size-small {
  font-size: 0.6em;
}

/* フォントサイズ大 <span class="font-size-large"> */
.wysiwyg .font-size-large {
  font-size: 1.75em;
}

/* 文字の間隔0.5em <span class="font-space-small"> */
.wysiwyg .font-space-small {
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}

/* 文字の間隔1.0em <span class="font-space-medium"> */
.wysiwyg .font-space-medium {
  letter-spacing: 1em;
  margin-left: 1em;
}

/* 文字の間隔1.5em <span class="font-space-large"> */
.wysiwyg .font-space-large {
  letter-spacing: 1.5em;
  margin-left: 1.5em;
}

/* 文字の間隔2.0em <span class="font-space-xlarge"> */
.wysiwyg .font-space-xlarge {
  letter-spacing: 2em;
  margin-left: 2em;
}

/* アドレス */
.wysiwyg address {
  position: relative;
  padding: 1em 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #EEE;
  margin: 0.5em 1em 2em;
}

/* 短い引用 */
.wysiwyg q:before {
  content: '"';
  display: inline-block;
}

.wysiwyg q:after {
  content: '"';
  display: inline-block;
}

.wysiwyg q q:before {
  content: "'";
  display: inline-block;
}

.wysiwyg q q:after {
  content: "'";
  display: inline-block;
}

.wysiwyg q:lang(ja):before {
  content: "『";
  display: inline-block;
}

.wysiwyg q:lang(ja):after {
  content: "』";
  display: inline-block;
}

.wysiwyg q q:lang(ja):before {
  content: "「";
  display: inline-block;
}

.wysiwyg q q:lang(ja):after {
  content: "」";
  display: inline-block;
}

/* 出典 */
.wysiwyg cite {
  font-style: italic;
  font-family: Times New Roman, "ＭＳ Ｐゴシック";
}

/* post-pht-txt */
.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}

.post-pht-txt .post-pht {
  float: right;
  width: 48%;
  margin: 0 0 2% 2%;
  z-index: 10;
  position: relative;
}

.post-pht-txt .wysiwyg {
  margin-bottom: 5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.post-pht-txt .wysiwyg h1,
.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6,
.post-pht-txt blockquote {
  display: flex;
}

/* related-file */
.related-file {
  margin-top: 1.5em;
}
.related-file a {
  color: #FFF;
  padding: 0.7em 1.3em;
  display: inline-block;
  background: #333;
}
.related-file a:before {
  content: "";
  margin: 0 1em 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
}

/* related-link */
.related-link {
  margin-top: 1.5em;
}
.related-link a {
  padding: 0.7em 1em;
  display: inline-block;
  background: #DAE8EC;
}
.related-link a:before {
  content: "";
  margin: 0 1em 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
}

/* related-youtube-link */
.related-youtube-link a {
  font-size: 1.8rem;
  border: 2px solid #1BA1E6;
  padding: 1em;
  margin: 0 0 1.5em;
  display: block;
  border-radius: 0.5em;
}

.related-youtube-link a:before {
  color: #023F9A;
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 brands";
  margin-right: 1em;
}

.post-content .btn-back {
  margin: 3em 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .post-content .btn-back {
    margin-bottom: 3em;
  }
}

.post-content .btn-back a {
  color: #FFF;
  font-size: 1.8rem;
  padding: 0.7em 3em;
  display: inline-block;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  background-color: #333;
  letter-spacing: 0.1em;
}
.post-content .btn-back a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #contents .post-content h2.post-sttl-small {
    margin: 0 0 1em;
    border-top: none;
    text-align: left;
  }

  .post-pht {
    margin-bottom: 3em;
  }

  .iframe-area {
    margin: 1em 0 3em;
  }

  /* post-date */
  .post-date {
    display: block;
    text-align: center;
    float: none;
  }

  .post-content .btn-back a {
    font-size: 1.6rem;
  }
}
/* --------------------------------------------------

量産用コード

-------------------------------------------------- */
.normal-list {
  list-style: inherit;
  padding-left: 2rem;
}

.number-list {
  list-style: decimal;
  padding-left: 2rem;
}

table {
  width: auto;
  /*max-width: 100%;*/
  margin: 1em 0 3em;
  border-collapse: collapse;
  border: 1px solid #F5F5F5;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", sans-serif;
}
table caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
table tr th {
  color: #000;
  font-weight: bold;
  background: #F5F5F5;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
}
table tr td {
  background: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
}
table .txt-justify {
  text-align-last: justify;
}

.table-center {
  margin: 0 auto 3em;
}

.table-right {
  margin-left: auto;
}

.table-left {
  margin-right: auto;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0 2em;
  max-width: none;
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCC;
}
.table-scroll table {
  margin: 0;
  max-width: none;
}
.table-scroll table caption {
  text-align: left;
}
@media only screen and (max-width: 420px) {
  .table-scroll table {
    min-width: 100%;
  }
}

blockquote {
  position: relative;
  padding: 1em 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #F5F5F5;
  margin: 2em;
}

/* --------------------------------------------------

form

-------------------------------------------------- */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

fieldset {
  border: none;
  display: block;
}

fieldset span {
  display: inline-block;
}

textarea {
  width: 100%;
  min-height: 7em;
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border: 1px solid #D1D1D1;
  border-radius: 0.5em;
  box-sizing: border-box;
}

button {
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border-radius: 1em;
  cursor: pointer;
  border: 1px solid #707070;
}

input[type=checkbox], input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
}

input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  margin-right: 0.6em;
}

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0.2em 0.5em;
  background: none;
  box-sizing: border-box;
  border-radius: 1em;
  outline: none;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
    padding: 0.4em 0.8em;
  }
}

input[type=file] {
  padding: 5px 0;
}

.label-name {
  margin: 0px 7px 0 0;
  display: inline-block;
}

input.text-ss,
select.text-ss {
  width: 25%;
}

input.text-sss,
select.text-sss {
  width: 10%;
}

input.text-s,
select.text-s {
  width: 60%;
}

.text-m {
  width: 58%;
}

.text-l {
  width: 100%;
  margin: 10px 0;
}

select {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border: none;
  border: 1px solid #707070;
  border-radius: 1em;
  box-sizing: border-box;
}

select option[selected],
select option[active] {
  color: #FFF;
  background: #333;
}

.term-select span {
  margin: 0 0.5em;
}

.txt-required {
  color: #F00;
}

.link-reminder {
  margin: 1em 0 2em;
  text-align: center;
}

.link-reminder::before {
  color: #E0426C;
  content: "";
  font-family: "fontAwesome";
  margin-right: 0.5em;
}

fieldset legend {
  display: none;
}

.form-area h6 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  border: none;
}
@media only screen and (max-width: 768px) {
  .form-area h6 {
    font-size: 2rem;
    text-align: center;
  }
}

.form-area table {
  font-size: 1.7rem;
}

.form-area table tr th {
  width: 15em;
  padding: 1.5em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .form-area table tr th {
    width: 100%;
    padding: 0.5em;
    display: block;
    box-sizing: border-box;
    border-bottom: none;
  }
}

.form-area table tr td {
  padding: 1.5em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .form-area table tr td {
    width: 100%;
    padding: 0.5em;
    display: block;
    box-sizing: border-box;
  }
  .form-area table tr td button {
    font-size: 1.3rem;
    padding: 0.5em 0.8em;
  }
}

.form-area tr th strong {
  color: #01456F;
  font-weight: normal;
  float: right;
}

.form-area td span {
  margin: 0 0.3em;
}

.form-area td span.ttl-sec {
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .form-area td span.ttl-sec {
    margin-left: 0.3em;
  }
  .form-area td span.ttl-sec + select {
    margin-top: 0.5em;
  }
}

.form-area td input {
  border: 1px solid #707070;
}

.form-area td input:nth-child(2) {
  margin-top: 1em;
}

.form-area td button {
  margin-left: 0.5em;
}

p.txt-error {
  color: #01456F;
  font-weight: bold;
  margin: 0;
}

.form-area table {
  width: 100%;
}

.form-area table.fee tr th {
  background: #01456F;
}

.form-area p + h6 {
  margin-top: 3%;
}

.form-area table.fee tr td {
  font-size: 2.8rem;
  font-weight: bold;
  background: #FFEBE8;
}
.form-area table.fee tr td span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .form-area table.fee tr td {
    font-size: 2.3rem;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .form-area input.text-s,
.form-area select.text-s {
    width: 100%;
    box-sizing: border-box;
  }
  .form-area input.text-ss,
.form-area select.text-ss {
    width: 60%;
    box-sizing: border-box;
  }
}
/* --------------------------------------------------

header

-------------------------------------------------- */
#header {
  width: 100%;
  padding: 1em 3% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  position: relative;
  z-index: 50;
  box-sizing: border-box;
  /*　スマホボタン　*/
}
#header.up-hide {
  position: fixed;
  top: -250px;
  opacity: 0;
  transition: 0.25s;
}
#header.down-show {
  position: fixed;
  top: 0;
  opacity: 1;
  transition: 0.25s;
}
@media only screen and (min-width: 1021px) {
  #header.down-show {
    padding: 0.5em 3% 0;
  }
  #header.down-show h1 a {
    padding: 0.5em 1.3em;
    text-align: center;
  }
  #header.down-show h1 a img {
    width: 110px;
    margin: 0 auto;
  }
  #header.down-show h1 a span {
    font-size: 1.4rem;
  }
  #header.down-show .function-block {
    display: none !important;
  }
  #header.down-show .gnavi > li .list-second {
    top: 90px !important;
  }
}
@media only screen and (max-width: 1300px) {
  #header {
    padding: 0 0 0 1%;
  }
}
@media only screen and (max-width: 1020px) {
  #header {
    align-items: stretch;
  }
}
#header h1 {
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 1020px) {
  #header h1 a {
    padding: 0.5em;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1020px) and (max-width: 360px) {
  #header h1 a {
    display: block;
  }
  #header h1 a br.sp-br {
    display: none;
  }
}
@media only screen and (min-width: 1021px) {
  #header h1 {
    padding-bottom: 12px;
  }
}
#header h1 img {
  margin-bottom: 0.2em;
  display: block;
}
@media only screen and (max-width: 1300px) {
  #header h1 img {
    width: 130px;
  }
}
@media only screen and (max-width: 1020px) {
  #header h1 img {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  #header h1 img {
    width: 70px;
  }
}
#header h1 span {
  font-size: 1.5rem;
  margin-left: 0.7em;
  display: block;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 1300px) {
  #header h1 span {
    font-size: 1.4rem;
    margin: 0;
  }
}
@media only screen and (max-width: 1020px) {
  #header h1 span .sp-br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #header h1 span {
    font-size: 1.1rem;
    text-align: left;
  }
}
#header .header-right-block {
  width: 80%;
  margin-left: auto;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block {
    width: auto;
    display: flex;
  }
}
#header .header-right-block .function-block {
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block {
    margin: 0 60px 0 0;
    align-items: stretch;
  }
}
#header .header-right-block .function-block .list-login {
  margin-right: 2%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .list-login {
    margin: 0;
    align-items: stretch;
    order: 2;
  }
}
#header .header-right-block .function-block .list-login li {
  margin-left: 2em;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .list-login li {
    margin: 0;
    border-left: 1px solid #999;
    display: flex;
  }
}
#header .header-right-block .function-block .list-login li a {
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .list-login li a {
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-right-block .function-block .list-login li a {
    width: 70px;
    height: 61px;
  }
}
#header .header-right-block .function-block .list-login li a img {
  margin-right: 0.8em;
}
@media only screen and (max-width: 1300px) {
  #header .header-right-block .function-block .list-login li a img {
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .list-login li a img {
    width: 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-right-block .function-block .list-login li a img {
    width: 30px;
    margin: 0.4em 0 0;
  }
}
#header .header-right-block .function-block .list-login li a span {
  display: block;
}
@media only screen and (max-width: 1300px) {
  #header .header-right-block .function-block .list-login li a span {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-right-block .function-block .list-login li a span {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .list-login li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .list-login li.mail {
    display: none;
  }
}
#header .header-right-block .function-block .list-login li.login a span {
  margin-bottom: 0.3em;
}
#header .header-right-block .function-block .btn-base {
  margin-right: 2%;
}
#header .header-right-block .function-block .btn-base a {
  font-size: 1.4rem;
  background: #E30000;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-base {
    display: none;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search {
    display: flex;
  }
}
#header .header-right-block .function-block .btn-search div {
  position: relative;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div {
    display: flex;
    position: static;
  }
}
#header .header-right-block .function-block .btn-search div a {
  padding: 1.1em 1em 0.7em;
  background: #EFF7FC;
  border-radius: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div a {
    border-radius: 0;
  }
}
#header .header-right-block .function-block .btn-search div a:hover {
  background: #0077BF;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div a:hover {
    color: #EFF7FC;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div a {
    line-height: 1.2;
    padding: 0 0.8em;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-right-block .function-block .btn-search div a {
    width: 35px;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div a img {
    width: 28px;
    margin: 0.2em 0;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-right-block .function-block .btn-search div a img {
    width: 22px;
    height: 20px;
    margin: 0.8em 0 0.3em;
  }
}
#header .header-right-block .function-block .btn-search div a span {
  display: none;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div a span {
    width: 100%;
    font-size: 1.5rem;
    display: block;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-right-block .function-block .btn-search div a span {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
#header .header-right-block .function-block .btn-search .search-block {
  width: 20em;
  margin-top: 0.5em;
  padding: 1em 1.5em;
  display: none;
  background: #EFF7FC;
  position: absolute;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search .search-block {
    width: 100%;
    padding: 1em 5em 1em 1.5em;
    top: 61px;
  }
}
@media only screen and (max-width: 360px) {
  #header .header-right-block .function-block .btn-search .search-block {
    margin: 0;
  }
}
#header .header-right-block .function-block .btn-search .search-block form {
  display: flex;
  position: relative;
}
#header .header-right-block .function-block .btn-search .search-block form .searchBox {
  padding: 0.5em;
}
#header .header-right-block .function-block .btn-search .search-block form .search_submit {
  color: #666;
  background: none;
  border: none;
  cursor: pointer;
}
#header .header-right-block .function-block .btn-search .search-block form span.close-sp {
  display: none;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search .search-block form span.close-sp {
    color: #666;
    font-size: 3rem;
    display: block;
    position: absolute;
    top: 45%;
    right: -50px;
    transform: translateY(-50%);
    cursor: pointer;
  }
}
#header .header-right-block .function-block .btn-search .search-block form input::placeholder {
  color: #CCC;
}
@media only screen and (max-width: 1300px) {
  #header .header-right-block .function-block .btn-search {
    order: 1;
  }
}
#header .header-right-block #navi {
  margin-left: auto;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi {
    display: none;
    width: 100%;
    height: 100%;
    padding: 62px 0 2em;
    background: #FFF;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
  }
}
#header .header-right-block #navi .gnavi {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi {
    display: block;
  }
}
#header .header-right-block #navi .gnavi > li {
  display: flex;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 1021px) {
  #header .header-right-block #navi .gnavi > li:nth-child(2):hover ul.list-second {
    display: flex !important;
  }
}
#header .header-right-block #navi .gnavi > li.btn-home {
  display: none;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li.btn-home {
    display: block;
  }
}
#header .header-right-block #navi .gnavi > li > a {
  padding: 0.5em 1.3em 1em;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1021px) {
  #header .header-right-block #navi .gnavi > li > a {
    border-bottom: 5px solid #FFF;
  }
  #header .header-right-block #navi .gnavi > li > a::before {
    content: "";
    width: 1px;
    height: 3em;
    background: #E6E6E6;
    display: block;
    position: absolute;
    top: 11%;
    left: 0;
  }
}
@media only screen and (min-width: 1021px) {
  #header .header-right-block #navi .gnavi > li > a:hover {
    border-bottom: 5px solid #0077BF;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li > a {
    font-size: 1.6rem;
    padding: 1.3em;
    display: block;
    border-left: none;
    background: #C3E0F3;
  }
  #header .header-right-block #navi .gnavi > li > a br {
    display: none;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li > a::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%) rotateZ(45deg);
  }
}
@media only screen and (min-width: 1021px) {
  #header .header-right-block #navi .gnavi > li:last-child a::after {
    content: "";
    width: 1px;
    height: 3em;
    background: #E6E6E6;
    display: block;
    position: absolute;
    top: 11%;
    right: 0;
  }
}
#header .header-right-block #navi .gnavi > li .list-second {
  display: none;
  background: #EFF7FC;
}
@media only screen and (min-width: 1021px) {
  #header .header-right-block #navi .gnavi > li .list-second {
    width: 100%;
    padding: 3em 15% 0;
    position: absolute;
    top: 157px;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1021px) {
  #header .header-right-block #navi .gnavi > li .list-second.icon-btn-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #header .header-right-block #navi .gnavi > li .list-second.icon-btn-c li {
    width: 30%;
    margin: 0 5% 4em 0;
    display: flex;
    align-items: center;
  }
  #header .header-right-block #navi .gnavi > li .list-second.icon-btn-c li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li .list-second.icon-btn-c {
    padding: 2em;
    display: flex;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1420px) {
  #header .header-right-block #navi .gnavi > li .list-second {
    top: 149px;
  }
}
@media only screen and (max-width: 1300px) {
  #header .header-right-block #navi .gnavi > li .list-second {
    top: 127px;
  }
}
#header .header-right-block #navi .gnavi > li .list-second:not(.icon-btn-c) > li > a {
  padding: 1.3em 1.3em 1.3em 2.5em;
}
@media only screen and (min-width: 1021px) {
  #header .header-right-block #navi .gnavi > li .list-second li a {
    margin: 0 1em 0 0;
    width: 100px;
    height: 100px;
  }
  #header .header-right-block #navi .gnavi > li .list-second li a img {
    width: 50px;
  }
  #header .header-right-block #navi .gnavi > li .list-second li:nth-child(3) a img {
    width: 55px;
  }
  #header .header-right-block #navi .gnavi > li .list-second li:last-child a img {
    width: 35px;
  }
  #header .header-right-block #navi .gnavi > li .list-second li br {
    display: none;
  }
}
#header .header-right-block #navi .gnavi > li .nav-second {
  display: block;
}
#header .header-right-block #navi .gnavi > li .nav-second li {
  border-bottom: 1px solid #E6E6E6;
}
#header .header-right-block #navi .gnavi > li .nav-second li a {
  font-size: 1.6rem;
  display: block;
  border-left: none;
  text-align: left;
}
#header .header-right-block #navi .gnavi > li .nav-second li a:not(.to-lower) {
  position: relative;
}
#header .header-right-block #navi .gnavi > li .nav-second li a:not(.to-lower):after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotateZ(45deg);
}
#header .header-right-block #navi .gnavi > li .nav-second.nav-faq ul {
  display: none;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li .nav-second.nav-faq ul {
    display: block;
  }
}
#header .header-right-block #navi .gnavi > li .list-third {
  display: none;
  background: #fff;
}
#header .header-right-block #navi .gnavi > li .list-third li a {
  padding: 1.3em 1.3em 1.3em 3.5em;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li:first-child {
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 1420px) {
  #header .header-right-block #navi .gnavi > li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1300px) {
  #header .header-right-block #navi .gnavi > li {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li {
    text-align: center;
    display: block;
  }
}
#header .header-right-block #navi .gnavi li a {
  position: relative;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi li a.to-lower::before, #header .header-right-block #navi .gnavi li a.to-lower::after, #header .header-right-block #navi .gnavi li a.nav-faq::before, #header .header-right-block #navi .gnavi li a.nav-faq::after {
    content: "";
    width: 1.1em;
    height: 2px;
    display: block;
    border: none;
    background: #000;
    position: absolute;
    right: 1.7em;
    transform: rotate(0);
  }
  #header .header-right-block #navi .gnavi li a.to-lower::before, #header .header-right-block #navi .gnavi li a.nav-faq::before {
    top: 49%;
  }
  #header .header-right-block #navi .gnavi li a.to-lower::after, #header .header-right-block #navi .gnavi li a.nav-faq::after {
    content: "";
    width: 1.1em;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  #header .header-right-block #navi .gnavi li a.to-lower.active::after, #header .header-right-block #navi .gnavi li a.nav-faq.active::after {
    display: none;
  }
}
#header .header-right-block #navi .list-login {
  display: none;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .list-login {
    width: 100%;
    display: flex;
  }
  #header .header-right-block #navi .list-login li {
    margin: 1.3em;
  }
  #header .header-right-block #navi .list-login li a {
    display: flex;
    align-items: center;
  }
  #header .header-right-block #navi .list-login li a span {
    margin-left: 0.5em;
  }
}
#header .header-right-block #navi .btn-base {
  margin-left: 1.3rem;
  display: none;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .btn-base {
    display: block;
    margin-bottom: 100px;
  }
  #header .header-right-block #navi .btn-base a {
    font-size: 1.5rem;
    background: #E30000;
  }
}
#header .sp-display {
  display: none;
}
#header .btn-menu {
  display: none;
}
@media only screen and (max-width: 1020px) {
  #header .btn-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 25;
  }
}
#header .btn-menu a {
  padding: 0.8em 0.7em 0.6em;
  display: block;
  text-align: center;
  background: #000;
  /* padding: 10px;
  background: #0A7ABE;
  border-radius: 10px; */
}
@media only screen and (max-width: 768px) {
  #header .btn-menu a {
    padding: 0.7em 0.7em 0.5em;
  }
}
#header .btn-menu a p {
  color: #FFF;
  font-size: 1rem;
  margin-top: 4px;
  white-space: nowrap;
}
#header .btn-menu a div {
  position: relative;
  width: 27px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
#header .btn-menu a div span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FFF;
  border-radius: 15px;
}
#header .btn-menu a div span:nth-of-type(1) {
  top: 0;
}
#header .btn-menu a div span:nth-of-type(2) {
  top: 11px;
  background: #FFF;
}
#header .btn-menu a div span:nth-of-type(3) {
  bottom: 0;
}
#header .btn-menu a div span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #FFF;
  transition: all 0.4s;
}
#header .btn-menu a.open span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
#header .btn-menu a.open span:nth-of-type(2) {
  transform: rotate(-45deg);
}
#header .btn-menu a.open span:nth-of-type(2)::after {
  transform: rotate(90deg);
}
#header .btn-menu a.open span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

@media only screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root #header .header-right-block .function-block .btn-search > div {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root #header .header-right-block .function-block .btn-search > div > a {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root #header .header-right-block .function-block .btn-search > div > a img {
    margin: 0.7em 0 0.5em;
  }
}

/* --------------------------------------------------

footer

-------------------------------------------------- */
#footer {
  background: #FFF;
  text-align: center;
}
#footer .page-top {
  margin-bottom: 2.5em;
}
#footer .page-top a {
  padding: 1em 0;
  display: block;
  background: #F5F5F5;
  text-align: center;
}
#footer .page-top a:hover {
  opacity: 0.7;
}
#footer .page-top a:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  margin: 0.2em 1em 0 0;
  border-top: 2px solid #0077BF;
  border-right: 2px solid #0077BF;
  display: inline-block;
  transform: rotateZ(-45deg);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #footer .page-top {
    margin-bottom: 1.5em;
  }
}
#footer .fsitemap {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .fsitemap {
    margin-bottom: 1.5em;
  }
}
#footer .fsitemap li a {
  padding: 0 1.2em;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 768px) {
  #footer .fsitemap li a {
    border: none;
  }
}
#footer .fsitemap li:last-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  #footer .fsitemap li {
    width: 48%;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #footer .fsitemap li:nth-child(2) {
    order: 3;
  }
  #footer .fsitemap li:nth-child(3) {
    order: 2;
  }
}
#footer .fsitemap.f-under {
  font-size: 1.3rem;
  margin-bottom: 2em;
}
#footer .fsitemap.f-under li a {
  border: none;
}
@media only screen and (max-width: 768px) {
  #footer .fsitemap.f-under li {
    margin-bottom: 0.5em;
  }
  #footer .fsitemap.f-under li:nth-child(1) {
    order: 1;
  }
  #footer .fsitemap.f-under li:nth-child(2) {
    order: 3;
  }
  #footer .fsitemap.f-under li:nth-child(3) {
    order: 2;
  }
  #footer .fsitemap.f-under li:nth-child(4) {
    order: 4;
  }
}
@media only screen and (max-width: 768px) {
  #footer .fsitemap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#footer .copy {
  font-size: 1.2rem;
  padding: 1em 1em 3em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    border-top: 1px solid #F5F5F5;
    margin: 0 3%;
  }
}

/* --------------------------------------------------

タイトル

-------------------------------------------------- */
.ttl-ulayer {
  text-align: center;
  background: #0077BF;
  padding: 40px 0 200px;
}
@media only screen and (max-width: 768px) {
  .ttl-ulayer {
    padding: 2em 0 3.4em;
  }
}
.ttl-ulayer h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-left: 72px;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .ttl-ulayer h2 {
    font-size: 2.4rem;
  }
}
.ttl-ulayer h2::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  background: url(../img/common/icon_internet_w.svg) center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .ttl-ulayer h2::before {
    width: 48px;
    height: 48px;
  }
}

/* ttl-detail ttl-service-list */
.ttl-service-list,
.ttl-detail {
  text-align: center;
  background: #0077BF;
  padding: 40px 0 200px;
}
@media only screen and (max-width: 768px) {
  .ttl-service-list,
.ttl-detail {
    padding: 2em 0 3.4em;
  }
}
.ttl-service-list h2,
.ttl-detail h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .ttl-service-list h2,
.ttl-detail h2 {
    font-size: 2.4rem;
  }
}

/* page-ttl */
.page-ttl {
  color: #FFF;
  background: #0077BF;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 5%;
  margin-bottom: 1em;
  position: relative;
}
.page-ttl span {
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    font-size: 3rem;
  }
}

/* page-ttl-img */
.page-ttl-img {
  color: #FFF;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 5%;
  position: relative;
}
.page-ttl-img.support {
  background: url(../img/common/ttl_bg01.jpg) no-repeat center center;
  background-size: cover;
}
.page-ttl-img.support:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 96, 178, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img.support {
    background: url(../img/common/ttl_bg01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.page-ttl-img.shop {
  background: url(../img/common/ttl_bg02.jpg) no-repeat top center;
  background-size: cover;
  padding: 5% 5% 13% 5%;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img.shop {
    padding: 22% 5% 17% 5%;
  }
}
.page-ttl-img.shop:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(30, 30, 30, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-ttl-img.shop h2 span {
  font-family: "Roboto", "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  color: #D2C57C;
  display: block;
  margin-bottom: 1em;
}
.page-ttl-img.shop h2 img {
  width: 446px;
  height: 60px;
}
.page-ttl-img.useful {
  background: url(../img/common/ttl_bg_useful.jpg) no-repeat top center;
  background-size: cover;
  padding: 6% 5% 12% 5%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img.useful {
    padding: 22% 5% 17% 5%;
  }
}
.page-ttl-img.useful:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(30, 30, 30, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-ttl-img.useful h2 {
  display: inline-block;
  padding-left: 82px;
  letter-spacing: 1px;
}
.page-ttl-img.useful h2::before {
  content: "";
  display: block;
  width: 75px;
  height: 66px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  background: url(../img/common/icon_useful_w.svg) center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img.useful h2 {
    text-align: left;
  }
}
.page-ttl-img.member {
  background: url(../img/common/ttl_bg_member.jpg) no-repeat top center;
  background-size: cover;
  padding: 6% 5% 12% 5%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img.member {
    padding: 15% 5% 20% 5%;
  }
}
.page-ttl-img.member:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(30, 30, 30, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-ttl-img.member h2 {
  display: inline-block;
  padding-left: 82px;
  letter-spacing: 1px;
}
.page-ttl-img.member h2::before {
  content: "";
  display: block;
  width: 75px;
  height: 66px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  background: url(../img/common/icon_member_w.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img.member h2 {
    text-align: left;
  }
}
.page-ttl-img h2 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img h2 {
    font-size: 2.4rem;
  }
}
.page-ttl-img h2 span {
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img h2 span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl-img {
    font-size: 2.6rem;
    padding: 15% 5%;
  }
}

/* ttl-large */
.ttl-large {
  color: #0077BF;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding: 0.5em 0;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
}
.ttl-large::after, .ttl-large::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
  bottom: -5px;
}
.ttl-large::after {
  background: #0077BF;
  left: calc( 50% - 10px);
}
.ttl-large::before {
  background: #E56A00;
  left: calc( 50% + 10px);
}
@media only screen and (max-width: 768px) {
  .ttl-large {
    font-size: 2.4rem;
  }
}
.ttl-large.black {
  font-size: 3.4rem;
  color: #333;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-large.black {
    font-size: 2.4rem;
  }
}
.ttl-large.black:before, .ttl-large.black:after {
  width: 40px;
  height: 5px;
  transform: none;
}
.ttl-large.black:before {
  background: #F02252;
  border-radius: 0 0 20px 0;
  left: 50%;
  right: auto;
}
.ttl-large.black:after {
  background: #333;
  border-radius: 0 0 0 20px;
  right: 50%;
  left: auto;
}

/* ttl-small */
.ttl-small {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 400;
}
.ttl-small .more {
  margin-top: 0.3em;
}
.ttl-small .more a {
  color: #0077BF;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.ttl-small .more a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #0077BF;
  border-right: 1px solid #0077BF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -0.8em;
  transform: translateY(-50%) rotateZ(45deg);
}
@media all and (-ms-high-contrast: none) {
  .ttl-small .more a:after {
    position: inherit;
    top: auto;
    transform: rotateZ(45deg);
  }
}
.ttl-small .more a:hover {
  color: #01456F;
}
.ttl-small .more a:hover:after {
  border-top: 1px solid #01456F;
  border-right: 1px solid #01456F;
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    font-size: 2.4rem;
  }
}

/* ttl-cate */
.ttl-cate {
  padding-left: 1.2em;
  margin: 1.2em 0 1.2em 1.2em;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-cate {
    font-size: 1.8rem;
    margin: 1.2em 0;
  }
}
.ttl-cate:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #0077BF;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #EFF7FC;
}
.ttl-cate.no-space {
  margin: 1.2em 0;
}
.ttl-cate.caution {
  background: #FFE28A;
  border-radius: 0.5em;
  padding: 1em 2.2em;
  margin: 0 0 1.2em;
}
.ttl-cate.caution:before {
  left: 1.2em;
}

a.btn-more-s {
  min-width: 5em;
  font-size: 1.4rem;
  color: #0077BF;
  border: 1px solid #0077BF;
  padding: 0.2em 1.5em 0.2em 1em;
  margin-left: 1.5em;
  border-radius: 25px;
  position: relative;
}
a.btn-more-s:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #0077BF;
  border-right: 1px solid #0077BF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%) rotateZ(45deg);
}

/* --------------------------------------------------

テキスト

-------------------------------------------------- */
p small {
  font-size: 1.3rem;
}

.color-second {
  color: #01456F;
}

.color-second-l {
  color: #0077BF;
}

.color-third {
  color: #E56A00;
}

a.link-txt:link, a.link-txt:visited {
  color: #0077BF;
  margin: 0 0.5em 0 0.3em;
  position: relative;
}
a.link-txt:link[target=_blank], a.link-txt:visited[target=_blank] {
  margin-right: 0.6em;
}
a.link-txt:link[target=_blank]::after, a.link-txt:visited[target=_blank]::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 0.3em;
  border: none;
  display: inline-block;
  background: url(../img/common/icon_target.svg) center no-repeat;
  background-size: contain;
}
a.link-txt:link span.arrow::after, a.link-txt:visited span.arrow::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #0077BF;
  border-right: 1px solid #0077BF;
  display: inline-block;
  vertical-align: middle;
  transform: rotateZ(45deg);
  right: -30px;
}
a.link-txt:hover {
  text-decoration: underline;
}
a.link-pdf[target=_blank] {
  margin-right: 0.6em;
  color: #0077BF;
}
a.link-pdf[target=_blank]::after {
  content: "";
  font-family: FontAwesome;
  width: 14px;
  height: 10px;
  transform: translateY(-50%);
  padding-left: 0.4em;
}
a.link-pdf:hover {
  text-decoration: underline;
}

.link-list {
  list-style: disc;
  padding-left: 1.5em;
}
.link-list li {
  color: #0077BF;
  position: relative;
}
.link-list li a:link, .link-list li a:visited {
  color: #0077BF;
  position: relative;
}
.link-list li a:link[target=_blank], .link-list li a:visited[target=_blank] {
  padding-right: 0;
  margin-right: 0.6em;
}
.link-list li a:link[target=_blank]::after, .link-list li a:visited[target=_blank]::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  right: 0.8em;
  background: url(../img/common/icon_target.svg) center no-repeat;
  background-size: contain;
}
.link-list li a:link.modal, .link-list li a:visited.modal {
  margin-right: 0.6em;
}
.link-list li a:link.modal::after, .link-list li a:visited.modal::after {
  content: "";
  width: 25px;
  height: 24px;
  margin-left: 0.3em;
  border: none;
  display: inline-block;
  background: url(../img/common/icon-modal.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .link-list li a:link.modal::after, .link-list li a:visited.modal::after {
    width: 19px;
    height: 18px;
  }
}
.link-list li a:hover {
  text-decoration: underline;
}

.s-link-list {
  list-style: inherit;
}
.s-link-list li {
  color: #0077BF;
  position: relative;
  display: inline-block;
}
.s-link-list li + li {
  border-left: 1px solid #CCC;
  padding-left: 1em;
  margin: 0.2em 0;
}
.s-link-list li a:link, .s-link-list li a:visited {
  color: #0077BF;
  position: relative;
}
.s-link-list li a:link[target=_blank], .s-link-list li a:visited[target=_blank] {
  padding-right: 0;
  margin-right: 0.6em;
}
.s-link-list li a:link[target=_blank]::after, .s-link-list li a:visited[target=_blank]::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  right: 0.8em;
  background: url(../img/common/icon_target.svg) center no-repeat;
  background-size: contain;
}
.s-link-list li a:link.modal, .s-link-list li a:visited.modal {
  margin-right: 0.6em;
}
.s-link-list li a:link.modal::after, .s-link-list li a:visited.modal::after {
  content: "";
  width: 25px;
  height: 24px;
  margin-left: 0.3em;
  border: none;
  display: inline-block;
  background: url(../img/common/icon-modal.svg) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .s-link-list li a:link.modal::after, .s-link-list li a:visited.modal::after {
    width: 19px;
    height: 18px;
  }
}
.s-link-list li a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-base a {
  color: #FFF;
  background-color: #01456F;
  display: inline-block;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 1em 2em;
  position: relative;
}
.btn-base a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .btn-base a {
    font-size: 1.6rem;
  }
}
.btn-base.back a {
  color: #FFF;
  background: #707070;
  padding: 1em 2em 1em 3em;
}
.btn-base.back a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 50%;
  left: 2em;
  transform: translateY(50%) rotateZ(-45deg);
}
.btn-base.arrow a {
  padding: 1em 3em 1em 2em;
}
.btn-base.arrow a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotateZ(45deg);
}
.btn-base.search a:before {
  content: "";
  font-family: Fontawesome;
  display: inline-block;
  padding: 0 0.5em;
}

/* --------------------------------------------------

アイコン

-------------------------------------------------- */
.icon-label {
  color: #FFF;
  background: #0077BF;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.3em 1em;
  margin: 0 0 0 0.5em;
  border-radius: 5px;
}

/* --------------------------------------------------

ダイヤルのデザイン

-------------------------------------------------- */
.dlNo {
  color: #000000;
  font-weight: 700;
  background-color: #E0E0E0;
  border: solid 1px #CDCDCD;
  padding: 0.15em 0.5em;
  margin-right: 0.15em;
}

/* --------------------------------------------------

ぱんくず

-------------------------------------------------- */
.breadCrumbs {
  padding: 0.5em 1% 3em;
}

.breadCrumbs li {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.8em;
  display: inline-block;
  letter-spacing: 1px;
}
.breadCrumbs li br {
  display: none;
}

.breadCrumbs li a {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 0.8em;
}
.breadCrumbs li a br {
  display: none;
}

.breadCrumbs li:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}

.breadCrumbs li:last-child:after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .breadCrumbs {
    width: auto;
    padding: 0.3em 1em 1.2em;
    position: relative;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .breadCrumbs li {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
/* --------------------------------------------------

ページング、検索結果、検索条件

-------------------------------------------------- */
/* conditions */
.conditions {
  margin: 0 auto 5%;
  padding: 2% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conditions .btn-delete {
  margin-left: auto;
}

.conditions .btn-delete a {
  color: #FFF;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5em 2em;
  background: #333;
  display: block;
  border-radius: 2em;
  white-space: nowrap;
}

.conditions .paging-result {
  float: right;
  font-weight: bold;
}

.conditions dl {
  width: 88%;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}

.conditions dt {
  margin-right: 1em;
  white-space: nowrap;
}

.conditions dd a,
.conditions dd span {
  font-size: 1.5rem;
  padding: 0.1em 1em;
  margin: 0 0.5em 0.5em;
  display: inline-block;
  border: 1px solid #CCC;
  background: #EAECF1;
  border-radius: 0.5em;
  vertical-align: middle;
  cursor: pointer;
}

.conditions dd a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.5rem;
}

.conditions a:hover {
  opacity: 0.7;
}

/* paging　*/
.pagebox {
  margin-bottom: 2em;
}
.pagebox .disp_cnt {
  font-size: 1.8rem;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.pagebox .disp_cnt span {
  font-size: 2.4rem;
}
.pagebox .paging {
  display: flex;
  justify-content: center;
  font-size: 2rem;
}
.pagebox .paging a {
  width: 40px;
  height: 40px;
  margin: 0 0.3em;
  border: 1px solid #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.pagebox .paging a:hover {
  color: #FFF;
  background: #0077BF;
}
.pagebox .paging span {
  color: #FFF;
  background: #0077BF;
  width: 40px;
  height: 40px;
  margin: 0 0.3em;
  border: 1px solid #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.pagebox .paging a:not(.num) {
  font-size: 2.5rem;
  padding-bottom: 0.2em;
}

/* --------------------------------------------------

タブ

-------------------------------------------------- */
.tab-list {
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
}
.tab-list > li {
  margin-right: 2%;
  flex: 1;
  display: flex;
}
.tab-list > li:last-child {
  margin-right: 0;
}
.tab-list > li a {
  width: 100%;
  padding: 1em;
  color: #FFF;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-list > li a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-block {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
.btn-block p {
  margin: 0 1em 1em;
}
.btn-block.center {
  justify-content: center;
}

/* --------------------------------------------------

カテゴリボタン

-------------------------------------------------- */
.btn-category {
  display: flex;
  flex-wrap: wrap;
}
.btn-category li {
  width: 23%;
  margin: 0 2.6666666667% 2em 0;
  display: flex;
}
.btn-category li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .btn-category li {
    width: 47%;
    margin: 0 6% 1em 0;
  }
  .btn-category li:nth-child(2n) {
    margin-right: 0;
  }
}
.btn-category li a {
  color: #FFF;
  font-size: 2.1rem;
  width: 100%;
  padding: 0.6em 1.5em 0.6em 1em;
  background: #0077BF;
  border-radius: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .btn-category li a {
    font-size: 1.6rem;
  }
}
.btn-category li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .btn-category li a {
    font-size: 1.4rem;
    padding: 1.2em 1.5em 1.2em 0.5em;
  }
}
.btn-category li a:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  vertical-align: middle;
  margin: 0px 0.5em 0.2em auto;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

/* --------------------------------------------------

リンクボタン

-------------------------------------------------- */
.btn-link {
  margin: 2em 0;
}
.btn-link a {
  width: 50%;
  color: #0077BF;
  font-size: 2.1rem;
  padding: 1.2em 2em;
  margin: 0 auto;
  border-radius: 0.5em;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .btn-link a {
    width: 100%;
    font-size: 1.6rem;
    padding: 1.2em 1.5em 1.2em 0.5em;
  }
}
.btn-link a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  vertical-align: middle;
  margin: 0px 0.5em 0.2em auto;
  border-top: 2px solid #0077BF;
  border-right: 2px solid #0077BF;
}
.btn-link a:hover {
  background: #0077BF;
  color: #fff;
}
.btn-link a:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.btn-link li {
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .btn-link li {
    margin-bottom: 1em;
  }
}
.btn-link li > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-link li > ul li {
  width: 49%;
  margin-bottom: 2em;
  display: flex;
}
.btn-link li > ul li:nth-child(2n) {
  margin: 0 0 2em 2%;
}
@media only screen and (max-width: 768px) {
  .btn-link li > ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .btn-link li > ul li:nth-child(2n) {
    margin: 0;
    margin-bottom: 1em;
  }
}
.btn-link li > ul li a {
  width: 100%;
}

/* --------------------------------------------------

アイコンボタン

-------------------------------------------------- */
.icon-btn-c {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-right: -2%;
}
.icon-btn-c li {
  width: calc(100% / 6 - 2%);
  margin-right: 2%;
  text-align: center;
}
.icon-btn-c li a {
  background: #0077BF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  margin: 0 auto 0.8em auto;
  transition: 0.3s;
}
.icon-btn-c li a:hover {
  background: #01456F;
}
.icon-btn-c li p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1020px) {
  .icon-btn-c li a {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .icon-btn-c li {
    width: calc(100% / 3 - 2%);
    margin-bottom: 1.5em;
  }
  .icon-btn-c li a {
    width: 22.578vw;
    height: 22.578vw;
  }
  .icon-btn-c li .internet {
    width: 11.161vw;
  }
  .icon-btn-c li .tv,
.icon-btn-c li .tell {
    width: 13.375vw;
  }
  .icon-btn-c li .mail {
    width: 12.723vw;
  }
  .icon-btn-c li .security {
    width: 11.552vw;
  }
  .icon-btn-c li .option {
    width: 9.208vw;
  }
  .icon-btn-c li p {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

.icon-btn-s {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-right: -2%;
}
@media only screen and (max-width: 768px) {
  .icon-btn-s {
    width: 100%;
  }
}
.icon-btn-s.col3 li {
  width: 31%;
  margin-right: 2%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .icon-btn-s.col3 li {
    width: 48%;
    margin-right: 4%;
  }
  .icon-btn-s.col3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.icon-btn-s.col2 li {
  width: calc(100% / 2 - 2%);
  margin-right: 2%;
  text-align: center;
}
.icon-btn-s li {
  position: relative;
  margin-bottom: 1em;
  display: table;
  min-height: 205px;
}
@media only screen and (max-width: 768px) {
  .icon-btn-s li {
    min-height: 145px;
  }
}
@media only screen and (max-width: 420px) {
  .icon-btn-s li {
    min-height: 145px;
  }
}
.icon-btn-s li a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 2em 1em 2em 7em;
  background: #fff;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  transition: 0.3s;
}
.icon-btn-s li a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  margin-right: 1.6em;
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.icon-btn-s li a.setting:before {
  background-image: url(../img/common/icon_setting.svg);
  width: 98px;
  height: 64px;
}
.icon-btn-s li a.procedure:before {
  background-image: url(../img/common/icon_procedure.svg);
  width: 72px;
  height: 70px;
}
.icon-btn-s li a.faq:before {
  background-image: url(../img/common/icon_faq.svg);
  width: 90px;
  height: 80px;
}
.icon-btn-s li a.members:before {
  background-image: url(../img/common/icon_members.svg);
  width: 106px;
  height: 74px;
}
.icon-btn-s li a.convenient:before {
  background-image: url(../img/common/icon_convenient.svg);
  width: 90px;
  height: 78px;
}
.icon-btn-s li a:hover {
  background: #0077BF;
  color: #fff;
}
.icon-btn-s li a:hover.setting:before {
  background-image: url(../img/common/icon_setting_h.svg);
}
.icon-btn-s li a:hover.procedure:before {
  background-image: url(../img/common/icon_procedure_h.svg);
}
.icon-btn-s li a:hover.faq:before {
  background-image: url(../img/common/icon_faq_h.svg);
}
.icon-btn-s li a:hover.members:before {
  background-image: url(../img/common/icon_members_h.svg);
}
.icon-btn-s li a:hover.convenient:before {
  background-image: url(../img/common/icon_convenient_h.svg);
}
@media only screen and (max-width: 1300px) {
  .icon-btn-s li a {
    font-size: 1.6rem;
    vertical-align: bottom;
    padding: 1.8em 0.5em;
  }
  .icon-btn-s li a:before {
    display: block;
    margin: 0 auto 0.5em auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .icon-btn-s li a {
    padding: 1.8em 0.5em 1.4em 0.5em;
    display: block;
  }
  .icon-btn-s li a:before {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}

/* --------------------------------------------------

文章

-------------------------------------------------- */
.sentence-block {
  max-width: 900px;
  margin: 0 auto 2em;
}
.sentence-block p {
  margin-bottom: 1em;
}
/* --------------------------------------------------

リンクリスト

-------------------------------------------------- */
.list-article {
  max-width: 900px;
  margin: 0 auto 2em;
}
.list-article li {
  border-bottom: 1px solid #E6E6E6;
}
.list-article li:first-child {
  border-top: 1px solid #E6E6E6;
}
.list-article li a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 1em;
  position: relative;
  background: #FFF;
}
.list-article li a:hover p {
  color: #0077BF;
  text-decoration: underline;
}
.list-article li a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  vertical-align: middle;
  margin: 0px 0.5em 0.2em auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.list-article li a .date-post {
  margin: 0px 1em 0px 0.5em;
  word-break: keep-all;
}
.list-article li a p {
  padding-right: 2em;
  transition: 0.3s;
}
@media only screen and (max-width: 1020px) {
  .list-article li a {
    display: block;
    padding: 1.5em;
  }
  .list-article li a .date-post {
    margin: 0;
  }
  .list-article li p {
    width: 90%;
    padding-right: 0;
  }
}
.list-article.s-icon li a {
  font-weight: 600;
  padding: 2em 2em 2em 4em;
}
@media only screen and (max-width: 768px) {
  .list-article.s-icon li a {
    padding: 2em 3em 2em 4em;
  }
}
.list-article.s-icon li a:before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_list_point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  left: 1em;
}
.list-article.s-icon li a:hover {
  background: #F5F5F5;
  color: #333;
  text-decoration: none;
}
.list-article.b-line {
  border: 1px solid #E6E6E6;
}
.list-article.b-line > li:first-child {
  border-top: none;
}
.list-article.b-line > li:last-child {
  border-bottom: none;
}
.list-article.b-line > li a:hover {
  background: #F5F5F5;
  text-decoration: none;
  color: #333;
}
.list-article.b-line.col2, .list-article.b-line.col3 {
  display: flex;
  flex-wrap: wrap;
  border: none;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}
.list-article.b-line.col2 li, .list-article.b-line.col3 li {
  border-right: 1px solid #E6E6E6;
}
.list-article.b-line.col2 li:last-child, .list-article.b-line.col3 li:last-child {
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 768px) {
  .list-article.b-line.col2 li a, .list-article.b-line.col3 li a {
    font-size: 1.3rem;
    padding: 1.5em 2.5em 1.5em 1em;
  }
}
.list-article.b-line.col2 li {
  width: calc( 100% / 2 - 1px);
  box-sizing: border-box;
}
.list-article.b-line.col3 li {
  width: calc( 100% / 3 - 1px);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .list-article.b-line.col3 li {
    width: calc( 100% / 2 - 1px);
  }
}
.list-article.b-line.col3.goods {
  max-width: none;
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .list-article.b-line.col3.goods {
    margin-bottom: 2em;
  }
}
.list-article.b-line.col3.goods li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.list-article.b-line.col3.goods li a p {
  width: 35%;
  min-width: 35%;
  margin: 0;
  padding: 0;
  margin-right: 0.5em;
  padding-top: 20%;
  position: relative;
}
@media only screen and (max-width: 420px) {
  .list-article.b-line.col3.goods li a p {
    padding-top: 25%;
  }
}
.list-article.b-line.col3.goods li a p img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.list-article.service-list > li a {
  flex-wrap: wrap;
  padding: 1em 2em 1em 1em;
}
.list-article.service-list > li a .date-post {
  word-break: keep-all;
  width: 100%;
  font-size: 1.2rem;
  color: #7F7F7F;
  margin: 0 0 0.5em;
}
.list-article.service-list > li a .category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .list-article.service-list > li a .category {
    margin-bottom: 0.2em;
  }
}
.list-article.service-list > li a .category .cate-net {
  font-size: 0.9rem;
  color: #fff;
  background: #E04473;
  padding: 0.4em 1.6em;
  border-radius: 20px;
  margin-right: 1em;
}
.list-article.service-list > li a .category .cate-life {
  font-size: 0.9rem;
  color: #fff;
  background: #0398D2;
  padding: 0.4em 1.6em;
  border-radius: 20px;
}
.list-article.service-list > li a .ttl-article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6rem;
}
.list-article.service-list > li a .ttl-article .price {
  font-size: 1.2rem;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .list-article.service-list > li a .ttl-article {
    margin-bottom: 0.3em;
  }
}
.list-article.service-list > li a .txt-article {
  width: 100%;
  padding-right: 0;
  font-size: 1.2rem;
  color: #7F7F7F;
}
.list-article.maintenance-list > li a {
  flex-wrap: wrap;
  padding: 1em 2em 1em 1em;
}
.list-article.maintenance-list > li a .date-post {
  word-break: keep-all;
  width: 100%;
  font-size: 1.2rem;
  color: #7F7F7F;
  margin: 0 0 0.5em;
}
.list-article.maintenance-list > li a .category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5em 0 0;
}
.list-article.maintenance-list > li a .category span {
  font-size: 0.9rem;
  color: #fff;
  background: #0398D2;
  padding: 0.4em 1.6em;
  border-radius: 20px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.list-article.qa-line, .list-article.careful-line {
  border: 1px solid #E6E6E6;
}
.list-article.qa-line > li:first-child, .list-article.careful-line > li:first-child {
  border-top: none;
}
.list-article.qa-line > li:last-child, .list-article.careful-line > li:last-child {
  border-bottom: none;
}
.list-article.qa-line > li a, .list-article.careful-line > li a {
  padding: 1.6em 3em;
  font-weight: 600;
}
.list-article.qa-line > li a:before, .list-article.careful-line > li a:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
}
.list-article.qa-line > li a:hover, .list-article.careful-line > li a:hover {
  background: #F5F5F5;
  text-decoration: none;
  color: #333;
}
.list-article.qa-line > li a:before {
  background-image: url(../img/common/icon_q.svg);
  width: 18px;
  height: 18px;
}
.list-article.careful-line > li a:before {
  background-image: url(../img/common/icon_careful.svg);
  width: 20px;
  height: 18px;
}
.list-article.list-qa-link {
  margin-bottom: 3em;
}
.list-article.list-qa-link li {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.list-article.list-qa-link li a {
  line-height: 1.8;
  padding: 1em 4em 1em 1.5em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .list-article.list-qa-link li a {
    padding: 0.5em 3em 0.5em 1em;
  }
}
.list-article.list-qa-link li a .ttl-q {
  color: #0077BF;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  padding-left: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list-article.list-qa-link li a .ttl-q {
    font-size: 1.6rem;
    padding-left: 50px;
  }
}
.list-article.list-qa-link li a .ttl-q::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon_qalist_q.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .list-article.list-qa-link li a .ttl-q::before {
    width: 30px;
    height: 30px;
    top: 0.5em;
    transform: unset;
  }
}
.list-article.list-qa-link li a .txt-a {
  font-size: 1.4rem;
  padding-left: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list-article.list-qa-link li a .txt-a {
    font-size: 1.2rem;
    padding-left: 50px;
  }
}
.list-article.list-qa-link li a .txt-a::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon_qalist_a.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .list-article.list-qa-link li a .txt-a::before {
    width: 30px;
    height: 30px;
    top: 0.5em;
    transform: unset;
  }
}
.list-article.list-qa-link li a .search_results_font {
  background: #FFD24C;
}

/* --------------------------------------------------

アコーディオン開閉

-------------------------------------------------- */
.list-ac {
  margin: 3em 0;
}
@media only screen and (max-width: 768px) {
  .list-ac {
    margin: 0;
  }
}
.list-ac .col-ac:first-child .ttl-ac {
  border-top: 1px solid #E6E6E6;
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac:first-child .ttl-ac {
    border-top: none;
  }
}
.list-ac .col-ac:last-child .step-border {
  padding-bottom: 0;
}
.list-ac .col-ac .ttl-ac {
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #E6E6E6;
  padding: 1.3em 1em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac .ttl-ac {
    font-size: 1.8rem;
    padding: 0.7em 2em 0.7em 0.5em;
  }
}
.list-ac .col-ac .ttl-ac:before, .list-ac .col-ac .ttl-ac:after {
  content: "";
  display: block;
  position: absolute;
}
.list-ac .col-ac .ttl-ac:before {
  width: 1em;
  height: 2px;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac .ttl-ac:before {
    right: 0.5em;
  }
}
.list-ac .col-ac .ttl-ac:after {
  height: 1em;
  width: 2px;
  right: calc(2em + 10px);
  background: #333;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac .ttl-ac:after {
    right: calc(.5em + 8px);
  }
}
.list-ac .col-ac .ttl-ac.active {
  position: relative;
  background: #F5F5F5;
  border-bottom: none;
}
.list-ac .col-ac .ttl-ac.active:after {
  content: none;
}
.list-ac .col-ac .col-ac-child {
  display: none;
  padding: 2em;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.list-ac .col-ac .col-ac-child p {
  line-height: 1.8;
}
.list-ac .col-ac .col-ac-child.step-border {
  padding-left: 12rem;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac .col-ac-child.step-border {
    padding: 1em 0;
  }
}
.list-ac .col-ac .col-ac-child.step-border::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: auto;
  right: auto;
  left: 5rem;
  background: #0077BF;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac .col-ac-child.step-border::before {
    content: none;
  }
}
.list-ac .col-ac .col-ac-child.step-border .link-list {
  margin-bottom: 1.4em;
}
.list-ac .col-ac .col-ac-child.step-border .link-txt {
  position: relative;
}
.list-ac .col-ac .col-ac-child.step-border .link-txt::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #0077BF;
  border-right: 1px solid #0077BF;
  display: inline-block;
  vertical-align: middle;
  transform: rotateZ(45deg);
}
@media screen and (min-width: 769px) {
  .list-ac .col-ac .col-ac-child.step-border .block-lr > div:first-child {
    width: 50%;
  }
  .list-ac .col-ac .col-ac-child.step-border .block-lr > div:last-child {
    width: 47%;
  }
}
.list-ac .col-ac .col-ac-child.step-border .block-lr > div:first-child {
  margin: 0 3% 0 0;
}
.list-ac .col-ac .col-ac-child.step-border .block-lr p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac .col-ac-child.step-border .block-lr > div:first-child,
.list-ac .col-ac .col-ac-child.step-border .block-lr > div:last-child {
    margin: 0 0 1em;
  }
}
.list-ac .col-ac .col-ac-child.step-border .col1 {
  margin-top: 2em;
}
.list-ac .col-ac .col-ac-child.step-arrow .block-lr {
  padding: 4%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac .col-ac-child.step-arrow .block-lr {
    padding: 1.5em;
  }
}
.list-ac .col-ac .col-ac-child.step-arrow .block-lr:nth-of-type(even) {
  background: #F5F5F5;
  z-index: -1;
}
.list-ac .col-ac .col-ac-child.step-arrow .block-lr::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #0076bf transparent transparent transparent;
  z-index: 10;
}
.list-ac .col-ac .col-ac-child.step-arrow .block-lr:last-child:after {
  content: none;
}
.list-ac .col-ac.open .ttl-ac {
  background: #F5F5F5;
  position: relative;
  border: none;
}
.list-ac .col-ac.open .ttl-ac:after {
  height: 1em;
  width: 2px;
  right: 2.5em;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.list-ac .col-ac.open .ttl-ac.active {
  background: #fff;
  border-bottom: 1px solid #E6E6E6;
}
.list-ac .col-ac.open .ttl-ac.active:after {
  display: none;
}
.list-ac .col-ac.open .col-ac-child {
  display: block;
}
.list-ac .col-ac.open:first-child .ttl-ac.active {
  border-top: 1px solid #E6E6E6;
}
.list-ac.servise-ac .col-ac .ttl-ac {
  padding: 1em 1em 1em 4.5em;
}
.list-ac.servise-ac .col-ac .ttl-ac span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-ac.servise-ac .col-ac .ttl-ac span span {
  position: relative;
}
.list-ac.servise-ac .col-ac .ttl-ac span span:before {
  content: "";
  display: block;
  position: absolute;
  left: -3.5em;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span:before {
    left: -3em;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac span span.service:before {
  background-image: url(../img/common/icon_service_bl.svg);
  width: 60px;
  height: 48px;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span.service:before {
    width: 38px;
    height: 30px;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac span span.procedure:before {
  background-image: url(../img/common/icon_procedure_bl.svg);
  width: 48px;
  height: 47px;
  left: -3em;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span.procedure:before {
    width: 34px;
    height: 33px;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac span span.setting:before {
  background-image: url(../img/common/icon_setting_bl.svg);
  width: 67px;
  height: 44px;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span.setting:before {
    width: 38px;
    height: 24px;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac span span.trouble:before {
  background-image: url(../img/common/icon_trouble_bl.svg);
  width: 65px;
  height: 47px;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span.trouble:before {
    width: 36px;
    height: 26px;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac span span.faq:before {
  background-image: url(../img/common/icon_faq_bl.svg);
  width: 57px;
  height: 51px;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span.faq:before {
    width: 40px;
    height: 35px;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac span span.convenient:before {
  background-image: url(../img/common/icon_convenient_bl.svg);
  width: 61px;
  height: 53px;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span.convenient:before {
    width: 36px;
    height: 32px;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac span span.fault:before {
  background-image: url(../img/common/icon_fault_bl.svg);
  width: 47px;
  height: 51px;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span.fault:before {
    width: 32px;
    height: 34px;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac span span.maintenance:before {
  background-image: url(../img/common/icon_maintenance_bl.svg);
  width: 60px;
  height: 55px;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac span span.maintenance:before {
    width: 36px;
    height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac {
    padding: 0.8em 1em 0.8em 3.5em;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac .btn-more-s {
  margin-right: 5em;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .col-ac-child {
    padding: 1em 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .col-ac-child .block-lr {
    display: block;
  }
  .list-ac.servise-ac .col-ac .col-ac-child .block-lr > div {
    width: 100%;
  }
  .list-ac.servise-ac .col-ac .col-ac-child .block-lr > div:last-child {
    text-align: center;
  }
}
.list-ac.servise-ac .col-ac .col-ac-child .block-lr .servise-ac-sttl {
  font-size: 2.8rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .col-ac-child .block-lr .servise-ac-sttl {
    font-size: 1.8rem;
  }
}
.list-ac.servise-ac .col-ac .col-ac-child .block-lr .link-list {
  margin-top: 2em;
}
.list-ac.servise-ac a.btn-more-s.clone {
  display: none;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac a.btn-more-s.clone {
    display: block;
    max-width: 5.5em;
    margin: 0 0 1em auto;
  }
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .ttl-ac a.btn-more-s {
    display: none;
  }
}
.list-ac.step-ac .ttl-ac {
  display: flex;
  align-items: center;
  background: none;
}
@media only screen and (max-width: 768px) {
  .list-ac.step-ac .ttl-ac {
    font-size: 1.6rem;
  }
}
.list-ac.step-ac .ttl-ac.active {
  background: #0077BF;
  color: #fff;
}
.list-ac.step-ac .ttl-ac.active:before {
  background: #fff;
}
.list-ac.step-ac .ttl-ac.active .step-no {
  background: #fff;
  color: #0077BF;
}
.list-ac.step-ac .ttl-ac .step-no {
  background: #0077BF;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 0.5;
  margin-right: 1em;
}
@-moz-document url-prefix() {
  .list-ac.step-ac .ttl-ac .step-no {
    line-height: 16px;
  }
}
.list-ac.step-ac .ttl-ac .step-no span {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .list-ac.step-ac .ttl-ac .step-no {
    margin-right: 0.4em;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }
}
.list-ac.step-ac .col-ac.open .ttl-ac {
  color: #333;
  background: #fff;
}
.list-ac.step-ac .col-ac.open .ttl-ac .step-no {
  background: #0077BF;
  color: #fff;
}
.list-ac.step-ac .col-ac.open .ttl-ac:not(.active) {
  background: #0077BF;
  color: #fff;
}
.list-ac.step-ac .col-ac.open .ttl-ac:not(.active) .step-no {
  background: #fff;
  color: #0077BF;
}

.AnswerQT-inner .list-ac .col-ac:first-child {
  border-top: 1px solid #E6E6E6;
}

/* list-thumb */
.list-thumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-thumb.col2 > li {
  width: 35%;
  margin: 0 4em 4em 0;
}
.list-thumb.col2 > li:nth-child(2n),
.list-thumb.col2 > li:last-child {
  margin-right: 0;
}
.list-thumb.col3 > li {
  width: 30%;
  margin: 0 5% 4em 0;
}
.list-thumb.col3 > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-thumb.sp-col01 > li {
    width: 100% !important;
    margin-right: 0;
  }
  .list-thumb.sp-col02 > li {
    width: 47% !important;
    margin: 0 6% 3% 0 !important;
  }
  .list-thumb.sp-col02 > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .list-thumb.sp-col03 > li {
    width: 31% !important;
    margin: 0 3.5% 3% 0 !important;
  }
  .list-thumb.sp-col03 > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.list-thumb li {
  display: flex;
}
.list-thumb li a {
  background: #F5F5F5;
  width: 100%;
  border-radius: 1em;
  display: block;
  position: relative;
}
.list-thumb li a::after {
  content: "";
  width: 3.2em;
  height: 3.2em;
  background: url(../img/common/arrow_red.svg) no-repeat center top/contain;
  display: block;
  position: absolute;
  right: 1em;
  bottom: -1.5em;
}
.list-thumb li a .ph-list {
  background: #E3E3E3;
  padding-top: 70%;
  border-radius: 1.2em 1.2em 0 0;
}
.list-thumb li a .ph-list img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-thumb li a .ph-list,
.list-thumb li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.list-thumb li a .txt-part {
  margin-top: -20px;
  padding: 0 0 1em;
  border-radius: 0 0 1.2em 1.2em;
}
.list-thumb li a .txt-part .ttl {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  max-width: 85%;
  margin-bottom: 0.3em;
  padding: 0.5em;
  background: #E04473;
}
.list-thumb li a .txt-part p.txt {
  font-size: 1.6rem;
  padding: 1em 1.5em 1.5em 1.5em;
}

.list-thumb .icon-label {
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  z-index: 1;
  font-size: 1.4rem;
}

/* --------------------------------------------------

注意書きパーツ

-------------------------------------------------- */
.attention-txt {
  background: #FDF4ED;
  padding: 1.4em;
}
.attention-txt .attention-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
  padding-left: 40px;
  position: relative;
  z-index: 0;
}
.attention-txt .attention-ttl::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/icon_attention.svg) center no-repeat;
  width: 34px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.attention-txt p:not(:last-child) {
  margin-bottom: 1em;
}
.attention-txt figure {
  margin-bottom: 1em;
}

/* --------------------------------------------------

Q&Aパーツ

-------------------------------------------------- */
.qa .question {
  font-size: 2.4rem;
  color: #0077BF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 20px 20px 20px 0;
  padding: 1.2em 2em 1.2em 4.4em;
  margin-bottom: 1em;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .qa .question {
    font-size: 2rem;
    padding: 3em 5% 1.6em;
    border-radius: 20px;
  }
}
.qa .question::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  left: -16px;
  right: auto;
  width: 20px;
  height: 22px;
  background: url(../img/common/qa_arrow.svg) center no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .qa .question::before {
    content: none;
  }
}
.qa .question::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  right: auto;
  width: 60px;
  height: 60px;
  background: url(../img/common/icon_qa_q.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .qa .question::after {
    top: 1em;
    bottom: auto;
    transform: none;
    left: 0;
    right: 0;
    width: 33px;
    height: 33px;
  }
}
.qa #AnswerQT {
  background: #fff;
  border-radius: 20px 20px 0 20px;
  padding: 1.6em 1.6em 4em;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .qa #AnswerQT {
    border-radius: 20px;
    padding: 2em 5%;
  }
}
.qa #AnswerQT::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  right: -16px;
  left: auto;
  width: 20px;
  height: 22px;
  background: url(../img/common/qa_arrow.svg) center no-repeat;
  transform: scale(-1, 1);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .qa #AnswerQT::before {
    content: none;
  }
}
.qa #AnswerQT .guide {
  font-size: 2.4rem;
  color: #E56A00;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 1.2em 2em 1.2em 3.4em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .qa #AnswerQT .guide {
    font-size: 2rem;
    padding: 2em 0 0;
  }
}
.qa #AnswerQT .guide::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  width: 60px;
  height: 60px;
  background: url(../img/common/icon_qa_a.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .qa #AnswerQT .guide::after {
    top: 0;
    bottom: auto;
    transform: none;
    right: 0;
    width: 33px;
    height: 33px;
  }
}
.qa #AnswerQT .AnswerQT-inner {
  margin-left: 5em;
}
@media only screen and (max-width: 768px) {
  .qa #AnswerQT .AnswerQT-inner {
    margin-left: 0;
    padding: 1em 0;
  }
  .qa #AnswerQT .AnswerQT-inner .list-ac {
    margin: 1em 0;
    position: relative;
    width: 111%;
    transform: translateX(-5%);
  }
  .qa #AnswerQT .AnswerQT-inner .col-ac-child {
    padding: 1.5em 2em;
  }
  .qa #AnswerQT .AnswerQT-inner .link-list li a:link[target=_blank]::before,
.qa #AnswerQT .AnswerQT-inner .link-list li a:visited[target=_blank]::before,
.qa #AnswerQT .AnswerQT-inner .link-list li a:link[target=_blank]::after,
.qa #AnswerQT .AnswerQT-inner .link-list li a:visited[target=_blank]::after {
    top: auto;
    bottom: 6px;
    transform: rotateZ(45deg);
  }
  .qa #AnswerQT .AnswerQT-inner .link-list li a:link[target=_blank]::after,
.qa #AnswerQT .AnswerQT-inner .link-list li a:visited[target=_blank]::after {
    transform: none;
  }
  .qa #AnswerQT .AnswerQT-inner .ttl-ac {
    font-size: 1.6rem;
    padding: 0.7em 2em 0.7em 2em;
  }
}

/* --------------------------------------------------

サイトマップパーツ

-------------------------------------------------- */
.list-sitemap li {
  margin-bottom: 1em;
}
.list-sitemap li a {
  color: #0077BF;
}

/* --------------------------------------------------

モーダル

-------------------------------------------------- */
.modaal-close {
  position: absolute !important;
}
@media only screen and (max-width: 768px) {
  .modaal-close {
    right: 0 !important;
    top: 0 !important;
  }
}

.modaal-close:after, .modaal-close:before {
  background: #333 !important;
}

.modaal-content-container {
  max-width: 900px !important;
  padding: 8% 1em 4% !important;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 30px !important;
  }
}
.modaal-content-container .modal-ttl {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
.modaal-content-container p {
  max-width: 700px;
  margin: 0 auto;
}
.modaal-content-container p.btn-close {
  font-size: 1.4rem;
  margin-top: 2em;
  text-align: center;
  cursor: pointer;
}

a:link.modal, a:visited.modal {
  margin-right: 0.6em;
}
a:link.modal::after, a:visited.modal::after {
  content: "";
  width: 25px;
  height: 24px;
  margin-left: 0.3em;
  border: none;
  display: inline-block;
  background: url(../img/common/icon_modal.svg) center no-repeat;
  background-size: contain;
}

/* --------------------------------------------------

problem_solving

-------------------------------------------------- */
.problem_solving {
  background: #F5F5F5;
  padding: 3em 2em 2em;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .problem_solving {
    padding: 2em 1em;
    margin-top: 2em;
  }
}
.problem_solving #anc_Area .anc_Area-ttl {
  font-size: 2.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .problem_solving #anc_Area .anc_Area-ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .problem_solving #anc_Area .btn-block {
    margin: 1em 0 0;
  }
}
.problem_solving #anc_Area .btn-block p a {
  width: 15em;
  text-align: center;
}
.problem_solving #anc_Area .btn-block p.yes a {
  background: #707070;
}
.problem_solving #anc_Area .btn-block p.no a {
  background: #fff;
  color: #333;
}

/* --------------------------------------------------

ショップバナー

-------------------------------------------------- */
.bnr-shop {
  margin-bottom: 3.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1020px) {
  .bnr-shop {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .bnr-shop {
    margin-bottom: 2em;
  }
}
.bnr-shop a {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-width: 490px;
  width: calc(50% - .5em);
  margin-bottom: 1em;
}
.bnr-shop a:nth-child(2n) {
  margin-left: 1em;
}
@media only screen and (max-width: 1020px) {
  .bnr-shop a:nth-child(2n) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1020px) {
  .bnr-shop a {
    margin: 1em auto;
    width: 100%;
  }
}
.bnr-shop a p {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1020px) {
  .bnr-shop a p {
    font-size: 1.6rem;
  }
}
.bnr-shop a:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  vertical-align: middle;
  margin: 0px 0.5em 0.2em auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* --------------------------------------------------

お問い合わせ

-------------------------------------------------- */
.contact-block {
  color: #fff;
  text-align: center;
}
.contact-block .ttl-contact {
  font-size: 2.8rem;
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 768px) {
  .contact-block .ttl-contact {
    font-size: 2.5rem;
  }
}
.contact-block .ttl-contact + p {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .contact-block .ttl-contact + p {
    font-size: 1.6rem;
  }
}
.contact-block .btn-base a {
  background: #ABDEFB;
  color: #0077BF;
  font-weight: bold;
}
.contact-block .btn-base a:after {
  border-top: 2px solid #0077BF;
  border-right: 2px solid #0077BF;
}
.contact-block .btn-base a:hover {
  background: #fff;
  opacity: 1;
}
.contact-block .btn-block {
  margin: 2em 0 0;
}

/* --------------------------------------------------

背景色

-------------------------------------------------- */
.bg-g {
  background: #F5F5F5;
  padding: 4em 0 5em;
}
@media only screen and (max-width: 768px) {
  .bg-g {
    padding: 2em 0.5em 1.5em;
  }
}

.bg-bl {
  background: linear-gradient(-45deg, #58C5FF, #0093EB);
  padding: 6em 0 5.5em;
}
@media only screen and (max-width: 768px) {
  .bg-bl {
    padding: 2.4em;
  }
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
/* block-lr */
.block-lr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-lr > div {
  box-sizing: border-box;
}
.block-lr.link-list, .block-lr .s-link-list {
  margin-top: 2em;
  padding-left: 0;
  list-style: none;
}
.block-lr.list-movie {
  margin: 3em 0 4em;
}
@media only screen and (max-width: 768px) {
  .block-lr.list-movie {
    margin: 1em 0 2em;
  }
}
.block-lr.center > div {
  text-align: center;
}
.block-lr.col2 > div {
  width: 46%;
  margin: 0 8% 4% 0;
}
.block-lr.col2 > div:nth-child(2n) {
  margin-right: 0;
}
.block-lr.col2.w-l03 > div {
  width: 30%;
  margin: 0 3% 3% 0;
}
.block-lr.col2.w-l03 > div:nth-child(2n) {
  width: 67%;
  margin-right: 0;
}
.block-lr.col2.w-l04 > div {
  width: 40%;
  margin: 0 3% 3% 0;
}
.block-lr.col2.w-l04 > div:nth-child(2n) {
  width: 57%;
  margin-right: 0;
}
.block-lr.col3 > div {
  width: 31%;
  margin: 0 3.5% 3% 0;
}
.block-lr.col3 > div:nth-child(3n) {
  margin-right: 0;
}
.block-lr.col4 > div {
  width: 22%;
  margin: 0 4% 3% 0;
}
.block-lr.col4 > div:nth-child(4n) {
  margin-right: 0;
}
.block-lr.col5 > div {
  width: 18%;
  margin: 0 2.5% 3% 0;
}
.block-lr.col5 > div:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .block-lr.sp-col01 > div {
    width: 100% !important;
    margin-right: 0;
  }
  .block-lr.sp-col02 > div {
    width: 47% !important;
    margin: 0 6% 3% 0 !important;
  }
  .block-lr.sp-col02 > div:nth-child(2n) {
    margin-right: 0 !important;
  }
  .block-lr.sp-col03 > div {
    width: 31% !important;
    margin: 0 3.5% 3% 0 !important;
  }
  .block-lr.sp-col03 > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}

/* --------------------------------------------------

背景

-------------------------------------------------- */
.bg-radius {
  padding: 3em 5%;
  background: #FFF;
  border-radius: 2em;
}
.bg-radius.gray {
  background: #F5F5F5;
}

.bg-square {
  padding: 3em 5%;
  background: #FFF;
}
.bg-square.lblue {
  background: #E7EFF4;
}

.bg-gra {
  background: url(../img/common/bg-gra.jpg) center no-repeat;
  background-size: cover;
  padding: 6em 2% 5.5em;
}
@media only screen and (max-width: 768px) {
  .bg-gra {
    padding: 2.4em 0.5em;
  }
}

/* --------------------------------------------------

検索ボックス

-------------------------------------------------- */
.question-block-wrap {
  margin: 0 5% 3em;
}
@media only screen and (max-width: 768px) {
  .question-block-wrap {
    padding: 0.8em 3%;
  }
}
.question-block-wrap .quest-search-block form {
  padding: 1em;
  background: #FFF;
  display: flex;
  border-radius: 1em;
}
@media only screen and (max-width: 768px) {
  .question-block-wrap .quest-search-block form {
    padding-right: 0.5em;
  }
}
.question-block-wrap .quest-search-block form input {
  font-size: 2.5rem;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  .question-block-wrap .quest-search-block form input {
    font-size: 1.5rem;
    padding: 0;
  }
}
.question-block-wrap .quest-search-block form button {
  background: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  .question-block-wrap .quest-search-block form button {
    padding: 0;
  }
  .question-block-wrap .quest-search-block form button img {
    width: 25px;
  }
}

.txt-notes-search {
  font-size: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .txt-notes-search {
    font-size: 1.2rem;
  }
}

.txt-related-questions {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .txt-related-questions {
    margin-bottom: 1em;
  }
}
.txt-related-questions span {
  color: #0077BF;
}

.keyword-box {
  max-width: 820px;
  margin: 0 auto;
  padding: 2em;
  margin-bottom: 4em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .keyword-box {
    padding: 1em;
  }
}
.keyword-box ul {
  text-align: center;
}
.keyword-box ul li {
  line-height: 2;
  margin: 0.3em;
  display: inline-block;
}
.keyword-box ul li a {
  color: #0077BF;
  padding: 0.2em 1em;
  border: 1px solid #0077BF;
}
@media only screen and (max-width: 768px) {
  .keyword-box ul li a {
    font-size: 1.4rem;
  }
}
.keyword-box ul li a:hover {
  color: #FFF;
  background: #0077BF;
}

/* --------------------------------------------------

よくあるご質問　カテゴリ一覧のボタン

-------------------------------------------------- */
.faq_category_btn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8%;
}
.faq_category_btn li {
  width: 49%;
  text-align: center;
  margin-bottom: 2%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .faq_category_btn li {
    width: 100%;
  }
}
.faq_category_btn li a {
  border: 1px solid #707070;
  border-radius: 10px;
  display: block;
  width: 100%;
  font-size: 2rem;
  color: #0077BF;
  padding: 0.6em 2em;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .faq_category_btn li a {
    font-size: 1.6rem;
  }
}
.faq_category_btn li a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  vertical-align: middle;
  margin: 0px 0.5em 0.2em auto;
  border-top: 2px solid #0077BF;
  border-right: 2px solid #0077BF;
}
.faq_category_btn li a:hover {
  background: #E7EFF4;
}

/* --------------------------------------------------

スライダー

-------------------------------------------------- */
.slider-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-block.slider-carousel {
  overflow: visible;
}
.slider-block.slider-carousel .swiper-container {
  overflow: hidden;
}
.slider-block.slider-carousel .swiper-button-next {
  right: -70px;
  padding: 25px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background: #FFF;
}
.slider-block.slider-carousel .swiper-button-next:before {
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #0077BF;
  border-right: 1px solid #0077BF;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1300px) {
  .slider-block.slider-carousel .swiper-button-next {
    right: -3%;
  }
}
@media only screen and (max-width: 768px) {
  .slider-block.slider-carousel .swiper-button-next {
    display: none;
  }
}
.slider-block.slider-carousel .swiper-button-prev {
  left: -70px;
  padding: 25px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background: #FFF;
}
.slider-block.slider-carousel .swiper-button-prev:before {
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #0077BF;
  border-left: 1px solid #0077BF;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1300px) {
  .slider-block.slider-carousel .swiper-button-prev {
    left: -3%;
  }
}
@media only screen and (max-width: 768px) {
  .slider-block.slider-carousel .swiper-button-prev {
    display: none;
  }
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  top: auto;
  /* 表示位置のデフォルトを変更 */
  bottom: 0;
  /* 表示位置を下に */
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 0.35);
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
  margin-top: 20px;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #0077BF;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.slider-thumb .gallery-top .swiper-slide {
  position: relative;
  padding-top: 65%;
  background-color: #EEE;
}
.slider-thumb .gallery-top .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: 100%;
  max-width: 100%;
}
.slider-thumb .gallery-thumbs .swiper-slide {
  position: relative;
  padding-top: 18%;
}
.slider-thumb .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: 100%;
  max-width: 100%;
}

.slider-thumb-vertical {
  height: 700px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.slider-thumb-vertical .gallery-top {
  flex: 1;
  margin-right: 2%;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.slider-thumb-vertical .gallery-top .swiper-slide {
  background: #EEE;
  position: relative;
}
.slider-thumb-vertical .gallery-top .swiper-slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-thumb-vertical .gallery-thumbs {
  width: 30%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider-thumb-vertical .gallery-thumbs .swiper-slide {
  overflow: hidden;
  position: relative;
}
.slider-thumb-vertical .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* --------------------------------------------------

レイアウト

-------------------------------------------------- */
.wrapper-layout {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout {
    display: block;
  }
}
.wrapper-layout .main-contents {
  width: 64%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .main-contents {
    width: 100%;
  }
}
.wrapper-layout .side-menu {
  width: 29%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .side-menu {
    display: none;
  }
}

/* --------------------------------------------------

faq-search-list

-------------------------------------------------- */
.faq-search-list h4 {
  color: #FFF;
  padding: 1em;
  background: #0077BF;
}
.faq-search-list .sub_search_category ul li a {
  padding: 1em 2.5em 1em 1em;
  display: block;
  border: 1px solid #F0F0F0;
  border-bottom: none;
  position: relative;
}
.faq-search-list .sub_search_category ul li:last-child a {
  border: 1px solid #F0F0F0;
}
.faq-search-list .sub_search_category ul li div.li_parent a {
  background: #E6E6E6;
}
.faq-search-list .sub_search_category ul li div.li_parent a::before {
  content: "";
  width: 1em;
  height: 2px;
  display: block;
  border: none;
  background: #000;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.faq-search-list .sub_search_category ul li div.li_parent a::after {
  content: "";
  width: 2px;
  height: 1em;
  display: block;
  border: none;
  background: #000;
  position: absolute;
  top: 50%;
  right: calc(1.5em - 1px);
  transform: translateY(-50%);
}
.faq-search-list .sub_search_category ul li div.li_parent.selected a {
  background: #E7EFF4;
}
.faq-search-list .sub_search_category ul li div.li_parent.selected a::after {
  display: none;
}
.faq-search-list .sub_search_category ul li div.li_child ul li > a {
  padding-left: 2em;
}
.faq-search-list .sub_search_category ul li div.li_child ul li > a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%) rotateZ(45deg);
}
.faq-search-list .sub_search_category ul li div.li_child ul li.meganav {
  position: relative;
}
.faq-search-list .sub_search_category ul li div.li_child ul li.meganav > a:after {
  display: none;
}
.faq-search-list .sub_search_category ul li div.li_child ul li.meganav > a:hover:after {
  width: 5px;
  height: 100%;
  border: none;
  display: block;
  background: #0077BF;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}
.faq-search-list .sub_search_category ul li div.li_child ul li.meganav > a::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%) rotateZ(45deg);
}
.faq-search-list .sub_search_category ul li div.li_child ul li.meganav .megamenu {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: -100%;
}
.faq-search-list .sub_search_category ul li div.li_child ul li.meganav .megamenu ul li a {
  background: #E7EFF4;
}
.faq-search-list .sub_search_category ul li div.li_child ul li.meganav .megamenu ul li a:hover:after {
  content: "";
  width: 5px;
  height: 100%;
  border: none;
  display: block;
  background: #0077BF;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}
.faq-search-list .sub_search_category ul li div.li_child ul li.meganav:hover .megamenu {
  display: block;
}

/* --------------------------------------------------

障害情報

-------------------------------------------------- */
.txt-related-maintenance {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .txt-related-maintenance {
    margin-bottom: 1em;
  }
}

/* --------------------------------------------------

maintenance-area-list

-------------------------------------------------- */
.maintenance-area-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .maintenance-area-list {
    display: block;
    margin-bottom: 2em;
  }
}
.maintenance-area-list li {
  width: calc( 100% / 2 - 30px);
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .maintenance-area-list li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.maintenance-area-list li a {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}
.maintenance-area-list li a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  vertical-align: middle;
  margin: 0px 0.5em 0.2em auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.maintenance-area-list li a:hover {
  opacity: 0.7;
  color: #000;
  box-shadow: none;
}
.maintenance-area-list li a .area-name {
  width: 35%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #E3E3E3;
  font-size: 2.7rem;
  text-align: center;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  .maintenance-area-list li a .area-name {
    width: 30%;
    font-size: 2rem;
  }
}
.maintenance-area-list li a p {
  width: 65%;
  font-size: 2rem;
  text-align: center;
  padding: 1em 3em 1em 1em;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .maintenance-area-list li a p {
    width: 70%;
    font-size: 1.6rem;
    padding: 1em 2em 1em 0.5em;
  }
}
.maintenance-area-list li a .signal.green {
  background: #49E58A;
}
.maintenance-area-list li a .signal.red {
  background: #FF6565;
}
.maintenance-area-list li a .signal.yellow {
  background: #FFE28A;
}
.maintenance-area-list li a .signal.gray {
  background: #C2C2C2;
}

/* --------------------------------------------------
テーブル
-------------------------------------------------- */
.table-block table {
  width: 100%;
  word-break: break-all;
  border: none;
  border-top: 1px solid #DDD;
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .table-block table {
    border-top: none;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }
  .table-block table tr:last-child td {
    border-bottom: 1px solid #DDD;
  }
}
.table-block table th,
.table-block table td {
  font-size: 1.8rem;
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 1em 2em;
}
@media only screen and (max-width: 768px) {
  .table-block table th,
.table-block table td {
    font-size: 1.2rem;
    display: block;
    border-bottom: none;
    padding: 1em;
  }
}
.table-block table th {
  width: 18em;
  background: #E7EFF4;
  font-size: 2rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .table-block table th {
    width: auto;
    font-size: 1.6rem;
    border-bottom: none;
  }
  .table-block table th br {
    display: none;
  }
}
.table-block table td .ph-qrcode {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .table-block table td .ph-qrcode {
    max-width: 150px;
  }
}
.table-block table td .txt-phone {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .table-block table td .txt-phone {
    font-size: 3rem;
  }
}
.table-block table td .txt-phone span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .table-block table td .txt-phone span {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------

animate

-------------------------------------------------- */
.fx-in, .fx-in-i, .fx-left, .fx-right, .fx-up {
  visibility: hidden;
}

.fadeIn {
  visibility: visible !important;
  animation: op 0.2s ease 0s normal, fadeIn 1.2s ease-in-out 0.2s normal;
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fadeIn-i {
  visibility: visible !important;
  animation: fadeIn 0.5s ease-in-out 0s normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  visibility: visible !important;
  animation: op 0.2s ease 0s normal, fadeInUp 1.2s ease-in-out 0.2s normal;
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  visibility: visible !important;
  animation: op 0.2s ease 0s normal, fadeInLeft 1.2s ease-in-out 0.2s normal;
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  visibility: visible !important;
  animation: op 0.2s ease 0s normal, fadeInRight 1.2s ease-in-out 0.2s normal;
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* --------------------------------------------------

service-wrap
(光インターネット、光テレビなどの各サービスのTOP、サービス・オプション・機能)

-------------------------------------------------- */
.service-wrap {
  background: #F5F5F5;
}
@media only screen and (max-width: 1300px) {
  .service-wrap .inner {
    width: 100%;
  }
}
.service-wrap .breadCrumbs {
  background: #0077BF;
  padding: 1% 0 0;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-wrap .breadCrumbs {
    padding: 0.5em 1%;
  }
}
.service-wrap .breadCrumbs a:link, .service-wrap .breadCrumbs a:visited {
  color: #fff;
}
.service-wrap .breadCrumbs li::after {
  border-color: #fff;
}
.service-wrap .bg-radius {
  padding: 5% 0;
  margin-bottom: 8%;
  border-radius: 24px;
  z-index: 2;
  margin-top: -10%;
}
@media only screen and (max-width: 768px) {
  .service-wrap .bg-radius {
    padding: 1.5em 0;
    margin-top: -6%;
  }
}
.service-wrap .service-list {
  margin-bottom: 5%;
}
.service-wrap .txt-tax {
  text-align: center;
}
.service-wrap .block-lr {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .service-wrap .block-lr {
    display: block;
  }
  .service-wrap .block-lr > div {
    width: 100%;
  }
  .service-wrap .block-lr.about-detail > div:nth-child(2) {
    text-align: center;
  }
}
.service-wrap .block-lr .servise-ac-sttl {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .service-wrap .block-lr .servise-ac-sttl {
    font-size: 1.8rem;
  }
  .service-wrap .block-lr .servise-ac-sttl img {
    max-width: 200px;
  }
}
.service-wrap .block-lr .link-list {
  margin-top: 2em;
  padding-left: 0;
  list-style: none;
}
.service-wrap.detail .qa-line {
  margin-bottom: 10%;
}

/* --------------------------------------------------

support
(supportページ)

-------------------------------------------------- */
.support-page {
  background: #F5F5F5;
}
.support-page .qa-area,
.support-page .link-area {
  margin: 4em 0 5em;
}
.support-page .list-ac .col-ac .ttl-ac.active {
  position: sticky;
  top: 0;
  z-index: 15;
}

/* --------------------------------------------------

faq-page
(FAQ)

-------------------------------------------------- */
.faq-page {
  background: #F5F5F5;
}
.faq-page .qa-area,
.faq-page .link-area {
  margin: 4em 0 5em;
}
@media only screen and (max-width: 1300px) {
  .faq-page.index .inner, .faq-page.result .inner {
    width: 100%;
  }
}
.faq-page.index .breadCrumbs, .faq-page.result .breadCrumbs {
  background: #0077BF;
  padding: 1% 0 0;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq-page.index .breadCrumbs, .faq-page.result .breadCrumbs {
    padding: 0.5em 1%;
  }
}
.faq-page.index .breadCrumbs a:link, .faq-page.index .breadCrumbs a:visited, .faq-page.result .breadCrumbs a:link, .faq-page.result .breadCrumbs a:visited {
  color: #fff;
}
.faq-page.index .breadCrumbs li::after, .faq-page.result .breadCrumbs li::after {
  border-color: #fff;
}
.faq-page.index .ttl-ulayer h2::before, .faq-page.result .ttl-ulayer h2::before {
  background: url(../img/common/icon_question_w.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .faq-page.index .ttl-large, .faq-page.result .ttl-large {
    margin: 0 0.5em 1em;
  }
}
.faq-page.index .ttl-large + .question-block-wrap, .faq-page.result .ttl-large + .question-block-wrap {
  margin-bottom: 1em;
}
.faq-page.index .bg-radius, .faq-page.result .bg-radius {
  padding: 5% 0;
  margin-bottom: 5%;
  border-radius: 24px;
  z-index: 2;
  margin-top: -10%;
}
@media only screen and (max-width: 768px) {
  .faq-page.index .bg-radius, .faq-page.result .bg-radius {
    padding: 1.5em 0;
    margin-top: -6%;
  }
}

@media only screen and (max-width: 768px) {
  .faq-page.detail .inner-m {
    width: 100%;
  }
}

/*--------------------------------

shop-wrap
(BBIQ特選ショップページ)

----------------------------------*/
.shop-wrap {
  background: #F5F5F5;
}
.shop-wrap .breadCrumbs {
  color: #FFF;
  padding: 1% 0 0;
  margin: 0 0 -2.5em;
  background: transparent;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .shop-wrap .breadCrumbs {
    padding: 0.5em 1%;
  }
}
.shop-wrap .breadCrumbs a:link, .shop-wrap .breadCrumbs a:visited {
  color: #fff;
}
.shop-wrap .breadCrumbs li::after {
  border-color: #fff;
}
.shop-wrap .shop-sttl {
  font-size: 1.8rem;
  max-width: 900px;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 768px) {
  .shop-wrap .shop-sttl {
    font-size: 1.6rem;
  }
}
.shop-wrap .block-lr {
  align-items: center;
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  .shop-wrap .block-lr {
    display: block;
  }
  .shop-wrap .block-lr > div {
    width: 100%;
  }
  .shop-wrap .block-lr.about-shop > div:nth-child(2) {
    text-align: center;
  }
}
.shop-wrap .block-lr .servise-ac-sttl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 1em;
}
.shop-wrap .block-lr .servise-ac-sttl img {
  height: 4vw;
  max-height: 51px;
}
@media only screen and (max-width: 768px) {
  .shop-wrap .block-lr .servise-ac-sttl {
    font-size: 1.8rem;
  }
  .shop-wrap .block-lr .servise-ac-sttl img {
    max-width: 200px;
    height: auto;
  }
}
.shop-wrap .block-lr .link-list, .shop-wrap .block-lr .s-link-list {
  margin-top: 2em;
  padding-left: 0;
  list-style: none;
}
.shop-wrap .bg-gra {
  margin-bottom: 8%;
}
@media only screen and (max-width: 768px) {
  .shop-wrap .bg-gra .inner-m {
    width: 100%;
  }
}
.shop-wrap .bg-gra .ttl-large {
  font-size: 3.4rem;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .shop-wrap .bg-gra .ttl-large {
    font-size: 2.4rem;
  }
}
.shop-wrap .bg-gra .ttl-large:before, .shop-wrap .bg-gra .ttl-large:after {
  width: 40px;
  height: 5px;
  transform: none;
}
.shop-wrap .bg-gra .ttl-large:before {
  background: #F02252;
  border-radius: 0 0 20px 0;
  left: 50%;
  right: auto;
}
.shop-wrap .bg-gra .ttl-large:after {
  background: #333;
  border-radius: 0 0 0 20px;
  right: 50%;
  left: auto;
}
.shop-wrap .bg-gra .shop-sttl {
  max-width: none;
}
.shop-wrap .bg-gra .sale-area {
  text-align: center;
}
.shop-wrap .bg-gra .sale-area .sale-txt {
  font-size: 2.4rem;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 768px) {
  .shop-wrap .bg-gra .sale-area .sale-txt {
    font-size: 2rem;
  }
}
.shop-wrap .bg-gra .sale-area .link-txt {
  font-size: 1.4rem;
}
.shop-wrap .bg-radius {
  padding: 5% 0;
  margin-bottom: 8%;
  border-radius: 24px;
  z-index: 2;
  margin-top: -10%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .shop-wrap .bg-radius {
    padding: 1.5em 0;
    margin-top: -6%;
  }
}

.benefits-wrap {
  border-radius: 20px;
  padding: 4em 4em 5em;
  margin: 2% 0 5%;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap {
    padding: 1em;
  }
}
.benefits-wrap .ttl-large {
  font-size: 3.4rem;
  color: #333;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .ttl-large {
    font-size: 2.4rem;
  }
}
.benefits-wrap .ttl-large:before, .benefits-wrap .ttl-large:after {
  width: 40px;
  height: 5px;
  transform: none;
}
.benefits-wrap .ttl-large:before {
  background: #F02252;
  border-radius: 0 0 20px 0;
  left: 50%;
  right: auto;
}
.benefits-wrap .ttl-large:after {
  background: #333;
  border-radius: 0 0 0 20px;
  right: 50%;
  left: auto;
}
.benefits-wrap .benefits-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5%;
}
.benefits-wrap .benefits-items figure {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .benefits-items figure {
    width: 50%;
    margin-bottom: 2em;
  }
}
.benefits-wrap .benefits-items figure figcaption {
  font-size: 2rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .benefits-items figure figcaption {
    font-size: 1.7rem;
  }
}
.benefits-wrap .cash-back a {
  background: #fff;
  padding: 2.4em 2em;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .cash-back a {
    flex-wrap: wrap;
    padding: 1em 2em 1em 1em;
  }
}
.benefits-wrap .cash-back a:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
  vertical-align: middle;
  margin: 0px 0.5em 0.2em auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.benefits-wrap .cash-back a img {
  max-width: 120px;
  margin-right: 2em;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .cash-back a img {
    width: 30%;
    max-width: 80px;
    margin-right: 1em;
  }
}
.benefits-wrap .cash-back a .cash-back-txt p {
  font-size: 2.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .cash-back a .cash-back-txt p {
    font-size: 1.8rem;
  }
}
.benefits-wrap .cash-back a .cash-back-txt .small-txt {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .cash-back a .cash-back-txt .small-txt:not(.sp) {
    display: none;
  }
}
.benefits-wrap .cash-back a .cash-back-txt + .sp {
  display: none;
  flex-grow: 1;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .cash-back a .cash-back-txt + .sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .benefits-wrap .cash-back a .cash-back-txt {
    width: 60%;
  }
}

/*--------------------------------

useful-wrap
(よりお得に、便利に使う)

----------------------------------*/
.useful-wrap {
  background: #F5F5F5;
}
.useful-wrap .breadCrumbs {
  color: #FFF;
  padding: 1% 0 0;
  margin: 0 0 -2.5em;
  background: transparent;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .useful-wrap .breadCrumbs {
    padding: 0.5em 1%;
  }
}
.useful-wrap .breadCrumbs a:link, .useful-wrap .breadCrumbs a:visited {
  color: #fff;
}
.useful-wrap .breadCrumbs li::after {
  border-color: #fff;
}
.useful-wrap .useful-sttl {
  font-size: 1.8rem;
  max-width: 900px;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 768px) {
  .useful-wrap .useful-sttl {
    font-size: 1.6rem;
  }
}
.useful-wrap .block-lr {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .useful-wrap .block-lr {
    display: block;
  }
  .useful-wrap .block-lr > div {
    width: 100%;
  }
  .useful-wrap .block-lr.about-useful > div:nth-child(2) {
    text-align: center;
  }
}
.useful-wrap .block-lr .servise-ac-sttl {
  font-size: 3.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .useful-wrap .block-lr .servise-ac-sttl {
    font-size: 2rem;
    justify-content: flex-start;
  }
  .useful-wrap .block-lr .servise-ac-sttl img {
    max-width: 200px;
  }
}
.useful-wrap .block-lr .txt-useful {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .useful-wrap .block-lr .txt-useful {
    font-size: 1.5rem;
  }
}
.useful-wrap .img-pct {
  max-width: 460px;
  width: 100%;
  text-align: center;
  margin: auto !important;
}
.useful-wrap .img-pct img {
  margin: 0 auto;
}
.useful-wrap .bg-radius {
  padding: 7% 0;
  margin-bottom: 8%;
  border-radius: 24px;
  z-index: 2;
  margin-top: -10%;
  position: relative;
}

/* --------------------------------------------------

sitemap-wrap
(サイトマップ)

-------------------------------------------------- */
@media only screen and (max-width: 1300px) {
  .sitemap-wrap .inner {
    width: 100%;
  }
}
.sitemap-wrap .breadCrumbs {
  background: #0077BF;
  padding: 1% 0 0;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sitemap-wrap .breadCrumbs {
    padding: 0.5em 1%;
  }
}
.sitemap-wrap .breadCrumbs a:link, .sitemap-wrap .breadCrumbs a:visited {
  color: #fff;
}
.sitemap-wrap .breadCrumbs li::after {
  border-color: #fff;
}
.sitemap-wrap .ttl-ulayer h2::before {
  background: url(../img/common/icon_sitemap_w.svg) no-repeat center center/contain;
}
.sitemap-wrap .bg-radius {
  padding: 5% 0;
  margin-bottom: 8%;
  border-radius: 24px;
  z-index: 2;
  margin-top: -10%;
}
@media only screen and (max-width: 768px) {
  .sitemap-wrap .bg-radius {
    padding: 1.5em 0;
    margin-top: -6%;
  }
}
.sitemap-wrap .ttl-cate {
  margin-left: 0;
}
.sitemap-wrap .list-sitemap {
  margin: 0 0 0 1.5em;
}
/*# sourceMappingURL=common.css.map */