@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
.c5-container {
  box-sizing: border-box;
  font-size: 62.5%;
  /*10px*/
  width: 100%;
  margin: 30px 0 0;
  padding: 0 0 80px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url("../img/bg.png") repeat 0 0;
  background-size: contain;
}

.c5-container__inner {
  box-sizing: border-box;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

h2, h3, h4, p, ul, li, a, img {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

.pc {
  display: block;
}

.tb, .sp {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.c5-container a > img {
  transition: opacity 0.3s;
}
.c5-container a > img:hover {
  opacity: 0.7;
}

.flexbox {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexbox.c5-fs {
  justify-content: flex-start;
}

.c5__head__wrap {
  box-sizing: border-box;
  background-color: #f1f3f6;
}
.c5__head__wrap h1 {
  box-sizing: border-box;
  max-width: 1229px;
  margin: 0 auto;
  padding: 30px 20px;
}
.c5__head__wrap h1 img {
  width: 100%;
  max-width: 953px;
  margin: 0 auto;
}
.c5__head__wrap .top_page {
  padding: 30px 20px 60px;
}
.c5__head__wrap .top_page img {
  max-width: 100%;
  position: relative;
}

.c5__nav__wrap_top {
  box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  justify-content: center;
}
.c5__nav__wrap_top a {
  display: block;
  width: 49%;
  max-width: 523px;
}
.c5__nav__wrap_top a:not(:last-child) {
  margin-right: 50px;
}
.c5__nav__wrap_top a img {
  width: 100%;
}
.c5__nav__wrap_top a img:hover {
  opacity: 0.8;
}

.c5__nav__wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.c5__nav__wrap a {
  display: block;
  width: 25%;
  max-width: 294px;
  position: relative;
  top: 2px;
  z-index: 0;
  margin-top: -2px;
}
.c5__nav__wrap a:not(:last-child) {
  margin-right: 8px;
}
.c5__nav__wrap a img {
  width: 100%;
}
.c5__nav__wrap a img:hover {
  opacity: 1;
}

.c5__contents {
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.c5__contents-inner {
  box-sizing: border-box;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 50px 50px 40px;
  border: 1px solid #1e1e1e;
  border-bottom: none;
  background-color: #fff;
}

/*ページ内アンカー pc*/
.c5__page_anc-wrap {
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding: 2.8% 2%;
  border-radius: 7px;
  background-color: #fbf8ef;
}

.c5__page_anc-content {
  box-sizing: border-box;
  position: relative;
  width: 49.1%;
  max-width: 520px;
  height: 70px;
  margin-bottom: 2%;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-position: 2% center;
  background-color: #fff;
}
.c5__page_anc-content a {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 10px 10px 4em;
}
.c5__page_anc-content a:hover {
  text-decoration: none;
  color: #fff;
}
.c5__page_anc-content:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.c5__pageindex {
  margin-top: 60px;
}
.c5__pageindex .c5__support-wrap {
  border: 3px solid #cccccc;
}

.c5__page1 .c5__page_anc-content {
  border: 1px solid #ce8596;
}
.c5__page1 .c5__page_anc-content:first-child {
  background-image: url("../img/nav/p1_no1.png");
}
.c5__page1 .c5__page_anc-content:nth-child(2) {
  background-image: url("../img/nav/p1_no2.png");
}
.c5__page1 .c5__page_anc-content:nth-child(3) {
  background-image: url("../img/nav/p1_no3.png");
}
.c5__page1 .c5__page_anc-content:nth-child(4) {
  background-image: url("../img/nav/p1_no4.png");
}
.c5__page1 .c5__page_anc-content:nth-child(5) {
  background-image: url("../img/nav/p1_no5.png");
}
.c5__page1 .c5__page_anc-content:last-child {
  background-image: url("../img/nav/p1_no6.png");
}
.c5__page1 .c5__page_anc-content:nth-child(3) a, .c5__page1 .c5__page_anc-content:nth-child(5) a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.c5__page1 .c5__page_anc-content:hover {
  background-color: #ce8596;
}

.c5__page2 .c5__page_anc-content {
  border: 1px solid #6a8caf;
}
.c5__page2 .c5__page_anc-content:first-child {
  background-image: url("../img/nav/p2_no1.png");
}
.c5__page2 .c5__page_anc-content:nth-child(2) {
  background-image: url("../img/nav/p2_no2.png");
}
.c5__page2 .c5__page_anc-content:nth-child(3) {
  background-image: url("../img/nav/p2_no3.png");
}
.c5__page2 .c5__page_anc-content:hover {
  background-color: #6a8caf;
}

.c5__page3 .c5__page_anc-content {
  border: 1px solid #e0c07d;
  margin-bottom: 0;
}
.c5__page3 .c5__page_anc-content:first-child {
  background-image: url("../img/nav/p3_no1.png");
}
.c5__page3 .c5__page_anc-content:nth-child(2) {
  background-image: url("../img/nav/p3_no2.png");
}
.c5__page3 .c5__page_anc-content:hover {
  background-color: #e0c07d;
}

.c5__page4 .c5__page_anc-content {
  border: 1px solid #8aad7f;
}
.c5__page4 .c5__page_anc-content:first-child {
  background-image: url("../img/nav/p4_no1.png");
}
.c5__page4 .c5__page_anc-content:nth-child(2) {
  background-image: url("../img/nav/p4_no2.png");
}
.c5__page4 .c5__page_anc-content:nth-child(3) {
  background-image: url("../img/nav/p4_no3.png");
  margin-bottom: 0;
}
.c5__page4 .c5__page_anc-content:nth-child(4) {
  background-image: url("../img/nav/p4_no4.png");
  margin-bottom: 0;
}
.c5__page4 .c5__page_anc-content:hover {
  background-color: #8aad7f;
}

/*コンテンツ pc*/
.c5__page_contents-wrap {
  box-sizing: border-box;
  margin-bottom: 60px;
}

.c5__page_contents {
  box-sizing: border-box;
  position: relative;
}

.page_contents-q {
  margin-bottom: 30px;
  justify-content: flex-end;
  align-items: flex-end;
}
.page_contents-q h2 {
  width: auto;
  padding: 30px 35px;
  font-size: 2.6em;
  text-align: center;
  border: 1px solid #121212;
}
.page_contents-q .page_contents-user {
  position: relative;
  right: 1px;
  width: 16%;
  max-width: 140px;
}

.c5__page4 .page_contents-q h2 {
  position: relative;
  right: -23px;
}
.c5__page4 .page_contents-q .page_contents-user {
  right: -10px;
  max-width: 164px;
}

.page_contents-a {
  padding: 35px 55px 50px;
  border: 1px solid #121212;
}
.page_contents-a .page_contents-user {
  position: absolute;
  top: -90px;
  left: -1px;
  z-index: 10;
  width: 20%;
  max-width: 200px;
}

.page_contents-a-txt {
  width: 80.5%;
  margin-left: auto;
}
.page_contents-a-txt h2 {
  display: inline;
  font-size: 3.6em;
  background: linear-gradient(transparent 70%, #f2eed8 0%);
}
.page_contents-a-txt h2 sup {
  font-size: 0.4em;
  vertical-align: super;
}
.page_contents-a-txt p {
  font-size: 1.6em;
  line-height: 1.75;
}

.page_contents-a-top {
  width: auto;
  margin-bottom: 11px;
}

/*各画像 pc*/
.c5__page_image {
  width: 100%;
  max-width: 950px;
  margin: 60px auto 35px;
}
.c5__page_image img {
  width: 100%;
  max-width: 100%;
}

/*リンクボタン pc*/
.icn_arrow {
  background: url("../img/arrow-link.gif") no-repeat 96% center;
}

.icn_window {
  background: url("../img/icn-window.gif") no-repeat 99% 5px;
}

.c5__link-wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 530px;
  margin: 50px auto 0;
  padding: 20px 30px 20px 20px;
  font-size: 1.8em;
  text-align: center;
  background-color: #f4edd8;
  border: 1px solid #1e1e1e;
}
.c5__link-wrap:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c5__link-flex .c5__link-wrap {
  width: 40%;
}
.c5__link-flex.page_1 .c5__link-wrap:first-child {
  width: 100%;
  max-width: 425px;
  margin-left: 0;
  margin-bottom: 30px;
}
.c5__link-flex.page_1 .c5__link-wrap:last-child {
  width: 100%;
  max-width: 530px;
  margin-top: 30px;
  margin-left: 0;
}

.c5__link-long {
  max-width: 680px;
  margin-top: 30px;
  margin-left: 0px;
}

/*注釈 pc*/
.c5__annotation li {
  color: #626262;
  font-size: 1.4em;
  padding-left: 1em;
  text-indent: -1em;
}

/*サポートページ pc*/
.c5__support-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 15px;
  border: 1px solid #1e1e1e;
  border-top: none;
  background-color: #f1f3f8;
}

.c5__support-ttl {
  font-size: 4em;
  text-align: center;
  color: #c6a43b;
  font-weight: normal;
  margin-bottom: 35px;
}

.c5__support-contents-wrap {
  max-width: 1000px;
  margin: 0 auto 45px;
  align-items: flex-start;
}

.c5__support-contents {
  width: 46%;
}
.c5__support-contents h3 {
  font-size: 2.4em;
  padding: 17px 0 17px 3em;
  line-height: 1.3;
}
.c5__support-contents ul {
  font-size: 1.7em;
}
.c5__support-contents ul li {
  margin-bottom: 5px;
  padding-left: 5.5em;
  text-indent: -1em;
}
.c5__support-contents ul li a::before {
  content: url("../img/sup/arrow-r.gif");
  padding-right: 5px;
}
.c5__support-contents.left h3 {
  background: url("../img/sup/sup-img-1.png") no-repeat left center;
}
.c5__support-contents.right h3 {
  background: url("../img/sup/sup-img-2.png") no-repeat left center;
}

.c5__banner-bottom {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c5__banner-bottom img {
  max-width: 100%;
}

/* //サポートページ pc*/
/*汎用クラス pc*/
.mb0 {
  margin-bottom: 0 !important;
}

.pl1 {
  padding-left: 1em;
}

.lsp-2 {
  letter-spacing: -2px;
}

/*固定ナビ pc*/
.js__nav__wrap {
  position: fixed;
  top: -800px;
  width: 100%;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
}

.fixed {
  top: 0;
  z-index: 10;
}

.hide {
  transform: translateY(-100%);
}

.c5__fixed__anc {
  box-sizing: border-box;
  max-width: 1220px;
  margin: 0 auto;
  padding: 15px 10px;
}
.c5__fixed__anc a {
  width: 25%;
  max-width: 294px;
  max-height: 62px;
  opacity: 1;
}
.c5__fixed__anc a img {
  max-width: 100%;
}
.c5__fixed__anc a:not(:last-child) {
  margin-right: 5px;
}

/*page 1 pc*/
.c5__page1 .c5__contents-inner {
  border-top: 10px solid #ce8596;
}

.c5__contents__ttl-wrap {
  margin-bottom: 5px;
}
.c5__contents__ttl-wrap .c5__maincatch {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  top: 15px;
}

.c5__page1 .c5__maincatch {
  max-width: 946px;
  left: -2%;
}

.c5__page2 .c5__maincatch {
  max-width: 865px;
  left: -5%;
}

.c5__page3 .c5__maincatch {
  max-width: 899px;
  left: -4.6%;
}

.c5__page4 .c5__maincatch {
  max-width: 1038px;
  left: -1%;
}

.c5__catch-wrap {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 2px solid #121212;
}
.c5__catch-wrap .c5__catch {
  width: 38.19%;
  max-width: 408px;
  margin-bottom: 15px;
}
.c5__catch-wrap .c5__catch-2 {
  width: 55.645%;
  max-width: 600px;
  margin-bottom: 5px;
}
.c5__catch-wrap img {
  max-width: 100%;
}

.c5__page1 .c5__catch {
  margin-bottom: 0;
}

/* //page 1 pc*/
/*page 2 pc*/
.c5__page2 .c5__contents-inner {
  border-top: 10px solid #6a8caf;
}

.c5__page2 .c5__annotation.ex {
  max-width: 810px;
}

.c5__page2 .c5__annotation li.c5-ls {
  letter-spacing: -0.2px;
}

.c5__page_inner-ttl {
  margin-bottom: 45px;
}
.c5__page_inner-ttl h3 {
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 15px;
}
.c5__page_inner-ttl p {
  max-width: 810px;
  font-size: 1.6em;
  line-height: 1.8;
  margin: 0 auto 45px;
}
.c5__page_inner-ttl h4 {
  font-size: 2em;
  color: #6a8caf;
  margin-bottom: 15px;
  text-align: center;
}
.c5__page_inner-ttl table {
  width: 100%;
  max-width: 930px;
  font-size: 1.8em;
  margin: 0 auto 10px;
  border-collapse: separate;
  border-spacing: 3px;
}
.c5__page_inner-ttl table tr:first-child {
  font-weight: bold;
  background-color: #c5daf1;
}
.c5__page_inner-ttl table tr:nth-child(2) {
  background-color: #f1f1f1;
}
.c5__page_inner-ttl table tr:nth-child(3) {
  background-color: #dddddd;
}
.c5__page_inner-ttl table tr:not(:first-child) td:first-child {
  font-weight: bold;
}
.c5__page_inner-ttl table tr td {
  box-sizing: border-box;
  padding: 15px 5px;
  width: 23.3%;
  max-width: 220px;
  text-align: center;
  vertical-align: middle;
}
.c5__page_inner-ttl table tr td:first-child {
  width: 26.2%;
  max-width: 250px;
}
.c5__page_inner-ttl .c5__annotation {
  max-width: 930px;
  margin: 0 auto;
}

/* //page 2 pc*/
/*page 3 pc*/
.c5__page3 .c5__contents-inner {
  border-top: 10px solid #e0c07d;
}
.c5__page3 .c5__page_inner-ttl {
  margin-top: 70px;
  margin-bottom: 65px;
}
.c5__page3 .page_contents-q.ex {
  margin-bottom: 100px;
}

/* //page 3 pc*/
/*page 4 pc*/
.c5__page4 .c5__contents-inner {
  border-top: 10px solid #8aad7f;
}

.c5__m_wrap {
  position: relative;
  width: auto;
  max-width: 800px;
  height: 450px;
  margin: 40px auto;
  padding: 0;
}

.c5__page4 .c5__catch-wrap {
  margin-bottom: 26px;
  border-bottom: 6px solid #dce6d8;
}
.c5__page4 .c5__catch-wrap.bottom {
  margin-top: 100px;
}
.c5__page4 .c5__catch-wrap .c5__catch {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c5__page4 .c5__catch-wrap .c5__catch h2 {
  width: 70%;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
}
.c5__page4 .c5__catch-wrap .c5__catch p {
  width: auto;
  line-height: 1;
  flex-shrink: 0;
  font-size: 18px;
  text-align: right;
  color: #8aad7f;
}

.c5__page4_contents-wrap .page_contents-a {
  background: url("../direct/img/img1_pc.png") no-repeat 91% 33%;
  background-size: 28%;
}
.c5__page4_contents-wrap .page_contents-a-txt p {
  width: 60%;
}
.c5__page4_contents-wrap .c5__link-wrap {
  margin-top: 50px;
}

/* //page 4 pc*/
/*タブレット*/
/* //max-width:640px */
@media screen and (max-width: 1100px) {
  .page_contents-q {
    margin-bottom: 110px;
  }
  .page_contents-q h2 {
    padding: 20px 25px;
    font-size: 2em;
  }
  .c5__page_contents-6 .page_contents-q {
    margin-bottom: 120px;
  }
  .page_contents-a-txt h2 {
    font-size: 3em;
  }
  .page_contents-a-txt p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 950px) {
  .c5__page_anc-content {
    height: 100px;
  }
}
@media screen and (max-width: 800px) {
  .c5__m_wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    margin: 20px auto;
  }
  .c5__m_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #BBBBBB;
  }
}
@media screen and (max-width: 768px) {
  .tb {
    display: block;
  }
  .c5__head__wrap {
    box-sizing: border-box;
    background-color: #f1f3f6;
  }
  .c5__nav__wrap_top a:not(:last-child) {
    margin-right: 25px;
  }
  .c5__page_anc-content {
    background-position: 4% center;
  }
  .c5__contents-inner {
    padding: 30px;
  }
  .c5__contents__ttl-wrap .c5__maincatch {
    margin-left: 0;
    width: 95%;
    left: 0;
  }
  .c5__catch-wrap {
    padding-left: 0;
  }
  .c5__page2 .c5__catch-wrap .c5__catch {
    margin-bottom: 0;
    width: 40%;
  }
  .c5__page2 .c5__contents__ttl-wrap {
    margin-bottom: 0;
  }
  .c5__page2 .c5__contents__ttl-wrap .c5__maincatch {
    width: 89%;
    left: 0;
  }
  .c5__page3 .c5__catch-wrap .c5__catch {
    margin-bottom: 0;
    width: 40%;
  }
  .c5__page3 .c5__contents__ttl-wrap .c5__maincatch {
    width: 90%;
    left: 0;
  }
  .c5__page4 .c5__catch-wrap .c5__catch h2 {
    font-size: 30px;
  }
  .c5__page4 .c5__catch-wrap .c5__catch p {
    font-size: 15px;
  }
  .page_contents-q, .c5__page_contents-6 .page_contents-q {
    margin-bottom: 70px;
  }
  .page_contents-a {
    padding: 35px 40px 50px;
  }
  .page_contents-a .page_contents-user {
    top: -60px;
  }
  .page_contents-a-txt h2 {
    font-size: 2.5em;
  }
  /*リンクボタン tb*/
  .icn_arrow {
    background-position: 96% center;
  }
  .c5__link-flex .c5__link-wrap {
    width: 45%;
  }
  .c5__link-flex.page_1 .c5__link-wrap:first-child, .c5__link-flex.page_1 .c5__link-wrap:last-child {
    width: 100%;
    max-width: 100%;
  }
  /*page4 tb*/
  .c5__page4_contents-wrap .page_contents-a {
    background: none;
  }
  .c5__page4_contents-wrap .page_contents-a-txt p {
    width: 100%;
  }
  .c5__page4_contents-wrap .c5__link-wrap {
    margin-top: 50px;
  }
  .c5__page4_contents-wrap .c5__page_image {
    max-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .pc, .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .lsp-2 {
    letter-spacing: 0px;
  }
  .c5-container {
    margin-top: 15px;
    padding-bottom: 0;
  }
  .c5__head__wrap h1 {
    padding: 10px 0 20px;
  }
  .c5__head__wrap h1 img {
    width: 81%;
  }
  .c5__head__wrap .top_page {
    padding: 10px 0 20px;
  }
  .c5__head__wrap .top_page img {
    width: 100%;
    right: 2%;
  }
  .c5__nav__wrap_top a:not(:last-child) {
    margin-right: 5px;
  }
  .c5__nav__wrap a {
    top: 1px;
    margin-top: -1px;
  }
  .c5__contents {
    padding: 0;
  }
  .c5__contents-inner {
    padding: 10px 15px 30px;
    border: none;
  }
  .c5__pageindex {
    margin-top: 35px;
  }
  .c5__pageindex .c5__support-wrap {
    border: none;
  }
  .c5__page1 .c5__contents__ttl-wrap, .c5__page2 .c5__contents__ttl-wrap, .c5__page3 .c5__contents__ttl-wrap, .c5__page4 .c5__contents__ttl-wrap {
    margin-bottom: 0;
  }
  .c5__page1 {
    border-top: 10px solid #ce8596;
  }
  .c5__page2 {
    border-top: 10px solid #6a8caf;
  }
  .c5__page3 {
    border-top: 10px solid #e0c07d;
  }
  .c5__page4 {
    border-top: 10px solid #8aad7f;
  }
  .c5__page1 .c5__contents-inner, .c5__page2 .c5__contents-inner, .c5__page3 .c5__contents-inner, .c5__page4 .c5__contents-inner {
    border-top: none;
  }
  /*page 1 sp*/
  .c5__contents__ttl-wrap .c5__maincatch {
    margin: 0 auto;
    top: 6px;
  }
  .c5__catch-wrap {
    padding: 0 10px;
    text-align: center;
  }
  .c5__catch-wrap .c5__catch {
    margin: 0 auto 10px;
    width: 70%;
  }
  .c5__catch-wrap .c5__catch-2 {
    width: 100%;
  }
  .c5__page1 .c5__catch-wrap .c5__catch {
    margin-bottom: 0;
  }
  .c5__page2 .c5__catch-wrap .c5__catch {
    width: 70%;
  }
  .c5__page3 .c5__catch-wrap .c5__catch {
    width: 68%;
  }
  /*page 2 sp*/
  .c5__page2 .c5__contents__ttl-wrap .c5__maincatch {
    width: 75%;
  }
  .c5__page_inner-ttl {
    margin-bottom: 20px;
  }
  .c5__page_inner-ttl h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  .c5__page_inner-ttl p {
    font-size: 1.2em;
    line-height: 1.75;
    margin: 0 auto 20px;
  }
  .c5__page_inner-ttl h4 {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
  .c5__page_inner-ttl table {
    font-size: 1.1em;
    border-spacing: 1px;
  }
  .c5__page_inner-ttl table tr td {
    padding: 5px 5px;
    width: 26.3%;
  }
  .c5__page_inner-ttl table tr td:first-child {
    width: 22.2%;
  }
  /*page 3 sp*/
  .c5__page3 .c5__page_inner-ttl {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .c5__page3 .page_contents-q.ex {
    margin-bottom: 50px;
  }
  .c5__page3 .page_contents-a .page_contents-user.ex {
    top: -40px;
  }
  /*page 4 sp*/
  .c5__page4 .c5__contents__ttl-wrap .c5__maincatch {
    width: 80%;
  }
  .c5__page4_contents-wrap .c5__link-wrap:first-child {
    margin-top: 20px;
  }
  .c5__page4_contents-wrap .c5__link-wrap:last-child {
    margin-top: 0;
  }
  .c5__page4 .c5__catch-wrap {
    padding: 0;
    border-width: 3px;
  }
  .c5__page4 .c5__catch-wrap.bottom {
    margin-top: 50px;
  }
  .c5__page4 .c5__catch-wrap .c5__catch h2 {
    font-size: 21px;
  }
  .c5__page4 .c5__catch-wrap .c5__catch p {
    width: 30%;
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
  }
  .c5__page4 .c5__catch-wrap .c5__catch.ex {
    flex-wrap: wrap;
  }
  .c5__page4 .c5__catch-wrap .c5__catch.ex h2 {
    width: 100%;
  }
  .c5__page4 .c5__catch-wrap .c5__catch.ex p {
    width: 100%;
    text-align: right;
    margin-top: 5px;
  }
  .c5__page4 .c5__page_image.ex {
    width: 80%;
  }
  /*ページ内アンカー sp*/
  .c5__page_anc-wrap {
    justify-content: center;
    margin-bottom: 27px;
    padding: 13px;
    border-radius: 5px;
  }
  .c5__page_anc-content {
    width: 50%;
    height: 52px;
    background-size: 12%;
    background-position: 3% center;
    border-radius: 0;
    margin-bottom: 0;
  }
  .c5__page_anc-content:nth-child(even) {
    border-left: none;
  }
  .c5__page_anc-content a {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3;
  }
  .c5__page_anc-content a:hover {
    color: #121212;
  }
  .c5__page_anc-content:hover {
    color: #121212;
  }
  .c5__page1 .c5__page_anc-content:nth-child(4) a, .c5__page1 .c5__page_anc-content:nth-child(5) a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c5__page1 .c5__page_anc-content:nth-child(3), .c5__page1 .c5__page_anc-content:nth-child(4) {
    border-top: none;
    border-bottom: none;
  }
  .c5__page1 .c5__page_anc-content:hover {
    background-color: #fff;
  }
  .c5__page2 .c5__page_anc-content:hover, .c5__page3 .c5__page_anc-content:hover {
    background-color: #fff;
  }
  .c5__page4 .c5__page_anc-wrap {
    justify-content: flex-start;
  }
  .c5__page4 .c5__page_anc-content:nth-child(3) {
    border-top: none;
    border-right: 1px solid #8aad7f;
  }
  .c5__page4 .c5__page_anc-content:hover {
    background-color: #fff;
  }
  /*コンテンツ sp*/
  .c5__page_contents-wrap {
    margin-bottom: 25px;
  }
  .c5__page_contents {
    box-sizing: border-box;
    position: relative;
  }
  .page_contents-q h2 {
    padding: 0.8em;
    font-size: 12px;
    text-align: left;
  }
  .page_contents-q .page_contents-user {
    position: relative;
    width: 18%;
  }
  .c5__page3 .page_contents-q .page_contents-user {
    width: 18%;
  }
  .c5__page_contents-6 .page_contents-q {
    margin-bottom: 45px;
  }
  .page_contents-a {
    padding: 12px 10px 20px;
  }
  .page_contents-a .page_contents-user {
    top: -90px;
    width: 18%;
  }
  .c5__page_contents-6 .page_contents-a .page_contents-user {
    top: -55px;
  }
  .page_contents-a-txt {
    width: 100%;
    margin: 0 auto;
  }
  .page_contents-a-txt h2 {
    font-size: 17px;
  }
  .page_contents-a-txt p {
    font-size: 12px;
  }
  .page_contents-a-top {
    width: 72%;
    margin-left: auto;
  }
  /*各画像 sp*/
  .c5__page_image {
    margin: 10px auto 25px;
    text-align: center;
  }
  .c5__page_image img {
    width: 90%;
    margin: 0 auto;
  }
  /*サポートページ sp*/
  .c5__support-wrap {
    padding: 30px 15px;
    border: none;
  }
  .c5__support-ttl {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .c5__support-contents-wrap {
    display: block;
    margin: 0 auto 20px;
  }
  .c5__support-contents {
    width: 85%;
    margin: 0 auto;
  }
  .c5__support-contents h3 {
    font-size: 1.5em;
    padding: 11px 0 11px 3.5em;
    line-height: 1.1;
  }
  .c5__support-contents ul {
    font-size: 1em;
  }
  .c5__support-contents ul li {
    padding-left: 6em;
  }
  .c5__support-contents.left {
    margin-bottom: 20px;
  }
  .c5__support-contents.left h3 {
    background-size: contain;
  }
  .c5__support-contents.right h3 {
    background-size: contain;
  }
  /* //サポートページ sp*/
  /*リンクボタン sp*/
  .icn_arrow {
    background-position: 96.5% center;
    background-size: 5px auto;
  }
  .icn_window {
    background-size: 12px auto;
  }
  .c5__link-wrap {
    width: 95%;
    margin-top: 25px;
    padding: 10px 20px 10px 10px;
    font-size: 1.1em;
  }
  .c5__link-flex {
    display: block;
  }
  .c5__link-flex .c5__link-wrap {
    width: 95%;
  }
  .c5__link-flex .c5__link-wrap:first-child {
    margin-bottom: 30px;
  }
  .c5__link-flex.page_1 .c5__link-wrap:first-child {
    width: 95%;
    margin: 30px auto;
  }
  .c5__link-flex.page_1 .c5__link-wrap:last-child {
    width: 95%;
    margin: 0 auto 30px;
  }
  .c5__link-long {
    margin: 0 auto;
  }
  /*注釈 sp*/
  .c5__annotation li {
    font-size: 0.9em;
  }
  /*汎用クラス pc*/
  .pl1 {
    padding-left: 0;
  }
  /*固定ナビ sp*/
  .c5__fixed__anc {
    padding: 6px 3px 0;
  }
}
@media screen and (max-width: 450px) {
  .c5__page_anc-content {
    background-size: 14%;
  }
  .c5__page_anc-content a {
    padding-left: 3em;
  }
  .page_contents-q {
    margin-bottom: 45px;
  }
  .page_contents-q h2 {
    padding: 0.6em;
  }
  .page_contents-a {
    padding: 12px 10px 20px;
  }
  .page_contents-a .page_contents-user {
    top: -36px;
    width: 24%;
  }
  .c5__page_contents-6 .page_contents-a .page_contents-user {
    top: -36px;
  }
  .c5__page4 .page_contents-q h2 {
    right: -12px;
  }
  .c5__page4 .page_contents-q .page_contents-user {
    width: 23%;
    right: -5px;
  }
}
@media screen and (max-width: 400px) {
  /*page 2 sp*/
  .c5__page_inner-ttl table {
    font-size: 1em;
  }
  .c5__page_inner-ttl table tr td {
    padding: 5px 2px;
    width: 27.3%;
  }
  .c5__page_inner-ttl table tr td:first-child {
    width: 21.2%;
  }
}
@media screen and (max-width: 375px) {
  .c5__page_anc-content {
    height: 58px;
  }
}
/*# sourceMappingURL=style.css.map */