@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.6;
}

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: 400;
  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;
  font-weight: 500;
}

img {
  max-width: 100%;
}

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

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

body > .wrapper {
  padding-top: 12%;
  position: relative;
}

@media only screen and (min-width: 1400px) {
  body > .wrapper {
    padding-top: 158px;
  }
}
@media only screen and (max-width: 1020px) {
  body > .wrapper {
    padding-top: 61px;
  }
}
@media only screen and (max-width: 1300px) {
  .inner {
    width: 100%;
  }
}
.inner {
  width: 1280px;
  margin: 0 auto;
}

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

#contents .inner {
  padding-bottom: 5%;
}

br.pc-br {
  display: block;
}

br.sp-br {
  display: none;
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}
.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%;
  }
}
/*
@include bp-in {
	.inner-m {
		width: 92%;
	}
}
*/
/*
@include bp {
	.inner-m.col{
		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 #e4efaf;
  border-bottom: 2px solid #e4efaf;
  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: #e4efaf;
  border-left: 6px solid #333;
}

@media screen and (max-width: 768px) {
  .post-sttl-small {
    font-size: 2.1rem;
  }
}
/* post-pht */
.post-pht {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

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

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

.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: #e4efaf;
  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;
}

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

.wysiwyg table tr th {
  color: #333;
  font-weight: bold;
  background: #e4efaf;
  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: #e4efaf;
}
.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;
  }

  .list-ac .post-pht {
    margin-bottom: 0;
  }

  .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,
.blockeditor ul,
.modaal-content-container ul {
  list-style: inherit;
  padding-left: 2rem;
}
.normal-list li,
.blockeditor ul li,
.modaal-content-container ul li {
  margin-bottom: 0.5em;
}

p + .normal-list,
.normal-list + p,
.blockeditor p + ul,
.blockeditor ul + p,
.modaal-content-container p + ul,
.modaal-content-container ul + p {
  margin-top: 1em;
}

.blockeditor ul.annotation,
.modaal-content-container ul.annotation {
  list-style: none;
  padding-left: 0;
}
.blockeditor ul.annotation li,
.modaal-content-container ul.annotation li {
  margin-bottom: 0.5em;
}

.number-list,
.blockeditor ol {
  list-style: decimal;
  padding-left: 2rem;
}
.number-list li,
.blockeditor ol li {
  margin-bottom: 0.5em;
}

p + .number-list,
.number-list + p,
p + .blockeditor ol,
.blockeditor ol + p,
.blockeditor p + p,
.blockeditor .table-sp-wide + .table-sp-wide {
  margin-top: 1em;
}

.blockeditor ol + ul,
.blockeditor ul + ol,
.blockeditor ol + ol,
.blockeditor ul + ul {
  margin-top: 1em;
}

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;
}
table caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
table tr th {
  color: #000;
  font-weight: bold;
  background: #eef0e3;
  padding: 0.5em 1em;
  border: 1px solid #DDD;
}
table tr td {
  background: #FFFFFF;
  padding: 0.5em 1em;
  border: 1px solid #DDD;
}
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;
}

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

他社用ウィジウィグ

-------------------------------------------------- */
.information_division {
  margin-bottom: 1em;
}
.information_division span {
  font-size: 1.3rem;
  margin: 0 1em 0 0;
  padding: 0.2em 1em 0.1em;
  display: inline-block;
  border-radius: 0.3em;
}
.information_division span.shogai {
  background: #FFE28A;
}
.information_division span.maintenance {
  background: #FF6565;
}
.information_division span.type-d {
  background: #C84E4C;
  color: #FFF;
}
.information_division span.type-a {
  background: #E07322;
  color: #FFF;
}
.information_division span.type-s {
  background: #6B6B6B;
  color: #FFF;
}

.entry_ttl {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .entry_ttl {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}

.entry_mainte_date {
  margin-bottom: 3em;
}

.entry_txt h3 {
  font-size: 1.9rem;
  border-bottom: 3px solid #F0F0F0;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}
.entry_txt h3::after {
  content: "";
  background: #ABCD03;
  display: block;
  width: 10em;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.entry_txt h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.5em 0;
  padding: 0.2em 0.8em;
  border-left: 7px solid #ABCD03;
}
.entry_txt h5 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1.5em 0;
  padding: 0 0.8em;
  border-left: 5px solid #ABCD03;
}
.entry_txt h6 {
  color: #ABCD03;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1.5em 0;
  padding: 0.5em 0;
}
.entry_txt .table-blue table {
  font-size: 2rem;
  width: 100%;
  border: 2px solid #E9E9E9;
  border-right: none;
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .entry_txt .table-blue table {
    font-size: 1.6rem;
  }
}
.entry_txt .table-blue table th {
  width: 40%;
  padding: 1em;
  text-align: left;
  background: #e4efaf;
  border-bottom: 2px solid #FFF;
  border-left: none;
}
.entry_txt .table-blue table td {
  padding: 0.8em 1em;
  border: 2px solid #E9E9E9;
  border-right: none;
}
.entry_txt .table-blue table tr:last-child th {
  border: none;
}
.entry_txt p {
  margin: 1em 0 1.5em;
}
.entry_txt p a.link-txt:link, .entry_txt p a.link-txt:visited {
  color: #0077BF;
  margin: 0 0.5em 0 0.3em;
  position: relative;
}
.entry_txt p a.link-txt:link[target=_blank], .entry_txt p a.link-txt:visited[target=_blank] {
  margin-right: 0.6em;
}
.entry_txt p a.link-txt:link[target=_blank]::after, .entry_txt p 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;
  transform: rotateZ(0) translateY(0%);
}
.entry_txt p a.link-txt:hover {
  text-decoration: underline;
}
.entry_txt p a.download-txt {
  color: #0077BF;
  margin: 0 0.5em 0 0.3em;
  position: relative;
}
.entry_txt p a.download-txt::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 0.3em;
  border: none;
  display: inline-block;
  background: url(../img/common/icon_download.svg) center no-repeat;
  background-size: contain;
}
.entry_txt p a.download-txt:hover {
  text-decoration: underline;
}
.entry_txt ol.number-list-circle {
  margin: 2em 0 2.5em;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry_txt ol.number-list-circle li {
  margin: 0.5em 0;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.entry_txt ol.number-list-circle li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin: 0 0.2em 0 0;
  line-height: 1.2;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
}
.entry_txt ul {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: disc;
}
.entry_txt ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.entry_note {
  margin: 3em 0;
  border: 1px solid #DDD;
}
.entry_note .entry_note_ttl {
  color: #333;
  font-size: 2rem;
  padding: 0.2em 0.5em;
  text-align: left;
  background: #e4efaf;
}
.entry_note .entry_note_inner {
  line-height: 1.6;
  padding: 1em;
}

.accent {
  color: #E56A00;
  font-weight: 700;
}

.input_text {
  font-weight: 700;
}

.capture_text::before {
  content: "[ ";
}

.capture_text::after {
  content: " ]";
}

.unique_noun::before {
  content: "「 ";
}

.unique_noun::after {
  content: " 」";
}

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

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: #AACC03;
  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: #AACC03;
  font-weight: bold;
  margin: 0;
}

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

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

.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%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  position: relative;
  z-index: 50;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  /*　スマホボタン　*/
}
@media only screen and (max-width: 1020px) {
  #header {
    height: 60px;
  }
}
#header.up-hide {
  position: fixed;
  top: -250px;
  opacity: 0;
}
#header.down-show {
  position: fixed;
  top: 0;
  opacity: 1;
  transition: 0.25s;
}
@media only screen and (min-width: 1001px) {
  #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.4em 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 (max-width: 1020px) and (max-width: 768px) {
  #header h1 a {
    padding: 0.8em 0.5em;
  }
}
#header h1 img {
  margin-bottom: 0.4em;
  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: 0;
  }
}
@media only screen and (max-width: 768px) {
  #header h1 img {
    width: 88px;
  }
}
#header h1 span {
  font-size: 1.5rem;
  display: block;
  text-align: left;
  white-space: nowrap;
  background: #AACC03;
}
@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;
    height: 60px;
  }
}
#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 65px 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 #C8C8C8;
    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: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-right-block .function-block .list-login li a {
    width: 65px;
  }
}
#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-right: 0.4em;
    display: block;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .list-login li a img {
    margin: 0 auto;
    margin: 0;
    width: 33px;
    margin: 4px 3px -5px 3px;
  }
}
#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: 1rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
@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 {
  color: #333;
  font-size: 1.4rem;
  background: #FFD529;
}
#header .header-right-block .function-block .btn-base a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotateZ(45deg);
}
@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: #F7FFCF;
  border-radius: 100%;
  display: block;
  text-align: center;
  letter-spacing: 1;
  position: relative;
}
#header .header-right-block .function-block .btn-search div a:hover {
  background: #ABCD03;
}
#header .header-right-block .function-block .btn-search div a:hover span {
  color: #FFF;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div a {
    font-size: 1.1rem;
    line-height: 1.2;
    width: 65px;
    height: 61px;
    padding: 0;
    border-radius: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div a img {
    width: 25px;
    height: 25px;
    margin: 10px auto 4px auto;
    transform: translateX(-1px);
  }
}
#header .header-right-block .function-block .btn-search div a span.close-sp {
  color: #666;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block .function-block .btn-search div a span.close-sp {
    font-size: 3rem;
    top: 35%;
    left: 56%;
    width: 60px;
  }
}
#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%;
    display: block;
    white-space: nowrap;
    margin-bottom: 0.2em;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-right-block .function-block .btn-search div a span {
    font-size: 1rem;
    letter-spacing: 0.3em;
    line-height: 1;
    margin-bottom: 0.6em;
  }
}
#header .header-right-block .function-block .btn-search .search-block {
  width: 20em;
  padding: 1em 1.5em;
  display: none;
  background: #f3fcef;
  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: 768px) {
  #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;
  width: 30px;
  height: 30px;
  margin: 5px;
  background: url(../../assets/img/common/icon_search_b.svg) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#header .header-right-block .function-block .btn-search .search-block form input::placeholder {
  color: #CCC;
}
#header .header-right-block .function-block .btn-search > div a.open-s {
  background: #ABCD03;
}
#header .header-right-block .function-block .btn-search > div a.open-s img {
  opacity: 0;
  transition: all 0s;
}
#header .header-right-block .function-block .btn-search > div a img {
  opacity: 1;
}
#header .header-right-block .function-block .btn-search > div a .close-sp {
  opacity: 0;
}
#header .header-right-block .function-block .btn-search > div a.open-s .close-sp {
  opacity: 1;
  color: #FFF;
}
#header .header-right-block .function-block .btn-search > div a.open-s span {
  color: #FFF;
}
@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;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li.gnavi-pc-only {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  #header .header-right-block #navi .gnavi > li:nth-child(2) {
    display: flex !important;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li {
    border-bottom: 1px solid #E6E6E6;
  }
  #header .header-right-block #navi .gnavi > li.btn-service {
    display: none;
  }
}
#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: 1em 1.3em 0.6em;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1001px) {
  #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: 1001px) {
  #header .header-right-block #navi .gnavi > li > a:hover {
    border-bottom: 5px solid #ABCD03;
  }
  #header .header-right-block #navi .gnavi > li > a.to-lower {
    display: none;
  }
}
@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;
  }
  #header .header-right-block #navi .gnavi > li > a br {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  #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: #F5F5F5;
}
@media only screen and (min-width: 1001px) {
  #header .header-right-block #navi .gnavi > li .list-second {
    width: 100%;
    padding: 3em 15% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 157px;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1001px) {
  #header .header-right-block #navi .gnavi > li .list-second.icon-btn-c {
    display: none;
    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;
  }
  #header .header-right-block #navi .gnavi > li .list-second.icon-btn-c li a:after {
    display: none;
  }
}
@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;
  }
  #header .header-right-block #navi .gnavi > li .list-second.icon-btn-c li {
    width: 45%;
  }
  #header .header-right-block #navi .gnavi > li .list-second.icon-btn-c li:nth-child(4n) {
    margin-right: 3%;
  }
}
@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;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li .list-second {
    padding: 2em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
#header .header-right-block #navi .gnavi > li .list-second.nav-second {
  display: none;
  padding: 0;
}
#header .header-right-block #navi .gnavi > li .list-second.nav-second li {
  width: 100%;
}
#header .header-right-block #navi .gnavi > li .list-second.nav-second li a {
  display: block;
  padding: 1.3em;
  width: auto;
  height: auto;
}
#header .header-right-block #navi .gnavi > li .list-second.nav-second li a:not(.to-lower) {
  position: relative;
  text-align: left;
  font-size: 1.6rem;
}
#header .header-right-block #navi .gnavi > li .list-second.nav-second li a:not(.to-lower):after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotateZ(45deg);
}
#header .header-right-block #navi .gnavi > li .list-second .list-third {
  display: none;
  background: #fff;
}
#header .header-right-block #navi .gnavi > li .list-second .list-third li a {
  font-size: 1.6rem;
  padding: 1.3em 1.3em 1.3em 3.5em;
  text-align: left;
}
#header .header-right-block #navi .gnavi > li .list-second .list-fourth {
  display: none;
  background: #fff;
}
#header .header-right-block #navi .gnavi > li .list-second .list-fourth li a {
  padding: 1.3em 1.3em 1.3em 5em;
}
#header .header-right-block #navi .gnavi > li .list-second:not(.icon-btn-c) > li > a {
  padding: 1.3em 1.3em 1.3em 2.5em;
  width: auto;
  height: auto;
  font-size: 1.6rem;
  text-align: left;
}
@media only screen and (min-width: 1001px) {
  #header .header-right-block #navi .gnavi > li .list-second li {
    opacity: 0;
    width: 30%;
    margin: 0 5% 4em 0;
    display: flex;
    align-items: center;
  }
  #header .header-right-block #navi .gnavi > li .list-second li:nth-child(3n) {
    margin-right: 0;
  }
  #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;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li .list-second li {
    width: 30%;
  }
  #header .header-right-block #navi .gnavi > li .list-second li > a {
    width: 79px;
    height: 79px;
  }
}
@media only screen and (max-width: 1020px) {
  #header .header-right-block #navi .gnavi > li:first-child {
    border-top: 1px solid #E6E6E6;
  }
}
@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;
    transform: 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 .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);
  }
}
#header .header-right-block #navi .gnavi .icon-btn-c li a: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 {
    color: #333;
    font-size: 1.5rem;
    background: #FFD529;
  }
  #header .header-right-block #navi .btn-base a:after {
    border-color: #333;
  }
}
#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;
    width: 65px;
  }
}
#header .btn-menu a {
  padding: 0.8em 0.7em 0.6em;
  display: block;
  text-align: center;
  background: #333;
  height: 61px;
  box-sizing: border-box;
  /* 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 #ABCD03;
  border-right: 2px solid #ABCD03;
  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: 0 4% 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 {
    padding: 0;
    border: none;
  }
}
#footer .fsitemap li:last-child a {
  border: none;
}
@media only screen and (max-width: 768px) {
  #footer .fsitemap li {
    width: 50%;
    margin-bottom: 0.5em;
    text-align: left;
  }
}
#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 {
    font-size: 1.3rem;
    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%;
  }
}

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

タイトル

-------------------------------------------------- */
/* page-ttl */
.page-ttl {
  color: #FFF;
  background: #ABCD03;
  font-size: 3rem;
  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;
  }
}

.ttl-ulayer {
  text-align: center;
  background: #ABCD03;
  padding: 40px 0 200px;
}
@media only screen and (max-width: 768px) {
  .ttl-ulayer {
    padding: 2em 0 4em;
  }
}
.ttl-ulayer h2 {
  height: 60px;
  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-ulayer h2 {
    font-size: 2.4rem;
  }
}
.ttl-ulayer h2::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin-right: 0.5em;
  background: url(../img/common/icon_internet_w.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
}
.ttl-ulayer.service h2::before {
  width: 1.4em;
  height: 2em;
  background: url(../img/common/icon_service_w.svg) center no-repeat;
  background-size: contain;
}
.ttl-ulayer.process h2::before {
  width: 1.9em;
  height: 1.9em;
  background: url(../img/common/icon_process_w.svg) center no-repeat;
  background-size: contain;
}
.ttl-ulayer.setting h2::before {
  width: 2.8em;
  height: 1.8em;
  background: url(../img/common/icon_setting_w.svg) center no-repeat;
  background-size: contain;
}
.ttl-ulayer.option h2::before {
  width: 1.5em;
  height: 2em;
  background: url(../img/common/icon_option_w.svg) center no-repeat;
  background-size: contain;
}
.ttl-ulayer.device h2::before {
  width: 1.4em;
  height: 2.2em;
  background: url(../img/common/icon_device_w.svg) center no-repeat;
  background-size: contain;
}
.ttl-ulayer.shop h2::before {
  width: 2.2em;
  height: 2em;
  background: url(../img/common/icon_shop_w.svg) center no-repeat;
  background-size: contain;
}
.ttl-ulayer.faq h2::before {
  width: 2.5em;
  height: 2.5em;
  background: url(../img/common/icon_question_w.svg) center no-repeat;
  background-size: contain;
}

/* ttl-detail ttl-service-list */
.ttl-service-list,
.ttl-detail {
  text-align: center;
  background: #ABCD03;
  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-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, 107, 4, 0.28);
  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 h2 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page-ttl-img h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.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: #ABCD03;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  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: #ABCD03;
  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-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: #799100;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.ttl-small .more a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #799100;
  border-right: 1px solid #799100;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotateZ(45deg);
}
.ttl-small .more a:hover {
  color: #AACC03;
}
.ttl-small .more a:hover:after {
  border-top: 1px solid #AACC03;
  border-right: 1px solid #AACC03;
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
}

.list-article + .ttl-small {
  margin-top: 8%;
}

.ttl-xsmall {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl-xsmall {
    font-size: 1.6rem;
  }
}

/* ttl-center */
.ttl-center {
  text-align: center;
  font-size: 2.4rem;
  margin: 2em 0;
}
@media only screen and (max-width: 768px) {
  .ttl-center {
    font-size: 2rem;
    margin: 1.2em 0;
  }
}

/* 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;
  max-width: 900px;
  margin: 1.2em auto;
}
@media only screen and (max-width: 768px) {
  .ttl-cate {
    font-size: 1.8rem;
    padding-left: 1.2em;
    margin: 1.2em 0;
  }
}
.ttl-cate:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ABCD03;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #E2F19C;
}
@media only screen and (max-width: 768px) {
  .ttl-cate:before {
    left: 0;
  }
}
.ttl-cate.no-space {
  margin: 1.2em 0;
}
.ttl-cate.caution {
  background: #FFE28A;
  border-radius: 0.5em;
  padding: 1em 2.2em;
  margin: 0 auto 1.2em;
}
.ttl-cate.caution:before {
  left: 1.2em;
}
.ttl-cate.error {
  background: #FF6565;
  border-radius: 0.5em;
  padding: 1em 2.2em;
  margin: 0 0 1.2em;
}
.ttl-cate.error:before {
  left: 1.2em;
}
.ttl-cate.sub:before {
  border: 2px solid #707070;
  background: #FFF;
}

a.btn-more-s {
  min-width: 5em;
  font-size: 1.4rem;
  color: #ABCD03;
  border: 1px solid #ABCD03;
  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 #ABCD03;
  border-right: 1px solid #ABCD03;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%) rotateZ(45deg);
}

/* sttl-cate */
.sttl-cate {
  font-size: 1.6rem;
  max-width: 900px;
  margin: 0 auto 0.5em;
}
@media only screen and (max-width: 768px) {
  .sttl-cate {
    font-size: 1.4rem;
    margin: 1.2em 0;
  }
}

ul + .sttl-cate {
  margin: 2em auto 0.5em;
}
@media only screen and (max-width: 768px) {
  ul + .sttl-cate {
    margin: 1.2em 0;
  }
}

/* ttl-migration */
.ttl-migration {
  max-width: 900px;
  margin: 0 auto 0.5em;
}
.ttl-migration span {
  position: relative;
  vertical-align: middle;
}
.ttl-migration span.icon-old::before, .ttl-migration span.icon-new::before {
  content: "";
  font-size: 1.4rem;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 0.5em;
}
.ttl-migration span.icon-old::before {
  content: "旧";
  background: #707070;
}
.ttl-migration span.icon-new::before {
  content: "新";
  background: #FF5E5E;
}
.ttl-migration span:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-left: 0.8em solid #0077BF;
  border-bottom: 0.5em solid transparent;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
}
.ttl-migration span + span {
  margin-left: 2em;
}

ul + .ttl-migration {
  margin: 2em auto 0.5em;
}

/* page-ac-sttl */
.page-ac-sttl {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  margin: 1.2em 0;
}
@media only screen and (max-width: 768px) {
  .page-ac-sttl {
    font-size: 1.8rem;
  }
  .page-ac-sttl img {
    max-width: 200px;
  }
}

.ttl_base {
  font-size: 2rem;
  color: #FFF;
  background: #ABCD03;
  font-weight: 600;
  line-height: 1.3;
  padding: 1em 1.5em;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .ttl_base {
    font-size: 1.8rem;
    margin: 1.2em 0;
  }
}

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

テキスト

-------------------------------------------------- */
p small {
  font-size: 1.3rem;
}
p.large-txt {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  p.large-txt {
    font-size: 1.6rem;
  }
}
p.txt-center {
  text-align: center;
}

p .attention {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
@media only screen and (max-width: 768px) {
  p .attention {
    margin: 0 1em 1em;
  }
}
p .attention::before {
  content: "※";
}

.color-second {
  color: #AACC03;
}

.color-second-l {
  color: #ABCD03;
}

.color-third,
.blockeditor strong {
  color: #E56A00;
}

a.link-txt:link, a.link-txt:visited {
  color: #0077BF;
  margin: 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;
  transform: rotateZ(0) translateY(0%);
  transform-origin: center;
}
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 #ABCD03;
  border-right: 1px solid #ABCD03;
  display: inline-block;
  vertical-align: middle;
  transform: rotateZ(45deg);
  right: -30px;
}
a.link-txt:hover {
  text-decoration: underline;
}
a.link-txt:link[href*=".pdf"], a.link-txt:visited[href*=".pdf"] {
  margin-right: 0.6em;
  color: #0077BF;
}
a.link-txt:link[href*=".pdf"]::after, a.link-txt:visited[href*=".pdf"]::after {
  display: inline;
  content: "";
  font-family: FontAwesome;
  font-size: 1.8rem;
  width: 18px;
  height: 18px;
  transform: translateY(0);
  padding-left: 0.4em;
  background: none;
  margin-left: 0;
}
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: inherit;
  padding-left: 1.5em;
  margin: 1.2em auto;
}
.link-list li {
  line-height: 1.8;
  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;
}

p + .link-list {
  margin-top: 1.4em;
}

.annotation {
  margin: 0.5em 0;
}
.annotation li {
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.annotation li::before {
  content: "※";
}
.annotation li a:link, .annotation li a:visited {
  color: #ABCD03;
  position: relative;
}
.annotation li a:link[target=_blank], .annotation li a:visited[target=_blank] {
  padding-right: 0;
  margin-right: 0.6em;
}
.annotation li a:link[target=_blank]::after, .annotation li a:visited[target=_blank]::after {
  content: "";
  width: 13px;
  height: 13px;
  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;
}
.annotation li a:hover {
  text-decoration: underline;
}

p + .annotation,
.annotation + p,
h2 + p {
  margin-top: 1em;
}

.s-link-list {
  list-style: inherit;
}
.s-link-list li {
  color: #ABCD03;
  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;
}

.note-check {
  padding: 1em;
  padding-left: 2em;
  position: relative;
}
.note-check::before {
  content: "";
  position: absolute;
  top: 1.25em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #E2F19C;
}
.note-check::after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 3px solid #AACC03;
  border-bottom: 3px solid #AACC03;
  transform: rotate(-45deg);
}

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

ボタン

-------------------------------------------------- */
.btn-base a {
  color: #FFF;
  background-color: #AACC03;
  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;
}

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

リスト

-------------------------------------------------- */
.list-check {
  list-style-type: none;
  padding-left: 2rem;
  margin: 1em 0;
}
.list-check li {
  margin-bottom: 0.5em;
  position: relative;
}
.list-check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #AACC03;
  border-bottom: 3px solid #AACC03;
  transform: rotate(-45deg);
}

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

アイコン

-------------------------------------------------- */
.icon-type {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  padding: 0.3em 0.5em;
}
.icon-type.type-d {
  background: #C94D4D;
}
.icon-type.type-a {
  background: #E07321;
}
.icon-type.type-s {
  background: #6B6B6B;
}
.icon-type + .icon-type {
  margin-left: 1em;
}

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

ダイヤルのデザイン

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

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

ぱんくず

-------------------------------------------------- */
.breadCrumbs {
  background: #ABCD03;
  padding: 1% 0 0;
  color: #fff;
  position: relative;
}
@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 a:link, .breadCrumbs a:visited {
  color: #fff;
}
.breadCrumbs li {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-right: 0.8em;
  display: inline-block;
  letter-spacing: 1px;
}
.breadCrumbs li a {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 0.8em;
}
.breadCrumbs li::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  transform: rotateZ(45deg);
}
.breadCrumbs li:last-child:after {
  display: none;
}
.breadCrumbs li br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .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: #ABCD03;
}
.pagebox .paging span {
  color: #FFF;
  background: #AACC03;
  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;
}

@media only screen and (max-width: 768px) {
  .conditions dd a,
.conditions dd span {
    font-size: 1.4rem;
  }
}
/* --------------------------------------------------

タブ

-------------------------------------------------- */
.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: #ABCD03;
  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: #AACC03;
  font-size: 2.1rem;
  padding: 1.2em 2em;
  margin: 0 auto;
  border-radius: 0.5em;
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: 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 #AACC03;
  border-right: 2px solid #AACC03;
}
.btn-link a:hover {
  background: #ABCD03;
  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%;
}

.btn-thumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em 0;
}
.btn-thumb a {
  color: #AACC03;
  font-size: 2.1rem;
  padding: 1.2em 2em;
  margin: 0 auto;
  border-radius: 0.5em;
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  justify-content: flex-start;
  color: #333;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .btn-thumb a {
    font-size: 1.6rem;
    padding: 1.2em 1.5em 1.2em 0.5em;
  }
}
.btn-thumb 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 #AACC03;
  border-right: 2px solid #AACC03;
}
.btn-thumb a:hover {
  background: #ABCD03;
  color: #fff;
}
.btn-thumb a:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.btn-thumb a .img-thumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 2rem;
}
@media only screen and (max-width: 1020px) {
  .btn-thumb a .img-thumb {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-thumb a .img-thumb {
    width: 45px;
    height: 45px;
  }
}
.btn-thumb a .img-thumb.ico-svg {
  background: linear-gradient(-45deg, #ABCD03, #AACC03);
  border-radius: 10px;
}
.btn-thumb li {
  position: relative;
  margin-bottom: 2em;
  width: 49%;
  margin-bottom: 2em;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .btn-thumb li {
    margin-bottom: 1em;
    width: 100%;
    margin-bottom: 1em;
  }
  .btn-thumb li:nth-child(2n) {
    margin: 0;
    margin-bottom: 1em;
  }
}
.btn-thumb li:nth-child(2n) {
  margin: 0 0 2em 2%;
}
@media only screen and (max-width: 768px) {
  .btn-thumb li:nth-child(2n) {
    margin: 0 0 1em 0;
  }
}
.btn-thumb .txt-note {
  font-size: 1.4rem;
  display: block;
}

.btn-link + .btn-thumb {
  margin: 6em 0 2em 0;
}

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

アイコン

-------------------------------------------------- */
.icon-area {
  margin-bottom: 1em;
}

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

アイコンボタン

-------------------------------------------------- */
.icon-btn-c {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-right: -3%;
}
.icon-btn-c li {
  width: 22%;
  max-width: 140px;
  margin: 0 4% 3% 0;
}
.icon-btn-c li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 420px) {
  .icon-btn-c li {
    width: 30%;
    margin: 0 3.3333333333% 3% 0;
  }
}
.icon-btn-c li a {
  background: #ABCD03;
  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: #799100;
}
.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: 420px) {
  .icon-btn-c {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .icon-btn-c li {
    max-width: 100%;
  }
  .icon-btn-c li a {
    width: 79px;
    height: 79px;
  }
  .icon-btn-c li a img {
    height: 38px;
  }
  .icon-btn-c li p {
    font-size: 1.3rem;
    white-space: nowrap;
  }
  .icon-btn-c li:last-child a img {
    height: 35px;
  }
}

.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;
  background: #fff;
  border-radius: 20px;
}
@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:hover {
  background: #ABCD03;
  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);
}
@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);
  }
}

.icon-about {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 2em 0;
}
.icon-about li {
  margin: 0 2% 3% 0;
}
.icon-about li:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (max-width: 420px) {
  .icon-about li {
    width: 30%;
    margin: 0 3.3333333333% 3% 0;
  }
}
.icon-about li p > span {
  font-size: 1.3rem;
  font-size: 1.2rem;
}
.icon-about li a img {
  background: #ABCD03;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  max-width: 130px;
  height: auto;
  margin: 0 auto 0.8em auto;
  transition: 0.3s;
}
@media only screen and (max-width: 1020px) {
  .icon-about li a img {
    width: 90px;
    height: 90px;
  }
  .icon-about p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .icon-about {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .icon-about li {
    width: 30%;
    max-width: 100%;
    margin: 0 5% 3% 0;
  }
  .icon-about li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 420px) {
  .icon-about li a img {
    width: 79px;
    height: 79px;
  }
  .icon-about li p {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

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

文章

-------------------------------------------------- */
.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: 1.6em 3em 1.6em 1.6em;
  position: relative;
  background: #FFF;
}
.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[target=_blank] {
  margin-right: 0.6em;
}
.list-article li a[target=_blank]::after {
  content: "";
  right: 1em;
  width: 16px;
  height: 16px;
  border: none;
  display: inline-block;
  background: url(../img/common/icon_target.svg) center no-repeat;
  background-size: contain;
  transform: rotateZ(0) translateY(-50%);
}
.list-article li a:link[href*=".pdf"], .list-article li a:visited[href*=".pdf"] {
  margin-right: 0.6em;
  color: #0077BF;
}
.list-article li a:link[href*=".pdf"]::after, .list-article li a:visited[href*=".pdf"]::after {
  display: inline;
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  width: 20px;
  height: 20px;
  transform: translateX(4px) translateY(-50%);
  padding-left: 0.4em;
  background: none;
  margin: 0px 0.2em 0.2em auto;
  border-top: none;
  border-right: none;
}
.list-article li a .date-post {
  margin: 0px 1em 0px 0.5em;
}
.list-article li a p {
  padding-right: 2em;
  transition: 0.3s;
}
@media only screen and (max-width: 1020px) {
  .list-article li a {
    display: block;
  }
  .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 .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;
}
.list-article.service-list > li a .ttl-article .stop {
  color: #E30000;
  font-size: 1.4rem;
  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, .list-article.maintenance-list > li > span {
  flex-wrap: wrap;
  padding: 1em 2em 1em 1em;
}
.list-article.maintenance-list > li a .date-post, .list-article.maintenance-list > li > span .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, .list-article.maintenance-list > li > span .category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5em 0 0;
}
.list-article.maintenance-list > li a .category span, .list-article.maintenance-list > li > span .category span {
  font-size: 0.9rem;
  color: #fff;
  background: #ABCD03;
  padding: 0.4em 1.6em;
  border-radius: 20px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.list-article.maintenance-list > li > span {
  display: block;
}
.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 4em;
  font-weight: 500;
}
.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: 1.5em;
}
.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: #ABCD03;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 60px;
  display: table-cell;
  position: relative;
  min-height: 2.5em;
  align-items: center;
}
@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: 0em;
    transform: unset;
  }
}
.list-article.list-qa-link li a .txt-a {
  font-size: 1.4rem;
  padding-left: 60px;
  position: relative;
  display: flex;
  min-height: 3em;
  align-items: center;
  margin-top: 0.5em;
}
@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-article.icon-thumb > li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1em 2.5em 1em 1.5em;
}
.list-article.icon-thumb > li a .list-article-child {
  margin-left: 1em;
  flex: 1;
}
.list-article.icon-thumb > li a .img-thumb {
  display: flex;
  align-items: center;
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 1020px) {
  .list-article.icon-thumb > li a .img-thumb {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .list-article.icon-thumb > li a .img-thumb {
    width: 45px;
    height: 45px;
  }
}
.list-article.icon-thumb > li a .img-thumb.ico-svg {
  background: linear-gradient(-45deg, #58C5FF, #0093EB);
  border-radius: 10px;
}
.list-article.icon-thumb > li a .ttl-article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6rem;
}
.list-article.icon-thumb > li a .ttl-article .price {
  font-size: 1.2rem;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .list-article.icon-thumb > li a .ttl-article {
    margin-bottom: 0.3em;
  }
}
.list-article.icon-thumb > li a .txt-article {
  width: 100%;
  padding-right: 0;
  font-size: 1.6rem;
  color: #7F7F7F;
}
@media only screen and (max-width: 768px) {
  .list-article.icon-thumb > li a .txt-article {
    font-size: 1.3rem;
  }
}

.col-ac-child > .list-article {
  margin: 0 auto;
}

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

アコーディオン開閉

-------------------------------------------------- */
.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;
    margin-top: -1.3em;
    padding-top: 1.5em;
  }
  .list-ac .col-ac:first-child > .ttl-ac:before, .list-ac .col-ac:first-child > .ttl-ac:after {
    top: 55%;
  }
}
.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: 1em 1em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list-ac .col-ac .ttl-ac {
    font-size: 1.8rem;
    padding: 1em 3em 1em 1em;
  }
}
.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 + 9px);
  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.open .ttl-ac {
  background: #F5F5F5;
  position: relative;
  border: none;
}
.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;
}
@media only screen and (max-width: 768px) {
  .list-ac.internet-ac {
    padding: 1em 0 0 0;
    margin: 1em 0 -1em 0;
    position: relative;
    width: 111%;
    transform: translateX(-5%);
  }
  .list-ac.internet-ac .col-ac-child {
    padding: 1.5em 2em;
  }
  .list-ac.internet-ac .link-list li a:link[target=_blank]::before,
.list-ac.internet-ac .link-list li a:visited[target=_blank]::before,
.list-ac.internet-ac .link-list li a:link[target=_blank]::after,
.list-ac.internet-ac .link-list li a:visited[target=_blank]::after {
    top: auto;
    bottom: 6px;
    transform: rotateZ(45deg);
  }
  .list-ac.internet-ac .link-list li a:link[target=_blank]::after,
.list-ac.internet-ac .link-list li a:visited[target=_blank]::after {
    transform: none;
  }
  .list-ac.internet-ac .ttl-ac {
    font-size: 1.6rem;
    padding: 1em 3em 1em 2em;
  }
  .list-ac.internet-ac .ttl-ac:before {
    right: 2em;
  }
  .list-ac.internet-ac .ttl-ac:after {
    right: calc(2em + 8px);
  }
}
.list-ac.internet-ac .col-ac .ttl-ac {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .list-ac.internet-ac .col-ac .ttl-ac {
    font-size: 1.8rem;
  }
}
.list-ac.internet-ac .col-ac .ttl-ac .btn-more-s {
  margin-right: 5em;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .list-ac.internet-ac .col-ac .ttl-ac .btn-more-s {
    display: none;
  }
}
.list-ac.internet-ac a.btn-more-s.clone {
  display: none;
}
@media only screen and (max-width: 768px) {
  .list-ac.internet-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 {
    padding: 0;
    margin: 0 0 -1em 0;
    position: relative;
    width: 111%;
    transform: translateX(-5%);
  }
  .list-ac.servise-ac .block-lr.col2 {
    padding: 1.5em 5%;
  }
  .list-ac.servise-ac .ttl-cate {
    margin: 1.5em 5% 1.5em 0;
  }
  .list-ac.servise-ac .list-article {
    margin: 0 auto 2em;
  }
  .list-ac.servise-ac .link-list li a:link[target=_blank]::before,
.list-ac.servise-ac .link-list li a:visited[target=_blank]::before,
.list-ac.servise-ac .link-list li a:link[target=_blank]::after,
.list-ac.servise-ac .link-list li a:visited[target=_blank]::after {
    top: auto;
    bottom: 6px;
    transform: rotateZ(45deg);
  }
  .list-ac.servise-ac .link-list li a:link[target=_blank]::after,
.list-ac.servise-ac .link-list li a:visited[target=_blank]::after {
    transform: none;
  }
  .list-ac.servise-ac .ttl-ac {
    font-size: 1.6rem;
    padding: 1em 3em 1em 2em;
  }
  .list-ac.servise-ac .ttl-ac:before {
    right: 2em;
  }
  .list-ac.servise-ac .ttl-ac:after {
    right: calc(2em + 8px);
  }
  .list-ac.servise-ac .ttl-ac a.btn-more-s {
    display: none;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 5.5em;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac {
    font-size: 1.8rem;
    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.8em;
  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: -3.2em;
}
@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;
  }
}
.list-ac.servise-ac .col-ac .ttl-ac .btn-more-s {
  margin-right: 5em;
  margin-left: 0;
  margin-left: 2em;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .ttl-ac .btn-more-s {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac .col-ac .col-ac-child {
    padding: 1em 5%;
    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.maintenance-ac .col-ac:first-child .ttl-ac {
    border-top: 1px solid #E6E6E6;
  }
}
.list-ac.servise-ac.archive-ac .ttl-ac {
  padding: 1em 1em 1em 2em;
}
@media only screen and (max-width: 768px) {
  .list-ac.servise-ac.archive-ac .ttl-ac {
    padding: 1em 3em 1em 2em;
  }
}
.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: #ABCD03;
  color: #fff;
}
.list-ac.step-ac .ttl-ac.active:before {
  background: #fff;
}
.list-ac.step-ac .ttl-ac.active .step-no {
  background: #fff;
  color: #ABCD03;
}
.list-ac.step-ac .ttl-ac .step-no {
  font-family: "Roboto", sans-serif;
  background: #ABCD03;
  color: #fff;
  font-weight: normal;
  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: 1;
  }
}
.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: 1em;
    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: #ABCD03;
  color: #fff;
}
.list-ac.step-ac .col-ac.open .ttl-ac:not(.active) {
  background: #ABCD03;
  color: #fff;
}
.list-ac.step-ac .col-ac.open .ttl-ac:not(.active) .step-no {
  background: #fff;
  color: #ABCD03;
}

.col-ac-child,
.col-step-child {
  padding: 2em 0 2em 2em;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.col-ac-child p,
.col-step-child p {
  line-height: 1.8;
}
.col-ac-child.step-border,
.col-step-child.step-border {
  padding-left: 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .col-ac-child.step-border,
.col-step-child.step-border {
    padding: 1em 0;
  }
}
.col-ac-child.step-border .link-list,
.col-step-child.step-border .link-list {
  margin-bottom: 1.4em;
}
.col-ac-child.step-border .link-txt,
.col-step-child.step-border .link-txt {
  position: relative;
}
.col-ac-child.step-border .link-txt::after,
.col-step-child.step-border .link-txt::after {
  /*content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid $color-second-l;
  border-right: 1px solid $color-second-l;
  display: inline-block;
  vertical-align: middle;
  transform: rotateZ(45deg);*/
}
@media screen and (min-width: 769px) {
  .col-ac-child.step-border .block-lr.col2 > div:first-child,
.col-step-child.step-border .block-lr.col2 > div:first-child {
    width: 47%;
  }
  .col-ac-child.step-border .block-lr.col2 > div:last-child,
.col-step-child.step-border .block-lr.col2 > div:last-child {
    width: 47%;
  }
}
.col-ac-child.step-border .block-lr.col2 > div:first-child,
.col-step-child.step-border .block-lr.col2 > div:first-child {
  margin: 0 3% 0 0;
}
.col-ac-child.step-border .block-lr.col2 p:not(:last-child),
.col-step-child.step-border .block-lr.col2 p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .col-ac-child.step-border .block-lr.col2 > div:first-child,
.col-ac-child.step-border .block-lr.col2 > div:last-child,
.col-step-child.step-border .block-lr.col2 > div:first-child,
.col-step-child.step-border .block-lr.col2 > div:last-child {
    margin: 0 0 1em;
  }
}
.col-ac-child.step-border .col1,
.col-ac-child.step-border .col2,
.col-step-child.step-border .col1,
.col-step-child.step-border .col2 {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .col-ac-child.step-border .col1,
.col-ac-child.step-border .col2,
.col-step-child.step-border .col1,
.col-step-child.step-border .col2 {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .col-ac-child.step-border:not(.step-arrow),
.col-step-child.step-border:not(.step-arrow) {
    padding: 1em 1.5em;
  }
}
.col-ac-child.step-arrow .block-lr,
.col-step-child.step-arrow .block-lr {
  padding: 0 4% 4% 4%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .col-ac-child.step-arrow .block-lr,
.col-step-child.step-arrow .block-lr {
    padding: 0 1.5em 1.5em 1.5em;
  }
}

.col-ac-child.step-border {
  padding-left: 8rem;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .col-ac-child.step-border {
    padding: 1em 0;
  }
}
.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: #ABCD03;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .col-ac-child.step-border::before {
    content: none;
  }
}

.col-block-wrap {
  position: relative;
  padding-top: 1em;
}
.col-block-wrap::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: #ABCD03 transparent transparent transparent;
  z-index: 10;
}
.col-block-wrap:nth-of-type(even) {
  background: #F5F5F5;
  z-index: -1;
}
.col-block-wrap:last-child:after {
  content: none;
}

.ico-num {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  margin: 0 1em;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .ico-num {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
    margin: 0 2em;
  }
}

p + .ico-num {
  margin-top: 1em;
}

.internet-inner {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .internet-inner .list-ac .col-ac:first-child .ttl-ac {
    border-top: 1px solid #E6E6E6;
  }
  .internet-inner .list-ac .col-ac:last-child .ttl-ac {
    border-bottom: none;
  }
  .internet-inner .list-ac .col-ac:last-of-type .col-ac-child {
    border-bottom: none;
  }
}

.servise-inner {
  position: relative;
  z-index: 0;
  margin-top: -1.5em;
}
.servise-inner .col-ac-child {
  padding: 2em 2em 2em 2em;
}
.servise-inner .ttl-cate {
  margin: 1.2em 0 1.2em -0.5em;
}
@media only screen and (max-width: 768px) {
  .servise-inner .list-ac .col-ac:first-child .ttl-ac.active {
    border-radius: 24px 24px 0 0 !important;
  }
  .servise-inner .list-ac .col-ac:last-child .ttl-ac, .servise-inner .list-ac .col-ac:last-of-type .ttl-ac {
    border-bottom: none;
  }
  .servise-inner .list-ac .col-ac:last-of-type .col-ac-child {
    border-bottom: none;
  }
}

/* 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 {
  margin-right: -5%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .list-thumb.col3 {
    margin-right: 0;
  }
}
.list-thumb.col3 > li {
  width: 30%;
  margin: 0 5% 4em 0;
}
.list-thumb.col3 > li:nth-child(3n),
.list-thumb.col3 > li:last-child {
  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/icon_arrow.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: #AACC03;
}
.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;
}

.attention-txt + p {
  margin-top: 1em;
}

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

Q&Aパーツ

-------------------------------------------------- */
.qa .question {
  font-size: 2.4rem;
  color: #AACC03;
  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 a:link,
.qa .question a:visited {
  display: inline;
  font-weight: 400;
  color: #ABCD03;
  text-decoration: underline;
}
.qa .question a:hover {
  text-decoration: none;
}
.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;
  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 a:link,
.qa #AnswerQT .guide a:visited {
  display: inline;
  font-weight: 400;
  color: #E56A00;
  text-decoration: underline;
}
.qa #AnswerQT .guide a:hover {
  text-decoration: none;
}
.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;
  }
  .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;
  }
}
.qa #AnswerQT .AnswerQT-inner p {
  margin-bottom: 1em;
}
.qa #AnswerQT .AnswerQT-inner .table-basic th {
  width: auto;
}
.qa #AnswerQT .list-ac .ttl-ac {
  position: relative;
  background: #F5F5F5;
  border-bottom: none;
}
.qa #AnswerQT .list-ac .ttl-ac:after {
  content: none;
}
.qa #AnswerQT .list-ac .ttl-ac.active {
  position: relative;
  background: none;
  border-bottom: 1px solid #E6E6E6;
}
.qa #AnswerQT .list-ac .ttl-ac.active:after {
  content: "";
}

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

テーブル

-------------------------------------------------- */
.table-basic {
  width: 100%;
  table-layout: fixed;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.table-basic th {
  width: 8em;
  background-color: #E9E9E9;
  padding: 1em 0.5em;
  font-size: 1.6rem;
  font-weight: normal;
  border-color: #E9E9E9;
}
.table-basic td {
  padding: 1em;
  font-size: 1.6rem;
  font-weight: normal;
  border-color: #E9E9E9;
}

.table-plain {
  width: 100%;
  table-layout: fixed;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.table-plain th {
  background-color: #FFF;
  padding: 1em 0.5em;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  border-color: #FFF;
}
.table-plain td {
  padding: 1em;
  font-size: 1.6rem;
  font-weight: normal;
  border-color: #FFF;
}

.table-monthly {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 1em 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .table-monthly {
    display: block;
    width: 100%;
  }
}
.table-monthly th {
  padding: 0.75em;
  border-color: #E9E9E9;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .table-monthly th {
    display: block;
    width: auto;
  }
}
.table-monthly td {
  text-align: right;
  padding: 0.75em;
  border-color: #E9E9E9;
}
@media only screen and (max-width: 768px) {
  .table-monthly td {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .table-monthly tr {
    display: inline-block;
    margin: 0 -3px;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .table-monthly tbody {
    display: block;
  }
}

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

サイトマップパーツ

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

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

モーダル

-------------------------------------------------- */
.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;
}
.modaal-content-container p + p {
  margin-top: 1em;
}
.modaal-content-container .post-pht {
  max-width: 700px;
  margin: 0 auto 1em auto;
}
.modaal-content-container .modal-img {
  max-width: 700px;
  margin: 0 auto;
}
.modaal-content-container ol, .modaal-content-container ul {
  max-width: 700px;
  margin: 1em auto;
}
.modaal-content-container .table-sp-wide {
  max-width: 700px;
  margin: 1em auto;
}

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;
  }
}
.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;
  color: #000;
}
.problem_solving #anc_Area .btn-block p.yes a {
  background: #fff;
  border: 1px solid #707070;
}
.problem_solving #anc_Area .btn-block p.no a {
  background: #fff;
  border: 1px solid #707070;
}
.problem_solving #anc_Area .btn-block p.answer a {
  color: #FFF;
  background: #CCCCCC;
  border: 1px solid #CCCCCC;
}
.problem_solving #anc_Area .btn-block p.active a {
  background: #707070;
  color: #fff;
}
.problem_solving .textarea_box {
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid #CCCCCC;
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  .problem_solving .textarea_box {
    font-size: 1.6rem;
    padding: 0 4%;
  }
}
.problem_solving .textarea_box p {
  margin-bottom: 1em;
}
.problem_solving .textarea_box p a {
  color: #ABCD03;
}
.problem_solving .textarea_box .btn-block p a {
  width: 15em;
  text-align: center;
  color: #000;
}
.problem_solving .textarea_box .btn-block p.answer a {
  color: #FFF;
  background: #CCCCCC;
  border: 1px solid #CCCCCC;
}
.problem_solving .textarea_box .btn-block p.active a {
  background: #0077BF;
  border: 1px solid #0077BF;
  color: #fff;
}
.problem_solving #thanksMsg {
  max-width: 800px;
  margin: 0 auto;
}
.problem_solving .sendMsg {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 3em 0;
}
@media only screen and (max-width: 768px) {
  .problem_solving .sendMsg {
    font-size: 2rem;
    margin: 1em 0;
  }
}
.problem_solving .dialInfo {
  display: flex;
  padding: 1em;
  background: #FFF;
  margin-bottom: 3em;
  margin-top: -1px;
}
.problem_solving .dialInfo ul {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .problem_solving .dialInfo ul {
    flex-direction: column;
  }
}
.problem_solving .dialInfo li {
  vertical-align: middle;
}
.problem_solving .dialInfo ul .label {
  color: #333;
  font-weight: 700;
  font-size: 131%;
  text-align: left;
  background: url(./../img/h3_bgImg02.jpg) no-repeat left center;
  display: inline-block;
  padding: 0 0 0 1.5em;
}
.problem_solving .dialInfo li:last-child {
  padding-left: 3em;
}
@media only screen and (max-width: 768px) {
  .problem_solving .dialInfo li:last-child {
    padding-left: 0;
  }
}
.problem_solving .dialInfo ul .telNo {
  color: #ABCD03;
  font-size: 220%;
  font-weight: 700;
  display: block;
  margin-left: 0.25em;
}
@media only screen and (max-width: 768px) {
  .problem_solving .dialInfo ul .telNo {
    font-size: 200%;
  }
}
.problem_solving .dialInfo ul .telNo:before {
  content: "TEL";
  color: #FFF;
  font-size: 0.45em;
  font-weight: normal;
  display: inline-block;
  background: #ABCD03;
  vertical-align: middle;
  padding: 0.15em 0.75em;
  margin-right: 0.75em;
  margin-bottom: 0.25em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.problem_solving .dialInfo ul .receptionTime {
  font-size: 131%;
  display: block;
  margin-left: 3.5em;
}
@media only screen and (max-width: 768px) {
  .problem_solving .dialInfo ul .receptionTime {
    margin-left: 0;
    font-size: 110%;
  }
}

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

ショップバナー

-------------------------------------------------- */
.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 .btn-base a {
  color: #799100;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
}
.contact-block .btn-base a:after {
  border-top: 2px solid #799100;
  border-right: 2px solid #799100;
}
.contact-block .btn-base a:hover {
  background: #fff;
  opacity: 1;
}
.contact-block .btn-block {
  margin: 2em 0 0;
}

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

ナンバリング

-------------------------------------------------- */
#AnswerQT .no1 {
  position: relative;
}
#AnswerQT .no1::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no1::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no1::before {
  content: "1";
}
#AnswerQT .no2 {
  position: relative;
}
#AnswerQT .no2::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no2::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no2::before {
  content: "2";
}
#AnswerQT .no3 {
  position: relative;
}
#AnswerQT .no3::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no3::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no3::before {
  content: "3";
}
#AnswerQT .no4 {
  position: relative;
}
#AnswerQT .no4::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no4::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no4::before {
  content: "4";
}
#AnswerQT .no5 {
  position: relative;
}
#AnswerQT .no5::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no5::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no5::before {
  content: "5";
}
#AnswerQT .no6 {
  position: relative;
}
#AnswerQT .no6::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no6::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no6::before {
  content: "6";
}
#AnswerQT .no7 {
  position: relative;
}
#AnswerQT .no7::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no7::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no7::before {
  content: "7";
}
#AnswerQT .no8 {
  position: relative;
}
#AnswerQT .no8::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no8::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no8::before {
  content: "8";
}
#AnswerQT .no9 {
  position: relative;
}
#AnswerQT .no9::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no9::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no9::before {
  content: "9";
}
#AnswerQT .no10 {
  position: relative;
}
#AnswerQT .no10::before {
  font-size: 2rem;
  height: 30px;
  width: 30px;
  min-width: 20px;
  line-height: 1.2;
  border: 1px solid #ABCD03;
  background: #ABCD03;
  color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .no10::before {
    font-size: 1.5rem;
    height: 20px;
    width: 20px;
  }
}
#AnswerQT .no10::before {
  content: "10";
}

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

背景色

-------------------------------------------------- */
.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, #CEF60A, #ABCD03);
  padding: 6em 0 5.5em;
}
@media only screen and (max-width: 768px) {
  .bg-bl {
    padding: 2.4em 0.5em;
  }
}

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

リスト

-------------------------------------------------- */
/* block-lr */
.block-lr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-lr > div {
  box-sizing: border-box;
}
.block-lr p > img {
  margin: 0 0 0 0.25em;
  vertical-align: middle;
}
.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.col1 {
  display: block;
}
.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% 2% 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% 2em 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;
}
@media only screen and (max-width: 768px) {
  .bg-radius {
    padding: 3em 0;
  }
}

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

.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;
  }
}

.page-wrap.shop .bg-radius,
.page-wrap.process .bg-radius,
.page-wrap.setting .bg-radius,
.page-wrap.support .bg-radius,
.page-wrap.option .bg-radius,
.page-wrap.basic .bg-radius {
  margin-top: -10%;
}

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

検索ボックス

-------------------------------------------------- */
.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.3rem;
    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: #AACC03;
}

.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: #ABCD03;
  padding: 0.2em 1em;
  border: 1px solid #ABCD03;
}
@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: #ABCD03;
}

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

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

-------------------------------------------------- */
.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;
  line-height: 1.5;
  min-height: 4.2em;
}
@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%;
  min-height: 2em;
  font-size: 2rem;
  color: #ABCD03;
  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;
    min-height: auto;
  }
}
.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 #ABCD03;
  border-right: 2px solid #ABCD03;
}
.faq_category_btn li a:hover {
  background: #f3f6e1;
}

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

スライダー

-------------------------------------------------- */
.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 #ABCD03;
  border-right: 1px solid #ABCD03;
  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 #ABCD03;
  border-left: 1px solid #ABCD03;
  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: #ABCD03;
  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%);
}

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

page-wrap

-------------------------------------------------- */
.page-wrap {
  background: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  .page-wrap .inner {
    width: 100%;
  }
}
.page-wrap .inner-m .col {
  max-width: 900px;
  margin: 0 auto 2em;
}
.page-wrap .inner-m .col p {
  margin-bottom: 1em;
}
.page-wrap .inner-m .col.block-lr {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-wrap .inner-m .col.block-lr {
    display: block;
  }
  .page-wrap .inner-m .col.block-lr > div {
    width: 100%;
  }
  .page-wrap .inner-m .col.block-lr.about-detail > div:nth-child(2) {
    text-align: center;
  }
}
.page-wrap .inner-m .col.block-lr .servise-ac-sttl {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .page-wrap .inner-m .col.block-lr .servise-ac-sttl {
    font-size: 1.8rem;
  }
  .page-wrap .inner-m .col.block-lr .servise-ac-sttl img {
    max-width: 200px;
  }
}
.page-wrap .inner-m .col.block-lr .link-list {
  margin-top: 2em;
  padding-left: 0;
  list-style: none;
}
.page-wrap .link-area {
  padding: 4em 0 5em;
}
.page-wrap .list-ac .col-ac .ttl-ac.active {
  position: sticky;
  top: 0;
  z-index: 15;
}

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

normal

-------------------------------------------------- */
.normal .breadCrumbs {
  background: none;
  color: #333;
}
.normal .breadCrumbs a:link, .normal .breadCrumbs a:visited {
  color: #333;
}
.normal .breadCrumbs li::after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.normal .bg-radius {
  margin: 5% auto 8%;
}
@media only screen and (max-width: 768px) {
  .normal .bg-radius {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .normal .list-ac .col-ac:first-child > .ttl-ac {
    border-radius: 0;
    margin: 0 -4%;
    margin: 0;
  }
  .normal .list-ac .col-ac:first-child > .ttl-ac:before, .normal .list-ac .col-ac:first-child > .ttl-ac:after {
    top: 50%;
  }
}

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

レイアウト

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

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

faq-search-list

-------------------------------------------------- */
.faq-search-list h4 {
  color: #FFF;
  padding: 1em;
  background: #ABCD03;
}
.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: #F5F5F5;
}
.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: #e4efaf;
}
.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 .li_child li a {
  padding-left: 2.5em;
}
.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.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: #ABCD03;
  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: #AACC03;
}
.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: #ABCD03;
  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%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 2em;
}
@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;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  background: #E3E3E3;
  font-size: 2.7rem;
  box-sizing: border-box;
  padding: 0.5em 2em;
}
@media only screen and (max-width: 768px) {
  .maintenance-area-list li a {
    font-size: 2rem;
  }
}
.maintenance-area-list li a span {
  font-size: 2rem;
  display: block;
}
.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[target=_blank] {
  margin-right: 0.6em;
}
.maintenance-area-list li a[target=_blank]::after {
  content: "";
  width: 16px;
  height: 16px;
  border: none;
  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;
  transform: rotateZ(0) translateY(-50%);
}
.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;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.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-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.5rem;
    display: block;
    border-bottom: none;
    padding: 1em;
  }
}
.table-block table th {
  width: 18em;
  background: #e4efaf;
  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;
  }
}

/*table-sp-wide*/
.table-sp-wide {
  width: 100%;
}
.table-sp-wide table {
  width: 100%;
  word-break: break-all;
  border: none;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .table-sp-wide table {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }
  .table-sp-wide table tr:last-child td {
    border-bottom: 1px solid #DDD;
  }
}
.table-sp-wide table th,
.table-sp-wide table td {
  border-bottom: 1px solid #DDD;
}
@media only screen and (max-width: 768px) {
  .table-sp-wide table th,
.table-sp-wide table td {
    border: none;
    display: block;
    border-bottom: none;
    box-sizing: border-box;
    width: 100% !important;
  }
}
.table-sp-wide table th {
  background: #eef0e3;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .table-sp-wide table th {
    display: block;
    font-size: 1.6rem;
    border-bottom: none;
  }
  .table-sp-wide table th br {
    display: none;
  }
}

/* --------------------------------------------------
動画
-------------------------------------------------- */
.movie-block {
  position: relative;
  width: 90%;
  padding-top: 56%;
  margin: 3em auto 6em;
}
@media only screen and (max-width: 768px) {
  .movie-block {
    padding-top: 60%;
    margin: 3em auto 4em;
  }
}
.movie-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.recommend-movie-block.block-lr {
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .recommend-movie-block.block-lr {
    margin: 0 5% 3em;
  }
}
.recommend-movie-block.block-lr > div {
  margin-bottom: 2em;
}
.recommend-movie-block.block-lr > div figure > div {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .recommend-movie-block.block-lr > div figure figcaption {
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: left;
  }
}
.recommend-movie-block.block-lr > div figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* --------------------------------------------------
AI チャット
-------------------------------------------------- */
.pc-chat-area {
  max-width: 900px;
  margin: 0 auto 2em;
}

.sp-chat-area iframe {
  height: 100vh;
  height: calc( 100vh - 60px);
}

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

sitemap-wrap
(サイトマップ)

-------------------------------------------------- */
@media only screen and (max-width: 1300px) {
  .sitemap-wrap .inner {
    width: 100%;
  }
}
.sitemap-wrap .breadCrumbs {
  background: #ABCD03;
  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;
  font-weight: 500;
}
.sitemap-wrap .list-sitemap {
  margin: 0 0 0 1.5em;
}

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

サイトマップパーツ

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

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

sub-page

-------------------------------------------------- */
.sub-page {
  background: #F5F5F5;
}
.sub-page .link-list {
  margin: 1.2em 0 2em 0;
}
.sub-page .question-block-wrap {
  margin: 2em auto 3em;
}
/* --------------------------------------------------

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: #ABCD03;
  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;
  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 #contents .inner + .inner-m {
  margin-top: -5%;
  padding-bottom: 5%;
}

/* CSS Document */
/* --------------------------------------------------

初期設定

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

breakpoint

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

hover

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

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 {
  padding: 1.3em 5em 1.3em 1em;
}
@media only screen and (max-width: 768px) {
  .support-page .list-ac .col-ac .ttl-ac {
    padding: 1.3em 3em 1.3em 1em;
  }
}
.support-page .list-ac .col-ac .ttl-ac.active {
  position: sticky;
  top: 0;
  z-index: 15;
}
.support-page .ttl-large {
  padding: 0.5em 5%;
}

.support-page.detail .ttl-cate {
  margin: 1.2em 0 !important;
}
@media only screen and (max-width: 768px) {
  .support-page.detail .bg-radius {
    padding: 3em 0;
  }
  .support-page.detail .inner-m {
    width: 100%;
  }
  .support-page.detail .problem_solving {
    margin: 2em 5% 0;
  }
}
.support-page.detail .col-ac-child.step-arrow .block-lr {
  align-items: flex-start;
  justify-content: space-between;
}

.support-page.detail .post-pht,
.normal.basic-detail .post-pht {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 10px;
  background: #FFF;
  box-sizing: border-box;
}
.support-page.detail .post-pht > div,
.normal.basic-detail .post-pht > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

faq-page
(FAQ)

-------------------------------------------------- */
.faq-page {
  background: #F5F5F5;
}
.faq-page .qa-area,
.faq-page .link-area {
  padding: 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: #ABCD03;
  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%;
  }
}

#AnswerQT {
  /* 余白
  ----------------------------------------*/
  /* 赤枠	お知らせ
  ----------------------------------------*/
  /* 見出し(中)
  ----------------------------------------*/
  /* ノーマルなリスト
  ----------------------------------------*/
  /*  タブ
  ----------------------------------------*/
  /*  スマホで、１カラムになるテーブル
  ----------------------------------------*/
  /*  スマホで、１カラムになるテーブル
  ----------------------------------------*/
  /*  スマホで、縦になるテーブル
  ----------------------------------------*/
  /*  general margin
  ----------------------------------------*/
  /*  .out
  ----------------------------------------*/
  /*  FAQ内のみのアンケ―ト　調整
  ----------------------------------------*/
}
#AnswerQT b, #AnswerQT strong {
  font-weight: bold;
}
#AnswerQT .un {
  text-decoration: none;
  border-bottom-width: 0;
  border-bottom-style: none;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #ff0000;
          text-decoration-color: #ff0000;
}
#AnswerQT .mB00 {
  margin-bottom: 0 !important;
}
#AnswerQT .mB05 {
  margin-bottom: 0.313em;
}
#AnswerQT .mB10 {
  margin-bottom: 0.625em;
}
#AnswerQT .mB15 {
  margin-bottom: 0.938em;
}
#AnswerQT .mB20 {
  margin-bottom: 1.25em;
}
#AnswerQT .mB30 {
  margin-bottom: 1.875em;
}
#AnswerQT .mB40 {
  margin-bottom: 2.5em;
}
#AnswerQT .mB50 {
  margin-bottom: 3.125em;
}
#AnswerQT .mB60 {
  margin-bottom: 3.75em;
}
#AnswerQT .mB70 {
  margin-bottom: 4.375em;
}
#AnswerQT .mBP {
  margin-bottom: 1.5em;
}
#AnswerQT .mL00 {
  margin-left: 0 !important;
}
#AnswerQT .mL05 {
  margin-left: 0.5em;
}
#AnswerQT .mL1 {
  margin-left: 1em;
}
#AnswerQT th,
#AnswerQT td {
  padding: 0.75em;
}
#AnswerQT h3 {
  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;
  margin: 1.2em 0;
}
@media only screen and (max-width: 768px) {
  #AnswerQT h3 {
    font-size: 1.8rem;
    margin: 1.2em 0;
  }
}
#AnswerQT h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ABCD03;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #EFF7FC;
}
#AnswerQT .list01 {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1.875em;
}
#AnswerQT .list02 {
  margin-bottom: 1.875em;
}
#AnswerQT .list02 li::before {
  content: "※";
  font-size: 100%;
  display: inline-block;
  width: 1.25em;
  text-indent: 0;
}
#AnswerQT .list02 li {
  text-indent: -1em;
  padding-left: 1em;
}
#AnswerQT .list04 {
  margin-bottom: 1.875em;
}
#AnswerQT .list04 li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
#AnswerQT .tab-contents > div {
  display: none;
}
#AnswerQT .tab-contents > div.active {
  display: block;
}
#AnswerQT ul.btn-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#AnswerQT ul.btn-tab li {
  width: 49%;
  display: flex;
  align-items: stretch;
}
#AnswerQT .tabbox3 ul.btn-tab li {
  width: 32%;
}
#AnswerQT ul.btn-tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5em 0.5em;
  font-weight: 500;
  background: #e7e7e7;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  transition: all 0s;
}
#AnswerQT ul.btn-tab li a.active {
  background-color: #FFF;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  border-left: 2px solid #888;
  z-index: 10;
}
#AnswerQT .tab-contents {
  border: 2px solid #888;
  margin-top: -2px;
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 3% 5%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
#AnswerQT .tab-contents > div > ul li {
  display: none;
}
#AnswerQT .tab-contents > div > ul li.select {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  #AnswerQT ul.btn-tab li a {
    padding: 0.5em 0.5em;
  }
}
#AnswerQT .tbl01 {
  width: 100%;
  word-break: break-all;
  border: none;
  border-top: 1px solid #DDD;
  margin: 2em 0;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
#AnswerQT .tbl01 tr:last-child td {
  border-bottom: 1px solid #DDD;
}
#AnswerQT .tbl01 tr:last-child td th,
#AnswerQT .tbl01 tr:last-child td td {
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 1em 2em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .tbl01 tr:last-child td th,
#AnswerQT .tbl01 tr:last-child td td {
    border-bottom: none;
    padding: 1em;
  }
}
#AnswerQT .tbl01 tr:last-child td th + th,
#AnswerQT .tbl01 tr:last-child td th + td,
#AnswerQT .tbl01 tr:last-child td td + th,
#AnswerQT .tbl01 tr:last-child td td + td {
  border-left: 1px solid #DDD;
}
#AnswerQT .tbl01 tr:last-child td th {
  width: 18em;
  background: #eef0e3;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .tbl01 tr:last-child td th {
    width: auto;
    font-size: 1.6rem;
    border-bottom: none;
  }
  #AnswerQT .tbl01 tr:last-child td th br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #AnswerQT .tbl03 {
    width: 100% !important;
  }
  #AnswerQT .tbl03 thead {
    display: none;
  }
  #AnswerQT .tbl03 tr {
    display: block;
  }
  #AnswerQT .tbl03 th {
    border-style: none;
  }
  #AnswerQT .tbl03 td {
    display: block;
    padding: 0;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    border-style: none;
  }
  #AnswerQT .tbl03 td::before {
    content: attr(data-label);
    color: #ABCD03;
    font-weight: 600;
    padding: 1em 1em 0.5em;
    position: relative;
    text: 0;
  }
  #AnswerQT .tbl03 td span {
    display: block;
    padding: 0.5em 1em 1em;
    border-bottom: 1px solid #DDD;
  }
}
#AnswerQT .post-pht {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 10px;
  background: #FFF;
  box-sizing: border-box;
}
#AnswerQT .post-pht > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#AnswerQT .tbl04 {
  width: 100%;
  word-break: break-all;
  border: none;
  border-top: 1px solid #DDD;
  margin: 2em 0;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
#AnswerQT .tbl04 tr:last-child td {
  border-bottom: 1px solid #DDD;
}
#AnswerQT .tbl04 th,
#AnswerQT .tbl04 td {
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 1em 2em;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .tbl04 th,
#AnswerQT .tbl04 td {
    border-bottom: none;
    padding: 1em;
    display: block;
    display: block;
    border-top: none;
  }
}
#AnswerQT .tbl04 th + th,
#AnswerQT .tbl04 th + td,
#AnswerQT .tbl04 td + th,
#AnswerQT .tbl04 td + td {
  border-left: 1px solid #DDD;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .tbl04 th + th,
#AnswerQT .tbl04 th + td,
#AnswerQT .tbl04 td + th,
#AnswerQT .tbl04 td + td {
    border-left: none;
  }
}
#AnswerQT .tbl04 th {
  background: #eef0e3;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #AnswerQT .tbl04 th {
    width: auto;
    font-size: 1.6rem;
    border-bottom: none;
  }
  #AnswerQT .tbl04 th br {
    display: none;
  }
}
#AnswerQT .wd20 {
  width: 20%;
}
#AnswerQT .wd25 {
  width: 25%;
}
#AnswerQT .wd30 {
  width: 30%;
}
#AnswerQT .wd40 {
  width: 40%;
}
#AnswerQT .wd50 {
  width: 50%;
}
#AnswerQT .wd60 {
  width: 60%;
}
#AnswerQT .wd70 {
  width: 70%;
}
#AnswerQT .wd80 {
  width: 80%;
}
#AnswerQT .wd90 {
  width: 90%;
}
#AnswerQT .wd100 {
  width: 100%;
}
#AnswerQT a.out:link, #AnswerQT a.out:visited {
  color: #0077BF;
  margin: 0 0.3em;
  position: relative;
}
#AnswerQT a.out:link[target=_blank], #AnswerQT a.out:visited[target=_blank] {
  margin-right: 0.6em;
}
#AnswerQT a.out:link[target=_blank]::after, #AnswerQT a.out: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;
  transform: rotateZ(0) translateY(0%);
  transform-origin: center;
}
#AnswerQT a.out:link span.arrow::after, #AnswerQT a.out: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;
}
#AnswerQT a.out:hover {
  text-decoration: underline;
}
#AnswerQT a.out:link[href*=".pdf"], #AnswerQT a.out:visited[href*=".pdf"] {
  margin-right: 0.6em;
  color: #0077BF;
}
#AnswerQT a.out:link[href*=".pdf"]::after, #AnswerQT a.out:visited[href*=".pdf"]::after {
  display: inline;
  content: "";
  font-family: FontAwesome;
  font-size: 1.8rem;
  width: 18px;
  height: 18px;
  transform: translateY(0);
  padding-left: 0.4em;
  background: none;
  margin-left: 0;
}
#AnswerQT .problem_solving {
  margin-top: 3em;
}
/*# sourceMappingURL=common.css.map */