@charset "UTF-8";
.terms, .privacypolicy, .sharesnslist_wrap, .sharesnslist_t1, .sharesnslist_t2, .sharesnslist_t3, .gnav_win .gnav, .btnlink, .formtable, .figurearea, .figtextarea, .gallery, .table, .ulist, .olist, .dlist, .m_txt, .decobox, .clumn_area {
  margin-bottom: 3rem;
}

@media screen and (max-width: 600px) {
  .terms, .privacypolicy, .sharesnslist_wrap, .sharesnslist_t1, .sharesnslist_t2, .sharesnslist_t3, .gnav_win .gnav, .btnlink, .formtable, .figurearea, .figtextarea, .gallery, .table, .ulist, .olist, .dlist, .m_txt, .decobox, .clumn_area {
    margin-bottom: 3rem;
  }
}
.btn_gnav > div {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnlink_items a, .btnlink_items .btnlink_btn {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 1rem 0.8rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnlink_items a:hover, .btnlink_items .btnlink_btn:hover {
  color: #fff;
  background-color: #ccc;
}

.btnlink_anchor a, .btnlink_anchor .btnlink_btn, .btnlink_link a, .btnlink_externallink a {
  padding-right: 2em;
  text-align: center;
}
.btnlink_anchor a::after, .btnlink_anchor .btnlink_btn::after, .btnlink_link a::after, .btnlink_externallink a::after {
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
  font-family: remixicon;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  outline: 1px solid #00f000;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

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

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

cite {
  font-style: normal;
}

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font: inherit;
  line-height: 1;
  text-indent: 0;
  text-overflow: "";
  vertical-align: baseline;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: both;
}

::-webkit-input-placeholder {
  font: inherit;
  color: #999;
}

::-moz-placeholder {
  font: inherit;
  color: #999;
}

:-ms-input-placeholder {
  font: inherit;
  color: #999;
}

::-ms-input-placeholder {
  font: inherit;
  color: #999;
}

::placeholder {
  font: inherit;
  color: #999;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  position: relative;
  direction: ltr;
  font-family: Arial, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  color: #333;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}
.whole_wrapper {
  position: relative;
  min-height: 100vh;
}

@media screen and (max-width: 600px) {
  .whole_wrapper {
    position: relative;
  }
}
.areas {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
.areas_in {
  position: relative;
  margin: 0 1.6129032258%;
}

@media screen and (max-width: 600px) {
  .areas {
    max-width: initial;
  }
  .areas_in {
    margin: 0 5.3333333333vw;
  }
}
.wholecontents_wrap {
  padding-bottom: 32rem;
}

@media screen and (max-width: 600px) {
  .wholecontents_wrap {
    padding-bottom: 12rem;
  }
}
.mbsec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}
.mbsec_in > *:last-child {
  margin-bottom: 0 !important;
}
.mbsec_gray {
  background-color: #eff2f5;
}
.mbsec_darkgray {
  background-color: #1a1a1a;
}

.clumn_in > *:last-child {
  margin-bottom: 0 !important;
}
.clumn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clumn_same {
  width: 48.3333333333%;
}
.clumn_main {
  width: 64.4444444444%;
}
.clumn_sub {
  width: 32.2222222222%;
}
.clumn_same3 {
  width: 31.1111111111%;
}

@media screen and (max-width: 600px) {
  .clumn_area {
    display: block;
  }
  .clumn_same, .clumn_main, .clumn_sub, .clumn_same3 {
    margin-bottom: 3rem;
    width: 100%;
  }
  .clumn_same:last-child, .clumn_main:last-child, .clumn_sub:last-child, .clumn_same3:last-child {
    margin-bottom: 0;
  }
}
.decobox {
  border: 1px solid #ccc;
}
.decobox_ttl {
  position: relative;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}
.decobox_ttl_box > *:last-child {
  margin-bottom: 0;
}
.decobox_body {
  padding: 2rem;
}
.decobox_body > *:last-child {
  margin-bottom: 0;
}
.decobox_t1 .decobox_ttl {
  font-weight: 400;
}
.decobox_t2 .decobox_ttl {
  color: #fff;
  background-color: #666;
}

/* Paragraph */
.m_txt {
  margin-bottom: 2.4rem;
  line-height: 1.75;
}

em {
  color: #f44336;
}

strong {
  font-weight: bold;
  font-weight: 700;
  text-decoration: underline;
}

mark {
  background-color: #fff000;
}

i {
  display: inline;
  font-style: oblique;
}

b {
  font-weight: bold;
  font-weight: 700;
}

q {
  -webkit-text-decoration: underline dotted #666;
          text-decoration: underline dotted #666;
}
q::before, q::after {
  font-weight: 700;
  text-decoration: none !important;
}
q::before {
  content: "“";
  margin-left: 0.5rem;
}
q::after {
  content: "”";
  margin-right: 0.5rem;
}

del {
  text-decoration: line-through;
}

ins {
  -webkit-text-decoration: underline solid #f44336;
          text-decoration: underline solid #f44336;
}

dfn {
  -webkit-text-decoration: underline double;
          text-decoration: underline double;
}

abbr {
  -webkit-text-decoration: underline wavy;
          text-decoration: underline wavy;
}

small {
  display: inline;
}

sub {
  font-size: 0.7em;
  vertical-align: sub;
}

sup {
  font-size: 0.7em;
  vertical-align: super;
}

a {
  text-decoration: none;
  color: #00f;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
/* Page Title */
.pagetitle {
  margin-bottom: 4rem;
  line-height: 1.2;
}
.pagetitle_text {
  font-size: 3rem;
  font-weight: 600;
}

/* Headline */
.headline {
  margin-bottom: 2rem;
  line-height: 1.2;
}
.headline_t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline_t1 h2, .headline_t1 h3, .headline_t1 h4, .headline_t1 h5, .headline_t1 h6 {
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #666;
  border-bottom: 2px solid #666;
}
.headline_t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline_t2 h2, .headline_t2 h3, .headline_t2 h4, .headline_t2 h5, .headline_t2 h6 {
  padding-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: #666;
}
.headline_t3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline_t3 h2, .headline_t3 h3, .headline_t3 h4, .headline_t3 h5, .headline_t3 h6 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666;
}
.headline_t3 h2::before, .headline_t3 h3::before, .headline_t3 h4::before, .headline_t3 h5::before, .headline_t3 h6::before {
  content: "●";
  margin-right: 0.2em;
}

/* List */
.dlist, .olist, .ulist {
  font-size: 1.6rem;
  line-height: 1.2;
}
.dlist *:last-child, .olist *:last-child, .ulist *:last-child {
  margin-bottom: 0;
}

.olist_items, .ulist_items {
  position: relative;
  margin-bottom: 1rem;
}

.ulist_items {
  padding-left: 1em;
}
.ulist_items::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #666;
  width: 1em;
  text-align: center;
}

.olist {
  counter-reset: num;
}
.olist_items {
  padding-left: 1.6em;
}
.olist_items::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: -0.1rem;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #555;
  background: transparent;
  border: 1px solid #555;
  border-radius: 50%;
}

.dlist_dt {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #666;
}
.dlist_dd {
  margin-bottom: 1.5rem;
  padding-left: 1em;
}

/* Table */
/* Table ----------------------------*/
table th, table td {
  text-align: left;
}
table caption {
  text-align: left;
}

.table table {
  width: 100%;
}
.table th, .table td {
  padding: 1rem 1rem;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #999;
}
.table caption {
  caption-side: bottom;
  caption-side: top;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}
.table_t1 th {
  background-color: #f0f0f0;
}

/* Figure */
.figcapbox {
  display: table;
}
.figcapbox_fig {
  position: relative;
}
.figcapbox_cap {
  display: table-caption;
  caption-side: bottom;
  margin-top: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.figurearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.figtextarea *:last-child {
  margin-bottom: 0;
}
.figtextarea_l .figurearea {
  float: left;
  margin-right: 3.2rem;
}
.figtextarea_r .figurearea {
  float: right;
  margin-left: 3.2rem;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery_3 {
  gap: 2rem 1.25%;
}
.gallery_3 .figcapbox {
  width: 32.5%;
}
.gallery_3 .figcapbox_fig img {
  width: 100%;
}
.gallery_4 {
  gap: 2rem 1.25%;
}
.gallery_4 .figcapbox {
  width: 24.0625%;
}
.gallery_4 .figcapbox_fig img {
  width: 100%;
}
.gallery_5 {
  gap: 2rem 1.25%;
}
.gallery_5 .figcapbox {
  width: 19%;
}
.gallery_5 .figcapbox_fig img {
  width: 100%;
}

.formbtn, .formtextarea, .formfile + .pseudo, .formselect, .formtext {
  padding: 0.6rem 1rem 0.4rem;
  height: 3rem;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #333;
  border: 1px solid #ccc;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  font-weight: 300;
  color: #666;
}

::-moz-placeholder {
  font-weight: 300;
  color: #666;
}

:-ms-input-placeholder {
  font-weight: 300;
  color: #666;
}

::-ms-input-placeholder {
  font-weight: 300;
  color: #666;
}

::placeholder {
  font-weight: 300;
  color: #666;
}

.formlabel {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
.formlabel_text {
  position: relative;
  top: 0.1rem;
  line-height: 1.2;
}

.formtext {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.formtext:focus, .formtext:active {
  outline: none;
  -webkit-box-shadow: 0 0 2px #4d4d4d;
          box-shadow: 0 0 2px #4d4d4d;
}

.nospin::-webkit-outer-spin-button,
.nospin::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.nospin {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.formtext_pw {
  padding-right: 3rem;
}
.formtext_pw_kit {
  position: relative;
}

.viewchange_eye {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  font-size: 1.8rem;
  color: #333;
}

input[type=date],
input[type=time] {
  line-height: 1;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-datetime-edit,
input[type=time]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-datetime-edit {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.formcheckbox,
.formradio {
  display: none;
}
.formcheckbox_kit,
.formradio_kit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
.formcheckbox + .pseudo,
.formradio + .pseudo {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #ccc;
}
.formcheckbox + .pseudo::after,
.formradio + .pseudo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.formcheckbox:checked + .pseudo::after,
.formradio:checked + .pseudo::after {
  display: inline-block;
}

.formcheckbox + .pseudo::after {
  top: 0.2rem;
  left: 0.8rem;
  width: 1.2rem;
  height: 1.8rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

.formradio + .pseudo {
  border-radius: 50%;
}
.formradio + .pseudo::after {
  top: 0.6rem;
  left: 0.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #666;
  border: none;
  border-radius: 50%;
}

.formselect {
  padding-right: 3rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
.formselect_kit {
  position: relative;
}
.formselect_kit::after {
  content: "\ea4e";
  font-family: remixicon;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  pointer-events: none;
}
.formselect::-ms-expand {
  display: none;
}
.formselect:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.formfile {
  display: none;
}
.formfile + .pseudo {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.formfile + .pseudo:hover {
  color: #fff;
  background-color: #ccc;
}
.formfile_noneselect {
  color: #333;
}
.formfile_name {
  color: #333;
}

.formtextarea {
  width: 100%;
  height: auto;
  line-height: 1.5;
}

.formbtn {
  display: inline-block;
  background-color: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formbtn:hover {
  color: #fff;
  background-color: #ccc;
}
.formbtn_submit {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.formbtn_submit:hover {
  color: #333;
  background-color: #fff;
}
.formbtn_reset {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.formbtn_reset:hover {
  color: #333;
  background-color: #fff;
}

.fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-before: 0em;
          padding-block-start: 0em;
  -webkit-padding-start: 0em;
          padding-inline-start: 0em;
  -webkit-padding-end: 0em;
          padding-inline-end: 0em;
  -webkit-padding-after: 0em;
          padding-block-end: 0em;
  height: auto;
  outline: 1px solid #00f000;
}

.legend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  outline: 1px solid #00f000;
}

.form_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}

.formtable {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.formtable *:last-child {
  margin-bottom: 0;
}
.formtable_row {
  display: table-row;
}
.formtable_cell {
  display: table-cell;
  padding: 0.2rem 1rem;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.formtable_head {
  background-color: #efefef;
}
.formtable_data {
  position: relative;
}
.formtable_inrowblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
  .formtable {
    display: block;
  }
  .formtable *:last-child {
    margin-bottom: 0;
  }
  .formtable_row {
    display: block;
  }
  .formtable_row:last-child > :last-child {
    border-bottom: 1px solid #ccc;
  }
  .formtable_cell {
    display: block;
    padding: 1rem 1rem;
    border-bottom: none;
  }
  .formtable_inrowblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background-color: transparent;
  text-decoration: none;
}
.btn_blue {
  background-color: #308ccc;
  border-color: #308ccc;
}

@media screen and (max-width: 600px) {
  .btn:hover {
    background-color: #ccc;
  }
  .btn_blue:hover {
    background-color: #308ccc;
  }
}
.btnlink_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.btnlink_list_t1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.btnlink_list_t1 .btnlink_items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btnlink_items {
  display: table;
}
.btnlink_items a:hover, .btnlink_items .btnlink_btn:hover {
  text-decoration: none;
}
.btnlink_anchor a::after, .btnlink_anchor .btnlink_btn::after {
  content: "\ea4e";
}
.btnlink_link a::after {
  content: "\ea6e";
}
.btnlink_externallink a::after {
  content: "\ecaf";
}

@media screen and (max-width: 1240px) {
  .btnlink_items a, .btnlink_items button {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 600px) {
  .btnlink_list_t1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btnlink_list_t1 .btnlink_items {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .btnlink_list_t1 .btnlink_items a, .btnlink_list_t1 .btnlink_items button {
    white-space: nowrap;
  }
  .btnlink_items a, .btnlink_items button {
    font-size: 1.6rem;
  }
}
.g_header {
  padding: 1rem 0;
  background-color: #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 600px) {
  .g_header {
    padding: 1rem 0;
  }
}
.ghmain .areas_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.ghmain_sitettl {
  width: 18rem;
}
.ghmain_utl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.ghmain_login a {
  color: #fff;
}
.ghmain_trial {
  font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
  .ghmain .areas_in {
    gap: 1rem;
  }
  .ghmain_sitettl {
    width: 14rem;
  }
  .ghmain_utl {
    gap: 1.5rem;
  }
  .ghmain_login {
    font-size: 1.4rem;
  }
  .ghmain_trial {
    padding: 0.5rem 0.5rem;
    font-size: 1.4rem;
  }
}
.g_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 9rem;
  height: 32rem;
  background-color: #000;
  border-top: 1px solid #000;
}

@media screen and (max-width: 600px) {
  .g_footer {
    padding-top: 3rem;
    height: 12rem;
  }
}
.gf_copyright {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .gf_copyright {
    font-size: 1.4rem;
  }
}
.gf_nav {
  margin-bottom: 6rem;
}
.gf_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gf_nav_items {
  padding: 0 2rem;
  border-left: 1px solid #fff;
}
.gf_nav_items a {
  color: #fff;
}
.gf_nav_items:last-child {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .gf_nav {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .gf_nav_items {
    padding: 0 1.5rem;
  }
}
.gnav_win {
  position: fixed;
  z-index: 100;
  top: 0;
  top: -120vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.gnav_win.is_show {
  top: 0;
}
.gnav_win_panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1240px;
  max-width: 95vw;
  height: auto;
  max-height: 95vh;
  color: #fff;
  overflow-y: auto;
}
.gnav_win .gnav a {
  color: #fff;
}
.gnav_win .gnav_items {
  margin-bottom: 2rem;
}
.gnav_win .gnav_ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.gnav_win .gnav_submenu a {
  display: block;
  padding: 1rem;
}

.gh_gnav {
  height: 4rem;
}
.gh_gnav_fixed {
  position: relative;
  background-color: #f0f0f0;
}
.gh_gnav_fixed.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.gh_gnav .gnav {
  position: relative;
  z-index: 2;
}
.gh_gnav .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 0.8333333333%;
}
.gh_gnav .gnav_items {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gh_gnav .gnav_ttl {
  height: 4rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.gh_gnav .gnav_ttl.is_show .gnav_ttltxt {
  border-bottom: 3px solid #ccc;
}
.gh_gnav .gnav_ttl:hover .gnav_ttltxt {
  border-bottom: 3px solid #ccc;
}
.gh_gnav .gnav_ttltxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #fff;
  border-bottom: 3px solid transparent;
}
.gh_gnav .gnav_mbox {
  position: absolute;
  top: 4.1rem;
  width: 100%;
}
.gh_gnav .gnav_mbox.is_show a {
  padding: 0.8rem 1rem;
  height: 4rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.gh_gnav .gnav_menu {
  position: relative;
}
.gh_gnav .gnav_submenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 0;
  font-size: 1.6rem;
  background-color: #fff;
  border: 0px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gh_gnav .gnav_submenu a:hover {
  text-decoration: none;
  background-color: #ccc;
}

@media screen and (max-width: 600px) {
  .gh_gnav {
    display: none;
  }
}
#gh_gnav_bg {
  position: fixed;
  z-index: 1;
  top: -120vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
}
#gh_gnav_bg.is_show {
  top: 0;
}

/* SNS */
.snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
.snslist_items {
  width: 5rem;
}
.snslist_items > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.snslist_items > a:hover {
  text-decoration: none;
  color: #666;
  background-color: #fff;
}

/* Default SNS Box ----------------------------*/
.snsbox {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}

.sharesnslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.sharesnslist_items {
  position: relative;
}
.sharesnslist_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem 0.3rem;
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sharesnslist_share:hover {
  text-decoration: none;
  color: #666;
  background-color: #fff;
}
.sharesnslist_icon {
  font-size: 3rem;
}
.sharesnslist_text {
  font-size: 1.4rem;
}
.sharesnslist_fb .sharesnslist_share {
  color: #fff;
  background-color: #1877f2;
  border: 1px solid #1877f2;
}
.sharesnslist_fb .sharesnslist_share:hover {
  color: #1877f2;
  background-color: #fff;
}
.sharesnslist_tw .sharesnslist_share {
  color: #fff;
  background-color: #1d9bf0;
  border: 1px solid #1d9bf0;
}
.sharesnslist_tw .sharesnslist_share:hover {
  color: #1d9bf0;
  background-color: #fff;
}
.sharesnslist_ln .sharesnslist_share {
  color: #fff;
  background-color: #06c755;
  border: 1px solid #06c755;
}
.sharesnslist_ln .sharesnslist_share:hover {
  color: #06c755;
  background-color: #fff;
}
.sharesnslist_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sharesnslist_t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.sharesnslist_t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.sharesnslist_t3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn_gnav {
  position: fixed;
  z-index: 100;
  z-index: 101;
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .btn_gnav {
    display: block;
  }
}
.btn_gnav > div {
  position: absolute;
  left: 0.5rem;
  width: 3rem;
  height: 0.2rem;
  background-color: #000;
}

.btn_gnav > div:nth-child(1) {
  top: calc(25% - 0.1rem);
}

.btn_gnav > div:nth-child(2) {
  top: calc(50% - 0.1rem);
}

.btn_gnav > div:nth-child(3) {
  top: calc(75% - 0.1rem);
}

.btn_gnav.is_show > div {
  background-color: #fff;
}

.btn_gnav.is_show > div:nth-child(1) {
  top: calc(50% - 0.1rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_gnav.is_show > div:nth-child(2) {
  top: 50%;
  left: 2.5rem;
  width: 0;
  height: 0;
}

.btn_gnav.is_show > div:nth-child(3) {
  top: calc(50% - 0.1rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn_topagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_topagetop.is_show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 600px) {
  .btn_topagetop {
    bottom: 8vw;
    right: 1.8666666667vw;
  }
}
@media print {
  .btn_topagetop {
    display: none;
    visibility: hidden;
  }
}
.btn_topagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
  width: 50px;
  height: 50px;
  font-size: 5rem;
  line-height: 1;
  color: #ffffff;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn_topagetop a:hover {
  text-decoration: none;
  color: #cccccc;
  background-color: #ffffff;
}

@media screen and (max-width: 1240px) {
  .btn_topagetop a {
    padding-top: 1.1290322581vw;
    width: 4.0322580645vw;
    height: 4.0322580645vw;
  }
}
@media screen and (max-width: 600px) {
  .btn_topagetop a {
    padding-top: 3.7333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.btn_topagetop a > span {
  width: 24px;
  height: 24px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 1240px) {
  .btn_topagetop a > span {
    width: 1.935483871vw;
    height: 1.935483871vw;
  }
}
@media screen and (max-width: 600px) {
  .btn_topagetop a > span {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.btn_topagetop a:hover > span {
  border-color: #ccc;
}

.base_title {
  margin-bottom: 3rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.base_lead {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
.base_subtitle {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 600;
}
.base_exptext {
  line-height: 1.7;
}

@media screen and (max-width: 600px) {
  .base_title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
  .base_lead {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  .base_subtitle {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .base_exptext {
    line-height: 1.5;
  }
}
.icn_plus {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
}
.icn_plus_bar {
  position: absolute;
  top: 1.4rem;
  left: 0.7rem;
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
}
.icn_plus_bar:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  .icn_plus {
    width: 2.4rem;
    height: 2.4rem;
  }
  .icn_plus_bar {
    top: 1.1rem;
    left: 0.5rem;
    width: 1.4rem;
    height: 0.2rem;
  }
}
.billboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.billboard_mv {
  padding-left: 13rem;
}
.billboard_mvyui {
  width: 28.5rem;
}
.billboard_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.billboard_title {
  margin-bottom: 5rem;
  font-size: 3.6rem;
  font-weight: 600;
}
.billboard_fig {
  margin-bottom: 5rem;
  width: 55.3rem;
  max-width: 100%;
}
.billboard_btnregist {
  width: 29.3rem;
}

@media screen and (max-width: 600px) {
  .billboard {
    display: block;
  }
  .billboard_mv {
    margin-bottom: 5rem;
    padding-left: 0;
  }
  .billboard_mvyui {
    width: 100%;
    text-align: center;
  }
  .billboard_body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .billboard_title {
    margin-bottom: 3rem;
    font-size: 3.2rem;
    line-height: 1.2;
    text-align: center;
  }
  .billboard_fig {
    margin-bottom: 3rem;
    width: 90%;
    max-width: 90%;
  }
  .billboard_btnregist {
    width: 90%;
  }
}
.topfeature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem 0;
}
.topfeature_items {
  padding: 5rem;
  width: 48.3333333333%;
  background-color: #fff;
  border-radius: 0.8rem;
}
.topfeature_exp_vi {
  float: left;
  margin: 0.6rem 2rem 1rem 0;
  width: 41.6666666667%;
}

@media screen and (max-width: 600px) {
  .topfeature_list {
    display: block;
  }
  .topfeature_items {
    margin-bottom: 2rem;
    padding: 2rem;
    width: 100%;
  }
  .topfeature_items:last-child {
    margin-bottom: 0;
  }
  .topfeature_exp_vi {
    margin: 0.4rem 2rem 1rem 0;
    width: 30%;
  }
}
.topusecase_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem 0;
}
.topusecase_items {
  width: 48.3333333333%;
  background-color: #fff;
  border: 1px solid #1a1a1a;
}
.topusecase_itemhead {
  padding: 5rem;
  color: #fff;
  background-color: #1a1a1a;
}
.topusecase_itemtitle {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #33ccff;
}
.topusecase_itemlead {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.topusecase_sublist {
  padding: 0 3rem;
}
.topusecase_subitems {
  position: relative;
  padding: 1.6rem 0 1.6rem 1.8em;
  line-height: 1.2;
  border-bottom: 1px solid #1a1a1a;
}
.topusecase_subitems:last-child {
  border-bottom: none;
}
.topusecase_subitems::before {
  font-family: remixicon;
  content: "\eb7b";
  position: absolute;
  top: 1.6rem;
  left: 0;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
}

@media screen and (max-width: 600px) {
  .topusecase_list {
    display: block;
  }
  .topusecase_items {
    margin-bottom: 2rem;
    width: 100%;
  }
  .topusecase_items:last-child {
    margin-bottom: 0;
  }
  .topusecase_itemhead {
    padding: 2rem;
    color: #fff;
    background-color: #1a1a1a;
  }
  .topusecase_itemtitle {
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }
  .topusecase_itemlead {
    font-size: 1.8rem;
  }
  .topusecase_sublist {
    padding: 0 2rem;
  }
  .topusecase_subitems {
    padding: 1.2rem 0 1.2rem 1.8em;
  }
  .topusecase_subitems::before {
    top: 1.2rem;
  }
}
.topfaq_list {
  position: relative;
}
.topfaq_items {
  margin-bottom: 2rem;
  padding: 0 3rem 0 5rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
.topfaq_items:last-child {
  margin-bottom: 0;
}
.topfaq_question {
  position: relative;
  padding: 1.5rem 4rem 1.5rem 3.2rem;
  text-indent: -3.2rem;
  font-size: 2.4rem;
  line-height: 1.4;
  cursor: pointer;
}
.topfaq_question::before {
  content: "Q. ";
  font-weight: 600;
  color: #308ccc;
}
.topfaq_question_icnplus {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.topfaq_answer {
  position: relative;
  padding: 1.5rem 0 1.5rem 3.2rem;
  text-indent: -3.2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  border-top: 1px solid #ccc;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topfaq_answer::before {
  content: "A. ";
  font-size: 2.4rem;
  font-weight: 600;
  color: #f476cf;
}
.topfaq .icn_plus {
  background-color: #999;
}
.topfaq .icn_plus_bar:last-child {
  left: 1.4rem;
  width: 0.2rem;
}

@media screen and (max-width: 600px) {
  .topfaq_items {
    padding: 0 2rem 0 2rem;
  }
  .topfaq_question {
    padding: 1.5rem 3rem 1.5rem 2.5rem;
    text-indent: -2.5rem;
    font-size: 1.8rem;
  }
  .topfaq_answer {
    padding: 1.5rem 0 1.5rem 2.5rem;
    text-indent: -2.5rem;
    font-size: 1.6rem;
  }
  .topfaq_answer::before {
    font-size: 1.8rem;
  }
  .topfaq .icn_plus {
    background-color: #999;
  }
  .topfaq .icn_plus_bar:last-child {
    left: 1.1rem;
  }
}
.is_hidden .topfaq_answer {
  padding: 0 0 0 3.2rem;
  line-height: 0;
  border-top: 0px solid #ccc;
  opacity: 0;
}
.is_hidden .icn_plus {
  background-color: #000;
}
.is_hidden .icn_plus_bar:last-child {
  left: 0.7rem;
  width: 1.6rem;
}

@media screen and (max-width: 600px) {
  .is_hidden .topfaq_answer {
    padding: 0 0 0 2.5rem;
  }
  .is_hidden .icn_plus_bar:last-child {
    left: 0.5rem;
    width: 1.4rem;
  }
}
.topaboutfcs_cntunit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
}
.topaboutfcs_cntunit_R {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.topaboutfcs_cntunit:last-child {
  margin-bottom: 0;
}
.topaboutfcs_body {
  width: 65rem;
}
.topaboutfcs_vi {
  width: 50rem;
}

@media screen and (max-width: 600px) {
  .topaboutfcs_cntunit {
    display: block;
    margin-bottom: 5rem;
  }
  .topaboutfcs_body {
    margin-bottom: 1rem;
    width: 100%;
  }
  .topaboutfcs_vi {
    width: 100%;
  }
}
.contract_items {
  margin-bottom: 4.2rem;
}
.contract_items > *:last-child {
  margin-bottom: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_10 {
  margin-bottom: 1rem !important;
}

.mb_20 {
  margin-bottom: 2rem !important;
}

.mb_30 {
  margin-bottom: 3rem !important;
}

.mb_40 {
  margin-bottom: 4rem !important;
}

.mb_50 {
  margin-bottom: 5rem !important;
}

.mb_50_23 {
  margin-bottom: 5rem !important;
}

.mb_50_30 {
  margin-bottom: 5rem !important;
}

.mb_50_40 {
  margin-bottom: 5rem !important;
}

.mb_60 {
  margin-bottom: 5rem !important;
}

.mb_70 {
  margin-bottom: 5rem !important;
}

.mb_80 {
  margin-bottom: 5rem !important;
}

.mb_90 {
  margin-bottom: 5rem !important;
}

.mb_100 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 600px) {
  .mb_50_23 {
    margin-bottom: 2.3rem !important;
  }
  .mb_50_30 {
    margin-bottom: 3rem !important;
  }
  .mb_50_40 {
    margin-bottom: 4rem !important;
  }
}
.mb_30_15 {
  margin-bottom: 3rem !important;
}

.mb_20_10 {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 600px) {
  .mb_30_15 {
    margin-bottom: 1.5rem !important;
  }
  .mb_20_10 {
    margin-bottom: 1rem !important;
  }
}
.mb_70_100 {
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 600px) {
  .mb_70_100 {
    margin-bottom: 10rem !important;
  }
}
.pad_18_0 {
  padding: 0 1.8rem !important;
}

.pad_20_0 {
  padding: 0 0 0 2rem !important;
}

@media screen and (max-width: 600px) {
  .pad_18_0 {
    padding: 0 !important;
  }
  .pad_20_0 {
    padding: 0 !important;
  }
}
.small_t1 {
  font-size: 0.6666666667em;
  vertical-align: 0.2rem;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_700 {
  font-weight: 700;
}

.fw_900 {
  font-weight: 900;
}

.talgn_l {
  text-align: left !important;
}

.talgn_r {
  text-align: right !important;
}

.talgn_c {
  text-align: center !important;
}

.talgn_ctol {
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  .talgn_ctol {
    text-align: left !important;
  }
}
.uppercase {
  text-transform: uppercase;
}

.wspace_1em {
  word-spacing: 0.1em;
}

.wspace_2em {
  word-spacing: 0.2em;
}

.wspace_3em {
  word-spacing: 0.3em;
}

.wspace_4em {
  word-spacing: 0.4em;
}

.wspace_5em {
  word-spacing: 0.5em;
}

.br_pc {
  display: inline;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
}
.wdt_100p {
  width: 100% !important;
}

.wdt_6rem {
  width: 6rem;
}

.wdt_38rem_100 {
  width: 38rem;
}

@media screen and (max-width: 600px) {
  .wdt_38rem_100 {
    width: 100%;
  }
}
.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexwrap_no {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.jcont_c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcont_b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.alignitem_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alignitem_s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alignitem_e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify_left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify_right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify_center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify_left_center {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify_right_center {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (max-width: 600px) {
  .justify_left_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify_right_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.alignitem_center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.alignitem_end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.direction_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.templink:hover {
  text-decoration: none;
}