@charset "UTF-8";
.customBlockText .mce-menubar.mce-toolbar.mce-first {
  display: none !important;
}
.wp-admin .customBlockText .wp-block[data-align=left], .wp-admin .customBlockText .wp-block[data-align=right] {
  height: auto;
}
.customBlockText .adminPageMessage {
  width: 100%;
  height: 200px;
  background-color: rgba(255, 0, 0, 0.18);
  box-sizing: border-box;
}
.customBlockText h1,
.customBlockText h2,
.customBlockText h3,
.customBlockText h4,
.customBlockText h5,
.customBlockText h6 {
  letter-spacing: 0.06em;
}
.customBlockText h1 + *,
.customBlockText h2 + *,
.customBlockText h3 + *,
.customBlockText h4 + *,
.customBlockText h5 + *,
.customBlockText h6 + * {
  margin-top: 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText h1 + *,
.customBlockText h2 + *,
.customBlockText h3 + *,
.customBlockText h4 + *,
.customBlockText h5 + *,
.customBlockText h6 + * {
    margin-top: 2vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h1 + *,
.customBlockText h2 + *,
.customBlockText h3 + *,
.customBlockText h4 + *,
.customBlockText h5 + *,
.customBlockText h6 + * {
    margin-top: 4vw !important;
  }
}
.customBlockText h1:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
  line-height: 1.6;
  padding-bottom: 0.5em;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText h1:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h1:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 5.8666666667vw;
  }
}
.customBlockText h2:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
  line-height: 1.6;
  padding-left: 0.5em;
  font-size: 20px;
  font-weight: bold;
  border-left: 3px solid #00bffe;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText h2:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 2.5333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h2:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 5.0666666667vw;
  }
}
.customBlockText h3:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
  line-height: 1.6;
  padding-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText h3:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h3:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 4.8vw;
  }
}
.customBlockText h3:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle):before {
  width: 50%;
  height: 1px;
  content: "";
  display: block;
  background-color: #00bffe;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.customBlockText h4:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText h4:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h4:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 4.2666666667vw;
  }
}
.customBlockText h5:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText h5:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h5:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 3.7333333333vw;
  }
}
.customBlockText h6:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
  line-height: 1.6;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText h6:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText h6:not(.normalTitle):not(.borderLTitle):not(.borderB2ColorTitle):not(.borderAfterTitle) {
    font-size: 3.2vw;
  }
}
.customBlockText p {
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText p {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText p {
    font-size: 4.2666666667vw;
  }
}
.customBlockText a:not(.acf-button):not(.blockBtn):not(.betaBtn):not(.borderBtn):not(.commentGoodBtn):not(.reviewEditBtn):not(.reviewDeleteBtn) {
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-decoration: underline;
  font-size: 16px;
  color: #5d6cb8;
}
.customBlockText a:not(.acf-button):not(.blockBtn):not(.betaBtn):not(.borderBtn):not(.commentGoodBtn):not(.reviewEditBtn):not(.reviewDeleteBtn):visited, .customBlockText a:not(.acf-button):not(.blockBtn):not(.betaBtn):not(.borderBtn):not(.commentGoodBtn):not(.reviewEditBtn):not(.reviewDeleteBtn):focus, .customBlockText a:not(.acf-button):not(.blockBtn):not(.betaBtn):not(.borderBtn):not(.commentGoodBtn):not(.reviewEditBtn):not(.reviewDeleteBtn):active {
  color: #5d6cb8;
}
@media only screen and (min-width: 1080px) {
  .customBlockText a:not(.acf-button):not(.blockBtn):not(.betaBtn):not(.borderBtn):not(.commentGoodBtn):not(.reviewEditBtn):not(.reviewDeleteBtn):hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText a:not(.acf-button):not(.blockBtn):not(.betaBtn):not(.borderBtn):not(.commentGoodBtn):not(.reviewEditBtn):not(.reviewDeleteBtn) {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText a:not(.acf-button):not(.blockBtn):not(.betaBtn):not(.borderBtn):not(.commentGoodBtn):not(.reviewEditBtn):not(.reviewDeleteBtn) {
    font-size: 4.2666666667vw;
  }
}
.customBlockText a:not(.acf-button):not(.blockBtn):not(.betaBtn):not(.borderBtn):not(.commentGoodBtn):not(.reviewEditBtn):not(.reviewDeleteBtn)[target=_blank]:after {
  width: 0.7em;
  height: 0.7em;
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: super;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.customBlockText b,
.customBlockText em,
.customBlockText strong {
  font-weight: bold;
}
.customBlockText strong {
  background: linear-gradient(transparent 60%, #fffacd 0%);
  display: inline;
}
.customBlockText em {
  font-style: italic;
}
.customBlockText sup,
.customBlockText sub {
  font-size: 80%;
}
.customBlockText sup {
  vertical-align: super;
}
.customBlockText sub {
  vertical-align: sub;
}
.customBlockText blockquote {
  width: 100%;
  line-height: 1.6;
  padding: 40px 23px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #6a6a6a;
  background-color: #eee;
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText blockquote {
    padding: 5.3333333333vw 3.0666666667vw;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote {
    padding: 10.6666666667vw 6.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.customBlockText blockquote * {
  color: inherit;
}
.customBlockText blockquote:before, .customBlockText blockquote:after {
  width: 19px;
  height: 15px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText blockquote:before, .customBlockText blockquote:after {
    width: 2.5333333333vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote:before, .customBlockText blockquote:after {
    width: 5.0666666667vw;
    height: 4vw;
  }
}
.customBlockText blockquote:before {
  background-image: url("../images/icon/editor/quate_top.svg");
  top: 15px;
  left: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText blockquote:before {
    top: 2vw;
    left: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote:before {
    top: 4vw;
    left: 3.7333333333vw;
  }
}
.customBlockText blockquote:after {
  background-image: url("../images/icon/editor/quate_bottom.svg");
  right: 14px;
  bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText blockquote:after {
    right: 1.8666666667vw;
    bottom: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote:after {
    right: 3.7333333333vw;
    bottom: 4vw;
  }
}
.customBlockText blockquote > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText blockquote > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote > * {
    margin-top: 4vw;
  }
}
.customBlockText blockquote > *:first-child {
  margin-top: 0;
}
.customBlockText blockquote p {
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.customBlockText blockquote cite,
.customBlockText blockquote .wp-block-quote__citation {
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: right;
  display: block;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText blockquote cite,
.customBlockText blockquote .wp-block-quote__citation {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText blockquote cite,
.customBlockText blockquote .wp-block-quote__citation {
    font-size: 3.7333333333vw;
  }
}
.customBlockText ul {
  line-height: 1.6;
  padding-left: 1.2em;
  list-style: disc;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText ul {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText ul {
    font-size: 4.2666666667vw;
  }
}
.customBlockText ul li {
  list-style: disc;
}
.customBlockText ol {
  line-height: 1.6;
  padding-left: 1.2em;
  list-style: decimal;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText ol {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText ol {
    font-size: 4.2666666667vw;
  }
}
.customBlockText ol li {
  list-style: decimal;
}
.customBlockText li {
  line-height: 1.6;
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText li {
    margin-top: 0.8vw;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText li {
    margin-top: 1.6vw;
    font-size: 4.2666666667vw;
  }
}
.customBlockText li:first-child {
  margin-top: 0;
}
.customBlockText li li {
  margin-top: 0;
}
.customBlockText pre.wp-block-code {
  width: 100%;
  padding: 30px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 6px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText pre.wp-block-code {
    padding: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText pre.wp-block-code {
    padding: 4vw;
  }
}
.customBlockText pre.wp-block-code code {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText pre.wp-block-code code {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText pre.wp-block-code code {
    font-size: 4.2666666667vw;
  }
}
.wp-admin .customBlockText .wp-block[data-align=left] .wp-block-table {
  width: auto;
  margin-right: auto;
  margin-left: 0;
  float: none;
}
.wp-admin .customBlockText .wp-block[data-align=left] table {
  margin-right: auto;
  margin-left: 0;
}
.wp-admin .customBlockText .wp-block[data-align=center] .wp-block-table {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.wp-admin .customBlockText .wp-block[data-align=center] table {
  margin-right: auto;
  margin-left: auto;
}
.wp-admin .customBlockText .wp-block[data-align=right] .wp-block-table {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  float: none;
}
.wp-admin .customBlockText .wp-block[data-align=right] table {
  margin-right: 0;
  margin-left: auto;
}
.customBlockText .wp-block-table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: none;
  display: block;
  overflow: auto;
  clear: both;
  box-sizing: border-box;
}
.customBlockText .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #edf6ff;
}
.customBlockText .wp-block-table::-webkit-scrollbar {
  height: 10px;
}
.customBlockText .wp-block-table::-webkit-scrollbar-track {
  background-color: #efefef;
}
.customBlockText .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #a1a1a1;
  border-radius: 50em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .wp-block-table {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table {
    padding-bottom: 10px;
  }
}
.customBlockText .wp-block-table .alignleft {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  float: none;
}
.customBlockText .wp-block-table .aligncenter {
  margin: 0 auto;
  float: none;
}
.customBlockText .wp-block-table .alignright {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  float: none;
}
.customBlockText .wp-block-table strong {
  background: none;
}
.customBlockText .wp-block-table > * {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .wp-block-table > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table > * {
    margin-top: 4vw;
  }
}
.customBlockText .wp-block-table > *:first-child {
  margin-top: 0;
}
.customBlockText .wp-block-table table {
  letter-spacing: 0.02em;
  font-size: 13.5px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .wp-block-table table {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table table {
    font-size: 3.6vw;
  }
}
.customBlockText .wp-block-table table th {
  line-height: 1.6;
  padding: 1em;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .wp-block-table table th {
    font-size: 1.8vw;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table table th {
    font-size: 3.6vw;
    white-space: nowrap;
  }
}
.customBlockText .wp-block-table table td {
  line-height: 1.6;
  padding: 1em;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .wp-block-table table td {
    font-size: 1.8vw;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table table td {
    font-size: 3.6vw;
    white-space: nowrap;
  }
}
.customBlockText .wp-block-table figcaption {
  width: 100%;
  line-height: 1.4;
  font-size: 13px;
  text-align: right;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .wp-block-table figcaption {
    font-size: 1.6666666667vw;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-table figcaption {
    font-size: 3.3333333333vw;
    text-align: left;
  }
}
.wp-admin .customBlockText .wp-block[data-align=left] .wp-block-image {
  width: auto;
  margin-right: auto;
  margin-left: 0;
  float: none;
}
.wp-admin .customBlockText .wp-block[data-align=center] .wp-block-image {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.wp-admin .customBlockText .wp-block[data-align=right] .wp-block-image {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  float: none;
}
.customBlockText .wp-block-image {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  clear: both;
  box-sizing: border-box;
}
.customBlockText .wp-block-image .alignleft {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  float: none;
}
.customBlockText .wp-block-image .aligncenter {
  margin: 0 auto;
  float: none;
}
.customBlockText .wp-block-image .alignright {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  float: none;
}
.customBlockText .wp-block-image > img {
  max-width: 100%;
}
.customBlockText .wp-block-image figcaption {
  width: 100%;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}
.customBlockText .wp-block-image figcaption:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .wp-block-image figcaption {
    margin-top: 2vw;
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-image figcaption {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.customBlockText iframe,
.customBlockText video {
  max-width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .customBlockText iframe,
.customBlockText video {
    width: 100% !important;
    height: 56.25vw !important;
  }
}
.customBlockText .wp-block-video figcaption {
  width: 100%;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.02em;
  display: block;
  box-sizing: border-box;
}
.customBlockText .wp-block-video figcaption:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .wp-block-video figcaption {
    margin-top: 2vw;
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .wp-block-video figcaption {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.customBlockText hr.wp-block-separator {
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  display: block;
  background-color: #ccc;
  box-sizing: border-box;
}
.customBlockText hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
.customBlockText hr.wp-block-separator.is-style-dots {
  width: 100%;
  max-width: none;
  height: 40px;
}
.customBlockText hr.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #ccc;
  font-size: 40px;
  letter-spacing: 1em;
  padding-left: 1em;
  font-family: serif;
}
.customBlockText .textArea .text {
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .textArea .text {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .textArea .text {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockImportantContentsArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockImportantContentsArea > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockImportantContentsArea > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockImportantContentsArea > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockImportantContentsArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockImportantContentsArea .blockImportantContents {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockImportantContentsArea .blockImportantContents > dl {
  width: 100%;
  padding: 30px 20px;
  background-color: #edf6ff;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockImportantContentsArea .blockImportantContents > dl {
    padding: 4vw 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockImportantContentsArea .blockImportantContents > dl {
    padding: 8vw 6vw;
  }
}
.customBlockText .blockImportantContentsArea .blockImportantContents > dl.blue {
  background-color: #edf6ff;
}
.customBlockText .blockImportantContentsArea .blockImportantContents > dl.yellow {
  background-color: #fefbeb;
}
.customBlockText .blockImportantContentsArea .blockImportantContents > dl.gray {
  background-color: #f8f8f8;
}
.customBlockText .blockImportantContentsArea .blockImportantContents > dl > * {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockImportantContentsArea .blockImportantContents > dl > * {
    margin-top: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockImportantContentsArea .blockImportantContents > dl > * {
    margin-top: 2vw;
  }
}
.customBlockText .blockImportantContentsArea .blockImportantContents > dl > *:first-child {
  margin-top: 0;
}
.customBlockText .blockImportantContentsArea .blockImportantContents > dl > dt {
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockImportantContentsArea .blockImportantContents > dl > dt {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockImportantContentsArea .blockImportantContents > dl > dt {
    font-size: 4.8vw;
  }
}
.customBlockText .blockImportantContentsArea .blockImportantContents > dl > dd {
  line-height: 1.6;
  font-size: 16px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockImportantContentsArea .blockImportantContents > dl > dd {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockImportantContentsArea .blockImportantContents > dl > dd {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockFlowArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockFlowArea > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockFlowArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockFlowArea .blockFlowList {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockFlowArea .blockFlowList > * {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #efefef;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlowList > * {
    padding-top: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlowList > * {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.customBlockText .blockFlowArea .blockFlowList > *:before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-top: 7px solid #efefef;
  border-right: 7px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlowList > *:before {
    border-top-width: 0.9vw;
    border-right-width: 0.9vw;
    border-left-width: 0.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlowList > *:before {
    border-top-width: 1.8vw;
    border-right-width: 1.8vw;
    border-left-width: 1.8vw;
  }
}
.customBlockText .blockFlowArea .blockFlowList > *:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.customBlockText .blockFlowArea .blockFlowList > *:first-child:before {
  display: none;
}
.customBlockText .blockFlowArea .blockFlow {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockFlowArea .blockFlow > dl {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockFlowArea .blockFlow > dl > * {
  margin-top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlow > dl > * {
    margin-top: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlow > dl > * {
    margin-top: 4.8vw;
  }
}
.customBlockText .blockFlowArea .blockFlow > dl > *:first-child {
  margin-top: 0;
}
.customBlockText .blockFlowArea .blockFlow > dl > dt {
  width: 100%;
  min-height: 50px;
  padding-left: 65px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt {
    min-height: 6.6666666667vw;
    padding-left: 8.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt {
    min-height: 13.3333333333vw;
    padding-left: 17.3333333333vw;
  }
}
.customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #00bffe;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .stepNumInner > span {
  margin-top: 2px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .stepNumInner > span {
    margin-top: 0.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .stepNumInner > span {
    margin-top: 0.5333333333vw;
  }
}
.customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .stepNumInner > span:first-child {
  margin-top: 0;
}
.customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .step {
  width: 100%;
  padding-top: 0.4em;
  line-height: 1;
  color: #00bffe;
  font-size: 10px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .step {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .step {
    font-size: 2.6666666667vw;
  }
}
.customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .num {
  width: 100%;
  line-height: 1;
  color: #00bffe;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .num {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .stepNum .num {
    font-size: 5.8666666667vw;
  }
}
.customBlockText .blockFlowArea .blockFlow > dl > dt > .title {
  width: 100%;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .title {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dt > .title {
    font-size: 4.8vw;
  }
}
.customBlockText .blockFlowArea .blockFlow > dl > dd {
  line-height: 1.6;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dd {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFlowArea .blockFlow > dl > dd {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockQuateArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockQuateArea > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockQuateArea > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockQuateArea > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockQuateArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockQuateArea .blockQuate {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockQuateArea .blockQuate > * {
  margin-top: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockQuateArea .blockQuate > * {
    margin-top: 1.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockQuateArea .blockQuate > * {
    margin-top: 2.9333333333vw;
  }
}
.customBlockText .blockQuateArea .blockQuate > *:first-child {
  margin-top: 0;
}
.customBlockText .blockQuateArea .blockQuate blockquote > * {
  margin-top: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockQuateArea .blockQuate blockquote > * {
    margin-top: 1.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockQuateArea .blockQuate blockquote > * {
    margin-top: 2.9333333333vw;
  }
}
.customBlockText .blockQuateArea .blockQuate blockquote > *:first-child {
  margin-top: 0;
}
.customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
  line-height: 1.6;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner * {
  font-size: inherit;
}
.customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner.alignL {
  text-align: left;
}
.customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner.alignC {
  text-align: center;
}
.customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner.alignR {
  text-align: right;
}
.customBlockText .blockQuateArea .blockQuate .quateCopy .quateCopyInner cite {
  text-align: inherit;
}
.customBlockText .blockRelatedArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockRelatedArea > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockRelatedArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockRelatedArea .blockRelated {
  width: 100%;
  padding: 23px;
  padding-top: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea .blockRelated {
    padding: 3.0666666667vw;
    padding-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated {
    padding: 6.1333333333vw;
    padding-top: 8vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea {
  padding: 0 5px;
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea {
    padding: 0 0.6666666667vw;
    left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea {
    padding: 0 1.3333333333vw;
    left: 5.3333333333vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea .blockRelatedTitle {
  line-height: 1;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea .blockRelatedTitle {
    padding-left: 2vw;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea .blockRelatedTitle {
    padding-left: 4vw;
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea .blockRelatedTitle:before {
  width: 11px;
  height: 16px;
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"  width="10.746" height="15.574" viewBox="0 0 10.746 15.574"><path d="M10.746.517A.571.571,0,0,0,10.158,0H1.886A1.744,1.744,0,0,0,0,1.521V15.572l4.689-3.824L9.4,15.572V1.521a.433.433,0,0,1,.433-.415h.363a.554.554,0,0,0,.554-.554V.517" transform="translate(0 0.002)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"  width="10.746" height="15.574" viewBox="0 0 10.746 15.574"><path d="M10.746.517A.571.571,0,0,0,10.158,0H1.886A1.744,1.744,0,0,0,0,1.521V15.572l4.689-3.824L9.4,15.572V1.521a.433.433,0,0,1,.433-.415h.363a.554.554,0,0,0,.554-.554V.517" transform="translate(0 0.002)" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea .blockRelatedTitle:before {
    width: 1.4666666667vw;
    height: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedTitleArea .blockRelatedTitle:before {
    width: 2.9333333333vw;
    height: 4.2666666667vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none !important;
  box-sizing: border-box;
  color: #000 !important;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox:active, .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox:focus, .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox:visited {
  color: #000 !important;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox[target=_blank]:after {
  display: none !important;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox[target=_blank] .relatedArticleTitle:after {
  width: 0.7em;
  height: 0.7em;
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: super;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="178" height="178" viewBox="0 0 178 178"><image width="178" height="178" xlink:href="data:image/png;base64,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"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox:hover .detail .relatedArticleTitle {
    text-decoration: underline !important;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox.noPhoto .detail {
  width: 100%;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .photo {
  width: 106px;
  height: 106px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .photo {
    width: 14.13vw;
    height: 14.13vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .photo {
    width: 28.26vw;
    height: 28.26vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .photo .img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .photo .img > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail {
  width: calc(100% - 106px - 15px);
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail {
    min-height: 14.13vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail {
    min-height: 28.26vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .detailInner > * {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .detailInner > * {
    margin-top: 1.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .detailInner > * {
    margin-top: 2.1333333333vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .detailInner > *:first-child {
  margin-top: 0;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .relatedArticleTitle {
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .relatedArticleTitle {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .relatedArticleTitle {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .date {
  width: 100%;
  line-height: 1;
  font-size: 10px;
  color: #878787;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .date {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .date {
    font-size: 2.6666666667vw;
  }
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .date > dt,
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .date > dd {
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .date > dt {
  width: 7em;
}
.customBlockText .blockRelatedArea .blockRelated .blockRelatedArticle .blockRelatedArticleBox .detail .date > dd {
  width: calc(100% - 7em);
}
.customBlockText .blockAboutArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockAboutArea > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAboutArea > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAboutArea > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockAboutArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockAboutArea .blockAbout {
  width: 100%;
  padding: 23px;
  padding-top: 30px;
  border: 1px solid #00bffe;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAboutArea .blockAbout {
    padding: 3.0666666667vw;
    padding-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAboutArea .blockAbout {
    padding: 6.1333333333vw;
    padding-top: 8vw;
  }
}
.customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea {
  padding: 0 5px;
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea {
    padding: 0 0.6666666667vw;
    left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea {
    padding: 0 1.3333333333vw;
    left: 5.3333333333vw;
  }
}
.customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea .blockAboutTitle {
  line-height: 1;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea .blockAboutTitle {
    padding-left: 2.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea .blockAboutTitle {
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea .blockAboutTitle:before {
  width: 14px;
  height: 10px;
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13.525" height="9.5" viewBox="0 0 13.525 9.5"><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 0.75)" /><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 4.75)" /><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 8.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 0.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 4.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 8.75)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13.525" height="9.5" viewBox="0 0 13.525 9.5"><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 0.75)" /><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 4.75)" /><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 8.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 0.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 4.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 8.75)" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea .blockAboutTitle:before {
    width: 1.8666666667vw;
    height: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutTitleArea .blockAboutTitle:before {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
}
.customBlockText .blockAboutArea .blockAbout .blockAboutList {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockAboutArea .blockAbout .blockAboutList > dl {
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutList > dl {
    padding-top: 1.3333333333vw;
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutList > dl {
    padding-top: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.customBlockText .blockAboutArea .blockAbout .blockAboutList > dl:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.customBlockText .blockAboutArea .blockAbout .blockAboutList > dl > dt,
.customBlockText .blockAboutArea .blockAbout .blockAboutList > dl > dd {
  line-height: 1.6;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutList > dl > dt,
.customBlockText .blockAboutArea .blockAbout .blockAboutList > dl > dd {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAboutArea .blockAbout .blockAboutList > dl > dt,
.customBlockText .blockAboutArea .blockAbout .blockAboutList > dl > dd {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockAboutArea .blockAbout .blockAboutList > dl > dt {
  font-weight: bold;
}
.customBlockText .blockAbout2LineArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockAbout2LineArea > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAbout2LineArea > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAbout2LineArea > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockAbout2LineArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockAbout2LineArea .blockAbout2Line {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockAbout2LineArea .blockAbout2Line > dl {
  width: 100%;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}
.customBlockText .blockAbout2LineArea .blockAbout2Line > dl:first-child {
  border-top: none;
}
.customBlockText .blockAbout2LineArea .blockAbout2Line > dl > dt,
.customBlockText .blockAbout2LineArea .blockAbout2Line > dl > dd {
  line-height: 1.6;
  padding: 1.5em;
  font-size: 16px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockAbout2LineArea .blockAbout2Line > dl > dt,
.customBlockText .blockAbout2LineArea .blockAbout2Line > dl > dd {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockAbout2LineArea .blockAbout2Line > dl > dt,
.customBlockText .blockAbout2LineArea .blockAbout2Line > dl > dd {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockAbout2LineArea .blockAbout2Line > dl > dt {
  width: 36%;
  font-weight: bold;
  background-color: #edf6ff;
}
.customBlockText .blockAbout2LineArea .blockAbout2Line > dl > dd {
  width: 64%;
}
.customBlockText .blockFaqArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockFaqArea > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFaqArea > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFaqArea > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockFaqArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockFaqArea .blockFaqList {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockFaqArea .blockFaqList > dl {
  width: 100%;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
}
.customBlockText .blockFaqArea .blockFaqList > dl:first-child {
  border-top: 1px solid #efefef;
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt,
.customBlockText .blockFaqArea .blockFaqList > dl > dd {
  width: 100%;
  line-height: 1.6;
  font-size: 16px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt,
.customBlockText .blockFaqArea .blockFaqList > dl > dd {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt,
.customBlockText .blockFaqArea .blockFaqList > dl > dd {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a {
  width: 100%;
  line-height: inherit;
  padding: 25px;
  padding-left: 35px;
  font-size: inherit;
  font-weight: bold;
  display: block;
  text-decoration: none !important;
  position: relative;
  box-sizing: border-box;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  color: #000 !important;
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a:active, .customBlockText .blockFaqArea .blockFaqList > dl > dt > a:focus, .customBlockText .blockFaqArea .blockFaqList > dl > dt > a:visited {
  color: #000 !important;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt > a:hover {
    color: #00bffe !important;
  }
  .customBlockText .blockFaqArea .blockFaqList > dl > dt > a:hover:active, .customBlockText .blockFaqArea .blockFaqList > dl > dt > a:hover:focus, .customBlockText .blockFaqArea .blockFaqList > dl > dt > a:hover:visited {
    color: #00bffe !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt > a {
    padding: 3.3333333333vw;
    padding-left: 4.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt > a {
    padding: 6.6666666667vw;
    padding-left: 9.3333333333vw;
  }
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a.active {
  color: #00bffe !important;
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a.active:active, .customBlockText .blockFaqArea .blockFaqList > dl > dt > a.active:focus, .customBlockText .blockFaqArea .blockFaqList > dl > dt > a.active:visited {
  color: #00bffe !important;
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a.active > span:after {
  transform: translateY(-50%) rotate(0deg);
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a:before {
  content: "Q";
  line-height: 1;
  font-size: 179%;
  font-weight: bold;
  color: #00bffe;
  position: absolute;
  top: 25px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt > a:before {
    top: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt > a:before {
    top: 6.6666666667vw;
  }
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a > span {
  width: 100%;
  padding-right: 25px;
  font-size: inherit;
  color: inherit;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt > a > span {
    padding-right: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dt > a > span {
    padding-right: 6.6666666667vw;
  }
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a > span:before, .customBlockText .blockFaqArea .blockFaqList > dl > dt > a > span:after {
  width: 18px;
  height: 2px;
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a > span:before {
  transform: translateY(-50%);
}
.customBlockText .blockFaqArea .blockFaqList > dl > dt > a > span:after {
  transform: translateY(-50%) rotate(90deg);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.customBlockText .blockFaqArea .blockFaqList > dl > dd {
  padding: 0 25px 25px 35px;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dd {
    padding: 0 3.3333333333vw 3.3333333333vw 4.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockFaqArea .blockFaqList > dl > dd {
    padding: 0 6.6666666667vw 6.6666666667vw 9.3333333333vw;
  }
}
.customBlockText .blockFaqArea .blockFaqList > dl > dd:before {
  content: "A";
  line-height: 1;
  font-size: 179%;
  font-weight: bold;
  color: #5d627b;
  position: absolute;
  top: 0;
  left: 0;
}
.customBlockText .blockBtnArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockBtnArea > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockBtnArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockBtnArea .blockBtnList {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockBtnArea .blockBtnList > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea .blockBtnList > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .blockBtnList > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockBtnArea .blockBtnList > *:first-child {
  margin-top: 0;
}
.customBlockText .blockBtnArea .btnListBox {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.customBlockText .blockBtnArea .btnListBox.alignL {
  justify-content: flex-start;
}
.customBlockText .blockBtnArea .btnListBox.alignC {
  justify-content: center;
}
.customBlockText .blockBtnArea .btnListBox.alignR {
  justify-content: flex-end;
}
.customBlockText .blockBtnArea .btnListBox.btnCol1 > a {
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol1 > a {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol1 > a {
    margin-top: 4vw;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol1 > a:first-child {
  margin-top: 0;
}
.customBlockText .blockBtnArea .btnListBox.btnCol2 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}
.customBlockText .blockBtnArea .btnListBox.btnCol2 > a:nth-child(-n+2) {
  margin-top: 0;
}
.customBlockText .blockBtnArea .btnListBox.btnCol2 > a:nth-child(2n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol2 > a {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol2 > a {
    margin-top: 4vw;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a {
  width: 49%;
  margin-top: 16px;
  margin-left: 2%;
}
.customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(-n+2) {
  margin-top: 0;
}
.customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(2n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a {
    width: 100%;
    margin-top: 4vw;
    margin-left: 0;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a:nth-child(-n+2) {
    margin-top: 4vw;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol2_sp1 > a:first-child {
    margin-top: 0;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol3 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}
.customBlockText .blockBtnArea .btnListBox.btnCol3 > a:nth-child(-n+3) {
  margin-top: 0;
}
.customBlockText .blockBtnArea .btnListBox.btnCol3 > a:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3 > a {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3 > a {
    margin-top: 4vw;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}
.customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n+3) {
  margin-top: 0;
}
.customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a {
    width: 49%;
    margin-top: 4vw;
    margin-left: 2%;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n+3) {
    margin-top: 4vw;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(-n+2) {
    margin-top: 0;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp2 > a:nth-child(2n+1) {
    margin-left: 0;
  }
}
.customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a {
  width: 32%;
  margin-top: 16px;
  margin-left: 2%;
}
.customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(-n+3) {
  margin-top: 0;
}
.customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a {
    width: 100%;
    margin-top: 4vw;
    margin-left: 0;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a:nth-child(-n+3) {
    margin-top: 4vw;
  }
  .customBlockText .blockBtnArea .btnListBox.btnCol3_sp1 > a:first-child {
    margin-top: 0;
  }
}
.customBlockText .blockBtnArea .btnListBox > a {
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10em;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockBtnArea .btnListBox > a {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockBtnArea .btnListBox > a {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockBtnArea .btnListBox > a.beta {
  background: linear-gradient(45deg, #00bffe, #0087eb);
  color: #fff;
}
.customBlockText .blockBtnArea .btnListBox > a.beta:visited, .customBlockText .blockBtnArea .btnListBox > a.beta:focus, .customBlockText .blockBtnArea .btnListBox > a.beta:active {
  color: #fff;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockBtnArea .btnListBox > a.beta {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .customBlockText .blockBtnArea .btnListBox > a.beta:hover {
    opacity: 0.6;
  }
}
.customBlockText .blockBtnArea .btnListBox > a.beta.blue {
  background: linear-gradient(45deg, #00bffe, #0087eb);
}
.customBlockText .blockBtnArea .btnListBox > a.beta.orange {
  background: linear-gradient(45deg, #ffa629, #ff6b4d);
}
.customBlockText .blockBtnArea .btnListBox > a.beta.green {
  background: linear-gradient(45deg, #92d550, #47c275);
}
.customBlockText .blockBtnArea .btnListBox > a.border {
  border: 2px solid #00bffe;
  color: #00bffe;
}
.customBlockText .blockBtnArea .btnListBox > a.border:visited, .customBlockText .blockBtnArea .btnListBox > a.border:focus, .customBlockText .blockBtnArea .btnListBox > a.border:active {
  color: #00bffe;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockBtnArea .btnListBox > a.border {
    transition-property: background-color color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .customBlockText .blockBtnArea .btnListBox > a.border:hover {
    background-color: #00bffe;
    color: #fff;
  }
  .customBlockText .blockBtnArea .btnListBox > a.border:hover:visited, .customBlockText .blockBtnArea .btnListBox > a.border:hover:focus, .customBlockText .blockBtnArea .btnListBox > a.border:hover:active {
    color: #fff;
  }
}
.customBlockText .blockBtnArea .btnListBox > a.border.blue {
  border-color: #00bffe;
  color: #00bffe;
}
.customBlockText .blockBtnArea .btnListBox > a.border.blue:visited, .customBlockText .blockBtnArea .btnListBox > a.border.blue:focus, .customBlockText .blockBtnArea .btnListBox > a.border.blue:active {
  color: #00bffe;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockBtnArea .btnListBox > a.border.blue:hover {
    background-color: #00bffe;
    color: #fff;
  }
  .customBlockText .blockBtnArea .btnListBox > a.border.blue:hover:visited, .customBlockText .blockBtnArea .btnListBox > a.border.blue:hover:focus, .customBlockText .blockBtnArea .btnListBox > a.border.blue:hover:active {
    color: #fff;
  }
}
.customBlockText .blockBtnArea .btnListBox > a.border.orange {
  border-color: #ff7f41;
  color: #ff7f41;
}
.customBlockText .blockBtnArea .btnListBox > a.border.orange:visited, .customBlockText .blockBtnArea .btnListBox > a.border.orange:focus, .customBlockText .blockBtnArea .btnListBox > a.border.orange:active {
  color: #ff7f41;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockBtnArea .btnListBox > a.border.orange:hover {
    background-color: #ff7f41;
    color: #fff;
  }
  .customBlockText .blockBtnArea .btnListBox > a.border.orange:hover:visited, .customBlockText .blockBtnArea .btnListBox > a.border.orange:hover:focus, .customBlockText .blockBtnArea .btnListBox > a.border.orange:hover:active {
    color: #fff;
  }
}
.customBlockText .blockBtnArea .btnListBox > a.border.green {
  border-color: #35ae62;
  color: #35ae62;
}
.customBlockText .blockBtnArea .btnListBox > a.border.green:visited, .customBlockText .blockBtnArea .btnListBox > a.border.green:focus, .customBlockText .blockBtnArea .btnListBox > a.border.green:active {
  color: #35ae62;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockBtnArea .btnListBox > a.border.green:hover {
    background-color: #35ae62;
    color: #fff;
  }
  .customBlockText .blockBtnArea .btnListBox > a.border.green:hover:visited, .customBlockText .blockBtnArea .btnListBox > a.border.green:hover:focus, .customBlockText .blockBtnArea .btnListBox > a.border.green:hover:active {
    color: #fff;
  }
}
.customBlockText .blockBtnArea .btnListBox > a.alignL {
  text-align: left;
}
.customBlockText .blockBtnArea .btnListBox > a.alignC {
  text-align: center;
}
.customBlockText .blockBtnArea .btnListBox > a.alignR {
  text-align: right;
}
.customBlockText .blockInterviewArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockInterviewArea + .blockInterviewArea {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockInterviewArea + .blockInterviewArea {
    margin-top: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea + .blockInterviewArea {
    margin-top: 13.3333333333vw;
  }
}
.customBlockText .blockInterviewArea > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockInterviewArea > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea > * {
    margin-top: 5.3333333333vw;
  }
}
.customBlockText .blockInterviewArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockInterviewArea .blockInterviewList {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockInterviewArea .blockInterviewList > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockInterviewArea .blockInterviewList > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterviewList > * {
    margin-top: 5.3333333333vw;
  }
}
.customBlockText .blockInterviewArea .blockInterviewList > *:first-child {
  margin-top: 0;
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon.photoR .photo {
  order: 2;
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon.photoR .detail {
  order: 1;
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo {
  width: 60px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo {
    width: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo {
    width: 16vw;
  }
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo > * {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo > * {
    margin-top: 0.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo > * {
    margin-top: 1.6vw;
  }
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo > *:first-child {
  margin-top: 0;
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo .img {
  width: 100%;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo .img {
    height: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo .img {
    height: 16vw;
  }
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo .img > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo .name {
  line-height: 1.2;
  font-size: 11px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo .name {
    font-size: 1.4666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .photo .name {
    font-size: 2.9333333333vw;
  }
}
.customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .detail {
  width: calc(100% - 60px - 20px);
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .detail {
    width: calc(100% - 8vw - 2.6666666667vw);
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockInterviewArea .blockInterviewList > .interviewBalloon .detail {
    width: calc(100% - 16vw - 5.3333333333vw);
  }
}
.customBlockText .blockProfileArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockProfileArea .blockProfile {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockProfileArea .blockProfile > * {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockProfileArea .blockProfile > * {
    margin-top: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile > * {
    margin-top: 6.6666666667vw;
  }
}
.customBlockText .blockProfileArea .blockProfile > *:first-child {
  margin-top: 0;
}
.customBlockText .blockProfileArea .blockProfile .photo {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockProfileArea .blockProfile .photo .img {
  width: 100%;
  height: 420px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockProfileArea .blockProfile .photo .img {
    height: 56vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .blockProfile .photo .img {
    height: 48vw;
  }
}
.customBlockText .blockProfileArea .blockProfile .photo .img > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.customBlockText .blockProfileArea .blockProfile .detail {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockProfileArea .profileDetailListArea {
  width: 100%;
  padding: 23px;
  padding-top: 30px;
  border: 1px solid #00bffe;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockProfileArea .profileDetailListArea {
    padding: 3.0666666667vw;
    padding-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .profileDetailListArea {
    padding: 6.1333333333vw;
    padding-top: 8vw;
  }
}
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea {
  padding: 0 5px;
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea {
    padding: 0 0.6666666667vw;
    left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea {
    padding: 0 1.3333333333vw;
    left: 5.3333333333vw;
  }
}
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea .profileDetailListTitle {
  line-height: 1;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea .profileDetailListTitle {
    padding-left: 2.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea .profileDetailListTitle {
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea .profileDetailListTitle:before {
  width: 14px;
  height: 10px;
  content: "";
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13.525" height="9.5" viewBox="0 0 13.525 9.5"><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 0.75)" /><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 4.75)" /><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 8.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 0.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 4.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 8.75)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13.525" height="9.5" viewBox="0 0 13.525 9.5"><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 0.75)" /><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 4.75)" /><path d="M10.73.75H0V-.75H10.73Z" transform="translate(2.796 8.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 0.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 4.75)" /><path d="M1.8.75H0V-.75H1.8Z" transform="translate(0 8.75)" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea .profileDetailListTitle:before {
    width: 1.8666666667vw;
    height: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailListTitleArea .profileDetailListTitle:before {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
}
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailList {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl {
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl {
    padding-top: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl > dt,
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl > dd {
  line-height: 1.6;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl > dt,
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl > dd {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl > dt,
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl > dd {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockProfileArea .profileDetailListArea .profileDetailList > dl > dt {
  font-weight: bold;
}
.customBlockText .blockArticleManagerArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockArticleManagerArea .blockArticleManager {
  width: 100%;
  padding: 20px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager {
    padding: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager {
    padding: 5.3333333333vw;
  }
}
.customBlockText .blockArticleManagerArea .blockArticleManager > * {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockArticleManagerArea .blockArticleManager > *:first-child {
  margin-top: 0;
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .photo {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .photo {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .photo {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .photo .img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .photo .img > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail {
  width: calc(100% - 80px - 15px);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail {
    width: calc(100% - 10.6666666667vw - 2vw);
    min-height: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail {
    width: calc(100% - 21.3333333333vw - 4vw);
    min-height: 21.3333333333vw;
  }
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .detailInner {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .detailInner > * {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .detailInner > * {
    margin-top: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .detailInner > * {
    margin-top: 3.2vw;
  }
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .detailInner > *:first-child {
  margin-top: 0;
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .managerTitle {
  width: 100%;
  line-height: 1.2;
  padding-bottom: 0.4em;
  font-size: 12px;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .managerTitle {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .managerTitle {
    font-size: 3.2vw;
  }
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .name {
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .name {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .name {
    font-size: 4.2666666667vw;
  }
}
.customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .catch {
  line-height: 1.2;
  font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .catch {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .blockArticleManager .articleManagerHead .detail .catch {
    font-size: 2.6666666667vw;
  }
}
.customBlockText .blockArticleManagerArea .articleManagerBody .textArea .text {
  line-height: 1.6;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockArticleManagerArea .articleManagerBody .textArea .text {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockArticleManagerArea .articleManagerBody .textArea .text {
    font-size: 3.2vw;
  }
}
.customBlockText .blockIframeBoxArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockIframeBoxArea > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockIframeBoxArea > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIframeBoxArea > * {
    margin-top: 5.3333333333vw;
  }
}
.customBlockText .blockIframeBoxArea > *:first-child {
  margin-top: 0;
}
.customBlockText .blockIframeBoxArea .blockIframeBox {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockIframeBoxArea .blockIframeBox > * {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockIframeBoxArea .blockIframeBox > * {
    margin-top: 1.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIframeBoxArea .blockIframeBox > * {
    margin-top: 2.1333333333vw;
  }
}
.customBlockText .blockIframeBoxArea .blockIframeBox > *:first-child {
  margin-top: 0;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox .code {
  box-sizing: border-box;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox .code > iframe,
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox .code > video {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_left .code {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_center .code {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_right .code {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code {
  width: 100%;
  max-width: none;
  padding-top: 56.25%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code > iframe,
.customBlockText .blockIframeBoxArea .blockIframeBox .iframeBox.iframe_full .code > video {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .detail {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockIframeBoxArea .blockIframeBox .detail .caption {
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockIframeBoxArea .blockIframeBox .detail .caption {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockIframeBoxArea .blockIframeBox .detail .caption {
    font-size: 3.7333333333vw;
  }
}
.customBlockText .blockAdsenceArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockPureAdArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockPureAdArea .blockPureAd {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockPureAdArea .blockPureAd > * {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockPureAdArea .blockPureAd > * {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockPureAdArea .blockPureAd > * {
    margin-top: 4vw;
  }
}
.customBlockText .blockPureAdArea .blockPureAd > *:first-child {
  margin-top: 0;
}
.customBlockText .blockPureAdArea .blockPureAd .blockPureAdMainTitle {
  line-height: 1.6;
  padding: 0;
  padding-left: 0.5em;
  margin: 0;
  font-size: 18px;
  border: none;
  border-left: 3px solid #00bffe;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockPureAdArea .blockPureAd .blockPureAdMainTitle {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockPureAdArea .blockPureAd .blockPureAdMainTitle {
    font-size: 4.8vw;
  }
}
.customBlockText .blockPureAdArea .blockPureAd .blockPureAdMainTitle:before, .customBlockText .blockPureAdArea .blockPureAd .blockPureAdMainTitle:after {
  display: none;
}
.customBlockText .blockPureAdArea .blockPureAd .blockPureAdKv {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockPureAdArea .blockPureAd .blockPureAdKv .img {
  width: 100%;
  height: 350px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockPureAdArea .blockPureAd .blockPureAdKv .img {
    height: 46.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockPureAdArea .blockPureAd .blockPureAdKv .img {
    height: 58.6666666667vw;
  }
}
.customBlockText .blockPureAdArea .blockPureAd .blockPureAdKv .img > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.customBlockText .blockServiceAboutArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceAboutArea .serviceAbout {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceAboutArea .serviceAbout {
    width: 100vw;
    padding: 4vw 5vw;
    margin-left: -5vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceAboutArea .serviceAbout {
    width: 100vw;
    padding: 8vw 5vw;
    margin-left: -5vw;
  }
}
.customBlockText .blockServiceAboutArea .serviceAbout + .serviceCvBtnArea {
  margin-top: 0;
}
.customBlockText .blockServiceAboutArea .serviceAbout .serviceAboutList {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceAboutArea .serviceAbout .serviceAboutList {
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceAboutArea .serviceAbout .serviceAboutList {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea {
  width: 100%;
  padding: 20px;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea > * {
    margin-left: 4%;
  }
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea > *:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea {
    width: 100vw;
    padding: 4vw 5vw;
    padding-top: 0;
    margin-left: -5vw;
  }
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea > * {
    margin-left: 4%;
  }
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea > *:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea {
    width: 100vw;
    padding: 8vw 5vw;
    padding-top: 0;
    margin-left: -5vw;
    flex-wrap: wrap;
  }
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea > * {
    margin-top: 2.1333333333vw;
  }
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea > *:first-child {
    margin-top: 0;
  }
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea {
  width: 48%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea {
    width: 100%;
    margin-left: 0;
  }
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea > dl {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea > dl > * {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea > dl > * {
    font-size: 1.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea > dl > * {
    font-size: 2.1333333333vw;
  }
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea > dl > *:first-child {
  margin-top: 0;
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea > dl > dt {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea > dl > dt {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea > dl > dt {
    font-size: 3.7333333333vw;
  }
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea .btnArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .dlBtnArea .btnArea > a {
  width: 100%;
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .cvBtnArea {
  width: 48%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea .cvBtnArea {
    width: 100%;
  }
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .cvBtnArea .btnArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceAboutArea .serviceCvBtnArea .cvBtnArea .btnArea > a {
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea .cvBtnArea .btnArea > a {
    min-width: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceAboutArea .serviceCvBtnArea .cvBtnArea .btnArea > a {
    min-width: 0;
  }
}
.customBlockText .blockServiceExperienceArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceExperienceArea .archiveList > a {
  text-decoration: none !important;
  color: #000 !important;
}
.customBlockText .blockServiceExperienceArea .archiveList > a:active, .customBlockText .blockServiceExperienceArea .archiveList > a:focus, .customBlockText .blockServiceExperienceArea .archiveList > a:visited {
  color: #000 !important;
}
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h1,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h2,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h3,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h4,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h5,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h6 {
  padding: 0;
  border: none;
}
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h1:before, .customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h1:after,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h2:before,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h2:after,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h3:before,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h3:after,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h4:before,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h4:after,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h5:before,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h5:after,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h6:before,
.customBlockText .blockServiceExperienceArea .archiveList .detail .titleArea h6:after {
  display: none;
}
.customBlockText .blockServicePostArticleArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServicePostArticleArea .archiveList > a {
  text-decoration: none !important;
  color: #000 !important;
}
.customBlockText .blockServicePostArticleArea .archiveList > a:active, .customBlockText .blockServicePostArticleArea .archiveList > a:focus, .customBlockText .blockServicePostArticleArea .archiveList > a:visited {
  color: #000 !important;
}
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h1,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h2,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h3,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h4,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h5,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h6 {
  padding: 0;
  border: none;
}
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h1:before, .customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h1:after,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h2:before,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h2:after,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h3:before,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h3:after,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h4:before,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h4:after,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h5:before,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h5:after,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h6:before,
.customBlockText .blockServicePostArticleArea .archiveList .detail .titleArea h6:after {
  display: none;
}
.customBlockText .blockServiceHashTagArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceHashTagArea .tagIconTitle {
  line-height: 1.6;
  padding: 0;
  font-size: 15px;
  border: none;
  color: #000;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceHashTagArea .tagIconTitle {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceHashTagArea .tagIconTitle {
    font-size: 4vw;
  }
}
.customBlockText .blockServiceHashTagArea .cloudListWrap {
  overflow: hidden;
}
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList {
  padding: 0;
}
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li {
  margin: 0;
  margin-top: 5px;
  margin-left: 5px;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li {
    margin-top: 0.6666666667vw;
    margin-left: 0.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li {
    margin-top: 1.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > a,
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > span {
  line-height: 1.2;
  padding: 0.4em 0.8em;
  font-size: 10px !important;
  font-weight: 500;
  display: inline-block;
  text-decoration: none !important;
  box-sizing: border-box;
  color: #000 !important;
}
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > a:active, .customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > a:focus, .customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > a:visited,
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > span:active,
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > span:focus,
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > span:visited {
  color: #000 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > a,
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > span {
    font-size: 1.3333333333vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > a,
.customBlockText .blockServiceHashTagArea .cloudListWrap .cloudList > li > span {
    font-size: 2.6666666667vw !important;
  }
}
.customBlockText .blockServiceFaqArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceFaqArea .faqList > dl > dt > a {
  text-decoration: none !important;
  color: #000 !important;
}
.customBlockText .blockServiceFaqArea .faqList > dl > dt > a:active, .customBlockText .blockServiceFaqArea .faqList > dl > dt > a:focus, .customBlockText .blockServiceFaqArea .faqList > dl > dt > a:visited {
  color: #000 !important;
}
.customBlockText .blockServiceSimilarityArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceSimilarityArea .slide {
  text-decoration: none !important;
  color: #000 !important;
}
.customBlockText .blockServiceSimilarityArea .slide:active, .customBlockText .blockServiceSimilarityArea .slide:focus, .customBlockText .blockServiceSimilarityArea .slide:visited {
  color: #000 !important;
}
.customBlockText .blockServiceCvBtnArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea > * {
    margin-left: 4%;
  }
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea > *:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea {
    width: 100vw;
    padding: 4vw 5vw;
    margin-left: -5vw;
  }
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea > * {
    margin-left: 4%;
  }
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea > *:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea {
    width: 100vw;
    padding: 8vw 5vw;
    margin-left: -5vw;
    flex-wrap: wrap;
  }
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea > * {
    margin-top: 2.1333333333vw;
  }
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea > *:first-child {
    margin-top: 0;
  }
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea {
  width: 48%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea {
    width: 100%;
    margin-left: 0;
  }
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea > dl {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea > dl > * {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea > dl > * {
    font-size: 1.0666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea > dl > * {
    font-size: 2.1333333333vw;
  }
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea > dl > *:first-child {
  margin-top: 0;
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea > dl > dt {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea > dl > dt {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea > dl > dt {
    font-size: 3.7333333333vw;
  }
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea .btnArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .dlBtnArea .btnArea > a {
  width: 100%;
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .cvBtnArea {
  width: 48%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .cvBtnArea {
    width: 100%;
  }
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .cvBtnArea .btnArea {
  width: 100%;
  box-sizing: border-box;
}
.customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .cvBtnArea .btnArea > a {
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .cvBtnArea .btnArea > a {
    min-width: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .customBlockText .blockServiceCvBtnArea .serviceCvBtnArea .cvBtnArea .btnArea > a {
    min-width: 0;
  }
}

.archive #archive .sectionInner > *,
.archive #archive .hasSidebarSectionInner > * {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .archive #archive .sectionInner > *,
.archive #archive .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .archive #archive .sectionInner > *,
.archive #archive .hasSidebarSectionInner > * {
    margin-top: 10.6666666667vw;
  }
}
.archive #archive .sectionInner > *:first-child,
.archive #archive .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.archive #archive .sectionInner .titleArea + .archiveTermsArea,
.archive #archive .hasSidebarSectionInner .titleArea + .archiveTermsArea {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .archive #archive .sectionInner .titleArea + .archiveTermsArea,
.archive #archive .hasSidebarSectionInner .titleArea + .archiveTermsArea {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .archive #archive .sectionInner .titleArea + .archiveTermsArea,
.archive #archive .hasSidebarSectionInner .titleArea + .archiveTermsArea {
    margin-top: 4vw;
  }
}
.archive #archive .sectionInner .titleArea + .archiveTermsArea:first-child,
.archive #archive .hasSidebarSectionInner .titleArea + .archiveTermsArea:first-child {
  margin-top: 0;
}
.archive #archive .pagerArea {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .archive #archive .pagerArea {
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .archive #archive .pagerArea {
    margin-top: 5.3333333333vw;
  }
}
.archive #searchIntro .sectionInner > *,
.archive #searchIntro .hasSidebarSectionInner > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .archive #searchIntro .sectionInner > *,
.archive #searchIntro .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .archive #searchIntro .sectionInner > *,
.archive #searchIntro .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
.archive #searchIntro .sectionInner > *:first-child,
.archive #searchIntro .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.archive #searchResult .sectionInner > *,
.archive #searchResult .hasSidebarSectionInner > * {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .archive #searchResult .sectionInner > *,
.archive #searchResult .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .archive #searchResult .sectionInner > *,
.archive #searchResult .hasSidebarSectionInner > * {
    margin-top: 10.6666666667vw;
  }
}
.archive #searchResult .sectionInner > *:first-child,
.archive #searchResult .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.archive #searchResult .searchArea {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .archive #searchResult .searchArea {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .archive #searchResult .searchArea {
    margin-top: 2.6666666667vw;
  }
}
.archive #searchResult .pagerArea {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .archive #searchResult .pagerArea {
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .archive #searchResult .pagerArea {
    margin-top: 5.3333333333vw;
  }
}

.careerStageTop #recommend .sectionInner > *,
.careerStageTop #recommend .hasSidebarSectionInner > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #recommend .sectionInner > *,
.careerStageTop #recommend .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #recommend .sectionInner > *,
.careerStageTop #recommend .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #recommend .sectionInner > *:first-child,
.careerStageTop #recommend .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.careerStageTop #recommend .btnArea {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #recommend .btnArea {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #recommend .btnArea {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #recommend .btnArea:first-child {
  margin-top: 0;
}
.careerStageTop #service .sectionInner > *,
.careerStageTop #service .hasSidebarSectionInner > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #service .sectionInner > *,
.careerStageTop #service .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #service .sectionInner > *,
.careerStageTop #service .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #service .sectionInner > *:first-child,
.careerStageTop #service .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.careerStageTop #service .btnArea {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #service .btnArea {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #service .btnArea {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #service .btnArea:first-child {
  margin-top: 0;
}
.careerStageTop #supporter .sectionInner > *,
.careerStageTop #supporter .hasSidebarSectionInner > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #supporter .sectionInner > *,
.careerStageTop #supporter .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #supporter .sectionInner > *,
.careerStageTop #supporter .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #supporter .sectionInner > *:first-child,
.careerStageTop #supporter .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.careerStageTop #supporter .btnArea {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #supporter .btnArea {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #supporter .btnArea {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #supporter .btnArea:first-child {
  margin-top: 0;
}
.careerStageTop #experience .sectionInner > *,
.careerStageTop #experience .hasSidebarSectionInner > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #experience .sectionInner > *,
.careerStageTop #experience .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #experience .sectionInner > *,
.careerStageTop #experience .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #experience .sectionInner > *:first-child,
.careerStageTop #experience .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.careerStageTop #experience .btnArea {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #experience .btnArea {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #experience .btnArea {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #experience .btnArea:first-child {
  margin-top: 0;
}
.careerStageTop .adsence + #job .sectionInner,
.careerStageTop .adsence + #job .hasSidebarSectionInner {
  padding-top: 0;
}
.careerStageTop #job .sectionInner > *,
.careerStageTop #job .hasSidebarSectionInner > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #job .sectionInner > *,
.careerStageTop #job .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #job .sectionInner > *,
.careerStageTop #job .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #job .sectionInner > *:first-child,
.careerStageTop #job .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.careerStageTop #job .subArchiveArea {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #job .subArchiveArea {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #job .subArchiveArea {
    margin-top: 8vw;
  }
}
.careerStageTop #job .subArchiveArea:first-child {
  margin-top: 0;
}
.careerStageTop #job .subArchiveArea > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #job .subArchiveArea > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #job .subArchiveArea > * {
    margin-top: 2.6666666667vw;
  }
}
.careerStageTop #job .subArchiveArea > *:first-child {
  margin-top: 0;
}
.careerStageTop #job .btnArea {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .careerStageTop #job .btnArea {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .careerStageTop #job .btnArea {
    margin-top: 5.3333333333vw;
  }
}
.careerStageTop #job .btnArea:first-child {
  margin-top: 0;
}

.supporter.underContents #supporterArchive .sectionInner > *,
.supporter.underContents #supporterArchive .hasSidebarSectionInner > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporter.underContents #supporterArchive .sectionInner > *,
.supporter.underContents #supporterArchive .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporter.underContents #supporterArchive .sectionInner > *,
.supporter.underContents #supporterArchive .hasSidebarSectionInner > * {
    margin-top: 5.3333333333vw;
  }
}
.supporter.underContents #supporterArchive .sectionInner > *:first-child,
.supporter.underContents #supporterArchive .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.supporter.underContents #supporterArchive .supporterArchiveSectionWrap {
  width: 100%;
  box-sizing: border-box;
}
.supporter.underContents #supporterArchive .supporterArchiveSection {
  width: 100%;
  box-sizing: border-box;
}
.supporter.underContents #supporterArchive .supporterArchiveSection > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporter.underContents #supporterArchive .supporterArchiveSection > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporter.underContents #supporterArchive .supporterArchiveSection > * {
    margin-top: 5.3333333333vw;
  }
}
.supporter.underContents #supporterArchive .supporterArchiveSection > *:first-child {
  margin-top: 0;
}
.supporter.underContents #supporterArchive .pagerArea {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporter.underContents #supporterArchive .pagerArea {
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporter.underContents #supporterArchive .pagerArea {
    margin-top: 16vw;
  }
}

.supporterPage #supporterDetail .supporterPageSectionWrap {
  width: 100%;
  box-sizing: border-box;
}
.supporterPage #supporterDetail .supporterPageSectionWrap > * {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail .supporterPageSectionWrap > * {
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail .supporterPageSectionWrap > * {
    margin-top: 16vw;
  }
}
.supporterPage #supporterDetail .supporterPageSectionWrap > *:first-child {
  margin-top: 0;
}
.supporterPage #supporterDetail .supporterPageSection {
  width: 100%;
  box-sizing: border-box;
}
.supporterPage #supporterDetail .supporterPageSection > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail .supporterPageSection > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail .supporterPageSection > * {
    margin-top: 5.3333333333vw;
  }
}
.supporterPage #supporterDetail .supporterPageSection > *:first-child {
  margin-top: 0;
}
.supporterPage #supporterDetail #supporterProfileArea {
  width: 100%;
  box-sizing: border-box;
}
.supporterPage #supporterDetail #supporterProfile {
  width: 100%;
  box-sizing: border-box;
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .photo {
  width: 100px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .photo {
    width: 13.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .photo {
    width: 26.6666666667vw;
  }
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .photo .img {
  width: 100%;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .photo .img {
    height: 13.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .photo .img {
    height: 26.6666666667vw;
  }
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .photo .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .detail {
  width: calc(100% - 100px - 20px);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .detail {
    width: calc(100% - 13.3333333333vw - 2.6666666667vw);
    min-height: 13.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .detail {
    width: calc(100% - 26.6666666667vw - 5.3333333333vw);
    min-height: 26.6666666667vw;
  }
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner > * {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner > * {
    margin-top: 2.1333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner > * {
    margin-top: 4.2666666667vw;
  }
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner > *:first-child {
  margin-top: 0;
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner .titleArea > * {
  margin-top: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner .titleArea > * {
    margin-top: 0.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner .titleArea > * {
    margin-top: 0.5333333333vw;
  }
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner .titleArea > *:first-child {
  margin-top: 0;
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner .titleArea .title {
  line-height: 1.6;
  font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner .titleArea .title {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo .detail .detailInner .titleArea .title {
    font-size: 2.6666666667vw;
  }
}
.supporterPage #supporterDetail #supporterProfile .supporterInfo + .supporterIntroduction {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #efefef;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo + .supporterIntroduction {
    padding-top: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .supporterPage #supporterDetail #supporterProfile .supporterInfo + .supporterIntroduction {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.supporterPage #supporterDetail #supporterProfile .supporterIntroduction {
  width: 100%;
  box-sizing: border-box;
}

.serviceReviewForm #serviceMainDetail {
  width: 100%;
  box-sizing: border-box;
}
.serviceReviewForm #serviceMainDetail > * {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceMainDetail > * {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceMainDetail > * {
    margin-top: 8vw;
  }
}
.serviceReviewForm #serviceMainDetail > *:first-child {
  margin-top: 0;
}
.serviceReviewForm #serviceMainDetail .serviceInfo {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}
.serviceReviewForm #serviceMainDetail .serviceInfo + * {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceMainDetail .serviceInfo + * {
    margin-top: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceMainDetail .serviceInfo + * {
    margin-top: 3.2vw;
  }
}
.serviceReviewForm #serviceMainDetail .serviceInfo + *:first-child {
  margin-top: 0;
}
.serviceReviewForm #serviceMainDetail .serviceDetailArea {
  width: 100%;
  box-sizing: border-box;
}
.serviceReviewForm #serviceMainDetail .serviceAbout {
  width: 100%;
  box-sizing: border-box;
}
.serviceReviewForm #serviceReviewForm {
  width: 100%;
  box-sizing: border-box;
}
.serviceReviewForm #serviceReviewForm .sectionInner > * {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceReviewForm .sectionInner > * {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceReviewForm .sectionInner > * {
    margin-top: 8vw;
  }
}
.serviceReviewForm #serviceReviewForm .sectionInner > *:first-child {
  margin-top: 0;
}
.serviceReviewForm #serviceReviewForm .acf-fields {
  margin-top: 0;
}
.serviceReviewForm #serviceDeleteDetail .sectionInner > *,
.serviceReviewForm #serviceDeleteDetail .hasSidebarSectionInner > * {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceDeleteDetail .sectionInner > *,
.serviceReviewForm #serviceDeleteDetail .hasSidebarSectionInner > * {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceDeleteDetail .sectionInner > *,
.serviceReviewForm #serviceDeleteDetail .hasSidebarSectionInner > * {
    margin-top: 8vw;
  }
}
.serviceReviewForm #serviceDeleteDetail .sectionInner > *:first-child,
.serviceReviewForm #serviceDeleteDetail .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea {
    margin-top: 5.3333333333vw;
  }
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea > * {
    margin-top: 2.6666666667vw;
  }
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea > *:first-child {
  margin-top: 0;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail {
  width: 100%;
  box-sizing: border-box;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail > * {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail > * {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail > * {
    margin-top: 10.6666666667vw;
  }
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail > *:first-child {
  margin-top: 0;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList {
  width: 100%;
  box-sizing: border-box;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > * {
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px dashed #efefef;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > * {
    padding-top: 0.8vw;
    margin-top: 0.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > * {
    padding-top: 1.6vw;
    margin-top: 1.6vw;
  }
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > *:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl > dt,
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl > dd {
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl > dt,
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl > dd {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl > dt,
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl > dd {
    font-size: 3.7333333333vw;
  }
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl > dt {
  width: 5em;
  font-weight: bold;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewDetailList > dl > dd {
  width: calc(100% - 5em - 1em);
  box-sizing: border-box;
}
.serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewController {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceDeleteDetail .reviewDetailArea .reviewDetail .reviewController {
    width: 100%;
  }
}
.serviceReviewForm #serviceDeleteComplete {
  text-align: center;
}
.serviceReviewForm #serviceDeleteComplete .sectionInner > *,
.serviceReviewForm #serviceDeleteComplete .hasSidebarSectionInner > * {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .serviceReviewForm #serviceDeleteComplete .sectionInner > *,
.serviceReviewForm #serviceDeleteComplete .hasSidebarSectionInner > * {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .serviceReviewForm #serviceDeleteComplete .sectionInner > *,
.serviceReviewForm #serviceDeleteComplete .hasSidebarSectionInner > * {
    margin-top: 8vw;
  }
}
.serviceReviewForm #serviceDeleteComplete .sectionInner > *:first-child,
.serviceReviewForm #serviceDeleteComplete .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}

#contents.register .registerContents.login #registerFormContents {
  display: none;
}
#contents.register .registerContents.login #alreadyRegisterContents {
  display: block;
}
#contents.register #registerFormContents {
  display: block;
}
#contents.register #registerFormContents .sectionInner > * {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.register #registerFormContents .sectionInner > * {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.register #registerFormContents .sectionInner > * {
    margin-top: 8vw;
  }
}
#contents.register #registerFormContents .sectionInner > *:first-child {
  margin-top: 0;
}
#contents.register #registerFormContents .registerFormMsg .text {
  color: #000;
}
#contents.register #alreadyRegisterContents {
  text-align: center;
  display: none;
}
#contents.register #alreadyRegisterContents .sectionInner > * {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.register #alreadyRegisterContents .sectionInner > * {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.register #alreadyRegisterContents .sectionInner > * {
    margin-top: 8vw;
  }
}
#contents.register #alreadyRegisterContents .sectionInner > *:first-child {
  margin-top: 0;
}

#contents.mypage #mypageContents .um-profile {
  width: 100%;
  max-width: none !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-profile-edit {
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  font-size: 30px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 66;
}
@media only screen and (min-width: 1080px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-profile-edit {
    transform: translateX(50%);
  }
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1080px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form {
    display: grid;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 40px 48px 1fr;
  }
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-header {
  border-bottom: none;
  box-sizing: border-box;
}
@media only screen and (min-width: 1080px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-header {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-header .um-profile-photo {
  width: 100%;
  box-sizing: border-box;
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-header .um-profile-photo .um-profile-photo-img {
  width: 100%;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  border: none;
  box-sizing: border-box;
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-header .um-profile-photo .um-profile-photo-img > img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .profileEditBtnArea.profileEditTop {
  box-sizing: border-box;
}
@media only screen and (min-width: 1080px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form .profileEditBtnArea.profileEditTop {
    text-align: right;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-navbar {
  display: none !important;
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-nav {
  box-sizing: border-box;
}
@media only screen and (min-width: 1080px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-nav {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-nav {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-nav {
    margin-top: 4vw;
  }
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-body {
  max-width: none !important;
  padding-bottom: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 1080px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-body {
    margin: 0;
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-body .um-modal-btn {
  display: none;
}
#contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-body .profileEditBtnArea {
  width: 100%;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #efefef;
  text-align: right;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-body .profileEditBtnArea {
    padding-top: 4vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.mypage #mypageContents .um-profile.um-viewing .um-form .um-profile-body .profileEditBtnArea {
    padding-top: 8vw;
    margin-top: 8vw;
  }
}
#contents.mypage #mypageContents .um-profile.um-editing .profileEditBtnArea {
  display: none;
}
#contents.mypage #mypageContents .um-profile.um-editing .um-profile-nav {
  display: none;
}
#contents.mypage #mypageContents .archiveList .articleBox {
  flex-wrap: wrap;
}
#contents.mypage #mypageContents .archiveList .articleBox .detail .detailInner {
  width: 100%;
  box-sizing: border-box;
}
#contents.mypage #mypageContents .archiveList .articleBox .detail .detailInner > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.mypage #mypageContents .archiveList .articleBox .detail .detailInner > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.mypage #mypageContents .archiveList .articleBox .detail .detailInner > * {
    margin-top: 5.3333333333vw;
  }
}
#contents.mypage #mypageContents .archiveList .articleBox .detail .detailInner > *:first-child {
  margin-top: 0;
}
#contents.mypage #mypageContents .archiveList .articleBox .detail .detailInner .titleArea a {
  text-decoration: underline !important;
}
@media only screen and (min-width: 1080px) {
  #contents.mypage #mypageContents .archiveList .articleBox .detail .detailInner .titleArea a {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  #contents.mypage #mypageContents .archiveList .articleBox .detail .detailInner .titleArea a:hover {
    opacity: 0.6;
  }
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea {
    margin-top: 5.3333333333vw;
  }
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea > * {
    margin-top: 2.6666666667vw;
  }
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea > *:first-child {
  margin-top: 0;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetailTitleArea .reviewDetailTitle {
  color: #000;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail {
  width: 100%;
  box-sizing: border-box;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail > * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail > * {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail > * {
    margin-top: 5.3333333333vw;
  }
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail > *:first-child {
  margin-top: 0;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList {
  width: 100%;
  box-sizing: border-box;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > * {
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px dashed #efefef;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > * {
    padding-top: 0.8vw;
    margin-top: 0.8vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > * {
    padding-top: 1.6vw;
    margin-top: 1.6vw;
  }
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > *:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl > dt,
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl > dd {
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl > dt,
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl > dd {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl > dt,
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl > dd {
    font-size: 3.7333333333vw;
  }
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl > dt {
  width: 5em;
  color: #000;
  font-weight: bold;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl > dd {
  width: calc(100% - 5em - 1em);
  color: #666;
  box-sizing: border-box;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewDetailList > dl.reviewGoodBad {
  align-items: center;
}
#contents.mypage #mypageContents .archiveList .articleBox .reviewDetailArea .reviewDetail .reviewController {
  width: 100%;
  box-sizing: border-box;
}

#contents.terms .textLinkBtn {
  display: inline;
}
#contents.terms .hasSidebarSectionInner > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.terms .hasSidebarSectionInner > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.terms .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
#contents.terms .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}

#contents.privacypolicy .textLinkBtn,
#contents.sitepolicy .textLinkBtn {
  display: inline;
}
#contents.privacypolicy .hasSidebarSectionInner > *,
#contents.sitepolicy .hasSidebarSectionInner > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.privacypolicy .hasSidebarSectionInner > *,
#contents.sitepolicy .hasSidebarSectionInner > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.privacypolicy .hasSidebarSectionInner > *,
#contents.sitepolicy .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
#contents.privacypolicy .hasSidebarSectionInner > *:first-child,
#contents.sitepolicy .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
#contents.privacypolicy .privacySectionWrap,
#contents.sitepolicy .privacySectionWrap {
  width: 100%;
  box-sizing: border-box;
}
#contents.privacypolicy .privacySectionWrap > *,
#contents.sitepolicy .privacySectionWrap > * {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.privacypolicy .privacySectionWrap > *,
#contents.sitepolicy .privacySectionWrap > * {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.privacypolicy .privacySectionWrap > *,
#contents.sitepolicy .privacySectionWrap > * {
    margin-top: 8vw;
  }
}
#contents.privacypolicy .privacySectionWrap > *:first-child,
#contents.sitepolicy .privacySectionWrap > *:first-child {
  margin-top: 0;
}
#contents.privacypolicy .privacySectionWrap .privacySection,
#contents.sitepolicy .privacySectionWrap .privacySection {
  width: 100%;
  box-sizing: border-box;
}
#contents.privacypolicy .privacySectionWrap .privacySection > *,
#contents.sitepolicy .privacySectionWrap .privacySection > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.privacypolicy .privacySectionWrap .privacySection > *,
#contents.sitepolicy .privacySectionWrap .privacySection > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.privacypolicy .privacySectionWrap .privacySection > *,
#contents.sitepolicy .privacySectionWrap .privacySection > * {
    margin-top: 2.6666666667vw;
  }
}
#contents.privacypolicy .privacySectionWrap .privacySection > *:first-child,
#contents.sitepolicy .privacySectionWrap .privacySection > *:first-child {
  margin-top: 0;
}
#contents.privacypolicy .privacyDlListArea,
#contents.sitepolicy .privacyDlListArea {
  width: 100%;
  box-sizing: border-box;
}
#contents.privacypolicy .privacyDlListArea .privacyDlList,
#contents.sitepolicy .privacyDlListArea .privacyDlList {
  width: 100%;
  box-sizing: border-box;
}
#contents.privacypolicy .privacyDlListArea .privacyDlList > dl,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl {
  width: 100%;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #contents.privacypolicy .privacyDlListArea .privacyDlList > dl,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl {
    padding-top: 4vw;
    padding-bottom: 4vw;
    flex-wrap: wrap;
  }
  #contents.privacypolicy .privacyDlListArea .privacyDlList > dl > *,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > * {
    margin-top: 2.1333333333vw;
  }
  #contents.privacypolicy .privacyDlListArea .privacyDlList > dl > *:first-child,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > *:first-child {
    margin-top: 0;
  }
}
#contents.privacypolicy .privacyDlListArea .privacyDlList > dl:first-child,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl:first-child {
  border-top: 1px solid #efefef;
}
#contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dt,
#contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dd,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dt,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dd {
  line-height: 1.6;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dt,
#contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dd,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dt,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dd {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dt,
#contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dd,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dt,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dd {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3.7333333333vw;
  }
}
#contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dt,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dt {
  width: 10em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dt,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dt {
    width: 100%;
  }
}
#contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dd,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dd {
  width: calc(100% - 10em - 1em);
}
@media only screen and (max-width: 767px) {
  #contents.privacypolicy .privacyDlListArea .privacyDlList > dl > dd,
#contents.sitepolicy .privacyDlListArea .privacyDlList > dl > dd {
    width: 100%;
  }
}

#contents.guideline .textLinkBtn {
  display: inline;
}
#contents.guideline .hasSidebarSectionInner > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.guideline .hasSidebarSectionInner > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.guideline .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
#contents.guideline .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}
#contents.guideline .guideSectionWrap {
  width: 100%;
  box-sizing: border-box;
}
#contents.guideline .guideSectionWrap > * {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.guideline .guideSectionWrap > * {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.guideline .guideSectionWrap > * {
    margin-top: 8vw;
  }
}
#contents.guideline .guideSectionWrap > *:first-child {
  margin-top: 0;
}
#contents.guideline .guideSectionWrap .guideSection {
  width: 100%;
  box-sizing: border-box;
}
#contents.guideline .guideSectionWrap .guideSection > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.guideline .guideSectionWrap .guideSection > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.guideline .guideSectionWrap .guideSection > * {
    margin-top: 2.6666666667vw;
  }
}
#contents.guideline .guideSectionWrap .guideSection > *:first-child {
  margin-top: 0;
}
#contents.guideline .guideDlListArea {
  width: 100%;
  box-sizing: border-box;
}
#contents.guideline .guideDlListArea .guideDlList {
  width: 100%;
  box-sizing: border-box;
}
#contents.guideline .guideDlListArea .guideDlList > dl {
  width: 100%;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #contents.guideline .guideDlListArea .guideDlList > dl {
    padding-top: 4vw;
    padding-bottom: 4vw;
    flex-wrap: wrap;
  }
  #contents.guideline .guideDlListArea .guideDlList > dl > * {
    margin-top: 2.1333333333vw;
  }
  #contents.guideline .guideDlListArea .guideDlList > dl > *:first-child {
    margin-top: 0;
  }
}
#contents.guideline .guideDlListArea .guideDlList > dl:first-child {
  border-top: 1px solid #efefef;
}
#contents.guideline .guideDlListArea .guideDlList > dl > dt,
#contents.guideline .guideDlListArea .guideDlList > dl > dd {
  line-height: 1.6;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.guideline .guideDlListArea .guideDlList > dl > dt,
#contents.guideline .guideDlListArea .guideDlList > dl > dd {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.guideline .guideDlListArea .guideDlList > dl > dt,
#contents.guideline .guideDlListArea .guideDlList > dl > dd {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3.7333333333vw;
  }
}
#contents.guideline .guideDlListArea .guideDlList > dl > dt {
  width: 10em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents.guideline .guideDlListArea .guideDlList > dl > dt {
    width: 100%;
  }
}
#contents.guideline .guideDlListArea .guideDlList > dl > dd {
  width: calc(100% - 10em - 1em);
}
@media only screen and (max-width: 767px) {
  #contents.guideline .guideDlListArea .guideDlList > dl > dd {
    width: 100%;
  }
}

#contents.recruit-writer .textLinkBtn {
  display: inline;
}
#contents.recruit-writer .hasSidebarSectionInner > * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #contents.recruit-writer .hasSidebarSectionInner > * {
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents.recruit-writer .hasSidebarSectionInner > * {
    margin-top: 2.6666666667vw;
  }
}
#contents.recruit-writer .hasSidebarSectionInner > *:first-child {
  margin-top: 0;
}