@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
clamp
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.05s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  body img {
    width: 100%;
  }
}

ul,
li,
dd,
dt,
dh {
  list-style: none;
}

svg {
  display: block;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.wapper {
  width: 1201px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.pc_order_0 {
  order: 0;
}
@media screen and (max-width: 767px) {
  .pc_order_0 {
    order: unset;
  }
}

.fw_0 {
  font-weight: 0;
}

.pc_order_1 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .pc_order_1 {
    order: unset;
  }
}

.fw_100 {
  font-weight: 100;
}

.pc_order_2 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .pc_order_2 {
    order: unset;
  }
}

.fw_200 {
  font-weight: 200;
}

.pc_order_3 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .pc_order_3 {
    order: unset;
  }
}

.fw_300 {
  font-weight: 300;
}

.pc_order_4 {
  order: 4;
}
@media screen and (max-width: 767px) {
  .pc_order_4 {
    order: unset;
  }
}

.fw_400 {
  font-weight: 400;
}

.pc_order_5 {
  order: 5;
}
@media screen and (max-width: 767px) {
  .pc_order_5 {
    order: unset;
  }
}

.fw_500 {
  font-weight: 500;
}

.pc_order_6 {
  order: 6;
}
@media screen and (max-width: 767px) {
  .pc_order_6 {
    order: unset;
  }
}

.fw_600 {
  font-weight: 600;
}

.pc_order_7 {
  order: 7;
}
@media screen and (max-width: 767px) {
  .pc_order_7 {
    order: unset;
  }
}

.fw_700 {
  font-weight: 700;
}

.pc_order_8 {
  order: 8;
}
@media screen and (max-width: 767px) {
  .pc_order_8 {
    order: unset;
  }
}

.fw_800 {
  font-weight: 800;
}

.pc_order_9 {
  order: 9;
}
@media screen and (max-width: 767px) {
  .pc_order_9 {
    order: unset;
  }
}

.fw_900 {
  font-weight: 900;
}

.pc_order_10 {
  order: 10;
}
@media screen and (max-width: 767px) {
  .pc_order_10 {
    order: unset;
  }
}

.fw_1000 {
  font-weight: 1000;
}

.pc_order_11 {
  order: 11;
}
@media screen and (max-width: 767px) {
  .pc_order_11 {
    order: unset;
  }
}

.fw_1100 {
  font-weight: 1100;
}

.pc_order_12 {
  order: 12;
}
@media screen and (max-width: 767px) {
  .pc_order_12 {
    order: unset;
  }
}

.fw_1200 {
  font-weight: 1200;
}

.ovhidden {
  overflow: hidden;
}

.pore {
  position: relative;
}

a {
  transition-duration: 0.5s;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

/* ==========================================================================
justify-content
========================================================================== */
.j_between {
  justify-content: space-between;
}

.j_start {
  justify-content: flex-start;
}

.j_end {
  justify-content: flex-end;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_baseline {
  justify-content: space-baseline;
}

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

/* ==========================================================================
align-items
========================================================================== */
.ali_baseline {
  align-items: baseline;
}

.ali_center {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.ali_start {
  align-items: flex-start;
}

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

/* ==========================================================================
align-content
========================================================================== */
.alc_center {
  align-content: center;
}

.alc_end {
  align-content: flex-end;
}

.alc_around {
  align-content: space-around;
}

.alc_between {
  align-content: space-between;
}

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

/* ==========================================================================
row
========================================================================== */
.row {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
  font-weight: 500;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Shippori Mincho B1", serif;
}

.t_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.Outfit {
  font-family: "Outfit", sans-serif;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.wap {
  overflow: clip;
}

.headerPc {
  padding-top: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .headerPc {
    padding: 0% 0% 0.2% 0%;
  }
}
.headerPc {
  background: #fff;
}

.logoHeaderPcFx {
  width: 395px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .logoHeaderPcFx {
    margin: 0% 1.04% 0% 0.72%;
  }
}
@media screen and (max-width: 1200px) {
  .logoHeaderPcFx {
    width: 395px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .logoHeaderPcFx {
    width: 32.91%;
  }
}

.logoHyogoPc {
  width: 151px;
}
@media screen and (max-width: 1200px) {
  .logoHyogoPc {
    width: 38.22%;
  }
}

.logoHyogoSp {
  width: 224px;
}
@media screen and (max-width: 1200px) {
  .logoHyogoSp {
    width: 56.7%;
  }
}

.headerContactFx {
  margin-top: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  margin-right: 14px;
}
@media screen and (max-width: 1200px) {
  .headerContactFx {
    margin: 0% 0.72% 0.2% 0%;
  }
}
.headerContactFx {
  width: 329px;
}
@media screen and (max-width: 1100px) {
  .headerContactFx {
    width: 30%;
  }
}

.headerContactTel {
  width: 178px;
}
@media screen and (max-width: 1200px) {
  .headerContactTel {
    width: 54.1%;
  }
}
.headerContactTel {
  text-decoration: none;
}

.h2HeaderContactTel {
  margin: 1% 0 0 0;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .h2HeaderContactTel {
    font-size: 1.0833333333vw;
  }
}
.h2HeaderContactTel {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.telHeaderContact {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .telHeaderContact {
    margin: 0.56% 0% 0% 0%;
  }
}
.telHeaderContact {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .telHeaderContact {
    font-size: 2vw;
  }
}
.telHeaderContact {
  line-height: 1;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.timeHeaderContac {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  .timeHeaderContac {
    font-size: 0.8333333333vw;
  }
}
.timeHeaderContac {
  line-height: 1;
  letter-spacing: 0em;
  margin: 1% 0 0 0;
  display: block;
}

.btnContactHeader {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btnContactHeader {
    margin: 0% 0% 0% 6.07%;
  }
}
.btnContactHeader {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btnContactHeader {
    padding: 3.03% 0% 3.03% 0%;
  }
}
.btnContactHeader {
  width: 132px;
}
@media screen and (max-width: 1200px) {
  .btnContactHeader {
    width: 40.12%;
  }
}
.btnContactHeader {
  text-decoration: none;
  background: #f0f0f0;
  aspect-ratio: 132/45;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  box-shadow: 0px 4px 0px #c8c8c8;
  transition: 0.3s;
  display: block;
}
.btnContactHeader:hover {
  box-shadow: 0px 0px 0px #c8c8c8;
  transform: translateY(4px);
}

.telContactHeader {
  background: url(../img/telContactHeader.svg) no-repeat 8% center;
  background-size: auto 91%;
}

.txtTelContactHeader {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 44px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .txtTelContactHeader {
    padding: 0% 0% 0% 33.33%;
  }
}
.txtTelContactHeader {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .txtTelContactHeader {
    font-size: 1.0833333333vw;
  }
}
.txtTelContactHeader {
  line-height: 1.2307692308;
}
.txtTelContactHeader::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.txtTelContactHeader::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.txtTelContactHeader {
  letter-spacing: 0em;
}

.navHeaderPc {
  padding-top: 17px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .navHeaderPc {
    padding: 0.88% 0% 0.93% 0%;
  }
}

.navHeaderPcWap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.listItemHeaderPc {
  list-style: none;
  border-right: 1px solid #fff;
  flex: 0 0 auto;
}
.listItemHeaderPc:last-child {
  border: none;
}

.listItemHeaderPc a {
  padding: 0 1.7rem;
  width: fit-content;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .listItemHeaderPc a {
    font-size: 1.3333333333vw;
  }
}
.listItemHeaderPc a {
  line-height: 150%;
  letter-spacing: 0em;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .listItemHeaderPc a {
    padding: 0 1rem;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.base_header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
  transition: transform 0.3s ease;
}

.base_header.hide {
  transform: translateY(-100%);
}

.base_header .sp_only {
  position: relative;
}

.headerSP {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .headerSP {
    padding: 0% 0% 0% 0%;
  }
}
.headerSP {
  background: #fff;
}

.logoHeaderSpFx {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .logoHeaderSpFx {
    margin: 0% 0% 0% 3.2%;
  }
}
.logoHeaderSpFx {
  width: 296px;
}
@media screen and (max-width: 1200px) {
  .logoHeaderSpFx {
    width: 78.93%;
  }
}

@media screen and (max-width: 767px) {
  .logoHyogoSp {
    width: 115px;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .logoHyogoSp {
    width: 38.85%;
  }
}
.logoHyogoSp img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .logoHabatanSp {
    width: 171px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .logoHabatanSp {
    width: 57.77%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .logoHabatanSp {
    margin: 0% 0% 0% 4.05%;
  }
}

@media screen and (max-width: 767px) {
  .btnTrigerSp {
    width: 54px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnTrigerSp {
    width: 14.4%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnTrigerSp {
    margin: 0% 0% 0% 0%;
  }
}

.btnTrigerSp.off .off {
  display: block;
}
.btnTrigerSp.off .on {
  display: none;
}

.btnTrigerSp.on .off {
  display: none;
}
.btnTrigerSp.on .on {
  display: block;
}

.navHeaderSp {
  background: #fff;
  padding: 6% 0% 53.33% 0%;
  width: 100%;
  position: absolute;
  display: none;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100vh;
}
.navHeaderSp::-webkit-scrollbar {
  display: none;
}

.ulNavHeaderSp {
  width: 287px;
}
@media screen and (max-width: 1200px) {
  .ulNavHeaderSp {
    width: 76.53%;
  }
}
.ulNavHeaderSp {
  margin: auto;
}

.btnNavHeaderSp {
  padding: 4.2% 0% 4.2% 0%;
}
@media screen and (max-width: 767px) {
  .btnNavHeaderSp {
    font-size: 4.2666666667vw;
  }
}
.btnNavHeaderSp {
  line-height: 150%;
  letter-spacing: 0em;
  background: url(../img/btnNavHeaderSp.svg) no-repeat center right;
  background-size: auto 52%;
  text-decoration: none;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.brdIndexTopTitle {
  width: 100%;
}

.brdNewsFvTitle {
  margin: 0;
}
.brdNewsFvTitle img {
  width: 100%;
  height: auto;
}

.indexMainFv {
  padding-top: 26px;
  padding-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexMainFv {
    padding: 1.35% 0% 3.12% 0%;
  }
}
.indexMainFv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .indexMainFv {
    padding-top: 22px;
    padding-bottom: 148px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexMainFv {
    padding: 5.86% 0% 39.46% 0%;
  }
}

.bgIndexMainFv {
  background: url(../img/index/bgIndexMainFvPc.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgIndexMainFv {
    background: url(../img/index/bgIndexMainFvSp.png) no-repeat center top;
    background-size: cover;
  }
}

.picIndexFv {
  width: 1060px;
}
@media screen and (max-width: 1200px) {
  .picIndexFv {
    width: 88.33%;
  }
}
.picIndexFv {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .picIndexFv {
    width: 332px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picIndexFv {
    width: 88.53%;
  }
}

.indexMainFvLeft {
  width: 134px;
}
@media screen and (max-width: 1200px) {
  .indexMainFvLeft {
    width: 11.16%;
  }
}
.indexMainFvLeft {
  position: absolute;
  left: 10%;
  top: 77%;
}

.indexMainFvRight {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .indexMainFvRight {
    width: 12.5%;
  }
}
.indexMainFvRight {
  position: absolute;
  right: 10%;
  top: 77%;
}

.brdIndexBtmTitle {
  width: 100%;
}

.brdIndexBtmTitle img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.aboutIndexLxn {
  position: relative;
  margin-top: -52px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .aboutIndexLxn {
    margin-top: -4.34%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutIndexLxn {
  padding-top: 33px;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .aboutIndexLxn {
    padding: 2.75% 0% 5.83% 0%;
  }
}
.aboutIndexLxn {
  width: 1060px;
}
@media screen and (max-width: 1200px) {
  .aboutIndexLxn {
    width: 88.33%;
  }
}
.aboutIndexLxn {
  background: #fff;
  border-radius: 24px;
  /* CSS3草案 */
  -webkit-border-radius: 24px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 24px;
  /* Firefox用 */
  border: 5px solid #3152e0;
}
@media screen and (max-width: 767px) {
  .aboutIndexLxn {
    margin-top: -35.34%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 3% 0% 7.2% 0%;
    width: 335px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 2px solid #3152e0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .aboutIndexLxn {
    width: 89.33%;
  }
}

.iconAboutIndexLeft {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconAboutIndexLeft {
    width: 1.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconAboutIndexLeft {
    top: 9px;
    left: 9px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconAboutIndexLeft {
    width: 2.38%;
  }
}

.iconAboutIndexRight {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconAboutIndexRight {
    width: 1.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconAboutIndexRight {
    top: 9px;
    right: 9px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconAboutIndexRight {
    width: 2.38%;
  }
}

.bnrIndexAbout {
  width: 875px;
}
@media screen and (max-width: 1200px) {
  .bnrIndexAbout {
    width: 84.13%;
  }
}
.bnrIndexAbout {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bnrIndexAbout {
    width: 90.22%;
  }
}

.txtIndexAbout {
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtIndexAbout {
    margin-top: 2.78%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtIndexAbout {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .txtIndexAbout {
    font-size: 2.3333333333vw;
  }
}
.txtIndexAbout {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtIndexAbout {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexAbout {
    font-size: 3.7333333333vw;
  }
}

.youtubeIndexAbout {
  margin-top: 94px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .youtubeIndexAbout {
    margin-top: 8.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .youtubeIndexAbout {
    margin-top: 10.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.youtubeIndexAboutLxn {
  width: 840px;
}
@media screen and (max-width: 1200px) {
  .youtubeIndexAboutLxn {
    width: 80%;
  }
}
.youtubeIndexAboutLxn {
  border-radius: 14px;
  /* CSS3草案 */
  -webkit-border-radius: 14px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 14px;
  /* Firefox用 */
  position: relative;
  aspect-ratio: 840/472;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .youtubeIndexAboutLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.youtubeIndexAboutLxn {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .youtubeIndexAboutLxn {
    width: 299px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 299/168;
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .youtubeIndexAboutLxn {
    width: 90.6%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .youtubeIndexAboutLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.youtubeIndexAboutLxn iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.txtYoutubeIndexAbout {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtYoutubeIndexAbout {
    margin-top: 1.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtYoutubeIndexAbout {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtYoutubeIndexAbout {
    font-size: 1.3333333333vw;
  }
}
.txtYoutubeIndexAbout {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtYoutubeIndexAbout {
    margin-top: 4.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtYoutubeIndexAbout {
    font-size: 2.6666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.periodIndex {
  margin-top: 115px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .periodIndex {
    margin-top: 5.98%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .periodIndex {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .periodIndex {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.periodIndexLxn {
  width: 818.51px;
}
@media screen and (max-width: 1200px) {
  .periodIndexLxn {
    width: 68.2%;
  }
}
.periodIndexLxn {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .periodIndexLxn {
    width: 305px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .periodIndexLxn {
    width: 81.33%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
@media screen and (max-width: 767px) {
  .picIndexFvBtmWap {
    width: 335px;
    margin: 10.8% auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picIndexFvBtmWap {
    width: 89.33%;
  }
}

.picIndexFvBtm {
  margin-top: 42px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .picIndexFvBtm {
    margin-top: 3.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.picIndexFvBtm {
  width: 1107px;
}
@media screen and (max-width: 1200px) {
  .picIndexFvBtm {
    width: 92.25%;
  }
}
@media screen and (max-width: 767px) {
  .picIndexFvBtm {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 286.53px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picIndexFvBtm {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picIndexFvBtm {
    width: 85.53%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.cntTopPage {
  padding-top: 100px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .cntTopPage {
    padding: 5.2% 0% 0% 0%;
  }
}
.cntTopPage {
  margin-top: -50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .cntTopPage {
    margin-top: -2.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .cntTopPage {
    padding-top: 56px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: -4% auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntTopPage {
    padding: 14.93% 0% 0% 0%;
  }
}

.howtoUseIndexWap {
  margin-top: 99px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .howtoUseIndexWap {
    margin-top: 5.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .howtoUseIndexWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .howtoUseIndexWap {
    width: 89.33%;
  }
}

.secHowToUse {
  position: relative;
  margin-top: -50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secHowToUse {
    margin-top: -4.17%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secHowToUse {
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secHowToUse {
    padding: 1.83% 0% 1.66% 0%;
  }
}
.secHowToUse {
  background: #fff;
  border-radius: 24px;
  /* CSS3草案 */
  -webkit-border-radius: 24px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 24px;
  /* Firefox用 */
  border: 5px solid #3152e0;
}
@media screen and (max-width: 767px) {
  .secHowToUse {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 4% 0% 4% 0%;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 2px solid #3152e0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secHowToUse {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.iconSecHowToUseLeft {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconSecHowToUseLeft {
    width: 1.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconSecHowToUseLeft {
    top: 8px;
    left: 8px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconSecHowToUseLeft {
    width: 2.38%;
  }
}

.iconSecHowToUseRight {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconSecHowToUseRight {
    width: 1.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconSecHowToUseRight {
    top: 8px;
    right: 8px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconSecHowToUseRight {
    width: 2.38%;
  }
}

.h2HowtoUseIndex {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h2HowtoUseIndex {
    font-size: 1.3333333333vw;
  }
}
.h2HowtoUseIndex {
  line-height: 150%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .h2HowtoUseIndex {
    line-height: 150%;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2HowtoUseIndex {
    font-size: 2.6666666667vw;
  }
}

.txtHowtoUseIndex {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtHowtoUseIndex {
    margin-top: 0.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtHowtoUseIndex {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .txtHowtoUseIndex {
    font-size: 2.3333333333vw;
  }
}
.txtHowtoUseIndex {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtHowtoUseIndex {
    margin-top: 0.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtHowtoUseIndex {
    font-size: 4.2666666667vw;
  }
}

.ulHowToUse {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulHowToUse {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulHowToUse {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulHowToUse {
    margin-top: 5.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liHowToUse {
  padding-top: 30px;
  padding-bottom: 33px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liHowToUse {
    padding: 2.5% 0% 2.75% 0%;
  }
}
.liHowToUse {
  width: 580px;
}
@media screen and (max-width: 1200px) {
  .liHowToUse {
    width: 48.33%;
  }
}
.liHowToUse {
  position: relative;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .liHowToUse {
    padding: 6% 0% 6.97% 0%;
    width: 100%;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  .liHowToUse:nth-child(n+2) {
    margin: 5% auto 0 auto;
  }
}

.iconLiHowToUse01 {
  width: 93px;
}
@media screen and (max-width: 1200px) {
  .iconLiHowToUse01 {
    width: 16.03%;
  }
}
.iconLiHowToUse01 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .iconLiHowToUse01 {
    width: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconLiHowToUse01 {
    width: 17.91%;
  }
}

.h3LiHowToUse {
  width: 388px;
}
@media screen and (max-width: 1200px) {
  .h3LiHowToUse {
    width: 66.89%;
  }
}
.h3LiHowToUse {
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  margin: auto;
  aspect-ratio: 388/60;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h3LiHowToUse {
    font-size: 2vw;
  }
}
.h3LiHowToUse {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3LiHowToUse {
    width: 275px;
    aspect-ratio: 275/45;
    line-height: 105%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3LiHowToUse {
    width: 82.08%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3LiHowToUse {
    font-size: 5.3333333333vw;
  }
}

.olLiHowToUse {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .olLiHowToUse {
    margin-top: 3.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.olLiHowToUse {
  width: 382px;
}
@media screen and (max-width: 1200px) {
  .olLiHowToUse {
    width: 65.86%;
  }
}
@media screen and (max-width: 767px) {
  .olLiHowToUse {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 81.08%;
  }
}

.liOlHowToUse:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liOlHowToUse:nth-child(n+2) {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liOlHowToUse:nth-child(n+2) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liOlHowToUse:nth-child(n+2) {
    margin: 0% 0% 0% 0%;
  }
}

.dottoOlHowToUse {
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .dottoOlHowToUse {
    width: 6.28%;
  }
}
.dottoOlHowToUse {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .dottoOlHowToUse {
    font-size: 1.5vw;
  }
}
.dottoOlHowToUse {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .dottoOlHowToUse {
    width: 5.63%;
    line-height: 170%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dottoOlHowToUse {
    font-size: 3.2vw;
  }
}

.txtOlHowToUse {
  width: 358px;
}
@media screen and (max-width: 1200px) {
  .txtOlHowToUse {
    width: 93.71%;
  }
}
.txtOlHowToUse {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .txtOlHowToUse {
    font-size: 1.5vw;
  }
}
.txtOlHowToUse {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtOlHowToUse {
    width: 93.36%;
    line-height: 170%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtOlHowToUse {
    font-size: 3.2vw;
  }
}

.btnOlHowToUseLxn {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btnOlHowToUseLxn {
    margin-top: 3.27%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.btnOlHowToUseLxn {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .btnOlHowToUseLxn {
    width: 51.72%;
  }
}
@media screen and (max-width: 767px) {
  .btnOlHowToUseLxn {
    margin-top: 4.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 191px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnOlHowToUseLxn {
    width: 57.01%;
  }
}

.btnOlHowToUse {
  align-items: center;
  aspect-ratio: 300/56;
  border-radius: 140px;
  /* CSS3草案 */
  -webkit-border-radius: 140px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 140px;
  /* Firefox用 */
  background-color: #f5f5f5;
  background-image: url(../img/txtBtnFooterContact.svg);
  background-position: 93% center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 0px #c3c3c3;
  transition-duration: 0.5s;
  border: none;
  color: #242424;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btnOlHowToUse {
    aspect-ratio: 191/44;
    box-shadow: 0px 5px 0px #c3c3c3;
    background-position: 95% center;
  }
}
.btnOlHowToUse:hover {
  box-shadow: 0px 0px 0px #c3c3c3;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .btnOlHowToUse:hover {
    transform: translateY(5px);
  }
}

.txtBtnOlHowToUse {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtBtnOlHowToUse {
    font-size: 1.3333333333vw;
  }
}
.txtBtnOlHowToUse {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtnOlHowToUse {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnOlHowToUse {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexOverView {
  margin-top: 150px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexOverView {
    margin-top: 7.81%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexOverView {
    margin-top: 22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexOverView {
    width: 89.33%;
  }
}

.indexOverViewLxn {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexOverViewLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.indexOverViewLxn {
  padding-top: 0px;
  padding-bottom: 56px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexOverViewLxn {
    padding: 0% 0% 4.66% 0%;
  }
}
.indexOverViewLxn {
  background: #fff;
  border-radius: 24px;
  /* CSS3草案 */
  -webkit-border-radius: 24px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 24px;
  /* Firefox用 */
  border: 5px solid #3152e0;
}
@media screen and (max-width: 767px) {
  .indexOverViewLxn {
    padding: 0% 0% 8.2% 0%;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 2px solid #3152e0;
  }
}

.iconIndexOverViewLeft {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconIndexOverViewLeft {
    width: 1.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconIndexOverViewLeft {
    top: 8px;
    left: 8px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconIndexOverViewLeft {
    width: 2.38%;
  }
}

.iconIndexOverViewRight {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconIndexOverViewRight {
    width: 1.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconIndexOverViewRight {
    top: 8px;
    right: 8px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconIndexOverViewRight {
    width: 2.38%;
  }
}

.secIndexOverView {
  transform: translateY(-34px);
  margin: auto;
  padding-top: 22px;
  padding-bottom: 31px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secIndexOverView {
    padding: 1.83% 0% 2.58% 0%;
  }
}
.secIndexOverView {
  width: 575px;
}
@media screen and (max-width: 1200px) {
  .secIndexOverView {
    width: 47.91%;
  }
}
.secIndexOverView {
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .secIndexOverView {
    transform: translateY(-23px);
    padding: 4.97% 0% 4.97% 0%;
    width: 259px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexOverView {
    width: 77.31%;
  }
}

.h2IndexOverView {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h2IndexOverView {
    font-size: 1.3333333333vw;
  }
}
.h2IndexOverView {
  line-height: 150%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .h2IndexOverView {
    line-height: 150%;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexOverView {
    font-size: 2.6666666667vw;
  }
}

.txtIndexOverView {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtIndexOverView {
    margin-top: 1.56%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtIndexOverView {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .txtIndexOverView {
    font-size: 2.3333333333vw;
  }
}
.txtIndexOverView {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtIndexOverView {
    margin-top: 0.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexOverView {
    font-size: 4.2666666667vw;
  }
}

.tableIndexOverView {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .tableIndexOverView {
    margin-top: 2.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tableIndexOverView {
  width: 1080px;
}
@media screen and (max-width: 1200px) {
  .tableIndexOverView {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .tableIndexOverView {
    margin-top: 1.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 299px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tableIndexOverView {
    width: 89.25%;
  }
}

.liIndexOverView {
  border-top: 1px solid #c3c3c3;
  flex-flow: row wrap;
}
.liIndexOverView:last-child {
  border-bottom: 1px solid #c3c3c3;
}

.h3IndexOverView {
  padding-top: 17px;
  padding-bottom: 19px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h3IndexOverView {
    padding: 1.57% 0% 1.75% 0%;
  }
}
.h3IndexOverView {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .h3IndexOverView {
    width: 14.81%;
  }
}
.h3IndexOverView {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h3IndexOverView {
    font-size: 1.3333333333vw;
  }
}
.h3IndexOverView {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3IndexOverView {
    padding: 4% 0% 0% 0%;
    width: 100%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3IndexOverView {
    font-size: 3.7333333333vw;
  }
}

.cntIndexOverView {
  padding-top: 17px;
  padding-bottom: 19px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .cntIndexOverView {
    padding: 1.57% 2.77% 1.75% 2.77%;
  }
}
.cntIndexOverView {
  width: 920px;
}
@media screen and (max-width: 1200px) {
  .cntIndexOverView {
    width: 85.18%;
  }
}
@media screen and (max-width: 767px) {
  .cntIndexOverView {
    width: 100%;
    margin: 2.07% 0% 0% 0%;
    padding: 0% 0% 4.8% 0%;
  }
}

.cntIndexOverView h4 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .cntIndexOverView h4 {
    font-size: 1.3333333333vw;
  }
}
.cntIndexOverView h4 {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .cntIndexOverView h4 {
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntIndexOverView h4 {
    font-size: 3.4666666667vw;
  }
}

.cntIndexOverView p {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .cntIndexOverView p {
    font-size: 1.1666666667vw;
  }
}
.cntIndexOverView p {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .cntIndexOverView p {
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntIndexOverView p {
    font-size: 2.9333333333vw;
  }
}

.cntIndexOverView h4 + p {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .cntIndexOverView h4 + p {
    margin: 0.84% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cntIndexOverView h4 + p {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntIndexOverView h4 + p {
    margin: 2.38% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexPrecautions {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexPrecautions {
    margin-top: 3.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexPrecautions {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPrecautions {
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.indexPrecautionsWap {
  padding-top: 33px;
  padding-bottom: 34px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexPrecautionsWap {
    padding: 1.71% 0% 1.77% 0%;
  }
}
.indexPrecautionsWap {
  border-radius: 0px;
  /* CSS3草案 */
  -webkit-border-radius: 0px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .indexPrecautionsWap {
    padding: 2.5% 0% 4% 0%;
    margin: auto;
    width: 335px;
    border-radius: 0px;
    /* CSS3草案 */
    -webkit-border-radius: 0px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexPrecautionsWap {
    width: 89.33%;
  }
}

.secIndexPrecautions {
  width: 1120px;
}
@media screen and (max-width: 1200px) {
  .secIndexPrecautions {
    width: 93.33%;
  }
}
.secIndexPrecautions {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secIndexPrecautions {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexPrecautions {
    width: 90.44%;
  }
}

.h2IndexPrecautions {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h2IndexPrecautions {
    font-size: 1.6666666667vw;
  }
}
.h2IndexPrecautions {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2IndexPrecautions {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexPrecautions {
    font-size: 4.2666666667vw;
  }
}

.ulIndexPrecautions {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulIndexPrecautions {
    margin-top: 2.05%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulIndexPrecautions {
    margin-top: 2.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .liIndexPrecautions {
    margin: 0.5% 0 0 0;
  }
}

.dottoIndexPrecautions {
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .dottoIndexPrecautions {
    width: 1.78%;
  }
}
.dottoIndexPrecautions {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .dottoIndexPrecautions {
    font-size: 1.25vw;
  }
}
.dottoIndexPrecautions {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .dottoIndexPrecautions {
    width: 6.28%;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dottoIndexPrecautions {
    font-size: 3.2vw;
  }
}

.mainIndexPrecautions {
  width: 1100px;
}
@media screen and (max-width: 1200px) {
  .mainIndexPrecautions {
    width: 98.21%;
  }
}
.mainIndexPrecautions {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .mainIndexPrecautions {
    font-size: 1.25vw;
  }
}
.mainIndexPrecautions {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .mainIndexPrecautions {
    width: 93%;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mainIndexPrecautions {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexNews {
  margin-top: 150px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexNews {
    margin-top: 7.81%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexNews {
    margin-top: 24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.indexNewsWap {
  position: relative;
  padding-top: 0px;
  padding-bottom: 66px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .indexNewsWap {
    padding: 0% 0% 3.43% 0%;
  }
}
.indexNewsWap {
  border-radius: 24px;
  /* CSS3草案 */
  -webkit-border-radius: 24px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 24px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .indexNewsWap {
    padding: 0% 0% 9.2% 0%;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexNewsWap {
    width: 89.33%;
  }
}

.secIndexNews {
  transform: translateY(-31px);
  margin: auto;
  padding-top: 23px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secIndexNews {
    padding: 1.91% 0% 1.83% 0%;
  }
}
.secIndexNews {
  width: 575px;
}
@media screen and (max-width: 1200px) {
  .secIndexNews {
    width: 47.91%;
  }
}
.secIndexNews {
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .secIndexNews {
    transform: translateY(-29px);
    padding: 4% 0% 4% 0%;
    width: 259px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secIndexNews {
    width: 77.31%;
  }
}

.h2IndexNews {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h2IndexNews {
    font-size: 1.3333333333vw;
  }
}
.h2IndexNews {
  line-height: 150%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .h2IndexNews {
    line-height: 150%;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexNews {
    font-size: 2.6666666667vw;
  }
}

.txtIndexNews {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtIndexNews {
    margin-top: 1.39%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtIndexNews {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .txtIndexNews {
    font-size: 2.3333333333vw;
  }
}
.txtIndexNews {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtIndexNews {
    margin-top: 1.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexNews {
    font-size: 4.2666666667vw;
  }
}

.indexNewsMain {
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .indexNewsMain {
    margin-top: 2.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.indexNewsMain {
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .indexNewsMain {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .indexNewsMain {
    margin-top: 0.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 299px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .indexNewsMain {
    width: 89.25%;
  }
}

.liIndexNewsMainCnt {
  border-top: 1px solid #c3c3c3;
}
.liIndexNewsMainCnt:last-child {
  border-bottom: 1px solid #c3c3c3;
}

.btnIndexNewsMainCnt {
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btnIndexNewsMainCnt {
    padding: 1.81% 0% 1.93% 0%;
  }
}
.btnIndexNewsMainCnt {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .btnIndexNewsMainCnt {
    padding: 5% 0% 3.5% 0%;
  }
}

.timeIndexNewsMainCnt {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .timeIndexNewsMainCnt {
    margin: 0% 3.4% 0% 0%;
  }
}
.timeIndexNewsMainCnt {
  width: 90px;
}
@media screen and (max-width: 1200px) {
  .timeIndexNewsMainCnt {
    width: 10.22%;
  }
}
.timeIndexNewsMainCnt {
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  aspect-ratio: 90/24;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .timeIndexNewsMainCnt {
    font-size: 1.0833333333vw;
  }
}
.timeIndexNewsMainCnt {
  line-height: 150%;
  letter-spacing: 0em;
  background: #3152e0;
}
@media screen and (max-width: 767px) {
  .timeIndexNewsMainCnt {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 20.15%;
    aspect-ratio: 61/19;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .timeIndexNewsMainCnt {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeIndexNewsMainCnt {
    font-size: 2.6666666667vw;
  }
}

.txtIndexNewsMainCnt {
  width: 760px;
}
@media screen and (max-width: 1200px) {
  .txtIndexNewsMainCnt {
    width: 86.36%;
  }
}
.txtIndexNewsMainCnt {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtIndexNewsMainCnt {
    font-size: 1.3333333333vw;
  }
}
.txtIndexNewsMainCnt {
  line-height: 150%;
  letter-spacing: 0em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .txtIndexNewsMainCnt {
    margin: 2.58% 0% 0% 0%;
    width: 335px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtIndexNewsMainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexNewsMainCnt {
    font-size: 4vw;
  }
}

.btnIndexNewsMainCnt:hover .txtIndexNewsMainCnt {
  text-decoration: underline;
}

.btnToNewsArchiveLxn {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btnToNewsArchiveLxn {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.btnToNewsArchiveLxn {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .btnToNewsArchiveLxn {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .btnToNewsArchiveLxn {
    margin-top: 9.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 88.5%;
  }
}

.btnToNewsArchive {
  align-items: center;
  aspect-ratio: 300/56;
  border-radius: 140px;
  /* CSS3草案 */
  -webkit-border-radius: 140px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 140px;
  /* Firefox用 */
  background-color: #f5f5f5;
  background-image: url(../img/txtBtnFooterContact.svg);
  background-position: 93% center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 0px #c3c3c3;
  transition-duration: 0.5s;
  border: none;
  color: #242424;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btnToNewsArchive {
    aspect-ratio: 263/45;
    box-shadow: 0px 5px 0px #c3c3c3;
    background-position: 92% center;
  }
}
.btnToNewsArchive:hover {
  box-shadow: 0px 0px 0px #c3c3c3;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .btnToNewsArchive:hover {
    transform: translateY(5px);
  }
}

.txtBtnToNewsArchive {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtBtnToNewsArchive {
    font-size: 1.3333333333vw;
  }
}
.txtBtnToNewsArchive {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtnToNewsArchive {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnToNewsArchive {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.picIndexLastLxn {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .picIndexLastLxn {
    margin-top: 3.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picIndexLastLxn {
    margin-top: 13.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picIndexLast {
  width: 677px;
}
@media screen and (max-width: 1200px) {
  .picIndexLast {
    width: 56.41%;
  }
}
.picIndexLast {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .picIndexLast {
    width: 336px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picIndexLast {
    width: 89.6%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secNewsFvTitle {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secNewsFvTitle {
    padding: 2.08% 0% 2.08% 0%;
  }
}
.secNewsFvTitle {
  background: url(../img/secNewsFvTitlePc.png) no-repeat center top;
  background-size: cover;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .secNewsFvTitle {
    padding: 5.13% 0% 5.5% 0%;
    background: url(../img/secNewsFvTitleSp.png) no-repeat center top;
    background-size: cover;
  }
}

.htxtNewsFvTitle {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .htxtNewsFvTitle {
    font-size: 1.3333333333vw;
  }
}
.htxtNewsFvTitle {
  line-height: 150%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .htxtNewsFvTitle {
    line-height: 150%;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .htxtNewsFvTitle {
    font-size: 3.2vw;
  }
}

.h1NewsFvTitle {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .h1NewsFvTitle {
    margin-top: 0.05%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h1NewsFvTitle {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h1NewsFvTitle {
    font-size: 2.3333333333vw;
  }
}
.h1NewsFvTitle {
  line-height: 150%;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .h1NewsFvTitle {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1NewsFvTitle {
    font-size: 4.8vw;
  }
}

.brdNewsFvTitle {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.breadcrumb_list {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .breadcrumb_list {
    margin-top: 0.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumb_list {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .breadcrumb_list {
    gap: 0.66%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_list {
    display: none;
  }
}
.breadcrumb_list a,
.breadcrumb_list span {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .breadcrumb_list a,
  .breadcrumb_list span {
    font-size: 1vw;
  }
}
.breadcrumb_list a,
.breadcrumb_list span {
  line-height: 150%;
  letter-spacing: 0em;
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.newsCatMain {
  margin-top: 96px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .newsCatMain {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .newsCatMain {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .newsCatMain {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.sidebarNewsCat {
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .sidebarNewsCat {
    width: 20.83%;
  }
}
@media screen and (max-width: 767px) {
  .sidebarNewsCat {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .sidebarNewsCat {
    width: 89.33%;
  }
}

@media screen and (max-width: 767px) {
  .ulSidebarNewsCat {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .liSidebarNewsCat {
    width: 163px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liSidebarNewsCat {
    width: 48.65%;
  }
}
.liSidebarNewsCat:nth-child(n+2) {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liSidebarNewsCat:nth-child(n+2) {
    margin: 4.8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liSidebarNewsCat:nth-child(n+2) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liSidebarNewsCat:nth-child(n+2) {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liSidebarNewsCat:nth-child(n+3) {
    margin: 3% 0% 0% 0%;
  }
}

.btnSidebarNewsCat {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btnSidebarNewsCat {
    padding: 0% 0% 0% 6.4%;
  }
}
.btnSidebarNewsCat {
  text-decoration: none;
  aspect-ratio: 250/52;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background-image: url(../img/txtSidebarNewsCat.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btnSidebarNewsCat {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    aspect-ratio: 163/40;
    background-image: url(../img/txtSidebarNewsCat.svg);
    background-repeat: no-repeat;
    background-position: 93% center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnSidebarNewsCat {
    padding: 0% 0% 0% 6.13%;
  }
}
.btnSidebarNewsCat:hover {
  background-image: url(../img/txtSidebarNewsCatOn.svg);
  background-color: #c3c3c3;
}
.btnSidebarNewsCat:hover .txtSidebarNewsCat {
  color: #fff;
}

.txtSidebarNewsCat {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtSidebarNewsCat {
    font-size: 1.3333333333vw;
  }
}
.txtSidebarNewsCat {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtSidebarNewsCat {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtSidebarNewsCat {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.newsMainCnt {
  width: 880px;
}
@media screen and (max-width: 1200px) {
  .newsMainCnt {
    width: 73.33%;
  }
}
.newsMainCnt {
  margin: -0.5% 0 0 0;
}
@media screen and (max-width: 767px) {
  .newsMainCnt {
    margin-top: 14.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .newsMainCnt {
    width: 89.33%;
  }
}

.liNewsMainCnt {
  border-top: 1px solid #c3c3c3;
}
.liNewsMainCnt:last-child {
  border-bottom: 1px solid #c3c3c3;
}

.btnNewsMainCnt {
  padding-top: 16px;
  padding-bottom: 17.15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btnNewsMainCnt {
    padding: 1.81% 0% 1.94% 0%;
  }
}
.btnNewsMainCnt {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .btnNewsMainCnt {
    padding: 4.77% 0% 3% 0%;
  }
}

.timeBtnNewsMainCnt {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .timeBtnNewsMainCnt {
    margin: 0% 3.4% 0% 0%;
  }
}
.timeBtnNewsMainCnt {
  width: 90px;
}
@media screen and (max-width: 1200px) {
  .timeBtnNewsMainCnt {
    width: 10.22%;
  }
}
.timeBtnNewsMainCnt {
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  aspect-ratio: 90/24;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .timeBtnNewsMainCnt {
    font-size: 1.0833333333vw;
  }
}
.timeBtnNewsMainCnt {
  line-height: 150%;
  letter-spacing: 0em;
  background: #3152e0;
}
@media screen and (max-width: 767px) {
  .timeBtnNewsMainCnt {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 61px;
    aspect-ratio: 61/19;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .timeBtnNewsMainCnt {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .timeBtnNewsMainCnt {
    width: 18.15%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeBtnNewsMainCnt {
    font-size: 2.6666666667vw;
  }
}

.txtBtnNewsMainCnt {
  width: 760px;
}
@media screen and (max-width: 1200px) {
  .txtBtnNewsMainCnt {
    width: 86.36%;
  }
}
.txtBtnNewsMainCnt {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtBtnNewsMainCnt {
    font-size: 1.3333333333vw;
  }
}
.txtBtnNewsMainCnt {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtnNewsMainCnt {
    margin: 1.58% 0% 0% 0%;
    width: 335px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtBtnNewsMainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnNewsMainCnt {
    font-size: 4vw;
  }
}

.pagerNewsLoop {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .pagerNewsLoop {
    margin-top: 11.36%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .pagerNewsLoop {
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .pagerNewsLoop {
    margin-top: 17.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi {
    gap: 1.13%;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    justify-content: center;
    width: 100%;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .wp-pagenavi {
    gap: 2.38%;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 50px;
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 5.68%;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  aspect-ratio: 50/34;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.1666666667vw;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  line-height: 1;
  letter-spacing: 0.05em;
  background: unset;
  color: #242424;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  text-decoration: none;
  background: #e8ebec;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    line-height: 1;
    letter-spacing: 0em;
    width: 40px;
    aspect-ratio: 40/34;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 11.94%;
  }
}
.wp-pagenavi .current {
  background: #7ab2d5;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: unset;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 1.3333333333vw;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 3.7333333333vw;
  }
}
.wp-pagenavi .previouspostslink {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi .previouspostslink {
    margin: 0% 1.13% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin: 0% 0.8% 0% 0;
  }
}
.wp-pagenavi .nextpostslink {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi .nextpostslink {
    margin: 0% 0% 0% 1.13%;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin: 0% 0% 0% 0.8%;
  }
}
.wp-pagenavi .last {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 60px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi .last {
    margin: 0% 0% 0% 5%;
  }
}
.wp-pagenavi .last {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .last {
    margin: 0% 0% 0% 14.2%;
  }
}
.wp-pagenavi .last:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: -120%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #dbe0e1;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .last:before {
    left: -120%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footerContact {
  margin-top: 128px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .footerContact {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footerContact {
  padding-top: 69px;
  padding-bottom: 38px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .footerContact {
    padding: 3.59% 0% 1.97% 0%;
  }
}
.footerContact {
  background: #3152e0;
}
@media screen and (max-width: 767px) {
  .footerContact {
    margin-top: 28.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 12.33% 0% 12.33% 0%;
  }
}

.underMargiNnone + .footerContact {
  margin: 0 auto;
}

.h2FooterContact {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h2FooterContact {
    font-size: 1.3333333333vw;
  }
}
.h2FooterContact {
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .h2FooterContact {
    line-height: 150%;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2FooterContact {
    font-size: 3.2vw;
  }
}

.h3FooterContact {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .h3FooterContact {
    margin-top: 0.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3FooterContact {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h3FooterContact {
    font-size: 2.3333333333vw;
  }
}
.h3FooterContact {
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .h3FooterContact {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3FooterContact {
    font-size: 6.4vw;
  }
}

.brdFooterContact {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdFooterContact {
    margin-top: 0.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.brdFooterContact {
  aspect-ratio: 204/1;
  width: 204px;
}
@media screen and (max-width: 1200px) {
  .brdFooterContact {
    width: 17%;
  }
}
@media screen and (max-width: 767px) {
  .brdFooterContact {
    margin-top: 1.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 145px;
    aspect-ratio: 145/1;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .brdFooterContact {
    width: 38.66%;
  }
}

.txtFooterContact {
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtFooterContact {
    margin-top: 2.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtFooterContact {
  font-size: 19px;
}
@media screen and (max-width: 1200px) {
  .txtFooterContact {
    font-size: 1.5833333333vw;
  }
}
.txtFooterContact {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtFooterContact {
    margin-top: 11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFooterContact {
    font-size: 4.2666666667vw;
  }
}

.h4FooterContact {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .h4FooterContact {
    margin-top: 1.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h4FooterContact {
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .h4FooterContact {
    width: 22.5%;
  }
}
.h4FooterContact {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h4FooterContact {
    font-size: 2vw;
  }
}
.h4FooterContact {
  line-height: 150%;
  letter-spacing: 0em;
  aspect-ratio: 270/42;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .h4FooterContact {
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 235px;
    line-height: 150%;
    letter-spacing: 0em;
    aspect-ratio: 235/40;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h4FooterContact {
    width: 62.66%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4FooterContact {
    font-size: 5.3333333333vw;
  }
}

.telFooterContact {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .telFooterContact {
    margin-top: 0.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.telFooterContact {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .telFooterContact {
    font-size: 4vw;
  }
}
.telFooterContact {
  line-height: 150%;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .telFooterContact {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 140%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .telFooterContact {
    font-size: 9.6vw;
  }
}

.timeFooterContact {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .timeFooterContact {
    margin-top: 0.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.timeFooterContact {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .timeFooterContact {
    font-size: 1.3333333333vw;
  }
}
.timeFooterContact {
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .timeFooterContact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .timeFooterContact {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeFooterContact {
    font-size: 3.7333333333vw;
  }
}

.kikanFooterContact {
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .kikanFooterContact {
    margin-top: 2.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.kikanFooterContact {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .kikanFooterContact {
    font-size: 1.6666666667vw;
  }
}
.kikanFooterContact {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .kikanFooterContact {
    margin-top: 3.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .kikanFooterContact {
    font-size: 3.7333333333vw;
  }
}

.btnFooterContactLxn {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btnFooterContactLxn {
    margin-top: 2.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.btnFooterContactLxn {
  width: 320px;
}
@media screen and (max-width: 1200px) {
  .btnFooterContactLxn {
    width: 26.66%;
  }
}
@media screen and (max-width: 767px) {
  .btnFooterContactLxn {
    margin-top: 11.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnFooterContactLxn {
    width: 78.66%;
  }
}

.btnFooterContact {
  aspect-ratio: 320/64;
  background: #f5f5f5;
  border-radius: 140px;
  /* CSS3草案 */
  -webkit-border-radius: 140px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 140px;
  /* Firefox用 */
  box-shadow: 0px 6px 0px #cbcbcb;
  transition: 0.3s;
  display: flex;
  text-decoration: none;
  background-image: url(../img/txtBtnFooterContact.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 60%;
}
@media screen and (max-width: 767px) {
  .btnFooterContact {
    aspect-ratio: 295/64;
    background-position: 97% center;
    background-size: auto 40%;
  }
}
.btnFooterContact:hover {
  box-shadow: 0px 0px 0px #cbcbcb;
  transform: translateY(4px);
}

.txtBtnFooterContact {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .txtBtnFooterContact {
    font-size: 1.6666666667vw;
  }
}
.txtBtnFooterContact {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtnFooterContact {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnFooterContact {
    font-size: 4.2666666667vw;
  }
}

.footerPrivacy {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .footerPrivacy {
    margin-top: 1.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footerPrivacy {
    margin-top: 8.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnFooterPrivacy {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .btnFooterPrivacy {
    font-size: 1.1666666667vw;
  }
}
.btnFooterPrivacy {
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
  width: fit-content;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btnFooterPrivacy {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnFooterPrivacy {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.navFooterPc {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .navFooterPc {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.navFooterPc {
  padding-top: 19px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .navFooterPc {
    padding: 0.98% 0% 1.14% 0%;
  }
}
.navFooterPc {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .navFooterPc {
    margin-top: 106px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .navFooterPc {
    margin: 28.26% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .navFooterPc {
    padding: 13.33% 0% 13.33% 0%;
  }
}

.navFooterPcWap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.listItemFooterPc {
  list-style: none;
  border-right: 1px solid #fff;
  flex: 0 0 auto;
}
.listItemFooterPc:last-child {
  border: none;
}

.listItemFooterPc a {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .listItemFooterPc a {
    font-size: 1.3333333333vw;
  }
}
.listItemFooterPc a {
  line-height: 110%;
  letter-spacing: 0em;
  padding: 0 1.7rem;
  width: fit-content;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .listItemFooterPc a {
    font-size: 1.3333333333vw;
  }
}
.listItemFooterPc a {
  line-height: 150%;
  letter-spacing: 0em;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .listItemFooterPc a {
    padding: 0 1rem;
  }
}

.pcFvIndex {
  width: 141px;
  position: fixed;
  z-index: 8;
  right: 0;
  top: 42%;
}
@media screen and (max-width: 1200px) {
  .pcFvIndex {
    width: 141px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .pcFvIndex {
    width: 11.75%;
  }
}

.appInfoIndexPc {
  padding-top: 12px;
  padding-bottom: 9px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .appInfoIndexPc {
    padding: 8.51% 0% 6.38% 0%;
  }
}
.appInfoIndexPc {
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.secFvIndex {
  width: 124px;
}
@media screen and (max-width: 1200px) {
  .secFvIndex {
    width: 87.94%;
  }
}
.secFvIndex {
  margin: auto;
}

.h2FvIndex {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .h2FvIndex {
    font-size: 1.0833333333vw;
  }
}
.h2FvIndex {
  line-height: 1.2307692308;
}
.h2FvIndex::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.h2FvIndex::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.h2FvIndex {
  letter-spacing: 0em;
}

.txtFvIndex {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtFvIndex {
    margin-top: 5.64%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtFvIndex {
  font-size: 11px;
}
@media screen and (max-width: 1200px) {
  .txtFvIndex {
    font-size: 0.9166666667vw;
  }
}
.txtFvIndex {
  line-height: 1.1818181818;
}
.txtFvIndex::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1818181818) * 0.5em);
  content: "";
}
.txtFvIndex::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1818181818) * 0.5em);
  content: "";
}
.txtFvIndex {
  letter-spacing: 0em;
}

.ulFvIndex {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulFvIndex {
    margin-top: 7.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ulFvIndex {
  width: 124px;
}
@media screen and (max-width: 1200px) {
  .ulFvIndex {
    width: 87.94%;
  }
}

.liFvIndex {
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liFvIndex {
    padding: 8.06% 0% 11.29% 0%;
  }
}
.liFvIndex {
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
}
.liFvIndex:nth-child(n+2) {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .liFvIndex:nth-child(n+2) {
    margin-top: 5.64%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3FvIndex {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .h3FvIndex {
    font-size: 1.1666666667vw;
  }
}
.h3FvIndex {
  line-height: 1.2142857143;
}
.h3FvIndex::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2142857143) * 0.5em);
  content: "";
}
.h3FvIndex::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2142857143) * 0.5em);
  content: "";
}
.h3FvIndex {
  letter-spacing: 0em;
}

.picFvIndex {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .picFvIndex {
    margin-top: 8.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.picFvIndex {
  width: 76px;
}
@media screen and (max-width: 1200px) {
  .picFvIndex {
    width: 61.29%;
  }
}

.btnToTop {
  width: 96px;
  position: fixed;
  z-index: 8;
  right: 1.3%;
  bottom: 4.5%;
}
@media screen and (max-width: 1200px) {
  .btnToTop {
    width: 96px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .btnToTop {
    width: 8%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.copy {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .copy {
    padding: 0.41% 0% 0.41% 0%;
  }
}
.copy {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .copy {
    font-size: 1vw;
  }
}
.copy {
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 4% 0% 5% 0%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 2.6666666667vw;
  }
}

.spStacFooter {
  position: sticky;
  bottom: 0;
  width: 100%;
}

.ulSpStacFooter {
  justify-content: space-between;
}

.liSpStacFoote {
  width: 33%;
  border-right: 1px solid #fff;
}
.liSpStacFoote:last-child {
  border: none;
}

@media screen and (max-width: 767px) {
  .btnSpStacFooter {
    font-size: 2.6666666667vw;
  }
}
.btnSpStacFooter {
  line-height: 150%;
  letter-spacing: 0em;
  aspect-ratio: 124/50;
}

.btnSpStacFooterFx {
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .btnSpStacFooterFx {
    width: 80.64%;
  }
}
.btnSpStacFooterFx {
  margin: auto;
}

.iconbtnSpStacFooterFx {
  width: 22.35%;
}

.txtBtnSpStacFooterFx {
  width: 67.22%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .txtBtnSpStacFooterFx {
    font-size: 2.9333333333vw;
  }
}
.txtBtnSpStacFooterFx {
  line-height: 131%;
  letter-spacing: 0em;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.newsCatMainSidebar {
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .newsCatMainSidebar {
    width: 20.83%;
  }
}
@media screen and (max-width: 767px) {
  .newsCatMainSidebar {
    width: 89.66%;
    margin: auto;
  }
}

.newsCatMainSidebar .sidebarNewsCat {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.navOtherNews {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .navOtherNews {
    margin: 4.8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .navOtherNews {
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.titleNavOtherNews {
  aspect-ratio: 250/52;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .titleNavOtherNews {
    aspect-ratio: 355/40;
  }
}

.h2TitleNavOtherNews {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h2TitleNavOtherNews {
    font-size: 1.3333333333vw;
  }
}
.h2TitleNavOtherNews {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2TitleNavOtherNews {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleNavOtherNews {
    font-size: 3.4666666667vw;
  }
}

.iconTitleNavOtherNews {
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .iconTitleNavOtherNews {
    right: 2.8%;
    width: 24px;
  }
}

.iconTitleNavOtherNews .off {
  display: block;
}
.iconTitleNavOtherNews .on {
  display: none;
}

.iconTitleNavOtherNews.on .off {
  display: none;
}
.iconTitleNavOtherNews.on .on {
  display: block;
}

.ulNavOtherNews {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .ulNavOtherNews {
    margin: 6.4% 0% 0% 0%;
  }
}
.ulNavOtherNews {
  display: none;
}
@media screen and (max-width: 767px) {
  .ulNavOtherNews {
    margin: 3.5% 0% 0% 0%;
  }
}

.liNavOtherNews {
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 767px) {
  .liNavOtherNews:first-child a {
    margin: 0 0 0;
  }
}

.btnNavOtherNews {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btnNavOtherNews {
    margin: 6.4% 0% 0% 0%;
  }
}
.btnNavOtherNews {
  padding-top: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .btnNavOtherNews {
    padding: 0% 0% 6.4% 0%;
  }
}
.btnNavOtherNews {
  display: block;
}
@media screen and (max-width: 767px) {
  .btnNavOtherNews {
    margin: 2.5% 0% 0% 0%;
    padding: 0% 0% 3.5% 0%;
  }
}

.timeNavOtherNews {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .timeNavOtherNews {
    font-size: 1vw;
  }
}
.timeNavOtherNews {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .timeNavOtherNews {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeNavOtherNews {
    font-size: 3.2vw;
  }
}

.titleNavOtherNewsIn {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .titleNavOtherNewsIn {
    margin: 4.8% 0% 0% 0%;
  }
}
.titleNavOtherNewsIn {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .titleNavOtherNewsIn {
    font-size: 1.0833333333vw;
  }
}
.titleNavOtherNewsIn {
  line-height: 150%;
  letter-spacing: 0em;
  border: none;
}
@media screen and (max-width: 767px) {
  .titleNavOtherNewsIn {
    margin: 0.38% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .titleNavOtherNewsIn {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.timeNewsMainSingle {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .timeNewsMainSingle {
    font-size: 1.0833333333vw;
  }
}
.timeNewsMainSingle {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .timeNewsMainSingle {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeNewsMainSingle {
    font-size: 3.2vw;
  }
}

.h1NewsMainSingle {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h1NewsMainSingle {
    margin: 1.7% 0% 0% 0%;
  }
}
.h1NewsMainSingle {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h1NewsMainSingle {
    font-size: 2vw;
  }
}
.h1NewsMainSingle {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h1NewsMainSingle {
    margin: 4.35% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1NewsMainSingle {
    font-size: 5.3333333333vw;
  }
}

.cntNewsMainSingle {
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .cntNewsMainSingle {
    margin: 5.11% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cntNewsMainSingle {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntNewsMainSingle {
    margin: 11.94% 0% 0% 0%;
  }
}

.cntNewsMainSingle p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .cntNewsMainSingle p {
    font-size: 1.3333333333vw;
  }
}
.cntNewsMainSingle p {
  line-height: 177%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .cntNewsMainSingle p {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntNewsMainSingle p {
    font-size: 3.4666666667vw;
  }
}
.cntNewsMainSingle p + p {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .cntNewsMainSingle p + p {
    margin: 3.4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cntNewsMainSingle p + p {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntNewsMainSingle p + p {
    margin: 2.98% 0% 0% 0%;
  }
}
.cntNewsMainSingle a {
  color: #3152e0;
  overflow-wrap: break-word;
}

.readOtherNews {
  margin-top: 95px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .readOtherNews {
    margin: 10.79% 0% 0% 0%;
  }
}
.readOtherNews {
  width: 146px;
}
@media screen and (max-width: 1200px) {
  .readOtherNews {
    width: 16.59%;
  }
}
@media screen and (max-width: 767px) {
  .readOtherNews {
    margin: 16.91% 0% 0% 0%;
    width: 125px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .readOtherNews {
    width: 37.31%;
  }
}

.liReadOtherNews:nth-child(n+2) {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liReadOtherNews:nth-child(n+2) {
    margin: 8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liReadOtherNews:nth-child(n+2) {
    margin: 8% 0% 0% 0%;
  }
}

.iconBtnReadOtherNews {
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .iconBtnReadOtherNews {
    width: 16%;
  }
}
@media screen and (max-width: 767px) {
  .iconBtnReadOtherNews {
    width: 16.2%;
  }
}

.txtbtnReadOtherNews {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtbtnReadOtherNews {
    font-size: 1.3333333333vw;
  }
}
.txtbtnReadOtherNews {
  line-height: 150%;
  letter-spacing: 0em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txtbtnReadOtherNews {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtbtnReadOtherNews {
    font-size: 3.4666666667vw;
  }
}

.btnReadOtherNews .txtbtnReadOtherNews:after {
  content: "";
  height: 1px;
  width: 0%;
  background: #242424;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.4s ease;
}
.btnReadOtherNews:hover .txtbtnReadOtherNews:after {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.privacyMain {
  margin-top: 88px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .privacyMain {
    margin-top: 4.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .privacyMain {
    margin-top: 11.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .privacyMain {
    width: 89.33%;
  }
}

.topPrivacyMain {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .topPrivacyMain {
    font-size: 1.3333333333vw;
  }
}
.topPrivacyMain {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .topPrivacyMain {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .topPrivacyMain {
    font-size: 3.4666666667vw;
  }
}

.secPrivacyMain {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secPrivacyMain {
    margin-top: 3.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secPrivacyMain {
    margin-top: 11.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2PrivacyMain {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h2PrivacyMain {
    font-size: 2vw;
  }
}
.h2PrivacyMain {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2PrivacyMain {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2PrivacyMain {
    font-size: 4.8vw;
  }
}

.txtPrivacyMain {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtPrivacyMain {
    margin-top: 1.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtPrivacyMain {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtPrivacyMain {
    font-size: 1.3333333333vw;
  }
}
.txtPrivacyMain {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtPrivacyMain {
    margin-top: 4.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPrivacyMain {
    font-size: 3.4666666667vw;
  }
}

.secPrivacyMain02 {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secPrivacyMain02 {
    margin-top: 3.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secPrivacyMain02 {
    margin-top: 11.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulPrivacyMain {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulPrivacyMain {
    margin-top: 1.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulPrivacyMain {
    margin-top: 4.35%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liPrivacyMain {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .liPrivacyMain {
    font-size: 1.3333333333vw;
  }
}
.liPrivacyMain {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .liPrivacyMain {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liPrivacyMain {
    font-size: 3.4666666667vw;
  }
}

.dottoPrivacyMain {
  width: 1.8%;
}

.txtPrivacyMainBtm {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtPrivacyMainBtm {
    margin-top: 1.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtPrivacyMainBtm {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtPrivacyMainBtm {
    font-size: 1.3333333333vw;
  }
}
.txtPrivacyMainBtm {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtPrivacyMainBtm {
    margin-top: 28px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtPrivacyMainBtm {
    margin-top: 8.35%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPrivacyMainBtm {
    font-size: 3.4666666667vw;
  }
}

.txtPrivacyMainEnd {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtPrivacyMainEnd {
    margin-top: 1.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtPrivacyMainEnd {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtPrivacyMainEnd {
    font-size: 1.3333333333vw;
  }
}
.txtPrivacyMainEnd {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtPrivacyMainEnd {
    margin-top: 4.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPrivacyMainEnd {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.hidden_number {
  display: none;
}

.contactMain {
  margin-top: 87px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .contactMain {
    margin-top: 4.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .contactMain {
    margin-top: 11.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .contactMain {
    width: 89.33%;
  }
}

.topcontactMain {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .topcontactMain {
    font-size: 1.3333333333vw;
  }
}
.topcontactMain {
  line-height: 182%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .topcontactMain {
    line-height: 177%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .topcontactMain {
    font-size: 3.4666666667vw;
  }
}

.secContactMain {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secContactMain {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secContactMain {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secContactMain {
    padding: 1.75% 0% 1.75% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secContactMain {
    margin-top: 13.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.77% 0% 5% 0%;
  }
}

.secContactMainLxn {
  width: 1140px;
}
@media screen and (max-width: 1200px) {
  .secContactMainLxn {
    width: 95%;
  }
}
.secContactMainLxn {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secContactMainLxn {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secContactMainLxn {
    width: 90.44%;
  }
}

.h2ContactMain {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .h2ContactMain {
    font-size: 1.5vw;
  }
}
.h2ContactMain {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ContactMain {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ContactMain {
    font-size: 4.2666666667vw;
  }
}

.txtcontactMain {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtcontactMain {
    margin-top: 1.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtcontactMain {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtcontactMain {
    font-size: 1.3333333333vw;
  }
}
.txtcontactMain {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtcontactMain {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtcontactMain {
    font-size: 3.2vw;
  }
}

.ulContactMainBtn {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulContactMainBtn {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ulContactMainBtn {
  width: 1016px;
}
@media screen and (max-width: 1200px) {
  .ulContactMainBtn {
    width: 84.66%;
  }
}
@media screen and (max-width: 767px) {
  .ulContactMainBtn {
    margin-top: 14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulContactMainBtn {
    width: 88.05%;
  }
}

.liContactMainBtn {
  width: 499px;
}
@media screen and (max-width: 1200px) {
  .liContactMainBtn {
    width: 49.11%;
  }
}
@media screen and (max-width: 767px) {
  .liContactMainBtn {
    width: 100%;
  }
  .liContactMainBtn:nth-child(n+2) {
    margin-top: 7.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnContactMainBtn {
  aspect-ratio: 499/120;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  box-shadow: 0px 8px 0px #5b839d;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btnContactMainBtn {
    aspect-ratio: 295/64;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    box-shadow: 0px 6px 0px #5b839d;
  }
}
.btnContactMainBtn:hover {
  box-shadow: 0px 0px 0px #5b839d;
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .btnContactMainBtn:hover {
    transform: translateY(6px);
  }
}

.txtBtnContactMainBtn {
  width: 479px;
}
@media screen and (max-width: 1200px) {
  .txtBtnContactMainBtn {
    width: 95.99%;
  }
}
.txtBtnContactMainBtn {
  margin: auto;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .txtBtnContactMainBtn {
    font-size: 2vw;
  }
}
.txtBtnContactMainBtn {
  line-height: 150%;
  letter-spacing: 0em;
  background: url(../img/txtBtnContactMainBtn.svg) no-repeat 98% center;
  background-size: auto 98%;
}
@media screen and (max-width: 767px) {
  .txtBtnContactMainBtn {
    width: 275px;
    margin: auto;
    line-height: 150%;
    letter-spacing: 0em;
    background: url(../img/txtBtnContactMainBtn.svg) no-repeat right center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtBtnContactMainBtn {
    width: 93.22%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnContactMainBtn {
    font-size: 4.2666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.contactFormCnt {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .contactFormCnt {
    margin-top: 4.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .contactFormCnt {
    margin-top: 11.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contactTop {
  width: 1040px;
}
@media screen and (max-width: 1200px) {
  .contactTop {
    width: 86.66%;
  }
}
.contactTop {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contactTop {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .contactTop {
    width: 89.33%;
  }
}

.txtContactTop {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtContactTop {
    font-size: 1.3333333333vw;
  }
}
.txtContactTop {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtContactTop {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtContactTop {
    font-size: 3.4666666667vw;
  }
}

.contactFormWap {
  margin-top: 93px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .contactFormWap {
    margin-top: 8.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .contactFormWap {
    margin-top: 14.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFormCnt:nth-child(n+2) {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liFormCnt:nth-child(n+2) {
    margin: 3.07% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liFormCnt:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liFormCnt:nth-child(n+2) {
    margin: 5.97% 0% 0% 0%;
  }
}
.liFormCnt.liFormCntLast {
  margin-top: 27px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liFormCnt.liFormCntLast {
    margin: 2.59% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liFormCnt.liFormCntLast {
    margin: 3.97% 0% 0% 0%;
  }
}

.liFormCnt002 {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .liFormCnt002 {
    align-items: center;
  }
}

.titleForm {
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .titleForm {
    width: 23.07%;
  }
}
@media screen and (max-width: 767px) {
  .titleForm {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .titleForm {
    width: 100%;
  }
}

.h2TitleForm {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .h2TitleForm {
    width: 83.33%;
  }
}
.h2TitleForm {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h2TitleForm {
    font-size: 1.3333333333vw;
  }
}
.h2TitleForm {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2TitleForm {
    width: 295px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2TitleForm {
    width: 88.05%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleForm {
    font-size: 4vw;
  }
}

.titleForm002 {
  align-items: flex-start;
  margin: 0.8% 0 0 0;
}
@media screen and (max-width: 767px) {
  .titleForm002 {
    align-items: center;
    margin: 0;
  }
}

.pTitleForm {
  width: 40px;
}
@media screen and (max-width: 1200px) {
  .pTitleForm {
    width: 16.66%;
  }
}
.pTitleForm {
  font-size: 11px;
}
@media screen and (max-width: 1200px) {
  .pTitleForm {
    font-size: 0.9166666667vw;
  }
}
.pTitleForm {
  line-height: 150%;
  letter-spacing: 0em;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  aspect-ratio: 40/22;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pTitleForm {
    width: 40px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .pTitleForm {
    width: 11.94%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pTitleForm {
    font-size: 2.9333333333vw;
  }
}

.inputFormLxn {
  width: 766px;
}
@media screen and (max-width: 1200px) {
  .inputFormLxn {
    width: 73.65%;
  }
}
@media screen and (max-width: 767px) {
  .inputFormLxn {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .inputFormLxn {
    margin: 4.77% 0% 0% 0%;
  }
}

.inputW100 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .inputW100 {
    padding: 1.3% 2.61% 1.3% 2.61%;
  }
}
.inputW100 {
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .inputW100 {
    width: 65.27%;
  }
}
.inputW100 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .inputW100 {
    font-size: 1.3333333333vw;
  }
}
.inputW100 {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .inputW100 {
    padding: 3.37% 4.77%;
    width: 100%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .inputW100 {
    font-size: 3.7333333333vw;
  }
}

.selectW100 {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .selectW100 {
    padding: 1.56% 2.61% 1.56% 2.61%;
  }
}
.selectW100 {
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .selectW100 {
    width: 65.27%;
  }
}
.selectW100 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .selectW100 {
    font-size: 1.3333333333vw;
  }
}
.selectW100 {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .selectW100 {
    -webkit-appearance: none;
    /* iOS Safari用 */
    -moz-appearance: none;
    /* Firefox用 */
    appearance: none;
    /* 標準 */
    padding: 3.37% 4.77%;
    width: 100%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .selectW100 {
    font-size: 3.7333333333vw;
  }
}

.files {
  width: 306px;
}
@media screen and (max-width: 1200px) {
  .files {
    width: 39.94%;
  }
}
.files {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .files {
    font-size: 1.3333333333vw;
  }
}
.files {
  line-height: 150%;
  letter-spacing: 0em;
  color: #242424;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .files {
    width: 254px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .files {
    width: 75.82%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .files {
    font-size: 3.7333333333vw;
  }
}

.file + .file {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .file + .file {
    margin: 2.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .file + .file {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .file + .file {
    margin: 2.38% 0% 0% 0%;
  }
}

.inputFormLxn p + p {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .inputFormLxn p + p {
    margin: 2.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .inputFormLxn p + p {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .inputFormLxn p + p {
    margin: 2.38% 0% 0% 0%;
  }
}

p.txtInputFiles {
  margin: 1.4% 0 0 0 !important;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  p.txtInputFiles {
    font-size: 1.3333333333vw;
  }
}
p.txtInputFiles {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  p.txtInputFiles {
    margin: 3.4% 0 0 0 !important;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  p.txtInputFiles {
    font-size: 2.9333333333vw;
  }
}

.txtW100 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .txtW100 {
    padding: 1.3% 2.61% 1.3% 2.61%;
  }
}
.txtW100 {
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  width: 766px;
}
@media screen and (max-width: 1200px) {
  .txtW100 {
    width: 100%;
  }
}
.txtW100 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtW100 {
    font-size: 1.3333333333vw;
  }
}
.txtW100 {
  line-height: 150%;
  letter-spacing: 0em;
  aspect-ratio: 766/198;
}
@media screen and (max-width: 767px) {
  .txtW100 {
    padding: 3.37% 4.77%;
    width: 100%;
    line-height: 150%;
    letter-spacing: 0em;
    aspect-ratio: 335/180;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtW100 {
    font-size: 3.7333333333vw;
  }
}

.secContactPrivacyPolicy {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secContactPrivacyPolicy {
    margin-top: 4.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secContactPrivacyPolicy {
  padding-top: 19px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secContactPrivacyPolicy {
    padding: 1.82% 0% 2.11% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secContactPrivacyPolicy {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.77% 0% 2.77% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secContactPrivacyPolicy {
    margin-top: 14.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secContactPrivacyPolicyLxn {
  width: 980px;
}
@media screen and (max-width: 1200px) {
  .secContactPrivacyPolicyLxn {
    width: 94.23%;
  }
}
.secContactPrivacyPolicyLxn {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secContactPrivacyPolicyLxn {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secContactPrivacyPolicyLxn {
    width: 90.44%;
  }
}

.h2ContactPrivacyPolicy {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .h2ContactPrivacyPolicy {
    font-size: 1.5vw;
  }
}
.h2ContactPrivacyPolicy {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ContactPrivacyPolicy {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ContactPrivacyPolicy {
    font-size: 4.2666666667vw;
  }
}

.txtcontactPrivacyPolicy {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtcontactPrivacyPolicy {
    margin-top: 1.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtcontactPrivacyPolicy {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtcontactPrivacyPolicy {
    font-size: 1.3333333333vw;
  }
}
.txtcontactPrivacyPolicy {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtcontactPrivacyPolicy {
    margin-top: 2.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtcontactPrivacyPolicy {
    font-size: 3.2vw;
  }
}

.checkPrivacyPolicy {
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .checkPrivacyPolicy {
    margin-top: 4.69%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .checkPrivacyPolicy {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .checkPrivacyPolicy {
    margin-top: 14.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.checkPrivacyPolicy .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .checkPrivacyPolicy .mwform-checkbox-field label {
    font-size: 1.3333333333vw;
  }
}
.checkPrivacyPolicy .mwform-checkbox-field label {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .checkPrivacyPolicy .mwform-checkbox-field label {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .checkPrivacyPolicy .mwform-checkbox-field label {
    font-size: 3.7333333333vw;
  }
}

.formCheck {
  margin: 0 17px 0 0 !important;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  aspect-ratio: 1/1;
  width: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .formCheck {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .formCheck {
    margin: 0% 4.77% 0% 0%;
  }
}

.btnToConfirmLxn {
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btnToConfirmLxn {
    margin-top: 4.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.btnToConfirmLxn {
  width: 499px;
}
@media screen and (max-width: 1200px) {
  .btnToConfirmLxn {
    width: 47.98%;
  }
}
@media screen and (max-width: 767px) {
  .btnToConfirmLxn {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnToConfirmLxn {
    margin-top: 14.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnToConfirmLxn {
    width: 88.05%;
  }
}

.btnToConfirm {
  width: 100%;
  aspect-ratio: 499/100;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  background-color: #7ab2d5;
  background-image: url(../img/btnArrow.svg);
  background-position: 96% center;
  background-size: auto 32%;
  background-repeat: no-repeat;
  box-shadow: 0px 8px 0px #5b839d;
  transition-duration: 0.5s;
  border: none;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .btnToConfirm {
    font-size: 2vw;
  }
}
.btnToConfirm {
  line-height: 150%;
  letter-spacing: 0em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnToConfirm {
    aspect-ratio: 295/64;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    box-shadow: 0px 6px 0px #5b839d;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnToConfirm {
    font-size: 4.2666666667vw;
  }
}
.btnToConfirm:hover {
  box-shadow: 0px 0px 0px #5b839d;
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .btnToConfirm:hover {
    transform: translateY(6px);
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.thisPageConfirm {
  margin-top: 92px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .thisPageConfirm {
    margin-top: 8.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm {
    margin-top: 15.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thisPageConfirm .liFormCnt:nth-child(n+2) {
  margin-top: 54px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .thisPageConfirm .liFormCnt:nth-child(n+2) {
    margin: 5.19% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .liFormCnt:nth-child(n+2) {
    margin: 6.97% 0% 0% 0%;
  }
}
.thisPageConfirm .liFormCnt.liFormCntLast {
  margin-top: 54px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .thisPageConfirm .liFormCnt.liFormCntLast {
    margin: 5.19% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thisPageConfirm .liFormCnt.liFormCntLast {
    margin: 6.97% 0% 0% 0%;
  }
}

.mw_wp_form_confirm .titleForm002 {
  margin: 0;
}
.mw_wp_form_confirm .secContactPrivacyPolicy {
  display: none;
}
.mw_wp_form_confirm .checkPrivacyPolicy {
  display: none;
}
.mw_wp_form_confirm .inputFormLxn {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form_confirm .inputFormLxn {
    font-size: 1.3333333333vw;
  }
}
.mw_wp_form_confirm .inputFormLxn {
  line-height: 150%;
  letter-spacing: 0em;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .inputFormLxn {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mw_wp_form_confirm .inputFormLxn {
    font-size: 3.7333333333vw;
  }
}

.toThankBackLxn {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .toThankBackLxn {
    margin-top: 9.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.toThankBackLxn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toThankBackLxn {
    margin-top: 16.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .toThankBackLxn {
    width: 88.05%;
  }
}

.toThankBackFx {
  width: 100%;
}
.btnBackLxn {
  width: 499px;
}
@media screen and (max-width: 1200px) {
  .btnBackLxn {
    width: 47.98%;
  }
}
@media screen and (max-width: 767px) {
  .btnBackLxn {
    width: 100%;
  }
}

.btnBack {
  width: 100%;
  aspect-ratio: 499/100;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  background-color: #b4b4b4;
  background-image: url(../img/btnArrowBack.svg);
  background-position: 96% center;
  background-size: auto 30%;
  background-repeat: no-repeat;
  box-shadow: 0px 8px 0px #9b9b9b;
  transition-duration: 0.5s;
  border: none;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .btnBack {
    font-size: 2vw;
  }
}
.btnBack {
  line-height: 150%;
  letter-spacing: 0em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnBack {
    aspect-ratio: 295/64;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    box-shadow: 0px 6px 0px #9b9b9b;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnBack {
    font-size: 4.2666666667vw;
  }
}
.btnBack:hover {
  box-shadow: 0px 0px 0px #9b9b9b;
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .btnBack:hover {
    transform: translateY(6px);
  }
}

.btnToThanksLxn {
  width: 499px;
}
@media screen and (max-width: 1200px) {
  .btnToThanksLxn {
    width: 47.98%;
  }
}
@media screen and (max-width: 767px) {
  .btnToThanksLxn {
    margin-top: 7.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.btnToThanks {
  width: 100%;
  aspect-ratio: 499/100;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  background-color: #7ab2d5;
  background-image: url(../img/btnArrow.svg);
  background-position: 96% center;
  background-size: auto 30%;
  background-repeat: no-repeat;
  box-shadow: 0px 8px 0px #5b839d;
  transition-duration: 0.5s;
  border: none;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .btnToThanks {
    font-size: 2vw;
  }
}
.btnToThanks {
  line-height: 150%;
  letter-spacing: 0em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnToThanks {
    aspect-ratio: 295/64;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    box-shadow: 0px 6px 0px #5b839d;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnToThanks {
    font-size: 4.2666666667vw;
  }
}
.btnToThanks:hover {
  box-shadow: 0px 0px 0px #5b839d;
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .btnToThanks:hover {
    transform: translateY(6px);
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.ulContactTop {
  margin-top: 56px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .ulContactTop {
    margin: 5.38% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulContactTop {
    margin: 9.92% 0% 0% 0%;
  }
}

.liContactTop:nth-child(n+2) {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liContactTop:nth-child(n+2) {
    margin: 0.67% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liContactTop:nth-child(n+2) {
    margin: 3.16% 0% 0% 0%;
  }
}

.btnContactTop {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .btnContactTop {
    font-size: 1.3333333333vw;
  }
}
.btnContactTop {
  line-height: 180%;
  letter-spacing: 0em;
  color: #3152e0;
}
@media screen and (max-width: 767px) {
  .btnContactTop {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnContactTop {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.testIndex {
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .testIndex {
    width: 41.66%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forstoreInfo {
  margin-top: 97px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .forstoreInfo {
    margin-top: 5.05%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .forstoreInfo {
    margin-top: 13.05%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.forstoreInfoWap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .forstoreInfoWap {
    padding: 3.33% 0% 4.16% 0%;
  }
}
.forstoreInfoWap {
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .forstoreInfoWap {
    width: 100%;
  }
}
.forstoreInfoWap {
  background: #fff;
  border-radius: 24px;
  /* CSS3草案 */
  -webkit-border-radius: 24px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 24px;
  /* Firefox用 */
  border: 5px solid #3152e0;
}
@media screen and (max-width: 767px) {
  .forstoreInfoWap {
    padding: 6.46% 0% 6.6% 0%;
    width: 335px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 2px solid #3152e0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstoreInfoWap {
    width: 89.33%;
  }
}

.iconForstoreInfoLeft {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconForstoreInfoLeft {
    width: 1.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconForstoreInfoLeft {
    top: 10px;
    left: 10px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconForstoreInfoLeft {
    width: 2.38%;
  }
}

.iconForstoreInfoRight {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .iconForstoreInfoRight {
    width: 1.92%;
  }
}
@media screen and (max-width: 767px) {
  .iconForstoreInfoRight {
    top: 10px;
    right: 10px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconForstoreInfoRight {
    width: 2.38%;
  }
}

.h2ForstoreInfo {
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .h2ForstoreInfo {
    font-size: 2.6666666667vw;
  }
}
.h2ForstoreInfo {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForstoreInfo {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForstoreInfo {
    font-size: 4.2666666667vw;
  }
}

.h3ForstoreInfo {
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .h3ForstoreInfo {
    font-size: 3.3333333333vw;
  }
}
.h3ForstoreInfo {
  line-height: 150%;
  letter-spacing: 0em;
  aspect-ratio: 930/84;
  width: 930px;
}
@media screen and (max-width: 1200px) {
  .h3ForstoreInfo {
    width: 77.5%;
  }
}
.h3ForstoreInfo {
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .h3ForstoreInfo {
    margin-top: 2.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3ForstoreInfo {
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .h3ForstoreInfo {
    line-height: 150%;
    letter-spacing: 0em;
    aspect-ratio: 299/50;
    width: 299px;
    margin-top: 3.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ForstoreInfo {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3ForstoreInfo {
    width: 89.25%;
  }
}

.rybyForstoreInfo {
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .rybyForstoreInfo {
    margin-top: 2.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.rybyForstoreInfo {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .rybyForstoreInfo {
    font-size: 2.5vw;
  }
}
.rybyForstoreInfo {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .rybyForstoreInfo {
    margin-top: 3.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rybyForstoreInfo {
    font-size: 4.2666666667vw;
  }
}

.picForstoreInfo {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .picForstoreInfo {
    margin-top: 2.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.picForstoreInfo {
  width: 808.5px;
}
@media screen and (max-width: 1200px) {
  .picForstoreInfo {
    width: 67.37%;
  }
}
@media screen and (max-width: 767px) {
  .picForstoreInfo {
    margin-top: 7.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 243px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picForstoreInfo {
    width: 72.53%;
  }
}

.txtForstoreInfo {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtForstoreInfo {
    margin-top: 0.67%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtForstoreInfo {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .txtForstoreInfo {
    font-size: 1.1666666667vw;
  }
}
.txtForstoreInfo {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForstoreInfo {
    margin-top: 4.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: left;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForstoreInfo {
    font-size: 2.6666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forstorePeriod {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .forstorePeriod {
    margin-top: 3.12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .forstorePeriod {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstorePeriod {
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .forstorePeriodWap {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstorePeriodWap {
    width: 89.33%;
  }
}

.forstorePeriodLxn {
  width: 1020px;
}
@media screen and (max-width: 1200px) {
  .forstorePeriodLxn {
    width: 85%;
  }
}
.forstorePeriodLxn {
  margin: auto;
  background: #fefed9;
  border-radius: 24px;
  /* CSS3草案 */
  -webkit-border-radius: 24px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 24px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .forstorePeriodLxn {
    width: 335px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstorePeriodLxn {
    width: 100%;
  }
}

.ulForstorePeriod {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .ulForstorePeriod {
    padding: 2.94% 0% 2.94% 0%;
  }
}
.ulForstorePeriod {
  width: 960px;
}
@media screen and (max-width: 1200px) {
  .ulForstorePeriod {
    width: 94.11%;
  }
}
.ulForstorePeriod {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ulForstorePeriod {
    padding: 5.94% 0% 5.94% 0%;
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForstorePeriod {
    width: 88.05%;
  }
}

.liForstorePeriod {
  display: flex;
}
.liForstorePeriod:nth-child(n+2) {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liForstorePeriod:nth-child(n+2) {
    margin: 1.35% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liForstorePeriod:nth-child(n+2) {
    margin: 5.02% 0% 0% 0%;
  }
}

.h3ForstorePeriod {
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .h3ForstorePeriod {
    width: 26.04%;
  }
}
.h3ForstorePeriod {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h3ForstorePeriod {
    font-size: 2vw;
  }
}
.h3ForstorePeriod {
  line-height: 150%;
  letter-spacing: 0em;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .h3ForstorePeriod {
    aspect-ratio: 95/48;
    width: 95px;
    line-height: 130%;
    letter-spacing: 0em;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3ForstorePeriod {
    width: 32.2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ForstorePeriod {
    font-size: 3.7333333333vw;
  }
}

.h3ForstorePeriod br {
  display: none;
}

.txtForstorePeriod {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .txtForstorePeriod {
    margin: 0% 0% 0% 2.08%;
  }
}
.txtForstorePeriod {
  width: 690px;
}
@media screen and (max-width: 1200px) {
  .txtForstorePeriod {
    width: 71.87%;
  }
}
.txtForstorePeriod {
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .txtForstorePeriod {
    font-size: 2.6666666667vw;
  }
}
.txtForstorePeriod {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForstorePeriod {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    width: 190px;
    line-height: 130%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtForstorePeriod {
    margin: 0% 0% 0% 3.38%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtForstorePeriod {
    width: 64.4%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForstorePeriod {
    font-size: 4.2666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forstoreReason {
  margin-top: 110px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .forstoreReason {
    margin: 5.72% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .forstoreReason {
    margin-top: 18.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .forstoreReasonWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstoreReasonWap {
    width: 89.33%;
  }
}

.h2ForstoreReason {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h2ForstoreReason {
    font-size: 2.3333333333vw;
  }
}
.h2ForstoreReason {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForstoreReason {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForstoreReason {
    font-size: 5.3333333333vw;
  }
}

.brdForstoreReason {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdForstoreReason {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.brdForstoreReason {
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .brdForstoreReason {
    margin-top: 7.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulForstoreReason {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForstoreReason {
    margin-top: 3.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForstoreReason {
    margin-top: 5.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liForstoreReason {
  padding-top: 8px;
  padding-bottom: 26px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liForstoreReason {
    padding: 0.66% 0% 2.16% 0%;
  }
}
.liForstoreReason {
  width: 281px;
}
@media screen and (max-width: 1200px) {
  .liForstoreReason {
    width: 23.41%;
  }
}
.liForstoreReason {
  border-radius: 14px;
  /* CSS3草案 */
  -webkit-border-radius: 14px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 14px;
  /* Firefox用 */
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .liForstoreReason {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 14px;
    /* CSS3草案 */
    -webkit-border-radius: 14px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 14px;
    /* Firefox用 */
    width: 161px;
    background: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForstoreReason {
    padding: 2.98% 0% 2.98% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForstoreReason {
    width: 48.05%;
  }
}
@media screen and (max-width: 767px) {
  .liForstoreReason:nth-child(n+3) {
    margin: 2.05% 0% 0% 0%;
  }
}

.h4ForstoreReason {
  width: 265px;
}
@media screen and (max-width: 1200px) {
  .h4ForstoreReason {
    width: 94.3%;
  }
}
.h4ForstoreReason {
  margin: auto;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .h4ForstoreReason {
    font-size: 1.8333333333vw;
  }
}
.h4ForstoreReason {
  line-height: 150%;
  letter-spacing: 0em;
  aspect-ratio: 265/49;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .h4ForstoreReason {
    width: 97%;
    aspect-ratio: 161/37;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4ForstoreReason {
    font-size: 4vw;
  }
}

.picForstoreReason {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .picForstoreReason {
    margin-top: 10.67%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.picForstoreReason {
  width: 201px;
}
@media screen and (max-width: 1200px) {
  .picForstoreReason {
    width: 71.53%;
  }
}
@media screen and (max-width: 767px) {
  .picForstoreReason {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 133px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picForstoreReason {
    margin-top: 9.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picForstoreReason {
    width: 82.6%;
  }
}

.h3ForstoreReason {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .h3ForstoreReason {
    margin-top: 11.74%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3ForstoreReason {
  width: 245px;
}
@media screen and (max-width: 1200px) {
  .h3ForstoreReason {
    width: 87.18%;
  }
}
.h3ForstoreReason {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .h3ForstoreReason {
    font-size: 1.5vw;
  }
}
.h3ForstoreReason {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3ForstoreReason {
    margin-top: 16.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 157px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3ForstoreReason {
    width: 97.51%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ForstoreReason {
    font-size: 3.4666666667vw;
  }
}

.txtForstoreReason {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtForstoreReason {
    margin-top: 6.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtForstoreReason {
  width: 245px;
}
@media screen and (max-width: 1200px) {
  .txtForstoreReason {
    width: 87.18%;
  }
}
.txtForstoreReason {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .txtForstoreReason {
    font-size: 1.1666666667vw;
  }
}
.txtForstoreReason {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForstoreReason {
    margin-top: 3.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 97.18%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForstoreReason {
    font-size: 3.2vw;
  }
}

.btmTxtForstoreReason {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btmTxtForstoreReason {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.btmTxtForstoreReason {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .btmTxtForstoreReason {
    font-size: 1.6666666667vw;
  }
}
.btmTxtForstoreReason {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .btmTxtForstoreReason {
    margin-top: 6.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmTxtForstoreReason {
    font-size: 3.4666666667vw;
  }
}
.btmTxtForstoreReason + .btmTxtForstoreReason {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btmTxtForstoreReason + .btmTxtForstoreReason {
    margin-top: 0.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btmTxtForstoreReason + .btmTxtForstoreReason {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btmTxtForstoreReason + .btmTxtForstoreReason {
    margin-top: 2.98%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forstoreFlow {
  margin-top: 103px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .forstoreFlow {
    margin-top: 5.36%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .forstoreFlow {
    margin-top: 18.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .forstoreFlowWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstoreFlowWap {
    width: 89.33%;
  }
}

.h2ForstoreFlow {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h2ForstoreFlow {
    font-size: 2.3333333333vw;
  }
}
.h2ForstoreFlow {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForstoreFlow {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForstoreFlow {
    font-size: 5.3333333333vw;
  }
}

.brdForstoreFlow {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdForstoreFlow {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.brdForstoreFlow {
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .brdForstoreFlow {
    margin-top: 7.45%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulForstoreFlow {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForstoreFlow {
    margin-top: 3.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForstoreFlow {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForstoreFlow {
    margin-top: 8.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liForstoreFlow {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liForstoreFlow {
    margin: 3.33% 0% 0% 0%;
  }
}
.liForstoreFlow {
  padding-top: 0px;
  padding-bottom: 38px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liForstoreFlow {
    padding: 0% 0% 3.16% 0%;
  }
}
.liForstoreFlow {
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 767px) {
  .liForstoreFlow {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0% 0% 7.25% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForstoreFlow {
    margin: 8.95% 0% 0% 0%;
  }
}

.picForstoreFlow {
  width: 274px;
}
@media screen and (max-width: 1200px) {
  .picForstoreFlow {
    width: 22.83%;
  }
}
@media screen and (max-width: 767px) {
  .picForstoreFlow {
    width: 201px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picForstoreFlow {
    width: 60%;
  }
}

.secLiForstoreFlow {
  width: 876px;
}
@media screen and (max-width: 1200px) {
  .secLiForstoreFlow {
    width: 73%;
  }
}
@media screen and (max-width: 767px) {
  .secLiForstoreFlow {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secLiForstoreFlow {
    margin: 5.97% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secLiForstoreFlow {
    width: 100%;
  }
}

.h3LiForstoreFlow {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h3LiForstoreFlow {
    font-size: 1.3333333333vw;
  }
}
.h3LiForstoreFlow {
  line-height: 150%;
  letter-spacing: 0.1em;
  width: 110px;
}
@media screen and (max-width: 1200px) {
  .h3LiForstoreFlow {
    width: 9.16%;
  }
}
.h3LiForstoreFlow {
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  aspect-ratio: 110/29;
}
@media screen and (max-width: 767px) {
  .h3LiForstoreFlow {
    line-height: 150%;
    letter-spacing: 0.1em;
    width: 86px;
    aspect-ratio: 86/26;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3LiForstoreFlow {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3LiForstoreFlow {
    width: 25.67%;
  }
}

.h4LiForstoreFlow {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h4LiForstoreFlow {
    margin: 1.25% 0% 0% 0%;
  }
}
.h4LiForstoreFlow {
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .h4LiForstoreFlow {
    font-size: 1.8333333333vw;
  }
}
.h4LiForstoreFlow {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h4LiForstoreFlow {
    margin: 3.97% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4LiForstoreFlow {
    font-size: 4.8vw;
  }
}

.cntLiForstoreFlow {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .cntLiForstoreFlow {
    margin: 0.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cntLiForstoreFlow {
    margin: 2.37% 0% 0% 0%;
  }
}

.cntLiForstoreFlow p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .cntLiForstoreFlow p {
    font-size: 1.3333333333vw;
  }
}
.cntLiForstoreFlow p {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cntLiForstoreFlow p {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntLiForstoreFlow p {
    font-size: 3.4666666667vw;
  }
}

.cntLiForstoreFlow ul {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .cntLiForstoreFlow ul {
    font-size: 1.1666666667vw;
  }
}
.cntLiForstoreFlow ul {
  line-height: 170%;
  letter-spacing: 0em;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .cntLiForstoreFlow ul {
    margin: 0.91% 0% 0% 0%;
  }
}
.cntLiForstoreFlow ul {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cntLiForstoreFlow ul {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 170%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntLiForstoreFlow ul {
    margin: 2.98% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntLiForstoreFlow ul {
    font-size: 3.2vw;
  }
}
.cntLiForstoreFlow ul li {
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
}
.cntLiForstoreFlow ul li a {
  text-decoration: underline;
}
.cntLiForstoreFlow ul li::before {
  content: "・";
}

.forstoreNote {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .forstoreNote {
    margin: 3.33% 0% 0% 0%;
  }
}
.forstoreNote {
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .forstoreNote {
    padding: 2.75% 0% 2.75% 0%;
  }
}
@media screen and (max-width: 767px) {
  .forstoreNote {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 2.77% 0% 4.77% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstoreNote {
    margin: 8.95% 0% 0% 0%;
  }
}

.secForstoreNote {
  width: 1120px;
}
@media screen and (max-width: 1200px) {
  .secForstoreNote {
    width: 93.33%;
  }
}
.secForstoreNote {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secForstoreNote {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secForstoreNote {
    width: 90.44%;
  }
}

.h2ForstoreNote {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h2ForstoreNote {
    font-size: 1.6666666667vw;
  }
}
.h2ForstoreNote {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForstoreNote {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForstoreNote {
    font-size: 4.2666666667vw;
  }
}

.txtForstoreNote {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .txtForstoreNote {
    margin: 2.14% 0% 0% 0%;
  }
}
.txtForstoreNote {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .txtForstoreNote {
    font-size: 1.25vw;
  }
}
.txtForstoreNote {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForstoreNote {
    margin: 2.75% 0% 0% 0%;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForstoreNote {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forstoreDownLoad {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .forstoreDownLoad {
    margin-top: 4.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .forstoreDownLoad {
    margin-top: 22.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.forstoreDownLoadWap {
  padding-top: 45px;
  padding-bottom: 56px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .forstoreDownLoadWap {
    padding: 2.34% 0% 2.91% 0%;
  }
}
.forstoreDownLoadWap {
  border-radius: 24px;
  /* CSS3草案 */
  -webkit-border-radius: 24px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 24px;
  /* Firefox用 */
  border: 5px solid #3152e0;
}
@media screen and (max-width: 767px) {
  .forstoreDownLoadWap {
    padding: 5.4% 0% 8% 0%;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 2px solid #3152e0;
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstoreDownLoadWap {
    width: 89.33%;
  }
}

.secForstoreDownLoad {
  width: 1081px;
}
@media screen and (max-width: 1200px) {
  .secForstoreDownLoad {
    width: 90.08%;
  }
}
.secForstoreDownLoad {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secForstoreDownLoad {
    width: 89.05%;
  }
}

.h3ForstoreDownLoad {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h3ForstoreDownLoad {
    font-size: 2.3333333333vw;
  }
}
.h3ForstoreDownLoad {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3ForstoreDownLoad {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ForstoreDownLoad {
    font-size: 5.3333333333vw;
  }
}

.rubyForstoreDownLoad {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .rubyForstoreDownLoad {
    margin: 1.57% 0% 0% 0%;
  }
}
.rubyForstoreDownLoad {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .rubyForstoreDownLoad {
    font-size: 1.3333333333vw;
  }
}
.rubyForstoreDownLoad {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .rubyForstoreDownLoad {
    margin: 6.65% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyForstoreDownLoad {
    font-size: 3.4666666667vw;
  }
}

.secForstoreDownLoadList {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secForstoreDownLoadList {
    margin-top: 2.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secForstoreDownLoadList {
    margin-top: 5.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3ForstoreDownLoadList {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h3ForstoreDownLoadList {
    font-size: 2vw;
  }
}
.h3ForstoreDownLoadList {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3ForstoreDownLoadList {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ForstoreDownLoadList {
    font-size: 4.8vw;
  }
}

.ulForstoreDownLoadList {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .ulForstoreDownLoadList {
    margin: 1.48% 0% 0% 0%;
  }
}
.ulForstoreDownLoadList {
  flex-flow: row wrap;
  gap: 20px 20px;
}
@media screen and (max-width: 1200px) {
  .ulForstoreDownLoadList {
    gap: 2vw 1.55vw;
  }
}
@media screen and (max-width: 767px) {
  .ulForstoreDownLoadList {
    margin: 4.77% 0% 0% 0%;
    gap: 15.5px;
  }
}

.liForstoreDownLoadList {
  width: 347px;
}
@media screen and (max-width: 1200px) {
  .liForstoreDownLoadList {
    width: 32.09%;
  }
}
.liForstoreDownLoadList {
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liForstoreDownLoadList {
    margin: 0% 0% 0.55% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liForstoreDownLoadList {
    width: 100%;
  }
}

.btnForstoreDownLoadList {
  align-items: center;
  aspect-ratio: 347/70;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background-color: #3152e0;
  background-image: url(../img/forstore/txtBtnFooterContact.svg);
  background-position: 90% center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 0px #1d3ecc;
  transition-duration: 0.5s;
  border: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btnForstoreDownLoadList {
    aspect-ratio: 295/60;
    box-shadow: 0px 5px 0px #1d3ecc;
  }
}
.btnForstoreDownLoadList:hover {
  box-shadow: 0px 0px 0px #1d3ecc;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .btnForstoreDownLoadList:hover {
    transform: translateY(5px);
  }
}

.txtBtnForstoreDownLoadList {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .txtBtnForstoreDownLoadList {
    font-size: 1.5vw;
  }
}
.txtBtnForstoreDownLoadList {
  line-height: 150%;
  letter-spacing: 0em;
  background: url(../img/iconBtnForuserManual01.svg) no-repeat right center;
  width: 90%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txtBtnForstoreDownLoadList {
    background: url(../img/iconBtnForuserManual01.svg) no-repeat right center;
    width: 94%;
    margin: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnForstoreDownLoadList {
    font-size: 4.2666666667vw;
  }
}

.secForstoreDownLoadList02 {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secForstoreDownLoadList02 {
    margin-top: 2.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secForstoreDownLoadList02 {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secForstoreDownLoadList02 {
    margin-top: 8.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forstoreInfo02 {
  margin-top: 130px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .forstoreInfo02 {
    margin: 6.77% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .forstoreInfo02 {
    margin: 23.66% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .forstoreInfoWap02 {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstoreInfoWap02 {
    width: 89.33%;
  }
}

.secForstoreInfo02 {
  width: 1016px;
}
@media screen and (max-width: 1200px) {
  .secForstoreInfo02 {
    width: 84.66%;
  }
}
.secForstoreInfo02 {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secForstoreInfo02 {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secForstoreInfo02 {
    width: 100%;
  }
}

.h2ForstoreInfo02 {
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  .h2ForstoreInfo02 {
    font-size: 3vw;
  }
}
.h2ForstoreInfo02 {
  line-height: 150%;
  letter-spacing: 0em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .h2ForstoreInfo02 {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForstoreInfo02 {
    font-size: 6.4vw;
  }
}

.txtForstoreInfo02 {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtForstoreInfo02 {
    margin-top: 1.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtForstoreInfo02 {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .txtForstoreInfo02 {
    font-size: 1.5vw;
  }
}
.txtForstoreInfo02 {
  line-height: 170%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForstoreInfo02 {
    margin-top: 7.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    line-height: 170%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForstoreInfo02 {
    font-size: 3.4666666667vw;
  }
}

.ulForstoreInfo {
  margin-top: 54px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForstoreInfo {
    margin-top: 5.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ulForstoreInfo {
  width: 1016px;
}
@media screen and (max-width: 1200px) {
  .ulForstoreInfo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ulForstoreInfo {
    margin-top: 9.44%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
  }
}

.liForstoreInfo {
  width: 499px;
}
@media screen and (max-width: 1200px) {
  .liForstoreInfo {
    width: 49.11%;
  }
}
@media screen and (max-width: 767px) {
  .liForstoreInfo {
    width: 100%;
  }
  .liForstoreInfo + .liForstoreInfo {
    margin: 6.58% 0% 0% 0%;
  }
}

.btnForstoreInfo {
  align-items: center;
  aspect-ratio: 499/130;
  border-radius: 12px;
  /* CSS3草案 */
  -webkit-border-radius: 12px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 12px;
  /* Firefox用 */
  box-shadow: 0px 8px 0px #5b839d;
  transition-duration: 0.5s;
  border: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btnForstoreInfo {
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    aspect-ratio: 295/74;
    box-shadow: 0px 6px 0px #5b839d;
  }
}
.btnForstoreInfo:hover {
  box-shadow: 0px 0px 0px #5b839d;
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .btnForstoreInfo:hover {
    transform: translateY(6px);
  }
}

.secBtnForstoreInfo {
  width: 459px;
}
@media screen and (max-width: 1200px) {
  .secBtnForstoreInfo {
    width: 91.98%;
  }
}
.secBtnForstoreInfo {
  margin: auto;
  background-image: url(../img/BtnForstoreInfo.svg);
  background-position: 100% center;
  background-size: auto 47%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .secBtnForstoreInfo {
    width: 275px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secBtnForstoreInfo {
    width: 93.22%;
  }
}

.h4BtnForstoreInfo {
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  .h4BtnForstoreInfo {
    font-size: 2.1666666667vw;
  }
}
.h4BtnForstoreInfo {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h4BtnForstoreInfo {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4BtnForstoreInfo {
    font-size: 4.2666666667vw;
  }
}

.rubyBtnForstoreInfo {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .rubyBtnForstoreInfo {
    margin-top: 0.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.rubyBtnForstoreInfo {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .rubyBtnForstoreInfo {
    font-size: 1.5vw;
  }
}
.rubyBtnForstoreInfo {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .rubyBtnForstoreInfo {
    margin-top: -0.37%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyBtnForstoreInfo {
    font-size: 2.9333333333vw;
  }
}

.btnForstoreInfo02 {
  box-shadow: 0px 8px 0px #1d8e73;
}
@media screen and (max-width: 767px) {
  .btnForstoreInfo02 {
    box-shadow: 0px 6px 0px #1d8e73;
  }
}
.btnForstoreInfo02:hover {
  box-shadow: 0px 0px 0px #1d8e73;
}

.h3ForStoreInfo2 {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .h3ForStoreInfo2 {
    margin-top: 7.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3ForStoreInfo2 {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h3ForStoreInfo2 {
    font-size: 1.6666666667vw;
  }
}
.h3ForStoreInfo2 {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3ForStoreInfo2 {
    margin-top: 13.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ForStoreInfo2 {
    font-size: 4.2666666667vw;
  }
}

.txtBtmForStoreInfo {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtBtmForStoreInfo {
    margin-top: 2.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtBtmForStoreInfo {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .txtBtmForStoreInfo {
    font-size: 1.25vw;
  }
}
.txtBtmForStoreInfo {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtmForStoreInfo {
    margin-top: 2.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtmForStoreInfo {
    font-size: 3.4666666667vw;
  }
}

.txtBtmForStoreInfo02 {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtBtmForStoreInfo02 {
    margin-top: 1.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtBtmForStoreInfo02 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtBtmForStoreInfo02 {
    font-size: 1.3333333333vw;
  }
}
.txtBtmForStoreInfo02 {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtmForStoreInfo02 {
    margin-top: 0.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtmForStoreInfo02 {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forstoreRequirements {
  margin-top: 150px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .forstoreRequirements {
    margin: 7.81% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .forstoreRequirements {
    margin-top: 25.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.forstoreRequirementsWap {
  padding-top: 26px;
  padding-bottom: 34px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .forstoreRequirementsWap {
    padding: 1.35% 0% 1.77% 0%;
  }
}
@media screen and (max-width: 767px) {
  .forstoreRequirementsWap {
    padding: 2.26% 0% 5.33% 0%;
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forstoreRequirementsWap {
    width: 89.33%;
  }
}

.secForStoreRequirements {
  width: 1120px;
}
@media screen and (max-width: 1200px) {
  .secForStoreRequirements {
    width: 93.33%;
  }
}
.secForStoreRequirements {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secForStoreRequirements {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secForStoreRequirements {
    width: 90.44%;
  }
}

.h2ForStoreRequirements {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h2ForStoreRequirements {
    font-size: 1.6666666667vw;
  }
}
.h2ForStoreRequirements {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForStoreRequirements {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForStoreRequirements {
    font-size: 4.2666666667vw;
  }
}

.cntForStoreRequirements {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .cntForStoreRequirements {
    margin-top: 2.05%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .cntForStoreRequirements {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtForStoreRequirements {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .txtForStoreRequirements {
    font-size: 1.25vw;
  }
}
.txtForStoreRequirements {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForStoreRequirements {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForStoreRequirements {
    font-size: 3.2vw;
  }
}

.ulForStoreRequirements {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .ulForStoreRequirements {
    margin: 0.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulForStoreRequirements {
    margin-top: 0.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.dottoForStoreRequirements {
  width: 22px;
}
@media screen and (max-width: 1200px) {
  .dottoForStoreRequirements {
    width: 1.96%;
  }
}
.dottoForStoreRequirements {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .dottoForStoreRequirements {
    font-size: 1.25vw;
  }
}
.dottoForStoreRequirements {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .dottoForStoreRequirements {
    width: 18px;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .dottoForStoreRequirements {
    width: 5.94%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dottoForStoreRequirements {
    font-size: 3.2vw;
  }
}

.txtForStoreRequirements {
  width: 1100px;
}
@media screen and (max-width: 1200px) {
  .txtForStoreRequirements {
    width: 98.21%;
  }
}
.txtForStoreRequirements {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .txtForStoreRequirements {
    font-size: 1.25vw;
  }
}
.txtForStoreRequirements {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForStoreRequirements {
    width: 285px;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtForStoreRequirements {
    width: 94.05%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForStoreRequirements {
    font-size: 3.2vw;
  }
}

.brdForStoreRequirements {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdForStoreRequirements {
    margin-top: 2.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.brdForStoreRequirements {
  height: 1px;
  width: 1120px;
}
@media screen and (max-width: 1200px) {
  .brdForStoreRequirements {
    width: 93.33%;
  }
}
@media screen and (max-width: 767px) {
  .brdForStoreRequirements {
    margin-top: 4.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 90.5%;
  }
}

.secForStoreRequirements02 {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secForStoreRequirements02 {
    margin-top: 2.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secForStoreRequirements02 {
    margin-top: 3.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forStoreFaq {
  margin-top: 110px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .forStoreFaq {
    margin-top: 5.72%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .forStoreFaq {
    margin-top: 24.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2ForStoreFaq {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h2ForStoreFaq {
    font-size: 2.3333333333vw;
  }
}
.h2ForStoreFaq {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForStoreFaq {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForStoreFaq {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .forStoreFaqWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forStoreFaqWap {
    width: 89.33%;
  }
}

.btnArchiveFaqWap {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btnArchiveFaqWap {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.btnArchiveFaqWap {
  width: 347px;
}
@media screen and (max-width: 1200px) {
  .btnArchiveFaqWap {
    width: 28.91%;
  }
}
@media screen and (max-width: 767px) {
  .btnArchiveFaqWap {
    width: 295px;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnArchiveFaqWap {
    width: 88.05%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnArchiveFaqWap {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnArchiveFaq {
  align-items: center;
  aspect-ratio: 347/70;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background-color: #3152e0;
  box-shadow: 0px 6px 0px #1d3ecc;
  transition-duration: 0.5s;
  border: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btnArchiveFaq {
    aspect-ratio: 295/64;
    box-shadow: 0px 5px 0px #1d3ecc;
  }
}
.btnArchiveFaq:hover {
  box-shadow: 0px 0px 0px #1d3ecc;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .btnArchiveFaq:hover {
    transform: translateY(5px);
  }
}

.txtBtnArchiveFaq {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .txtBtnArchiveFaq {
    font-size: 1.5vw;
  }
}
.txtBtnArchiveFaq {
  line-height: 150%;
  letter-spacing: 0em;
  background-image: url(../img/btnArchiveFaq.svg);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 307px;
}
@media screen and (max-width: 1200px) {
  .txtBtnArchiveFaq {
    width: 88.47%;
  }
}
@media screen and (max-width: 767px) {
  .txtBtnArchiveFaq {
    width: 275px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtBtnArchiveFaq {
    width: 93.22%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtnArchiveFaq {
    font-size: 4.2666666667vw;
  }
}

.faqForStoreBtm {
  margin-top: 65px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .faqForStoreBtm {
    margin-top: 5.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .faqForStoreBtm {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .faqForStoreBtm {
    margin-top: 14.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulForStoreFaq .mainCntForStoreFaq {
  width: 1117px;
}
@media screen and (max-width: 1200px) {
  .ulForStoreFaq .mainCntForStoreFaq {
    width: 95.79%;
  }
}
.ulForStoreFaq .mainCntForStoreFaq {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .ulForStoreFaq .mainCntForStoreFaq {
    font-size: 1.3333333333vw;
  }
}
.ulForStoreFaq .mainCntForStoreFaq {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ulForStoreFaq .mainCntForStoreFaq {
    width: 285px;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForStoreFaq .mainCntForStoreFaq {
    width: 90.47%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ulForStoreFaq .mainCntForStoreFaq {
    font-size: 3.4666666667vw;
  }
}
.ulForStoreFaq .mainCntForStoreFaq p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .ulForStoreFaq .mainCntForStoreFaq p {
    font-size: 1.3333333333vw;
  }
}
.ulForStoreFaq .mainCntForStoreFaq p {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ulForStoreFaq .mainCntForStoreFaq p {
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ulForStoreFaq .mainCntForStoreFaq p {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.storeSearchNote {
  margin-top: 98px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .storeSearchNote {
    margin-top: 5.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .storeSearchNote {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .storeSearchNote {
    width: 89.33%;
  }
}

.storeSearchNoteWap {
  padding-top: 21px;
  padding-bottom: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .storeSearchNoteWap {
    padding: 1.09% 0% 1.25% 0%;
  }
}
@media screen and (max-width: 767px) {
  .storeSearchNoteWap {
    padding: 3% 0% 4.97% 0%;
  }
}

.secStoreSearchNote {
  width: 1140px;
}
@media screen and (max-width: 1200px) {
  .secStoreSearchNote {
    width: 95%;
  }
}
.secStoreSearchNote {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secStoreSearchNote {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secStoreSearchNote {
    width: 90.44%;
  }
}

.secStoreSearchNote h2 {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .secStoreSearchNote h2 {
    font-size: 1.5vw;
  }
}
.secStoreSearchNote h2 {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .secStoreSearchNote h2 {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .secStoreSearchNote h2 {
    font-size: 4.2666666667vw;
  }
}

.secStoreSearchNote h6 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .secStoreSearchNote h6 {
    font-size: 1.3333333333vw;
  }
}
.secStoreSearchNote h6 {
  line-height: 180%;
  letter-spacing: 0em;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secStoreSearchNote h6 {
    margin-top: 1.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secStoreSearchNote h6 {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .secStoreSearchNote h6 {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.storeSearchFormWap {
  margin-top: 72px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .storeSearchFormWap {
    margin-top: 3.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .storeSearchFormWap {
    margin-top: 19.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secStoreSearchForm {
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .secStoreSearchForm {
    width: 83.33%;
  }
}
.secStoreSearchForm {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secStoreSearchForm {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secStoreSearchForm {
    width: 89.33%;
  }
}

.h2StoreSearchForm {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h2StoreSearchForm {
    font-size: 2.3333333333vw;
  }
}
.h2StoreSearchForm {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2StoreSearchForm {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2StoreSearchForm {
    font-size: 5.3333333333vw;
  }
}

.selectStoreSearchFormFx {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .selectStoreSearchFormFx {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .selectStoreSearchFormFx {
    margin-top: 6.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtSearchSlectWap {
  width: 490px;
}
@media screen and (max-width: 1200px) {
  .txtSearchSlectWap {
    width: 49%;
  }
}
.txtSearchSlectWap {
  position: relative;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .txtSearchSlectWap {
    width: 100%;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
  }
  .txtSearchSlectWap + .txtSearchSlectWap {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.selectSearchBase {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  aspect-ratio: 490/60;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  border: 2px solid #007cd0;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .selectSearchBase {
    font-size: 1.5vw;
  }
}
.selectSearchBase {
  line-height: 150%;
  letter-spacing: 0em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .selectSearchBase {
    padding: 0% 0% 0% 6.12%;
  }
}
@media screen and (max-width: 767px) {
  .selectSearchBase {
    aspect-ratio: 335/40;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    border: 2px solid #007cd0;
    line-height: 150%;
    letter-spacing: 0em;
    padding: 1% 0% 1% 4.47%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .selectSearchBase {
    font-size: 3.4666666667vw;
  }
}
.selectSearchBase:focus-visible {
  outline: none;
  border: 2px solid #007cd0;
}
.selectSearchBase:focus {
  outline: none;
  border: 2px solid #007cd0;
}

.arrowSelectSearch {
  width: 60px;
}
@media screen and (max-width: 1200px) {
  .arrowSelectSearch {
    width: 12.24%;
  }
}
.arrowSelectSearch {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .arrowSelectSearch {
    width: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .arrowSelectSearch {
    width: 11.94%;
  }
}
.arrowSelectSearch img {
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .arrowSelectSearch img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .arrowSelectSearch img {
    width: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .arrowSelectSearch img {
    width: 60%;
  }
}

.txtSearchInputWap {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtSearchInputWap {
    margin-top: 2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtSearchInputWap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .txtSearchInputWap {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtSearchInputWap {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.inputSearchName {
  aspect-ratio: 1000/60;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .inputSearchName {
    font-size: 1.5vw;
  }
}
.inputSearchName {
  line-height: 150%;
  letter-spacing: 0em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 64px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .inputSearchName {
    padding: 0% 0% 0% 6.4%;
  }
}
@media screen and (max-width: 767px) {
  .inputSearchName {
    aspect-ratio: 335/40;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    width: 100%;
    line-height: 150%;
    letter-spacing: 0em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 48px;
    padding-right: 0px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .inputSearchName {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .inputSearchName {
    padding: 0% 0% 0% 14.32%;
  }
}
.inputSearchName::placeholder {
  color: #C3C3C3;
}
.inputSearchName:-ms-input-placeholder {
  color: #C3C3C3;
}

.iconSearchInput {
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .iconSearchInput {
    width: 2.4%;
  }
}
.iconSearchInput {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .iconSearchInput {
    width: 24px;
    left: 4%;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconSearchInput {
    width: 7.16%;
  }
}

.btmSearchFormWap {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btmSearchFormWap {
    margin-top: 2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btmSearchFormWap {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btmSearchFormWap {
    margin-top: 4.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btmSearchForm {
  aspect-ratio: 1000/70;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .btmSearchForm {
    font-size: 1.6666666667vw;
  }
}
.btmSearchForm {
  line-height: 150%;
  letter-spacing: 0em;
  border: none;
  box-shadow: 0px 8px 0px #658da7;
  transition-duration: 0.5s;
  position: relative;
  padding: 0 4% 0 0;
}
@media screen and (max-width: 767px) {
  .btmSearchForm {
    aspect-ratio: 335/40;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    width: 100%;
    line-height: 150%;
    letter-spacing: 0em;
    border: none;
    box-shadow: 0px 5px 0px #658da7;
    padding: 0 0% 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmSearchForm {
    font-size: 4.2666666667vw;
  }
}
.btmSearchForm::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2%;
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .btmSearchForm::before {
    width: 2.4%;
  }
}
.btmSearchForm::before {
  aspect-ratio: 24/24;
  background: url(../img/btmSearchForm.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .btmSearchForm::before {
    top: 0;
    bottom: 0;
    right: 3%;
    width: 24px;
    aspect-ratio: 24/24;
    background: url(../img/btmSearchForm.svg) no-repeat center center;
    background-size: 70% auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btmSearchForm::before {
    width: 7.16%;
  }
}
.btmSearchForm:hover {
  transform: translateY(8px);
  box-shadow: 0px 0px 0px #658da7;
}
@media screen and (max-width: 767px) {
  .btmSearchForm:hover {
    transform: translateY(5px);
    box-shadow: 0px 0px 0px #658da7;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.searchRows {
  margin-top: 95px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .searchRows {
    margin-top: 4.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .searchRows {
    margin-top: 15.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .secSearchRows {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secSearchRows {
    width: 89.33%;
  }
}

.h2SearchRows {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h2SearchRows {
    font-size: 2vw;
  }
}
.h2SearchRows {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2SearchRows {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2SearchRows {
    font-size: 4.2666666667vw;
  }
}

.shopListLoopWap {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .shopListLoopWap {
    margin-top: 2.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .shopListLoopWap {
    width: 335px;
    margin-top: 9.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .shopListLoopWap {
    width: 89.33%;
  }
}

.shopList {
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  /* CSS3草案 */
  -webkit-border-radius: 12px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 12px;
  /* Firefox用 */
  padding-top: 26px;
  padding-bottom: 36px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .shopList {
    padding: 2.16% 0% 3% 0%;
  }
}
.shopList {
  width: 585px;
}
@media screen and (max-width: 1200px) {
  .shopList {
    width: 48.75%;
  }
}
@media screen and (max-width: 767px) {
  .shopList {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    padding: 4.16% 0% 7% 0%;
    width: 355px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .shopList {
    width: 105.97%;
  }
}
@media screen and (max-width: 767px) {
  .shopList:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .shopList:nth-child(n+2) {
    margin-top: 5.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.shopList:nth-child(n+3) {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .shopList:nth-child(n+3) {
    margin: 5.71% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .shopList:nth-child(n+3) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .shopList:nth-child(n+3) {
    margin-top: 5.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secShopList {
  width: 525px;
}
@media screen and (max-width: 1200px) {
  .secShopList {
    width: 89.74%;
  }
}
.secShopList {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secShopList {
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secShopList {
    width: 88.05%;
  }
}

.h3ShopLists {
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .h3ShopLists {
    font-size: 1.8333333333vw;
  }
}
.h3ShopLists {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3ShopLists {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ShopLists {
    font-size: 4.8vw;
  }
}

.catShopListFx {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .catShopListFx {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .catShopListFx {
    margin-top: 6.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.catShopListIn {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .catShopListIn {
    font-size: 1vw;
  }
}
.catShopListIn {
  line-height: 150%;
  letter-spacing: 0em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 4px;
}
@media screen and (max-width: 1200px) {
  .catShopListIn {
    margin: 0% 0.76% 0% 0%;
  }
}
.catShopListIn {
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  background: #09c8d5;
  color: #fff;
  padding: 2px 8px;
}
@media screen and (max-width: 767px) {
  .catShopListIn {
    line-height: 150%;
    letter-spacing: 0em;
    margin: 0vw 1.0666666667vw 0vw 0vw;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    padding: 0.5vw 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .catShopListIn {
    font-size: 2.9333333333vw;
  }
}

.shopListDetailWap {
  position: relative;
}

.shopListDetailFx {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .shopListDetailFx {
    margin-top: 2.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.shopListDetailFx {
  padding-top: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .shopListDetailFx {
    padding: 0% 0% 1.33% 0%;
  }
}
.shopListDetailFx {
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  .shopListDetailFx {
    margin-top: 4.71%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 0% 2% 0%;
  }
}

.shopListDetailFx02 {
  margin-top: 7.5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .shopListDetailFx02 {
    margin-top: 1.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .shopListDetailFx02 {
    margin-top: 2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h4ShopListDetail {
  width: 77px;
}
@media screen and (max-width: 1200px) {
  .h4ShopListDetail {
    width: 14.66%;
  }
}
.h4ShopListDetail {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .h4ShopListDetail {
    font-size: 1.0833333333vw;
  }
}
.h4ShopListDetail {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h4ShopListDetail {
    width: 68px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h4ShopListDetail {
    width: 23.05%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4ShopListDetail {
    font-size: 3.2vw;
  }
}

.txtShopListDetail {
  width: 448px;
}
@media screen and (max-width: 1200px) {
  .txtShopListDetail {
    width: 85.33%;
  }
}
.txtShopListDetail {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .txtShopListDetail {
    font-size: 1.0833333333vw;
  }
}
.txtShopListDetail {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtShopListDetail {
    width: 227px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtShopListDetail {
    width: 76.94%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtShopListDetail {
    font-size: 3.2vw;
  }
}
.txtShopListDetail a {
  overflow-wrap: break-word;
}

.txtShopListDetailAddress {
  width: 330px;
}
@media screen and (max-width: 1200px) {
  .txtShopListDetailAddress {
    width: 73.66%;
  }
}
@media screen and (max-width: 767px) {
  .txtShopListDetailAddress {
    width: 227px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtShopListDetailAddress {
    width: 100%;
  }
}

.btnShopListDetailList {
  width: 103px;
}
@media screen and (max-width: 1200px) {
  .btnShopListDetailList {
    width: 19.61%;
  }
}
.btnShopListDetailList {
  border: 1px solid #242424;
  position: absolute;
  right: 0;
  top: 4px;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .btnShopListDetailList {
    width: 295px;
    margin-top: 7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnShopListDetailList {
    width: 100%;
  }
}

.liBtnShopListDetail {
  width: 50%;
}
.liBtnShopListDetail:nth-child(2) {
  border-left: 1px solid #242424;
}

.btnShopListDetail {
  width: 100%;
  aspect-ratio: 52/34;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .btnShopListDetail {
    font-size: 1.1666666667vw;
  }
}
.btnShopListDetail {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .btnShopListDetail {
    aspect-ratio: 148/34;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnShopListDetail {
    font-size: 3.7333333333vw;
  }
}
.btnShopListDetail:hover {
  background: #242424;
  color: #fff;
}

.shopListPaginate {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .shopListPaginate {
    margin-top: 5.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .shopListPaginate {
    width: 335px;
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .shopListPaginate {
    width: 89.33%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .shopListPaginate {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.shopListPaginateFx {
  width: 100%;
}

.btmPn {
  color: #242424;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .btmPn {
    font-size: 1.3333333333vw;
  }
}
.btmPn {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .btmPn {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmPn {
    font-size: 3.7333333333vw;
  }
}

.ulShopListPaginate {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .ulShopListPaginate {
    margin: 0% 2.5% 0% 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .ulShopListPaginate {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulShopListPaginate {
    margin: 0% 4.17% 0% 4.17%;
  }
}

.liShopListPaginate {
  width: 50px;
}
.liShopListPaginate:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liShopListPaginate:nth-child(n+2) {
    margin: 0% 0% 0% 0.83%;
  }
}
@media screen and (max-width: 1200px) {
  .liShopListPaginate {
    width: 4.16vw;
  }
  .liShopListPaginate:nth-child(n+2) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .liShopListPaginate:nth-child(n+2) {
    margin: 0% 0% 0% 0.83%;
  }
}
@media screen and (max-width: 767px) {
  .liShopListPaginate {
    width: 10.6666666667vw;
  }
  .liShopListPaginate img {
    max-width: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liShopListPaginate:nth-child(n+2) {
    margin: 0vw 0vw 0vw 2.1333333333vw;
  }
}

.btmShopListPaginate {
  width: 100%;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  background: #e8ebec;
  color: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  aspect-ratio: 50/34;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .btmShopListPaginate {
    font-size: 1.1666666667vw;
  }
}
.btmShopListPaginate {
  line-height: auto0%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .btmShopListPaginate {
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    aspect-ratio: 40/34;
    line-height: auto0%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmShopListPaginate {
    font-size: 3.2vw;
  }
}
.liShopListPaginate.active .btmShopListPaginate {
  background: #7ab2d5;
  color: #fff;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.supportComming {
  margin-top: 96px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .supportComming {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .supportComming {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .supportComming {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.supportCommingWap {
  padding-top: 21px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .supportCommingWap {
    padding: 1.75% 0% 1.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .supportCommingWap {
    width: 335px;
    padding: 3.16% 0% 4.33% 0%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .supportCommingWap {
    width: 89.33%;
  }
}

.secSupportComming {
  width: 1140px;
}
@media screen and (max-width: 1200px) {
  .secSupportComming {
    width: 95%;
  }
}
.secSupportComming {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secSupportComming {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secSupportComming {
    width: 90.44%;
  }
}

.secSupportComming h2 {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .secSupportComming h2 {
    font-size: 2vw;
  }
}
.secSupportComming h2 {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .secSupportComming h2 {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .secSupportComming h2 {
    font-size: 4.2666666667vw;
  }
}

.secSupportComming h6 {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secSupportComming h6 {
    margin-top: 1.05%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secSupportComming h6 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .secSupportComming h6 {
    font-size: 1.3333333333vw;
  }
}
.secSupportComming h6 {
  line-height: 180%;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .secSupportComming h6 {
    margin-top: 1.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .secSupportComming h6 {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.supportMain {
  margin-top: 85px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .supportMain {
    margin-top: 4.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .supportMain {
    margin-top: 10.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .supportMainWap {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .supportMainWap {
    width: 89.33%;
  }
}

.txtTopSupportMain {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .txtTopSupportMain {
    font-size: 1.5vw;
  }
}
.txtTopSupportMain {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtTopSupportMain {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTopSupportMain {
    font-size: 3.7333333333vw;
  }
}

.bnrSupportMainLxn {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .bnrSupportMainLxn {
    margin-top: 3.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bnrSupportMainLxn {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bnrSupportMainLxn {
    margin-top: 21.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bnrSupportMain {
  width: 100%;
}

.btnBnrSupportMain01 {
  width: 317px;
}
@media screen and (max-width: 1200px) {
  .btnBnrSupportMain01 {
    width: 26.41%;
  }
}
.btnBnrSupportMain01 {
  aspect-ratio: 317/56;
  position: absolute;
  bottom: 5%;
  left: 4.5%;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .btnBnrSupportMain01 {
    aspect-ratio: 317/50;
    bottom: 31.4%;
    left: 6.5%;
    z-index: 1;
    width: 88%;
  }
}

.btnBnrSupportMain02 {
  width: 317px;
}
@media screen and (max-width: 1200px) {
  .btnBnrSupportMain02 {
    width: 26.41%;
  }
}
.btnBnrSupportMain02 {
  aspect-ratio: 317/56;
  position: absolute;
  bottom: 5%;
  left: 36.8%;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .btnBnrSupportMain02 {
    aspect-ratio: 317/50;
    bottom: 17.2%;
    left: 6.5%;
    z-index: 1;
    width: 88%;
  }
}

.btnBnrSupportMain03 {
  width: 317px;
}
@media screen and (max-width: 1200px) {
  .btnBnrSupportMain03 {
    width: 26.41%;
  }
}
.btnBnrSupportMain03 {
  aspect-ratio: 317/56;
  position: absolute;
  bottom: 5%;
  left: 69.5%;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .btnBnrSupportMain03 {
    aspect-ratio: 317/50;
    bottom: 2%;
    left: 6.5%;
    z-index: 1;
    width: 88%;
  }
}

.tableSupportMainLxn {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .tableSupportMainLxn {
    margin-top: 8.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tableSupportMainLxn {
  width: 800px;
}
@media screen and (max-width: 1200px) {
  .tableSupportMainLxn {
    width: 66.66%;
  }
}
@media screen and (max-width: 767px) {
  .tableSupportMainLxn {
    margin-top: 24.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.h2TableSupportMainLxn {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h2TableSupportMainLxn {
    font-size: 1.6666666667vw;
  }
}
.h2TableSupportMainLxn {
  line-height: normal;
  letter-spacing: 0em;
  aspect-ratio: 800/60;
}
@media screen and (max-width: 767px) {
  .h2TableSupportMainLxn {
    line-height: normal;
    letter-spacing: 0em;
    aspect-ratio: 335/63;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TableSupportMainLxn {
    font-size: 4.2666666667vw;
  }
}

.liTableSupport {
  border-bottom: 1px solid #c3c3c3;
}

.h3LiTableSupport {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .h3LiTableSupport {
    padding: 1.12% 2.5% 1.12% 2.5%;
  }
}
.h3LiTableSupport {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .h3LiTableSupport {
    width: 18.75%;
  }
}
.h3LiTableSupport {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h3LiTableSupport {
    font-size: 1.3333333333vw;
  }
}
.h3LiTableSupport {
  line-height: 170%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3LiTableSupport {
    padding: 0.77% 2.98% 0.77% 2.98%;
    width: 98px;
    line-height: 170%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3LiTableSupport {
    width: 29.25%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3LiTableSupport {
    font-size: 3.4666666667vw;
  }
}

.cntLiTableSupport {
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .cntLiTableSupport {
    padding: 1.5% 2.5% 1.62% 2.5%;
  }
}
.cntLiTableSupport {
  width: 650px;
}
@media screen and (max-width: 1200px) {
  .cntLiTableSupport {
    width: 81.25%;
  }
}
@media screen and (max-width: 767px) {
  .cntLiTableSupport {
    padding: 2.77% 2.98% 2.97% 2.98%;
    width: 237px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntLiTableSupport {
    width: 70.74%;
  }
}

.cntLiTableSupport p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .cntLiTableSupport p {
    font-size: 1.3333333333vw;
  }
}
.cntLiTableSupport p {
  line-height: 170%;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cntLiTableSupport p {
    line-height: 170%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntLiTableSupport p {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.carrierShopTop {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .carrierShopTop {
    margin-top: 5.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .carrierShopTop {
    margin-top: 11.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .secCarrierShopTop {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secCarrierShopTop {
    width: 89.33%;
  }
}

.txtCarrierShopTop {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .txtCarrierShopTop {
    font-size: 1.5vw;
  }
}
.txtCarrierShopTop {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtCarrierShopTop {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCarrierShopTop {
    font-size: 3.7333333333vw;
  }
}

.secCarrierShopTopIn {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secCarrierShopTopIn {
    margin-top: 1.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secCarrierShopTopIn {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secCarrierShopTopIn {
    padding: 1.75% 0% 1.75% 0%;
  }
}
.secCarrierShopTopIn {
  border: 1px solid #f7514d;
  border-radius: 12px;
  /* CSS3草案 */
  -webkit-border-radius: 12px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 12px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .secCarrierShopTopIn {
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5% 0% 4.4% 0%;
  }
}

.secCarrierShopTopLxnIn {
  width: 1140px;
}
@media screen and (max-width: 1200px) {
  .secCarrierShopTopLxnIn {
    width: 95%;
  }
}
.secCarrierShopTopLxnIn {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secCarrierShopTopLxnIn {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secCarrierShopTopLxnIn {
    width: 90.44%;
  }
}

.h2CarrierShopTop {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h2CarrierShopTop {
    font-size: 1.6666666667vw;
  }
}
.h2CarrierShopTop {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2CarrierShopTop {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2CarrierShopTop {
    font-size: 4.2666666667vw;
  }
}

.txtCarrierShopTopIn {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtCarrierShopTopIn {
    margin-top: 2.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtCarrierShopTopIn {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtCarrierShopTopIn {
    font-size: 1.3333333333vw;
  }
}
.txtCarrierShopTopIn {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtCarrierShopTopIn {
    margin-top: 2.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCarrierShopTopIn {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.carrierShopTop + form .storeSearchFormWap {
  margin: 5.3% auto 0 auto;
}
@media screen and (max-width: 767px) {
  .carrierShopTop + form .storeSearchFormWap {
    margin: 21% auto 0 auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.carrierShopLoop {
  margin-top: 94px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .carrierShopLoop {
    margin-top: 4.89%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .carrierShopLoop {
    margin-top: 15.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .carrierShopLoopWap {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .carrierShopLoopWap {
    width: 89.33%;
  }
}

.h2CarrierShopLoop {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h2CarrierShopLoop {
    font-size: 2vw;
  }
}
.h2CarrierShopLoop {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2CarrierShopLoop {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2CarrierShopLoop {
    font-size: 4.2666666667vw;
  }
}

.ulCarrierShopLoop {
  margin-top: 49px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulCarrierShopLoop {
    margin-top: 4.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ulCarrierShopLoop {
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ulCarrierShopLoop {
    margin-top: 4.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

.liCarrierShopLoop {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .liCarrierShopLoop {
    margin: 0% 2.5% 2.5% 0%;
  }
}
.liCarrierShopLoop {
  padding-top: 16px;
  padding-bottom: 23px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liCarrierShopLoop {
    padding: 1.33% 0% 1.91% 0%;
  }
}
.liCarrierShopLoop {
  width: 380px;
}
@media screen and (max-width: 1200px) {
  .liCarrierShopLoop {
    width: 31.66%;
  }
}
.liCarrierShopLoop {
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  /* CSS3草案 */
  -webkit-border-radius: 12px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 12px;
  /* Firefox用 */
}
.liCarrierShopLoop:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .liCarrierShopLoop {
    margin: 5.8% 0% 0% 0%;
    padding: 5.16% 0% 5.7% 0%;
    width: 100%;
  }
}

.articleCarrierShopLoop {
  width: 330px;
}
@media screen and (max-width: 1200px) {
  .articleCarrierShopLoop {
    width: 86.84%;
  }
}
.articleCarrierShopLoop {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .articleCarrierShopLoop {
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .articleCarrierShopLoop {
    width: 88.05%;
  }
}

.h3CarrierShopLoop {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h3CarrierShopLoop {
    font-size: 1.6666666667vw;
  }
}
.h3CarrierShopLoop {
  line-height: 150%;
  letter-spacing: 0em;
  min-height: 60px;
}
@media screen and (max-width: 1200px) {
  .h3CarrierShopLoop {
    min-height: 5.058824vw;
  }
}
@media screen and (max-width: 767px) {
  .h3CarrierShopLoop {
    line-height: 150%;
    letter-spacing: 0em;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3CarrierShopLoop {
    font-size: 4.8vw;
  }
}

.ulTermCarrierShopLoop {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .ulTermCarrierShopLoop {
    margin: 3.93% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulTermCarrierShopLoop {
    margin-top: 5.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liTermCarrierShopLoop {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 1200px) {
  .liTermCarrierShopLoop {
    padding: 0.66% 2.64% 0.66% 2.64%;
  }
}
.liTermCarrierShopLoop {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .liTermCarrierShopLoop {
    font-size: 1vw;
  }
}
.liTermCarrierShopLoop {
  line-height: 150%;
  letter-spacing: 0em;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .liTermCarrierShopLoop {
    padding: 0.8% 2.5%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liTermCarrierShopLoop {
    font-size: 2.9333333333vw;
  }
}
.liTermCarrierShopLoop:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liTermCarrierShopLoop:nth-child(n+2) {
    margin: 0% 0% 0% 1.32%;
  }
}
@media screen and (max-width: 767px) {
  .liTermCarrierShopLoop:nth-child(n+2) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liTermCarrierShopLoop:nth-child(n+2) {
    margin: 0% 0% 0% 1.35%;
  }
}

.addressCarrierShopLoop {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .addressCarrierShopLoop {
    margin: 4.62% 0% 0% 0%;
  }
}
.addressCarrierShopLoop {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .addressCarrierShopLoop {
    font-size: 1.0833333333vw;
  }
}
.addressCarrierShopLoop {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .addressCarrierShopLoop {
    margin: 3.42% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0em;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .addressCarrierShopLoop {
    font-size: 3.2vw;
  }
}

.telCarrierShopLoop {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .telCarrierShopLoop {
    margin: 3.63% 0% 0% 0%;
  }
}
.telCarrierShopLoop {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .telCarrierShopLoop {
    font-size: 1.0833333333vw;
  }
}
.telCarrierShopLoop {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .telCarrierShopLoop {
    margin: 2.2% 0% 0% 0%;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .telCarrierShopLoop {
    font-size: 3.2vw;
  }
}

.btnTelCarrierShopLoopTel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btnTelCarrierShopLoopTel {
    pointer-events: auto;
  }
}

.titleTelCarrierShopLoop {
  white-space: nowrap;
  width: 20%;
}

.cntTelCarrierShopLoop {
  width: 80%;
  overflow-wrap: break-word;
}

.btnTelCarrierShopLoopUrl {
  color: #3152E0 !important;
  text-decoration: underline;
  overflow-wrap: break-word;
  /* 最新標準 */
  overflow-wrap: break-word;
}

.mapsCarrierShopLoop {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .mapsCarrierShopLoop {
    margin: 5.28% 0% 0% 0%;
  }
}
.mapsCarrierShopLoop {
  width: 103px;
}
@media screen and (max-width: 1200px) {
  .mapsCarrierShopLoop {
    width: 33.99%;
  }
}
.mapsCarrierShopLoop {
  border: 1px solid #242424;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mapsCarrierShopLoop {
    margin: 5.5% 0% 0% 0%;
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1200px) {
  .mapsCarrierShopLoop {
    width: 100%;
  }
}

.liMapsCarrierShopLoop {
  width: 52px;
}
@media screen and (max-width: 1200px) {
  .liMapsCarrierShopLoop {
    width: 50.48%;
  }
}
.liMapsCarrierShopLoop {
  border-right: 1px solid #242424;
}
@media screen and (max-width: 767px) {
  .liMapsCarrierShopLoop {
    width: 148px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liMapsCarrierShopLoop {
    width: 50.16%;
  }
}
.liMapsCarrierShopLoop:last-child {
  border: none;
}

.btnMapsCarrierShopLoop {
  aspect-ratio: 52/33;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .btnMapsCarrierShopLoop {
    font-size: 1.1666666667vw;
  }
}
.btnMapsCarrierShopLoop {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .btnMapsCarrierShopLoop {
    aspect-ratio: 148/34;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnMapsCarrierShopLoop {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.otheCnt {
  margin-top: 87px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .otheCnt {
    margin-top: 4.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .otheCnt {
    margin-top: 11.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .OtheCntWap {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .OtheCntWap {
    width: 89.33%;
  }
}

.h2OtheCnt {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h2OtheCnt {
    font-size: 2vw;
  }
}
.h2OtheCnt {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2OtheCnt {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2OtheCnt {
    font-size: 5.3333333333vw;
  }
}

.tableOtheCntLxn {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .tableOtheCntLxn {
    margin-top: 2.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .tableOtheCntLxn {
    margin-top: 4.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }
}

.tableOtheCnt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tableOtheCnt {
    width: 264.8vw;
  }
  .tableOtheCnt img {
    max-width: 993px;
  }
}

.thOtheCnt {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .thOtheCnt {
    padding: 1.16% 0% 1.16% 0.83%;
  }
}
.thOtheCnt {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .thOtheCnt {
    font-size: 1.3333333333vw;
  }
}
.thOtheCnt {
  line-height: auto0%;
  letter-spacing: 0em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .thOtheCnt {
    padding: 3.2666666667vw 0vw 3.2666666667vw 2.6666666667vw;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thOtheCnt {
    font-size: 3.4666666667vw;
  }
}

.thOtheCnt01 {
  width: 90px;
}
@media screen and (max-width: 1200px) {
  .thOtheCnt01 {
    width: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheCnt01 {
    width: 90px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheCnt01 {
    width: 9.06%;
  }
}

.thOtheCnt02 {
  width: 103px;
}
@media screen and (max-width: 1200px) {
  .thOtheCnt02 {
    width: 8.58%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheCnt02 {
    width: 85px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheCnt02 {
    width: 8.55%;
  }
}

.thOtheCnt03 {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .thOtheCnt03 {
    width: 23.33%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheCnt03 {
    width: 228px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheCnt03 {
    width: 22.96%;
  }
}

.thOtheCnt04 {
  width: 373px;
}
@media screen and (max-width: 1200px) {
  .thOtheCnt04 {
    width: 31.08%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheCnt04 {
    width: 303px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheCnt04 {
    width: 30.51%;
  }
}

.thOtheCnt05 {
  width: 252px;
}
@media screen and (max-width: 1200px) {
  .thOtheCnt05 {
    width: 21%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheCnt05 {
    width: 205px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheCnt05 {
    width: 20.64%;
  }
}

.thOtheCnt06 {
  width: 110px;
}
@media screen and (max-width: 1200px) {
  .thOtheCnt06 {
    width: 9.16%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheCnt06 {
    width: 92px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheCnt06 {
    width: 9.26%;
  }
}

.tableOtheCnt td {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .tableOtheCnt td {
    padding: 1.16% 0% 1.16% 0.83%;
  }
}
.tableOtheCnt td {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .tableOtheCnt td {
    font-size: 1.25vw;
  }
}
.tableOtheCnt td {
  line-height: auto0%;
  letter-spacing: 0em;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .tableOtheCnt td {
    padding: 1.09% 0% 1.39% 1.07%;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tableOtheCnt td {
    font-size: 3.2vw;
  }
}

.tableOtheCnt tr:nth-child(even) td {
  background: #FAFAFA;
}

@media screen and (max-width: 767px) {
  .txtOtheCnt {
    line-height: auto0%;
    letter-spacing: 0em;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtOtheCnt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtOtheCnt {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.otheCntStation {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .otheCntStation {
    margin-top: 3.64%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .otheCntStation {
    margin-top: 13.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .OtheStationWap {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .OtheStationWap {
    width: 89.33%;
  }
}

.tableOtheStationCntLxn {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .tableOtheStationCntLxn {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .tableOtheStationCntLxn {
    margin-top: 5.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }
}

.tableOtheStationCnt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tableOtheStationCnt {
    width: 170.6666666667vw;
  }
  .tableOtheStationCnt img {
    max-width: 640px;
  }
}

.thStationOtheCnt {
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .thStationOtheCnt {
    padding: 1.08% 0% 1.16% 0.83%;
  }
}
.thStationOtheCnt {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .thStationOtheCnt {
    font-size: 1.3333333333vw;
  }
}
.thStationOtheCnt {
  line-height: auto0%;
  letter-spacing: 0em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .thStationOtheCnt {
    padding: 1.53% 0% 2.03% 1.56%;
    text-align: left;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thStationOtheCnt {
    font-size: 3.4666666667vw;
  }
}

.thOtheStationCnt01 {
  width: 140px;
}
@media screen and (max-width: 1200px) {
  .thOtheStationCnt01 {
    width: 11.66%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheStationCnt01 {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheStationCnt01 {
    width: 17.18%;
  }
}

.thOtheStationCnt02 {
  width: 80px;
}
@media screen and (max-width: 1200px) {
  .thOtheStationCnt02 {
    width: 6.66%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheStationCnt02 {
    width: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheStationCnt02 {
    width: 9.37%;
  }
}

.thOtheStationCnt03 {
  width: 130px;
}
@media screen and (max-width: 1200px) {
  .thOtheStationCnt03 {
    width: 10.83%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheStationCnt03 {
    width: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheStationCnt03 {
    width: 15.62%;
  }
}

.thOtheStationCnt04 {
  width: 130px;
}
@media screen and (max-width: 1200px) {
  .thOtheStationCnt04 {
    width: 10.83%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheStationCnt04 {
    width: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheStationCnt04 {
    width: 15.62%;
  }
}

.thOtheStationCnt05 {
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .thOtheStationCnt05 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheStationCnt05 {
    width: 180px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheStationCnt05 {
    width: 28.12%;
  }
}

.thOtheStationCnt06 {
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .thOtheStationCnt06 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .thOtheStationCnt06 {
    width: 90px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thOtheStationCnt06 {
    width: 14.06%;
  }
}

.tableOtheStationCnt td {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .tableOtheStationCnt td {
    padding: 1.16% 0% 1.16% 0.83%;
  }
}
.tableOtheStationCnt td {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .tableOtheStationCnt td {
    font-size: 1.3333333333vw;
  }
}
.tableOtheStationCnt td {
  line-height: auto0%;
  letter-spacing: 0em;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .tableOtheStationCnt td {
    padding: 1.53% 0% 2.03% 1.56%;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tableOtheStationCnt td {
    font-size: 3.4666666667vw;
  }
}

.tableOtheStationCnt tr:nth-child(even) td {
  background: #FAFAFA;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
useNameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.publicCnt {
  margin-top: 85px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .publicCnt {
    margin-top: 4.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .publicCnt {
    width: 335px;
    margin-top: 11.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .publicCnt {
    width: 89.33%;
  }
}

.txtPulicCntTop {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .txtPulicCntTop {
    font-size: 1.5vw;
  }
}
.txtPulicCntTop {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtPulicCntTop {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPulicCntTop {
    font-size: 3.7333333333vw;
  }
}

.secPublicCnt01 {
  margin-top: 62px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secPublicCnt01 {
    margin-top: 5.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secPublicCnt01 {
    margin-top: 13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2PublicCnt {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h2PublicCnt {
    font-size: 2vw;
  }
}
.h2PublicCnt {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h2PublicCnt {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2PublicCnt {
    font-size: 5.3333333333vw;
  }
}

.tablePublicCntWap {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .tablePublicCntWap {
    overflow: auto;
    margin-top: 5.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.tablePublicCntWap table {
  width: 100%;
  border-top: 1px solid #DEDEDE;
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap01 table {
    width: 162.6666666667vw;
  }
  .tablePublicCntWap01 table img {
    max-width: 610px;
  }
}

.tablePublicCntWap td {
  padding-top: 8.25px;
  padding-bottom: 8.5px;
  padding-left: 10px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap td {
    padding: 0.68% 0% 0.7% 0.83%;
  }
}
.tablePublicCntWap td {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap td {
    font-size: 1.3333333333vw;
  }
}
.tablePublicCntWap td {
  line-height: 170%;
  letter-spacing: 0em;
  border-bottom: 1px solid #DEDEDE;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tablePublicCntWap td {
    padding: 1.93vw 0% 2.14vw 2.95vw;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tablePublicCntWap td {
    font-size: 3.4666666667vw;
  }
}

.tablePublicCntWap td:nth-child(1) {
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap td:nth-child(1) {
    width: 22.5%;
  }
}

.tablePublicCntWap td:nth-child(2) {
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap td:nth-child(2) {
    width: 22.5%;
  }
}

.tablePublicCntWap td:nth-child(3) {
  width: 220px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap td:nth-child(3) {
    width: 18.33%;
  }
}

.tablePublicCntWap td:nth-child(4) {
  width: 440px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap td:nth-child(4) {
    width: 36.66%;
  }
}

.tablePublicCntWap tr:nth-child(even) {
  background: #FAFAFA;
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap01 td:nth-child(1) {
    width: 150px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap01 td:nth-child(1) {
    width: 24.59%;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap01 td:nth-child(2) {
    width: 160px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap01 td:nth-child(2) {
    width: 26.22%;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap01 td:nth-child(3) {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap01 td:nth-child(3) {
    width: 18.03%;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap01 td:nth-child(4) {
    width: 190px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap01 td:nth-child(4) {
    width: 31.14%;
  }
}

@media screen and (max-width: 767px) {
  .txtPublicCntBtm {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtPublicCntBtm {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPublicCntBtm {
    font-size: 3.2vw;
  }
}

.secPublicCnt02 {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secPublicCnt02 {
    margin-top: 5.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secPublicCnt02 {
    margin-top: 14.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap02 table {
    width: 138.6666666667vw;
  }
  .tablePublicCntWap02 table img {
    max-width: 520px;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap02 td:nth-child(1) {
    width: 90px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap02 td:nth-child(1) {
    width: 17.3%;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap02 td:nth-child(2) {
    width: 130px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap02 td:nth-child(2) {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap02 td:nth-child(3) {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap02 td:nth-child(3) {
    width: 21.15%;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap02 td:nth-child(4) {
    width: 190px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap02 td:nth-child(4) {
    width: 36.53%;
  }
}

@media screen and (max-width: 767px) {
  .tablePublicCntWap03 table {
    width: 117.3333333333vw;
  }
  .tablePublicCntWap03 table img {
    max-width: 440px;
  }
}
.tablePublicCntWap03 table td:nth-child(1) {
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap03 table td:nth-child(1) {
    width: 22.5%;
  }
}
@media screen and (max-width: 767px) {
  .tablePublicCntWap03 table td:nth-child(1) {
    width: 140px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap03 table td:nth-child(1) {
    width: 31.81%;
  }
}
.tablePublicCntWap03 table td:nth-child(2) {
  width: 220px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap03 table td:nth-child(2) {
    width: 18.33%;
  }
}
@media screen and (max-width: 767px) {
  .tablePublicCntWap03 table td:nth-child(2) {
    width: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap03 table td:nth-child(2) {
    width: 25%;
  }
}
.tablePublicCntWap03 table td:nth-child(3) {
  width: 710px;
}
@media screen and (max-width: 1200px) {
  .tablePublicCntWap03 table td:nth-child(3) {
    width: 59.16%;
  }
}
@media screen and (max-width: 767px) {
  .tablePublicCntWap03 table td:nth-child(3) {
    width: 190px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tablePublicCntWap03 table td:nth-child(3) {
    width: 43.18%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.faqTopWap {
  margin-top: 96px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .faqTopWap {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .faqTopWap {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .faqTopWap {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulFaqTop {
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .ulFaqTop {
    width: 83.33%;
  }
}
.ulFaqTop {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ulFaqTop {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulFaqTop {
    width: 89.33%;
  }
}

.liFaqTop {
  width: 490px;
}
@media screen and (max-width: 1200px) {
  .liFaqTop {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .liFaqTop {
    width: 163px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liFaqTop {
    width: 48.65%;
  }
}

.btnFaqTop {
  aspect-ratio: 490/70;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
  transition-duration: 0.5s;
  background: #7AB2D5;
  box-shadow: 0px 8px 0px #658DA7;
}
@media screen and (max-width: 767px) {
  .btnFaqTop {
    aspect-ratio: 163/40;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    box-shadow: 0px 6px 0px #658DA7;
  }
}
.btnFaqTop:hover {
  box-shadow: 0px 0px 0px #658DA7;
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .btnFaqTop:hover {
    transform: translateY(6px);
  }
}

.iconBtnFaqTop {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .iconBtnFaqTop {
    font-size: 1.6666666667vw;
  }
}
.iconBtnFaqTop {
  line-height: 150%;
  letter-spacing: 0em;
  width: 450px;
}
@media screen and (max-width: 1200px) {
  .iconBtnFaqTop {
    width: 91.83%;
  }
}
.iconBtnFaqTop {
  margin: auto;
  background: url(../img/iconBtnFaqTop.svg) no-repeat right center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .iconBtnFaqTop {
    line-height: 150%;
    letter-spacing: 0em;
    width: 163px;
    margin: auto;
    background: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconBtnFaqTop {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconBtnFaqTop {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.faqTopLoop {
  margin-top: 105px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .faqTopLoop {
    margin-top: 5.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .faqTopLoop {
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .faqTopLoop {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .faqTopLoopWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .faqTopLoopWap {
    width: 89.33%;
  }
}

.secFaqLoop + .secFaqLoop {
  margin-top: 124px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secFaqLoop + .secFaqLoop {
    margin-top: 10.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secFaqLoop + .secFaqLoop {
  border-top: 1px solid #BABABA;
  padding-top: 107px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secFaqLoop + .secFaqLoop {
    padding: 8.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFaqLoop + .secFaqLoop {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 21.88% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secFaqLoop + .secFaqLoop {
    margin-top: 23.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2FaqLoop {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .h2FaqLoop {
    font-size: 2vw;
  }
}
.h2FaqLoop {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2FaqLoop {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2FaqLoop {
    font-size: 4.8vw;
  }
}

.detailFaqLoop {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .detailFaqLoop {
    margin-top: 2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailFaqLoop {
    margin-top: 4.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.detailFaqLoop + .detailFaqLoop {
  margin-top: 73px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .detailFaqLoop + .detailFaqLoop {
    margin-top: 6.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailFaqLoop + .detailFaqLoop {
    margin-top: 16.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3DetailFaqLoop {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h3DetailFaqLoop {
    font-size: 1.6666666667vw;
  }
}
.h3DetailFaqLoop {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3DetailFaqLoop {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailFaqLoop {
    font-size: 3.7333333333vw;
  }
}

.ulForStoreFaq {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForStoreFaq {
    margin-top: 1.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForStoreFaq {
    margin-top: 5.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liForStoreFaq:nth-child(n+2) {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .liForStoreFaq:nth-child(n+2) {
    margin-top: 0.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liForStoreFaq:nth-child(n+2) {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForStoreFaq:nth-child(n+2) {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnForStoreFaq {
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .btnForStoreFaq {
    padding: 1.16% 1.66% 1.08% 1.16%;
  }
}
@media screen and (max-width: 767px) {
  .btnForStoreFaq {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnForStoreFaq {
    padding: 2.98% 2.98% 2.98% 2.98%;
  }
}

.btnForStoreFaqWap {
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .btnForStoreFaqWap {
    align-items: flex-start;
  }
}

.iconBtnForStoreFaqQ {
  aspect-ratio: 35/35;
  width: 35px;
}
@media screen and (max-width: 1200px) {
  .iconBtnForStoreFaqQ {
    width: 3%;
  }
}
.iconBtnForStoreFaqQ {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .iconBtnForStoreFaqQ {
    font-size: 2vw;
  }
}
.iconBtnForStoreFaqQ {
  line-height: auto0%;
  letter-spacing: 0em;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  border: 1px solid #3152E0;
}
@media screen and (max-width: 767px) {
  .iconBtnForStoreFaqQ {
    width: 22px;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconBtnForStoreFaqQ {
    width: 6.98%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconBtnForStoreFaqQ {
    font-size: 3.7333333333vw;
  }
}

.h3BtnForStoreFaq {
  width: 1077px;
}
@media screen and (max-width: 1200px) {
  .h3BtnForStoreFaq {
    width: 92.36%;
  }
}
.h3BtnForStoreFaq {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .h3BtnForStoreFaq {
    font-size: 1.3333333333vw;
  }
}
.h3BtnForStoreFaq {
  line-height: 150%;
  letter-spacing: 0em;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h3BtnForStoreFaq {
    margin: 0.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3BtnForStoreFaq {
    width: 79.85%;
    transform: translate(0px, -7%);
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3BtnForStoreFaq {
    font-size: 3.4666666667vw;
  }
}

.bodBtnForStoreFaqLxn {
  aspect-ratio: 24/24;
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .bodBtnForStoreFaqLxn {
    width: 2.05%;
  }
}
.bodBtnForStoreFaqLxn {
  position: relative;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .bodBtnForStoreFaqLxn {
    margin: 0.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bodBtnForStoreFaqLxn {
    width: 7.41%;
    transform: translate(0px, -13%);
  }
}

.bodBtnForStoreFaq {
  width: 14px;
}
@media screen and (max-width: 1200px) {
  .bodBtnForStoreFaq {
    width: 58.33%;
  }
}
.bodBtnForStoreFaq {
  height: 2px;
  background: #3152E0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition-duration: 0.5s;
}

.bodBtnForStoreFaq2 {
  transform: rotate(-90deg);
}

.btnForStoreFaq.on .bodBtnForStoreFaq2 {
  transform: rotate(0deg);
  opacity: 0;
}

.cntForStoreFaq {
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .cntForStoreFaq {
    padding: 1.16% 1.66% 1.08% 1.16%;
  }
}
.cntForStoreFaq {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .cntForStoreFaq {
    padding: 2.57% 2.98% 2.98% 2.98%;
  }
}

.mainCntForStoreFaq {
  width: 1077px;
}
@media screen and (max-width: 1200px) {
  .mainCntForStoreFaq {
    width: 92.36%;
  }
}
.mainCntForStoreFaq {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .mainCntForStoreFaq {
    font-size: 1.3333333333vw;
  }
}
.mainCntForStoreFaq {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .mainCntForStoreFaq {
    margin: 0.42% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainCntForStoreFaq {
    width: 285px;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .mainCntForStoreFaq {
    width: 90.47%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mainCntForStoreFaq {
    font-size: 3.4666666667vw;
  }
}
.mainCntForStoreFaq p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .mainCntForStoreFaq p {
    font-size: 1.3333333333vw;
  }
}
.mainCntForStoreFaq p {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mainCntForStoreFaq p {
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mainCntForStoreFaq p {
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .cntForStoreFaq .bodBtnForStoreFaqLxn {
    display: none;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.foruserMerit {
  margin-top: 83px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .foruserMerit {
    margin-top: 4.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .foruserMerit {
    margin-top: 11.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .foruserMeritWap {
    width: 335px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserMeritWap {
    width: 89.33%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserMeritWap {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secForUserMerit {
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .secForUserMerit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .secForUserMerit {
    width: 100%;
  }
}

.h2ForuserMerit {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h2ForuserMerit {
    font-size: 2.3333333333vw;
  }
}
.h2ForuserMerit {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForuserMerit {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForuserMerit {
    font-size: 5.3333333333vw;
  }
}

.txtForuserMerit {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtForuserMerit {
    margin-top: 1.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtForuserMerit {
  font-size: 19px;
}
@media screen and (max-width: 1200px) {
  .txtForuserMerit {
    font-size: 1.5833333333vw;
  }
}
.txtForuserMerit {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForuserMerit {
    margin-top: 8.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForuserMerit {
    font-size: 3.4666666667vw;
  }
}

.ulForuserMerit {
  margin-top: 43px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForuserMerit {
    margin-top: 3.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForuserMerit {
    width: 277px;
    margin-top: 13.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForuserMerit {
    width: 82.68%;
  }
}

.liForuserMerit {
  width: 378px;
}
@media screen and (max-width: 1200px) {
  .liForuserMerit {
    width: 31.5%;
  }
}
@media screen and (max-width: 767px) {
  .liForuserMerit {
    width: 277px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForuserMerit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liForuserMerit:nth-child(n+2) {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForuserMerit:nth-child(n+2) {
    margin-top: 14.44%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .photoForuserMerit {
    width: 227px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .photoForuserMerit {
    width: 81.94%;
  }
}

.secForuserMerit {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secForuserMerit {
    margin-top: 4.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secForuserMerit {
    margin-top: 6.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3ForuserMerit {
  aspect-ratio: 378/49;
  border: 3px solid #3152E0;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h3ForuserMerit {
    font-size: 1.6666666667vw;
  }
}
.h3ForuserMerit {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h3ForuserMerit {
    aspect-ratio: 277/39;
    border: 3px solid #3152E0;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ForuserMerit {
    font-size: 4vw;
  }
}

.textForuserMerit {
  width: 340px;
}
@media screen and (max-width: 1200px) {
  .textForuserMerit {
    width: 89.94%;
  }
}
.textForuserMerit {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .textForuserMerit {
    margin-top: 2.64%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.textForuserMerit {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .textForuserMerit {
    font-size: 1.3333333333vw;
  }
}
.textForuserMerit {
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .textForuserMerit {
    width: 277px;
    margin-top: 3.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .textForuserMerit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .textForuserMerit {
    font-size: 3.4666666667vw;
  }
}

.annotationForUserMerit {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .annotationForUserMerit {
    margin-top: 3.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.annotationForUserMerit {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .annotationForUserMerit {
    font-size: 1vw;
  }
}
.annotationForUserMerit {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .annotationForUserMerit {
    margin-top: 11.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .annotationForUserMerit {
    font-size: 2.6666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.foruserBnr {
  margin-top: 113px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .foruserBnr {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .foruserBnr {
    margin-top: 20.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .foruserBnrWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserBnrWap {
    width: 89.33%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.foruserPeriod {
  margin-top: 121px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .foruserPeriod {
    margin-top: 6.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .foruserPeriod {
    margin-top: 21.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .foruserPeriodWap {
    width: 335px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserPeriodWap {
    width: 89.33%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserPeriodWap {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picForuserPeriod {
  width: 765px;
}
@media screen and (max-width: 1200px) {
  .picForuserPeriod {
    width: 63.75%;
  }
}
.picForuserPeriod {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .picForuserPeriod {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picForuserPeriod {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.foruserFlow {
  margin-top: 139px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .foruserFlow {
    margin-top: 7.23%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .foruserFlow {
    margin-top: 19.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .foruserFlowWap {
    width: 335px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserFlowWap {
    width: 89.33%;
  }
}

.h2ForuserFlow {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h2ForuserFlow {
    font-size: 2.3333333333vw;
  }
}
.h2ForuserFlow {
  line-height: 140%;
  letter-spacing: 0em;
  border-bottom: 1px solid #3152E0;
  padding-top: 0px;
  padding-bottom: 32px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .h2ForuserFlow {
    padding: 0% 0% 2.66% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h2ForuserFlow {
    line-height: 140%;
    letter-spacing: 0em;
    border-bottom: 1px solid #3152E0;
    padding: 0% 0% 6.95% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForuserFlow {
    font-size: 5.3333333333vw;
  }
}

.ulForuserFlow {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForuserFlow {
    margin-top: 3.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForuserFlow {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForuserFlow {
    margin-top: 8.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liForuserFlow {
  width: 216px;
}
@media screen and (max-width: 1200px) {
  .liForuserFlow {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .liForuserFlow {
    width: 161px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForuserFlow {
    width: 48.05%;
  }
}
@media screen and (max-width: 767px) {
  .liForuserFlow:nth-child(n+3) {
    margin: 9.74% 0% 0% 0%;
  }
}

.imgNumberForuserFlow {
  width: 54px;
}
@media screen and (max-width: 1200px) {
  .imgNumberForuserFlow {
    width: 25%;
  }
}
.imgNumberForuserFlow {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .imgNumberForuserFlow {
    width: 41px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .imgNumberForuserFlow {
    width: 25.46%;
  }
}

.thumbsNumberForuserFlow {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .thumbsNumberForuserFlow {
    width: 69.44%;
  }
}
.thumbsNumberForuserFlow {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .thumbsNumberForuserFlow {
    margin-top: 9.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .thumbsNumberForuserFlow {
    width: 140px;
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thumbsNumberForuserFlow {
    width: 86.95%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .thumbsNumberForuserFlow {
    margin-top: 9.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3ForuserFlow {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .h3ForuserFlow {
    margin-top: 9.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3ForuserFlow {
  aspect-ratio: 216/42;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .h3ForuserFlow {
    font-size: 1.5vw;
  }
}
.h3ForuserFlow {
  line-height: 150%;
  letter-spacing: 0em;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .h3ForuserFlow {
    aspect-ratio: 161/37;
    line-height: 150%;
    letter-spacing: 0em;
    border-radius: 30px;
    /* CSS3草案 */
    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;
    /* Firefox用 */
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ForuserFlow {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3ForuserFlow {
    margin-top: 9.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtForuserFlow {
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtForuserFlow {
    margin-top: 6.01%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtForuserFlow {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtForuserFlow {
    font-size: 1.3333333333vw;
  }
}
.txtForuserFlow {
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForuserFlow {
    margin-top: 6.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForuserFlow {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.foruserQr {
  margin-top: 73px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .foruserQr {
    margin-top: 3.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .foruserQr {
    margin-top: 11.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .foruserQrWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserQrWap {
    width: 89.33%;
  }
}

.ulForuserQr {
  margin-top: 34px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForuserQr {
    margin-top: 2.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForuserQr {
    margin-top: 6.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liForuserQr {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .liForuserQr {
    font-size: 1.25vw;
  }
}
.liForuserQr {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .liForuserQr {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liForuserQr {
    font-size: 2.6666666667vw;
  }
}
.liForuserQr .dottoForuserQr {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 6px;
}
@media screen and (max-width: 1200px) {
  .liForuserQr .dottoForuserQr {
    margin: 0% 0.5% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liForuserQr .dottoForuserQr {
    margin: 0% 1.5% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.foruserManual {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .foruserManual {
    margin-top: 5.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .foruserManual {
    margin-top: 18.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .foruserManualWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserManualWap {
    width: 89.33%;
  }
}

.h2ForuserManual {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h2ForuserManual {
    font-size: 2.3333333333vw;
  }
}
.h2ForuserManual {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForuserManual {
    line-height: 140%;
    letter-spacing: 0em;
    padding: 0% 0% 9.94% 0%;
    border-bottom: 1px solid #3152E0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForuserManual {
    font-size: 5.3333333333vw;
  }
}

.movieForuserManual {
  width: 861px;
}
@media screen and (max-width: 1200px) {
  .movieForuserManual {
    width: 71.75%;
  }
}
.movieForuserManual {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .movieForuserManual {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.movieForuserManual {
  position: relative;
  aspect-ratio: 861/482;
}
@media screen and (max-width: 767px) {
  .movieForuserManual {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
    aspect-ratio: 335/188;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .movieForuserManual {
    margin-top: 8.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .movieForuserManual {
    width: 100%;
  }
}
.movieForuserManual iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.txtForuserManual {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtForuserManual {
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtForuserManual {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .txtForuserManual {
    font-size: 1.3333333333vw;
  }
}
.txtForuserManual {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForuserManual {
    margin-top: 3.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForuserManual {
    font-size: 2.6666666667vw;
  }
}

.ulForuserManual {
  margin-top: 44px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForuserManual {
    margin-top: 3.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ulForuserManual {
  width: 726px;
}
@media screen and (max-width: 1200px) {
  .ulForuserManual {
    width: 60.5%;
  }
}
@media screen and (max-width: 767px) {
  .ulForuserManual {
    margin-top: 11.44%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForuserManual {
    width: 88.05%;
  }
}

.liForuserManual {
  width: 347px;
}
@media screen and (max-width: 1200px) {
  .liForuserManual {
    width: 47.79%;
  }
}
@media screen and (max-width: 767px) {
  .liForuserManual {
    width: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForuserManual {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liForuserManual:nth-child(n+2) {
    margin-top: 5.56%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnForuserManual {
  aspect-ratio: 347/70;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .btnForuserManual {
    font-size: 1.5vw;
  }
}
.btnForuserManual {
  line-height: 150%;
  letter-spacing: 0em;
  transition-duration: 0.5s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btnForuserManual {
    aspect-ratio: 295/60;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnForuserManual {
    font-size: 4.2666666667vw;
  }
}
.btnForuserManual:hover {
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .btnForuserManual:hover {
    transform: translateY(5px);
  }
}

.txtBtnForuserManual {
  width: 313px;
}
@media screen and (max-width: 1200px) {
  .txtBtnForuserManual {
    width: 90.2%;
  }
}
.txtBtnForuserManual {
  margin: auto;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .txtBtnForuserManual {
    width: 91.62%;
  }
}

.btnForuserManual01 {
  box-shadow: 0px 6px 0px #1D3ECC;
}
@media screen and (max-width: 767px) {
  .btnForuserManual01 {
    box-shadow: 0px 5px 0px #1D3ECC;
  }
}
.btnForuserManual01:hover {
  box-shadow: 0px 0px 0px #1D3ECC;
}
@media screen and (max-width: 767px) {
  .btnForuserManual01:hover {
    box-shadow: 0px 0px 0px #1D3ECC;
  }
}

.btnForuserManual02 {
  box-shadow: 0px 6px 0px #D5D5D5;
}
@media screen and (max-width: 767px) {
  .btnForuserManual02 {
    box-shadow: 0px 5px 0px #D5D5D5;
  }
}
.btnForuserManual02:hover {
  box-shadow: 0px 0px 0px #D5D5D5;
}
@media screen and (max-width: 767px) {
  .btnForuserManual02:hover {
    box-shadow: 0px 0px 0px #D5D5D5;
  }
}

.iconBtnForuserManual01 {
  background: url(../img/iconBtnForuserManual01.svg) no-repeat right center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .iconBtnForuserManual01 {
    background: url(../img/iconBtnForuserManual01.svg) no-repeat right center;
    background-size: auto 100%;
  }
}

.iconBtnForuserManual02 {
  background: url(../img/iconBtnForuserManual02.svg) no-repeat right center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .iconBtnForuserManual02 {
    background: url(../img/iconBtnForuserManual02.svg) no-repeat right center;
    background-size: auto 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.forUserFaq {
  margin-top: 117px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .forUserFaq {
    margin-top: 6.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .forUserFaq {
    margin-top: 20.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .forUserFaqWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .forUserFaqWap {
    width: 89.33%;
  }
}

.h2ForUserFaq {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .h2ForUserFaq {
    font-size: 2.3333333333vw;
  }
}
.h2ForUserFaq {
  line-height: 140%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForUserFaq {
    line-height: 140%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForUserFaq {
    font-size: 5.3333333333vw;
  }
}

.txtForUserFaqTop {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtForUserFaqTop {
    margin-top: 1.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtForUserFaqTop {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .txtForUserFaqTop {
    font-size: 1.5vw;
  }
}
.txtForUserFaqTop {
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txtForUserFaqTop {
    margin-top: 5.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtForUserFaqTop {
    font-size: 3.4666666667vw;
  }
}

.ulForUSerFaq {
  margin-top: 51px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq {
    margin-top: 4.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq {
    margin-top: 7.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulForUSerFaq .liForStoreFaq:nth-child(n+2) {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .liForStoreFaq:nth-child(n+2) {
    margin-top: 0.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .liForStoreFaq:nth-child(n+2) {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForUSerFaq .liForStoreFaq:nth-child(n+2) {
    margin-top: 2.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ulForUSerFaq .btnForStoreFaqWap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .btnForStoreFaqWap {
    align-items: flex-start;
  }
}
.ulForUSerFaq .iconBtnForStoreFaqQ {
  aspect-ratio: 35/35;
  width: 35px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .iconBtnForStoreFaqQ {
    width: 3%;
  }
}
.ulForUSerFaq .iconBtnForStoreFaqQ {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .iconBtnForStoreFaqQ {
    font-size: 2vw;
  }
}
.ulForUSerFaq .iconBtnForStoreFaqQ {
  line-height: auto0%;
  letter-spacing: 0em;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  border: 1px solid #3152E0;
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .iconBtnForStoreFaqQ {
    width: 22px;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForUSerFaq .iconBtnForStoreFaqQ {
    width: 6.98%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ulForUSerFaq .iconBtnForStoreFaqQ {
    font-size: 3.7333333333vw;
  }
}
.ulForUSerFaq .h3BtnForStoreFaq {
  width: 1077px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .h3BtnForStoreFaq {
    width: 92.36%;
  }
}
.ulForUSerFaq .h3BtnForStoreFaq {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .h3BtnForStoreFaq {
    font-size: 1.3333333333vw;
  }
}
.ulForUSerFaq .h3BtnForStoreFaq {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .h3BtnForStoreFaq {
    width: 261px;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForUSerFaq .h3BtnForStoreFaq {
    width: 82.85%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ulForUSerFaq .h3BtnForStoreFaq {
    font-size: 3.4666666667vw;
  }
}
.ulForUSerFaq .bodBtnForStoreFaqLxn {
  aspect-ratio: 24/24;
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .bodBtnForStoreFaqLxn {
    width: 2.05%;
  }
}
.ulForUSerFaq .bodBtnForStoreFaqLxn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .bodBtnForStoreFaqLxn {
    width: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForUSerFaq .bodBtnForStoreFaqLxn {
    width: 7.61%;
  }
}
.ulForUSerFaq .bodBtnForStoreFaq {
  width: 14px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .bodBtnForStoreFaq {
    width: 58.33%;
  }
}
.ulForUSerFaq .bodBtnForStoreFaq {
  height: 2px;
  background: #3152E0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition-duration: 0.5s;
}
.ulForUSerFaq .bodBtnForStoreFaq2 {
  transform: rotate(-90deg);
}
.ulForUSerFaq .btnForStoreFaq.on .bodBtnForStoreFaq2 {
  transform: rotate(0deg);
  opacity: 0;
}
.ulForUSerFaq .cntForStoreFaq {
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .cntForStoreFaq {
    padding: 1.16% 1.66% 1.08% 1.16%;
  }
}
.ulForUSerFaq .cntForStoreFaq {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .cntForStoreFaq {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForUSerFaq .cntForStoreFaq {
    padding: 2.98% 2.98% 2.98% 2.98%;
  }
}
.ulForUSerFaq .mainCntForStoreFaq {
  width: 1117px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .mainCntForStoreFaq {
    width: 95.79%;
  }
}
.ulForUSerFaq .mainCntForStoreFaq {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .mainCntForStoreFaq {
    font-size: 1.3333333333vw;
  }
}
.ulForUSerFaq .mainCntForStoreFaq {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .mainCntForStoreFaq {
    width: 285px;
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulForUSerFaq .mainCntForStoreFaq {
    width: 90.47%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ulForUSerFaq .mainCntForStoreFaq {
    font-size: 3.4666666667vw;
  }
}
.ulForUSerFaq .mainCntForStoreFaq p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .ulForUSerFaq .mainCntForStoreFaq p {
    font-size: 1.3333333333vw;
  }
}
.ulForUSerFaq .mainCntForStoreFaq p {
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .mainCntForStoreFaq p {
    line-height: auto0%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ulForUSerFaq .mainCntForStoreFaq p {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .ulForUSerFaq .cntForStoreFaq .bodBtnForStoreFaqLxn {
    display: none;
  }
}

.secForUserFaq .btnArchiveFaqWap {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secForUserFaq .btnArchiveFaqWap {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secForUserFaq .btnArchiveFaqWap {
  width: 347px;
}
@media screen and (max-width: 1200px) {
  .secForUserFaq .btnArchiveFaqWap {
    width: 28.91%;
  }
}
@media screen and (max-width: 767px) {
  .secForUserFaq .btnArchiveFaqWap {
    width: 295px;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secForUserFaq .btnArchiveFaqWap {
    width: 88.05%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secForUserFaq .btnArchiveFaqWap {
    margin-top: 11.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secForUserFaq .btnArchiveFaq {
  align-items: center;
  aspect-ratio: 347/70;
  border-radius: 6px;
  /* CSS3草案 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background-color: #3152e0;
  box-shadow: 0px 6px 0px #1d3ecc;
  transition-duration: 0.5s;
  border: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .secForUserFaq .btnArchiveFaq {
    aspect-ratio: 295/64;
    box-shadow: 0px 5px 0px #1d3ecc;
  }
}
.secForUserFaq .btnArchiveFaq:hover {
  box-shadow: 0px 0px 0px #1d3ecc;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .secForUserFaq .btnArchiveFaq:hover {
    transform: translateY(5px);
  }
}
.secForUserFaq .txtBtnArchiveFaq {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .secForUserFaq .txtBtnArchiveFaq {
    font-size: 1.5vw;
  }
}
.secForUserFaq .txtBtnArchiveFaq {
  line-height: 150%;
  letter-spacing: 0em;
  background-image: url(../img/btnArchiveFaq.svg);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 301px;
}
@media screen and (max-width: 1200px) {
  .secForUserFaq .txtBtnArchiveFaq {
    width: 86.74%;
  }
}
@media screen and (max-width: 767px) {
  .secForUserFaq .txtBtnArchiveFaq {
    width: 275px;
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secForUserFaq .txtBtnArchiveFaq {
    width: 93.22%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .secForUserFaq .txtBtnArchiveFaq {
    font-size: 4.2666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.foruserNote {
  margin-top: 117px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .foruserNote {
    margin-top: 6.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .foruserNote {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserNote {
    margin-top: 21.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .foruserNoteWap {
    width: 335px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .foruserNoteWap {
    width: 89.33%;
  }
}

.h2ForuserNote {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .h2ForuserNote {
    font-size: 1.6666666667vw;
  }
}
.h2ForuserNote {
  line-height: 150%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .h2ForuserNote {
    line-height: 150%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ForuserNote {
    font-size: 4.2666666667vw;
  }
}

.ulForuserNote {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulForuserNote {
    margin-top: 2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulForuserNote {
    margin-top: 1.97%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liForuserNote {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .liForuserNote {
    font-size: 1.25vw;
  }
}
.liForuserNote {
  line-height: 180%;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .liForuserNote {
    line-height: 180%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liForuserNote {
    font-size: 3.2vw;
  }
}
.liForuserNote .dottoForuserNote {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 6px;
}
@media screen and (max-width: 1200px) {
  .liForuserNote .dottoForuserNote {
    margin: 0% 0.5% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liForuserNote .dottoForuserNote {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liForuserNote .dottoForuserNote {
    margin: 0% 1.79% 0% 0%;
  }
}

.secForuserNote02 {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secForuserNote02 {
    margin-top: 2.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secForuserNote02 {
  padding-top: 32px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .secForuserNote02 {
    padding: 2.66% 0% 0% 0%;
  }
}
.secForuserNote02 {
  border-top: 1px solid #C3C3C3;
}
@media screen and (max-width: 767px) {
  .secForuserNote02 {
    margin-top: 6.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 6.95% 0% 0% 0%;
  }
}

.faqForUserBtm {
  margin-top: 53px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .faqForUserBtm {
    margin-top: 2.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .faqForUserBtm {
    margin-top: 11.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
Component
========================================================================== */
.bg_3152E0 {
  background: #3152e0;
}

.bg_0BF {
  background: #00bbff;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:34:06
    Author     : SPG-1105
*/
/* 背景色系 */
.bg_3151E0 {
  background: #3151E0;
}

.bg_7AB2D5 {
  background: #7AB2D5;
}

.bg_FF005E {
  background: #FF005E;
}

.bg_F5F5F5 {
  background: #F5F5F5;
}

.bg_fff {
  background: #fff;
}

.bg_C0F7FB {
  background: #C0F7FB;
}

.bg_3152E0 {
  background: #3151E0;
}

.bg_FEFED9 {
  background: #FEFED9;
}

.bg_F7514D {
  background: #F7514D;
}

.bg_FAFAFA {
  background: #FAFAFA;
}

.bg_007CD0 {
  background: #007CD0;
}

.bg_1CA685 {
  background: #1CA685;
}

.bg_C3C3C3 {
  background: #C3C3C3;
}

.bg_F7514D {
  background: #F7514D;
}

.bg_EFEFEF {
  background: #EFEFEF;
}

/* 文字色系 */
.cl_242424 {
  color: #242424;
}

.cl_3152E0 {
  color: #3151E0;
}

.cl_333 {
  color: #333;
}

.cl_0024E0 {
  color: #0024E0;
}

.cl_747474 {
  color: #242424;
}

.cl_fff {
  color: #fff;
}

.cl_2D318A {
  color: #2D318A;
}

.cl_F7514D {
  color: #F7514D;
}

/* テキスト装飾系 */
.underline {
  text-decoration: underline;
}

.undernone {
  text-decoration: none;
}

.t_right {
  text-align: right;
}

.txtset {
  leading-trim: both;
  text-edge: cap;
}

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

@keyframes fadein_sc_top {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_top2 {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  70% {
    opacity: 1;
    transform: translate3d(0px, -10px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_left {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_right {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity_0_fade_set {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
}
.opacity_0_fade_set.active {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fadeleft_in {
  opacity: 0;
  transform: translate3d(-20px, 0px, 0px);
}
.opacity_0_fadeleft_in.active {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}

.opacity_0_faderight_in {
  opacity: 0;
  transform: translate3d(20px, 0px, 0px);
}
.opacity_0_faderight_in.active {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}
.opacity_0_fade_in.active {
  -webkit-animation: fadein_in 0.75s ease 0.35s forwards alternate;
  animation: fadein_in 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_fade_set > li {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_list_fade_set.active > li:nth-child(1) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12) {
  -webkit-animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
}

.listcnt .moveList {
  opacity: 0;
}
.listcnt.active .moveList:nth-child(1) {
  -webkit-animation: fadein_in 0.75s ease 0.15s forwards alternate;
  animation: fadein_in 0.75s ease 0.15s forwards alternate;
}
.listcnt.active .moveList:nth-child(2) {
  -webkit-animation: fadein_in 0.75s ease 0.3s forwards alternate;
  animation: fadein_in 0.75s ease 0.3s forwards alternate;
}
.listcnt.active .moveList:nth-child(3) {
  -webkit-animation: fadein_in 0.75s ease 0.45s forwards alternate;
  animation: fadein_in 0.75s ease 0.45s forwards alternate;
}
.listcnt.active .moveList:nth-child(4) {
  -webkit-animation: fadein_in 0.75s ease 0.6s forwards alternate;
  animation: fadein_in 0.75s ease 0.6s forwards alternate;
}
.listcnt.active .moveList:nth-child(5) {
  -webkit-animation: fadein_in 0.75s ease 0.75s forwards alternate;
  animation: fadein_in 0.75s ease 0.75s forwards alternate;
}
.listcnt.active .moveList:nth-child(6) {
  -webkit-animation: fadein_in 0.75s ease 0.9s forwards alternate;
  animation: fadein_in 0.75s ease 0.9s forwards alternate;
}
.listcnt.active .moveList:nth-child(7) {
  -webkit-animation: fadein_in 0.75s ease 1.05s forwards alternate;
  animation: fadein_in 0.75s ease 1.05s forwards alternate;
}
.listcnt.active .moveList:nth-child(8) {
  -webkit-animation: fadein_in 0.75s ease 1.2s forwards alternate;
  animation: fadein_in 0.75s ease 1.2s forwards alternate;
}
.listcnt.active .moveList:nth-child(9) {
  -webkit-animation: fadein_in 0.75s ease 1.35s forwards alternate;
  animation: fadein_in 0.75s ease 1.35s forwards alternate;
}
.listcnt.active .moveList:nth-child(10) {
  -webkit-animation: fadein_in 0.75s ease 1.5s forwards alternate;
  animation: fadein_in 0.75s ease 1.5s forwards alternate;
}

.listcntmainasu .moveList {
  opacity: 0;
}
.listcntmainasu.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
}

.listcntmainasu .moveList1 {
  opacity: 0;
}

.listcntmainasu.active .moveList1 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
}

.listcntmainasu .moveList2 {
  opacity: 0;
}

.listcntmainasu.active .moveList2 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
}

.listcntmainasu .moveList3 {
  opacity: 0;
}

.listcntmainasu.active .moveList3 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
}

.listcntmainasu .moveList4 {
  opacity: 0;
}

.listcntmainasu.active .moveList4 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
}

.listcntmainasu .moveList5 {
  opacity: 0;
}

.listcntmainasu.active .moveList5 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
}

.listcntmainasu .moveList6 {
  opacity: 0;
}

.listcntmainasu.active .moveList6 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
}

.listcntmainasu .moveList7 {
  opacity: 0;
}

.listcntmainasu.active .moveList7 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
}

.listcntmainasu .moveList8 {
  opacity: 0;
}

.listcntmainasu.active .moveList8 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
}

.listcntmainasu .moveList9 {
  opacity: 0;
}

.listcntmainasu.active .moveList9 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
}

.listcntmainasu .moveList10 {
  opacity: 0;
}

.listcntmainasu.active .moveList10 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
}

.listcntmainasuLeft .moveList {
  opacity: 0;
}
.listcntmainasuLeft.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
}

.opacity_0_list_left_fade_set > li,
.opacity_0_list_left_fade_set section,
.opacity_0_list_left_fade_set div,
.opacity_0_list_left_fade_set tr,
.opacity_0_list_left_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_left_fade_set.active > li:nth-child(1),
.opacity_0_list_left_fade_set.active section:nth-child(1),
.opacity_0_list_left_fade_set.active div:nth-child(1),
.opacity_0_list_left_fade_set.active p:nth-child(1),
.opacity_0_list_left_fade_set.active h2:nth-child(1),
.opacity_0_list_left_fade_set.active h3:nth-child(1),
.opacity_0_list_left_fade_set.active h4:nth-child(1),
.opacity_0_list_left_fade_set.active h5:nth-child(1),
.opacity_0_list_left_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(2),
.opacity_0_list_left_fade_set.active section:nth-child(2),
.opacity_0_list_left_fade_set.active div:nth-child(2),
.opacity_0_list_left_fade_set.active p:nth-child(2),
.opacity_0_list_left_fade_set.active h2:nth-child(2),
.opacity_0_list_left_fade_set.active h3:nth-child(2),
.opacity_0_list_left_fade_set.active h4:nth-child(2),
.opacity_0_list_left_fade_set.active h5:nth-child(2),
.opacity_0_list_left_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(3),
.opacity_0_list_left_fade_set.active section:nth-child(3),
.opacity_0_list_left_fade_set.active div:nth-child(3),
.opacity_0_list_left_fade_set.active p:nth-child(3),
.opacity_0_list_left_fade_set.active h2:nth-child(3),
.opacity_0_list_left_fade_set.active h3:nth-child(3),
.opacity_0_list_left_fade_set.active h4:nth-child(3),
.opacity_0_list_left_fade_set.active h5:nth-child(3),
.opacity_0_list_left_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(4),
.opacity_0_list_left_fade_set.active section:nth-child(4),
.opacity_0_list_left_fade_set.active div:nth-child(4),
.opacity_0_list_left_fade_set.active p:nth-child(4),
.opacity_0_list_left_fade_set.active h2:nth-child(4),
.opacity_0_list_left_fade_set.active h3:nth-child(4),
.opacity_0_list_left_fade_set.active h4:nth-child(4),
.opacity_0_list_left_fade_set.active h5:nth-child(4),
.opacity_0_list_left_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(5),
.opacity_0_list_left_fade_set.active section:nth-child(5),
.opacity_0_list_left_fade_set.active div:nth-child(5),
.opacity_0_list_left_fade_set.active p:nth-child(5),
.opacity_0_list_left_fade_set.active h2:nth-child(5),
.opacity_0_list_left_fade_set.active h3:nth-child(5),
.opacity_0_list_left_fade_set.active h4:nth-child(5),
.opacity_0_list_left_fade_set.active h5:nth-child(5),
.opacity_0_list_left_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(6),
.opacity_0_list_left_fade_set.active section:nth-child(6),
.opacity_0_list_left_fade_set.active div:nth-child(6),
.opacity_0_list_left_fade_set.active p:nth-child(6),
.opacity_0_list_left_fade_set.active h2:nth-child(6),
.opacity_0_list_left_fade_set.active h3:nth-child(6),
.opacity_0_list_left_fade_set.active h4:nth-child(6),
.opacity_0_list_left_fade_set.active h5:nth-child(6),
.opacity_0_list_left_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(7),
.opacity_0_list_left_fade_set.active section:nth-child(7),
.opacity_0_list_left_fade_set.active div:nth-child(7),
.opacity_0_list_left_fade_set.active p:nth-child(7),
.opacity_0_list_left_fade_set.active h2:nth-child(7),
.opacity_0_list_left_fade_set.active h3:nth-child(7),
.opacity_0_list_left_fade_set.active h4:nth-child(7),
.opacity_0_list_left_fade_set.active h5:nth-child(7),
.opacity_0_list_left_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(8),
.opacity_0_list_left_fade_set.active section:nth-child(8),
.opacity_0_list_left_fade_set.active div:nth-child(8),
.opacity_0_list_left_fade_set.active p:nth-child(8),
.opacity_0_list_left_fade_set.active h2:nth-child(8),
.opacity_0_list_left_fade_set.active h3:nth-child(8),
.opacity_0_list_left_fade_set.active h4:nth-child(8),
.opacity_0_list_left_fade_set.active h5:nth-child(8),
.opacity_0_list_left_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(9),
.opacity_0_list_left_fade_set.active section:nth-child(9),
.opacity_0_list_left_fade_set.active div:nth-child(9),
.opacity_0_list_left_fade_set.active p:nth-child(9),
.opacity_0_list_left_fade_set.active h2:nth-child(9),
.opacity_0_list_left_fade_set.active h3:nth-child(9),
.opacity_0_list_left_fade_set.active h4:nth-child(9),
.opacity_0_list_left_fade_set.active h5:nth-child(9),
.opacity_0_list_left_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(10),
.opacity_0_list_left_fade_set.active section:nth-child(10),
.opacity_0_list_left_fade_set.active div:nth-child(10),
.opacity_0_list_left_fade_set.active p:nth-child(10),
.opacity_0_list_left_fade_set.active h2:nth-child(10),
.opacity_0_list_left_fade_set.active h3:nth-child(10),
.opacity_0_list_left_fade_set.active h4:nth-child(10),
.opacity_0_list_left_fade_set.active h5:nth-child(10),
.opacity_0_list_left_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(11),
.opacity_0_list_left_fade_set.active section:nth-child(11),
.opacity_0_list_left_fade_set.active div:nth-child(11),
.opacity_0_list_left_fade_set.active p:nth-child(11),
.opacity_0_list_left_fade_set.active h2:nth-child(11),
.opacity_0_list_left_fade_set.active h3:nth-child(11),
.opacity_0_list_left_fade_set.active h4:nth-child(11),
.opacity_0_list_left_fade_set.active h5:nth-child(11),
.opacity_0_list_left_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(12),
.opacity_0_list_left_fade_set.active section:nth-child(12),
.opacity_0_list_left_fade_set.active div:nth-child(12),
.opacity_0_list_left_fade_set.active p:nth-child(12),
.opacity_0_list_left_fade_set.active h2:nth-child(12),
.opacity_0_list_left_fade_set.active h3:nth-child(12),
.opacity_0_list_left_fade_set.active h4:nth-child(12),
.opacity_0_list_left_fade_set.active h5:nth-child(12),
.opacity_0_list_left_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
}

.opacity_0_list_right_fade_set > li,
.opacity_0_list_right_fade_set section,
.opacity_0_list_right_fade_set div,
.opacity_0_list_right_fade_set tr,
.opacity_0_list_right_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_right_fade_set.active > li:nth-child(1),
.opacity_0_list_right_fade_set.active section:nth-child(1),
.opacity_0_list_right_fade_set.active div:nth-child(1),
.opacity_0_list_right_fade_set.active p:nth-child(1),
.opacity_0_list_right_fade_set.active h2:nth-child(1),
.opacity_0_list_right_fade_set.active h3:nth-child(1),
.opacity_0_list_right_fade_set.active h4:nth-child(1),
.opacity_0_list_right_fade_set.active h5:nth-child(1),
.opacity_0_list_right_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(2),
.opacity_0_list_right_fade_set.active section:nth-child(2),
.opacity_0_list_right_fade_set.active div:nth-child(2),
.opacity_0_list_right_fade_set.active p:nth-child(2),
.opacity_0_list_right_fade_set.active h2:nth-child(2),
.opacity_0_list_right_fade_set.active h3:nth-child(2),
.opacity_0_list_right_fade_set.active h4:nth-child(2),
.opacity_0_list_right_fade_set.active h5:nth-child(2),
.opacity_0_list_right_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(3),
.opacity_0_list_right_fade_set.active section:nth-child(3),
.opacity_0_list_right_fade_set.active div:nth-child(3),
.opacity_0_list_right_fade_set.active p:nth-child(3),
.opacity_0_list_right_fade_set.active h2:nth-child(3),
.opacity_0_list_right_fade_set.active h3:nth-child(3),
.opacity_0_list_right_fade_set.active h4:nth-child(3),
.opacity_0_list_right_fade_set.active h5:nth-child(3),
.opacity_0_list_right_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(4),
.opacity_0_list_right_fade_set.active section:nth-child(4),
.opacity_0_list_right_fade_set.active div:nth-child(4),
.opacity_0_list_right_fade_set.active p:nth-child(4),
.opacity_0_list_right_fade_set.active h2:nth-child(4),
.opacity_0_list_right_fade_set.active h3:nth-child(4),
.opacity_0_list_right_fade_set.active h4:nth-child(4),
.opacity_0_list_right_fade_set.active h5:nth-child(4),
.opacity_0_list_right_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(5),
.opacity_0_list_right_fade_set.active section:nth-child(5),
.opacity_0_list_right_fade_set.active div:nth-child(5),
.opacity_0_list_right_fade_set.active p:nth-child(5),
.opacity_0_list_right_fade_set.active h2:nth-child(5),
.opacity_0_list_right_fade_set.active h3:nth-child(5),
.opacity_0_list_right_fade_set.active h4:nth-child(5),
.opacity_0_list_right_fade_set.active h5:nth-child(5),
.opacity_0_list_right_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(6),
.opacity_0_list_right_fade_set.active section:nth-child(6),
.opacity_0_list_right_fade_set.active div:nth-child(6),
.opacity_0_list_right_fade_set.active p:nth-child(6),
.opacity_0_list_right_fade_set.active h2:nth-child(6),
.opacity_0_list_right_fade_set.active h3:nth-child(6),
.opacity_0_list_right_fade_set.active h4:nth-child(6),
.opacity_0_list_right_fade_set.active h5:nth-child(6),
.opacity_0_list_right_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(7),
.opacity_0_list_right_fade_set.active section:nth-child(7),
.opacity_0_list_right_fade_set.active div:nth-child(7),
.opacity_0_list_right_fade_set.active p:nth-child(7),
.opacity_0_list_right_fade_set.active h2:nth-child(7),
.opacity_0_list_right_fade_set.active h3:nth-child(7),
.opacity_0_list_right_fade_set.active h4:nth-child(7),
.opacity_0_list_right_fade_set.active h5:nth-child(7),
.opacity_0_list_right_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(8),
.opacity_0_list_right_fade_set.active section:nth-child(8),
.opacity_0_list_right_fade_set.active div:nth-child(8),
.opacity_0_list_right_fade_set.active p:nth-child(8),
.opacity_0_list_right_fade_set.active h2:nth-child(8),
.opacity_0_list_right_fade_set.active h3:nth-child(8),
.opacity_0_list_right_fade_set.active h4:nth-child(8),
.opacity_0_list_right_fade_set.active h5:nth-child(8),
.opacity_0_list_right_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(9),
.opacity_0_list_right_fade_set.active section:nth-child(9),
.opacity_0_list_right_fade_set.active div:nth-child(9),
.opacity_0_list_right_fade_set.active p:nth-child(9),
.opacity_0_list_right_fade_set.active h2:nth-child(9),
.opacity_0_list_right_fade_set.active h3:nth-child(9),
.opacity_0_list_right_fade_set.active h4:nth-child(9),
.opacity_0_list_right_fade_set.active h5:nth-child(9),
.opacity_0_list_right_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(10),
.opacity_0_list_right_fade_set.active section:nth-child(10),
.opacity_0_list_right_fade_set.active div:nth-child(10),
.opacity_0_list_right_fade_set.active p:nth-child(10),
.opacity_0_list_right_fade_set.active h2:nth-child(10),
.opacity_0_list_right_fade_set.active h3:nth-child(10),
.opacity_0_list_right_fade_set.active h4:nth-child(10),
.opacity_0_list_right_fade_set.active h5:nth-child(10),
.opacity_0_list_right_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(11),
.opacity_0_list_right_fade_set.active section:nth-child(11),
.opacity_0_list_right_fade_set.active div:nth-child(11),
.opacity_0_list_right_fade_set.active p:nth-child(11),
.opacity_0_list_right_fade_set.active h2:nth-child(11),
.opacity_0_list_right_fade_set.active h3:nth-child(11),
.opacity_0_list_right_fade_set.active h4:nth-child(11),
.opacity_0_list_right_fade_set.active h5:nth-child(11),
.opacity_0_list_right_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(12),
.opacity_0_list_right_fade_set.active section:nth-child(12),
.opacity_0_list_right_fade_set.active div:nth-child(12),
.opacity_0_list_right_fade_set.active p:nth-child(12),
.opacity_0_list_right_fade_set.active h2:nth-child(12),
.opacity_0_list_right_fade_set.active h3:nth-child(12),
.opacity_0_list_right_fade_set.active h4:nth-child(12),
.opacity_0_list_right_fade_set.active h5:nth-child(12),
.opacity_0_list_right_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
}

.moveTopBtms {
  transition: 0.5s;
}
.moveTopBtms:hover {
  transform: translate(0px, -5px);
}

.scrollHarukazeFvPosta {
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 110%;
    opacity: 0;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3%;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=common.css.map */