<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;700&amp;family=M+PLUS+Rounded+1c:wght@300;400;700&amp;display=swap");

@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.w1p {
  width: 10% !important;
}

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.mats {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .mats {
    margin-top: 20px;
  }
}

.matm {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .matm {
    margin-top: 40px;
  }
}

.matl {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .matl {
    margin-top: 60px;
  }
}

.mat2l {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .mat2l {
    margin-top: 80px;
  }
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-tab {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .hide-pc {
    display: none !important;
  }
}

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

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

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

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

.vm {
  vertical-align: middle !important;
}

.fsi {
  font-style: italic !important;
}

.link-blank {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  color: #282828 !important;
  text-decoration: underline !important;
}

@media print, screen and (min-width: 768px) {
  .link-blank {
    padding-right: 20px;
  }
}

.link-blank:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/i_blank.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -5px;
}

@media print, screen and (min-width: 768px) {
  .link-blank:before {
    width: 13px;
    height: 13px;
    margin-top: -7px;
  }
}

/*! Yaku Han JP (Gothic - Small Amount) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
}

html {
  color: #282828;
  font-family: "M PLUS Rounded 1c", YakuHanJPs, "繝｡繧､繝ｪ繧ｪ", Meiryo, "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1025px) {
  body {
    font-size: 2.2rem;
  }
}

/* link style */
a:link {
  color: #98117e;
  text-decoration: none;
}

a:visited {
  color: #98117e;
  text-decoration: none;
}

a:hover, a:active {
  color: #98117e;
}

@media print, screen and (min-width: 1025px) {
  a:hover, a:active {
    text-decoration: underline;
  }
}

#l-wrap {
  overflow-x: hidden;
}

/* header style */
#l-header {
  z-index: 100;
}

#l-header .header-overlay {
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.menu-open #l-header .header-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

#l-header .header-outer {
  position: relative;
  z-index: 120;
  background-color: #fff;
}

#l-header .header-outer .header-inner {
  padding: 0 15px 0 35px;
  height: 78px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner {
    height: 110px;
    padding: 0 50px;
    box-sizing: content-box;
    max-width: 960px;
    margin: 0 auto;
  }
}

#l-header .header-outer .header-inner.select {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-logo {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

#l-header .header-outer .header-inner .header-logo img {
  width: 180px;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-logo img {
    width: 290px;
  }
}

#l-header .header-outer .header-inner .header-nav {
  background: rgba(226, 95, 127, 0.85);
  padding: 90px 33px 36px;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-nav {
    padding: 100px 75px 70px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-nav .nav-list {
    width: 620px;
    margin: 0 auto;
  }
}

#l-header .header-outer .header-inner .header-nav .nav-list .list-item {
  border-top: solid 1px #fff;
}

#l-header .header-outer .header-inner .header-nav .nav-list .list-item:last-child {
  border-bottom: solid 1px #fff;
}

#l-header .header-outer .header-inner .header-nav .nav-list .list-item a {
  color: #fff;
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.25;
  font-weight: bold;
  padding: 15px 15px 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-nav .nav-list .list-item a {
    font-size: 2.8rem;
    padding: 30px 30px 30px 0;
  }
}

#l-header .header-outer .header-inner .header-nav .nav-list .list-item a:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../images/i_arrow_header.png) center no-repeat;
  width: 8.5px;
  height: 20px;
  background-size: 100% auto;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-nav .nav-list .list-item a:before {
    width: 13.6px;
    height: 32px;
  }
}

[data-whatinput="keyboard"] #l-header .header-outer .header-inner .header-nav .nav-list .list-item a:focus:before {
  right: -5px;
}

@media print, screen and (min-width: 1025px) {
  #l-header .header-outer .header-inner .header-nav .nav-list .list-item a:hover:before {
    right: -5px;
  }
}

#l-header .header-outer .header-inner .header-btn {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  transition: all .3s ease-in-out;
  position: relative;
  outline: none;
  display: block;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn {
    width: 45px;
    height: 45px;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

#l-header .header-outer .header-inner .header-btn &gt; .btn-wrap, #l-header .header-outer .header-inner .header-btn:before, #l-header .header-outer .header-inner .header-btn:after {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #231815;
  display: inline-block;
  transition: all .3s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn &gt; .btn-wrap, #l-header .header-outer .header-inner .header-btn:before, #l-header .header-outer .header-inner .header-btn:after {
    width: 45px;
    margin-left: -22.5px;
  }
}

#l-header .header-outer .header-inner .header-btn &gt; .btn-wrap {
  top: 5px;
  font-size: 0;
  color: transparent;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn &gt; .btn-wrap {
    top: 8px;
  }
}

#l-header .header-outer .header-inner .header-btn:before {
  top: 14px;
  content: '';
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn:before {
    top: 21px;
  }
}

#l-header .header-outer .header-inner .header-btn:after {
  top: 23px;
  content: '';
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-btn:after {
    top: 35px;
  }
}

#l-header .header-outer .header-inner .header-btn .btn-txt {
  display: inline-block;
  text-indent: -9999px;
}

.menu-open #l-header .header-outer .header-inner .header-btn &gt; .btn-wrap, .menu-open #l-header .header-outer .header-inner .header-btn:before, .menu-open #l-header .header-outer .header-inner .header-btn:after {
  background-color: #fff;
}

.menu-open #l-header .header-outer .header-inner .header-btn &gt; .btn-wrap {
  top: 16px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

@media print, screen and (min-width: 768px) {
  .menu-open #l-header .header-outer .header-inner .header-btn &gt; .btn-wrap {
    top: 25px;
  }
}

.menu-open #l-header .header-outer .header-inner .header-btn:before {
  transition: .2s ease .1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu-open #l-header .header-outer .header-inner .header-btn:after {
  top: 16px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

@media print, screen and (min-width: 768px) {
  .menu-open #l-header .header-outer .header-inner .header-btn:after {
    top: 25px;
  }
}

#l-header .header-outer .header-inner .header-none {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #l-header .header-outer .header-inner .header-none {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: auto;
  }
}

/* content style */
[data-fixed] {
  padding: 0 17px;
}

@media print, screen and (min-width: 768px) {
  [data-fixed] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
  }
}

[data-fixed] &gt; *:first-child {
  margin-top: 0 !important;
}

.u-main {
  padding-top: 12px;
  padding-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main {
    padding-top: 40px;
    padding-bottom: 58px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.u-main:before {
  position: absolute;
  content: '';
  background: url(../images/bg_main_sp.jpg) top left repeat;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-size: auto;
}

@media print, screen and (min-width: 768px) {
  .u-main:before {
    background-image: url(../images/bg_main_pc.jpg);
  }
}

.u-main .main-inner {
  padding: 0 30px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-main .main-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner {
    padding: 0 25px;
  }
}

.u-main .main-inner .main-ttl {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.25;
  font-weight: bold;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner .main-ttl {
    font-size: 3.2rem;
    margin-left: 23px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-main .main-inner .main-ttl {
    font-size: 4.0rem;
    margin-left: 30px;
  }
}

.u-main .main-inner .main-txt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'M PLUS 1p', sans-serif;
  margin-top: 5px;
  letter-spacing: 0.04em;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner .main-txt {
    font-size: 1.8rem;
    margin-left: 23px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-main .main-inner .main-txt {
    font-size: 2.6rem;
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .u-main .main-inner .main-txt {
    letter-spacing: 0.1em;
  }
}

.u-main .main-inner .main-logo {
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding-right: 110px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner .main-logo {
    margin-left: 23px;
    padding-right: 0px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-main .main-inner .main-logo {
    margin-left: 30px;
    padding-right: 0px;
  }
}

.u-main .main-inner .main-logo:before {
  position: absolute;
  content: '';
  top: -10px;
  right: 0px;
  background: url(../images/t_main_circle.png) center no-repeat;
  width: 76px;
  height: 76px;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner .main-logo:before {
    width: 164px;
    height: 164px;
    top: auto;
    bottom: -6px;
    right: -180px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-main .main-inner .main-logo:before {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: -8px;
    right: -250px;
  }
}

.u-main .main-inner .main-logo:after {
  position: absolute;
  content: '';
  bottom: -10px;
  right: 0px;
  background: url(../images/t_main_circle2.png) center no-repeat;
  width: 76px;
  height: 76px;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner .main-logo:after {
    width: 164px;
    height: 164px;
    bottom: -6px;
    right: -355px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-main .main-inner .main-logo:after {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: -8px;
    right: -490px;
  }
}

.u-main .main-inner .main-logo img {
  width: 245px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner .main-logo img {
    width: 280px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-main .main-inner .main-logo img {
    width: 372px;
  }
}

.u-main .main-inner .main-img {
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner .main-img {
    margin: 20px 60px 0 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-main .main-inner .main-img {
    margin: 20px 0 0 15px;
  }
}

.u-main .main-inner .main-btn {
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-main .main-inner .main-btn {
    margin-top: 35px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-main .main-inner .main-btn {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 25px !important;
  }
}

@media print {
  .u-main .main-inner .main-btn {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  .u-main .main-inner .main-btn .btn-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print {
  .u-main .main-inner .main-btn .btn-item {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.u-main .main-inner .main-btn .btn-item .u-btn-simple {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-main .main-inner .main-btn .btn-item + .btn-item {
    margin-top: 14px;
  }
}

.u-bubble {
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

.u-bubble:before {
  position: absolute;
  content: '';
  background: url(../images/bg_bubble_sp.jpg) top left repeat;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-size: auto;
}

@media print, screen and (min-width: 768px) {
  .u-bubble:before {
    background-image: url(../images/bg_bubble.jpg);
  }
}

.u-bubble .bubble-list {
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-bubble .bubble-list .list-item {
  display: inline-block;
}

.u-bubble .bubble-list .list-item .item-inner {
  position: relative;
  padding: 12px 15px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  line-height: 1.25;
  min-width: 190px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item .item-inner {
    border-radius: 12px;
    min-width: 460px;
    padding: 17px 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item .item-inner {
    border-radius: 17px;
    min-width: 645px;
    padding: 20px;
  }
}

.u-bubble .bubble-list .list-item .item-inner .item-txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #e25f7f;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item .item-inner .item-txt {
    font-size: 1.7rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item .item-inner .item-txt {
    font-size: 2.4rem;
  }
}

.u-bubble .bubble-list .list-item .item-inner .item-txt span {
  font-size: 20px;
  font-size: 2.0rem;
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff362 60%);
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item .item-inner .item-txt span {
    font-size: 2.2rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item .item-inner .item-txt span {
    font-size: 3.1rem;
  }
}

.u-bubble .bubble-list .list-item .item-inner:before {
  position: absolute;
  content: '';
  background: url(../images/i_bubble.png) center no-repeat;
  width: 14px;
  height: 9.7px;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item .item-inner:before {
    width: 25px;
    height: 17px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item .item-inner:before {
    width: 36px;
    height: 25px;
  }
}

.u-bubble .bubble-list .list-item:first-child {
  padding-right: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item:first-child {
    padding-right: 100px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item:first-child {
    padding-right: 115px;
  }
}

.u-bubble .bubble-list .list-item:first-child .item-inner:before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  top: -6px;
  left: 99%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item:first-child .item-inner:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media print, screen and (min-width: 768px) {
  .u-bubble .bubble-list .list-item:first-child .item-inner:before {
    -webkit-transform: none;
            transform: none;
  }
}

.u-bubble .bubble-list .list-item:first-child .item-inner:after {
  position: absolute;
  content: '';
  background: url(../images/p_boy.png) center no-repeat;
  width: 57.5px;
  height: 69.5px;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -72px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item:first-child .item-inner:after {
    width: 102px;
    height: 122px;
    right: -136px;
    top: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item:first-child .item-inner:after {
    width: 142px;
    height: 171px;
    right: -190px;
    top: 20px;
  }
}

.u-bubble .bubble-list .list-item:nth-child(2) {
  padding-left: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item:nth-child(2) {
    padding-left: 0;
    padding-right: 100px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item:nth-child(2) {
    padding-left: 0;
    padding-right: 115px;
  }
}

.u-bubble .bubble-list .list-item:nth-child(2) .item-inner:before {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  right: 99%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item:nth-child(2) .item-inner:before {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    right: auto;
    left: 99%;
    top: -10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item:nth-child(2) .item-inner:before {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    right: auto;
    left: 99%;
    top: 0;
  }
}

.u-bubble .bubble-list .list-item:nth-child(3) {
  padding-left: 87px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item:nth-child(3) {
    padding-left: 55px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item:nth-child(3) {
    padding-left: 77px;
  }
}

.u-bubble .bubble-list .list-item:nth-child(3) .item-inner:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 99%;
  bottom: -40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item:nth-child(3) .item-inner:before {
    bottom: -10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item:nth-child(3) .item-inner:before {
    bottom: -5px;
  }
}

.u-bubble .bubble-list .list-item:nth-child(3) .item-inner:after {
  position: absolute;
  content: '';
  background: url(../images/p_girl.png) center no-repeat;
  width: 68.5px;
  height: 62px;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -84px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item:nth-child(3) .item-inner:after {
    width: 122px;
    height: 109px;
    left: -150px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item:nth-child(3) .item-inner:after {
    width: 170px;
    height: 153px;
    left: -210px;
  }
}

.u-bubble .bubble-list .list-item + .list-item {
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-bubble .bubble-list .list-item + .list-item {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-bubble .bubble-list .list-item + .list-item {
    margin-top: 35px;
  }
}

#u-mydebit {
  padding-top: 25px;
  padding-bottom: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-mydebit {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-mydebit {
    padding-top: 65px;
    padding-bottom: 95px;
  }
}

#u-feature {
  padding-top: 25px;
  padding-bottom: 35px;
  background: url(../images/bg_feature.jpg) left top;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-feature {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-feature {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

#u-feature .u-txt-ttl2 {
  padding-left: 75px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #u-feature .u-txt-ttl2 {
    padding-left: 0;
  }
}

#u-feature .u-txt-ttl2:before {
  position: absolute;
  content: '';
  left: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/p_boy.png) center no-repeat;
  width: 53px;
  height: 63px;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-feature .u-txt-ttl2:before {
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: -22px;
    width: 77px;
    height: 92px;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-feature .u-txt-ttl2:before {
    -webkit-transform: none;
            transform: none;
    width: 127px;
    height: 153px;
    left: auto;
    right: -68px;
    top: -10px;
  }
}

#u-feature .u-txt-ttl2 .ttl2-inner:before {
  left: -75px;
}

@media print, screen and (min-width: 768px) {
  #u-feature .u-txt-ttl2 .ttl2-inner:before {
    left: 0;
  }
}

#u-howto {
  padding-top: 45px;
  padding-bottom: 65px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-howto {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

#u-howto .u-txt-ttl2 {
  position: relative;
}

#u-howto .u-txt-ttl2:before {
  position: absolute;
  content: '';
  right: -10px;
  top: calc(100% + 5px);
  margin: auto;
  background: url(../images/p_girl2.png) center no-repeat;
  width: 61px;
  height: 55px;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-howto .u-txt-ttl2:before {
    -webkit-transform: none;
            transform: none;
    left: -35px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 91px;
    height: 83px;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-howto .u-txt-ttl2:before {
    -webkit-transform: none;
            transform: none;
    left: -103px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 151px;
    height: 135px;
  }
}

#u-faq {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-faq {
    padding-bottom: 65px;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-faq {
    padding-bottom: 100px;
  }
}

#u-overview {
  padding-bottom: 32px;
}

@media print, screen and (min-width: 768px) {
  #u-overview {
    padding-bottom: 100px;
  }
}

#u-overview .overview-inner .accordion-head:after {
  transition: all 0.3s ease-out;
}

#u-overview .overview-inner .accordion-body {
  display: none;
}

#u-overview .overview-inner .accordion-body ul.u-list-asterisk &gt; li {
  padding-left: 21px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-overview .overview-inner .accordion-body ul.u-list-asterisk &gt; li {
    padding-left: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-overview .overview-inner .accordion-body ul.u-list-asterisk &gt; li {
    padding-left: 60px;
  }
}

#u-overview .overview-inner .accordion-body ul.u-list-asterisk &gt; li:before {
  left: 11px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-overview .overview-inner .accordion-body ul.u-list-asterisk &gt; li:before {
    left: 23px;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-overview .overview-inner .accordion-body ul.u-list-asterisk &gt; li:before {
    left: 40px;
  }
}

#u-overview .overview-inner .accordion-body .u-list-desc &gt; li {
  padding-left: 1.5em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-overview .overview-inner .accordion-body .u-list-desc &gt; li {
    padding-left: 2.0em;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-overview .overview-inner .accordion-body .u-list-desc &gt; li {
    padding-left: 2.27em;
  }
}

#u-overview .overview-inner .accordion-body .u-list-desc &gt; li:before {
  left: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-overview .overview-inner .accordion-body .u-list-desc &gt; li:before {
    left: 25px;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-overview .overview-inner .accordion-body .u-list-desc &gt; li:before {
    left: 40px;
  }
}

#u-overview .overview-inner .accordion-body .u-list-num &gt; li {
  padding-left: 2.3em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-overview .overview-inner .accordion-body .u-list-num &gt; li {
    padding-left: 3.125em;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-overview .overview-inner .accordion-body .u-list-num &gt; li {
    padding-left: 3.18em;
  }
}

#u-overview .overview-inner .accordion-body .u-list-num &gt; li:before {
  margin-left: -1.25em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #u-overview .overview-inner .accordion-body .u-list-num &gt; li:before {
    margin-left: -1.375em;
  }
}

@media print, screen and (min-width: 1025px) {
  #u-overview .overview-inner .accordion-body .u-list-num &gt; li:before {
    margin-left: -1.5em;
  }
}

#u-overview .overview-inner .accordion-body .u-list-num2 &gt; li {
  padding-left: 1.2em;
}

@media print, screen and (min-width: 768px) {
  #u-overview .overview-inner .accordion-body .u-list-num2 &gt; li {
    padding-left: 1.2em;
  }
}

#u-overview .overview-inner .accordion-body .u-list-num2 &gt; li:before {
  margin-left: -1.0em;
}

@media print, screen and (min-width: 768px) {
  #u-overview .overview-inner .accordion-body .u-list-num2 &gt; li:before {
    margin-left: -1.0em;
  }
}

#u-overview .overview-inner.is-active .accordion-head:after {
  -webkit-transform: none;
          transform: none;
}

.u-btn-accordion {
  background-color: transparent;
  border: none;
  transition: all .3s ease-in-out;
  position: relative;
  outline: none;
  display: block;
  margin: 15px auto 0;
  padding-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-btn-accordion {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-btn-accordion {
    margin-top: 45px;
    padding-top: 25px;
  }
}

.u-btn-accordion:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/i_overview_close.png) center no-repeat;
  width: 29px;
  height: 13px;
  background-size: 100% auto;
  transition: all 0.3s ease-out;
}

@media print, screen and (min-width: 1025px) {
  .u-btn-accordion:before {
    width: 36px;
    height: 16px;
  }
}

.u-btn-accordion .btn-txt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e25f7f;
  text-align: center;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-btn-accordion .btn-txt {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-btn-accordion .btn-txt {
    font-size: 2.0rem;
  }
}

[data-whatinput="keyboard"] .u-btn-accordion:focus:before {
  top: -5px;
}

@media print, screen and (min-width: 1025px) {
  .u-btn-accordion:hover:before {
    top: -5px;
  }
}

.u-txt-ttl2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  color: #3e3a39;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl2 {
    font-size: 3.0rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl2 {
    font-size: 4.3rem;
  }
}

.u-txt-ttl2 .ttl2-inner {
  display: block;
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl2 .ttl2-inner {
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl2 .ttl2-inner {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl2 .ttl2-inner {
    display: inline-block;
  }
}

.u-txt-ttl2 .ttl2-inner:before, .u-txt-ttl2 .ttl2-inner:after {
  position: absolute;
  content: '';
  width: 2px;
  top: 2px;
  bottom: 2px;
  background-color: #000;
}

.u-txt-ttl2 .ttl2-inner:before {
  left: 0;
}

.u-txt-ttl2 .ttl2-inner:after {
  right: 0;
}

.u-txt-ttl2 .ttl2-inner .ttl2-fzs {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl2 .ttl2-inner .ttl2-fzs {
    font-size: 2.5rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl2 .ttl2-inner .ttl2-fzs {
    font-size: 3.5rem;
  }
}

.u-txt-ttl3 {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-left: 27px;
  font-weight: bold;
  color: #e25f7f;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl3 {
    margin-top: 40px;
    font-size: 2.0rem;
    padding-left: 17px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl3 {
    margin-top: 40px;
    font-size: 2.6rem;
    padding-left: 22px;
  }
}

.u-txt-ttl3:before {
  position: absolute;
  content: '';
  left: 20px;
  width: 3px;
  background-color: #e25f7f;
  top: 2px;
  bottom: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl3:before {
    width: 6px;
    left: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl3:before {
    width: 9px;
    left: 0;
  }
}

.u-txt-ttl3.ttl3-yellow {
  color: #e49a00;
}

.u-txt-ttl3.ttl3-yellow:before {
  background-color: #e49a00;
}

.u-txt-ttl4 {
  position: relative;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-weight: bold;
  color: #e25f7f;
  background-color: #fbeaee;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl4 {
    font-size: 1.6rem;
    margin-top: 20px;
    padding: 6px 23px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl4 {
    margin-top: 40px;
    padding: 8px 30px;
    font-size: 2.2rem;
  }
}

.u-txt-ttl4:before {
  position: absolute;
  content: '';
  left: 0;
  width: 3px;
  background-color: #e25f7f;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl4:before {
    width: 4px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl4:before {
    width: 5px;
  }
}

.u-txt-ttl4 + * {
  margin-top: 0;
}

.u-txt-ttl5 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  background-color: #ec7dad;
  text-align: center;
  padding: 10px 15px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl5 {
    font-size: 2.5rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl5 {
    font-size: 3.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl5 {
    padding: 15px;
  }
}

.u-txt-ttl5 span {
  position: relative;
  z-index: 1;
}

.u-txt-ttl5:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #ec7dad;
  margin: auto;
  left: -17px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-ttl5:before {
    left: -40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-ttl5:before {
    left: calc( -1 * (100vw - 960px) / 2);
  }
}

button.u-txt-ttl5 {
  border: none;
  outline: none;
  display: block;
  background-color: #3e3a39;
  width: 100%;
  position: relative;
  padding-bottom: 25px;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  button.u-txt-ttl5 {
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  button.u-txt-ttl5 {
    padding-bottom: 60px;
  }
}

button.u-txt-ttl5:before {
  background-color: #3e3a39;
}

button.u-txt-ttl5:after {
  position: absolute;
  content: '';
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/i_overview_ttl.png) center no-repeat;
  width: 18px;
  height: 8px;
  background-size: 100% auto;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  button.u-txt-ttl5:after {
    width: 29px;
    height: 13px;
    bottom: 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  button.u-txt-ttl5:after {
    width: 36px;
    height: 16px;
    bottom: 28px;
  }
}

[data-whatinput="keyboard"] button.u-txt-ttl5:focus {
  color: #e25f7f;
}

@media print, screen and (min-width: 1025px) {
  button.u-txt-ttl5:hover {
    color: #e25f7f;
  }
}

.u-txt-p {
  padding-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-txt-p {
    padding-left: 25px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-txt-p {
    padding-left: 38px;
  }
}

.u-list-howto {
  margin-left: 25px;
  margin-right: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-howto {
    margin: 0 -16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-howto {
    margin: 0 -10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print {
  .u-list-howto {
    display: block;
    letter-spacing: -.40em;
  }
}

.u-list-howto .howto-item {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-howto .howto-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 16px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-howto .howto-item {
    width: calc(100% / 4);
    width: calc((100% / 4 ) - 0.1px) \0;
    padding: 0 10px;
  }
}

@media print {
  .u-list-howto .howto-item {
    width: 25%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.u-list-howto .howto-item .item-img {
  text-align: center;
}

.u-list-howto .howto-item:after {
  position: absolute;
  content: '';
  bottom: 0;
  margin: auto;
  background: url(../images/i_arrow_howto_pink.png) center no-repeat;
  width: 16px;
  height: 29px;
  background-size: 100% auto;
  z-index: 1;
  -webkit-transform: rotateZ(90deg) translateX(15px);
          transform: rotateZ(90deg) translateX(15px);
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-howto .howto-item:after {
    -webkit-transform: none;
            transform: none;
    top: 30px;
    left: 100%;
    width: 31px;
    height: 57px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-howto .howto-item:after {
    -webkit-transform: none;
            transform: none;
    top: 30px;
    left: 100%;
    width: 21px;
    height: 39px;
  }
}

.u-list-howto .howto-item:last-child:after {
  content: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-howto .howto-item:nth-child(2n):after {
    left: auto;
    right: calc(100% - 15px);
    top: auto;
    -webkit-transform: rotateZ(135deg);
            transform: rotateZ(135deg);
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .u-list-howto .howto-item + .howto-item {
    margin-top: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-howto .howto-item:nth-child(n+3) {
    margin-top: 16px;
  }
}

.u-list-howto.howto-net .howto-item:after {
  background-image: url(../images/i_arrow_howto_yellow.png);
}

.u-box-accordion {
  background-color: #ec7dad;
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion {
    border-radius: 6px;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion {
    border-radius: 8px;
    margin-top: 50px;
  }
}

.u-box-accordion .accordion-head {
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  outline: none;
  padding: 10px 13px;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-head {
    padding: 18px 25px;
    border-radius: 6px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-head {
    padding: 20px 25px 17px;
    border-radius: 8px;
  }
}

[data-whatinput="keyboard"] .u-box-accordion .accordion-head:focus {
  background-color: #e25f7f;
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-head:hover {
    background-color: #e25f7f;
  }
}

.u-box-accordion .accordion-head .head-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-right: 25px;
  position: relative;
  line-height: 1.25;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-head .head-wrap {
    padding-right: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-head .head-wrap {
    padding-right: 60px;
  }
}

.u-box-accordion .accordion-head .head-wrap:after {
  position: absolute;
  content: '';
  background: url(../images/i_arrow_acc_white.png) center no-repeat;
  width: 19.5px;
  height: 9.5px;
  transition: all 0.3s ease-out;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-head .head-wrap:after {
    width: 28px;
    height: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-head .head-wrap:after {
    width: 39px;
    height: 19px;
  }
}

.u-box-accordion .accordion-head .head-wrap .head-prefix {
  font-size: 36px;
  font-size: 3.6rem;
  padding-right: 13px;
  padding-left: 3px;
  margin-right: 13px;
  position: relative;
  font-family: 'M PLUS 1p', sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-head .head-wrap .head-prefix {
    font-size: 4.8rem;
    padding-left: 5px;
    padding-right: 20px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-head .head-wrap .head-prefix {
    font-size: 6.8rem;
    padding-right: 30px;
    padding-left: 10px;
    margin-right: 30px;
  }
}

.u-box-accordion .accordion-head .head-wrap .head-prefix:after {
  position: absolute;
  content: '';
  right: 0;
  height: 33px;
  width: 1px;
  background-color: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-head .head-wrap .head-prefix:after {
    height: 50px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-head .head-wrap .head-prefix:after {
    height: 70px;
  }
}

.u-box-accordion .accordion-head .head-wrap .head-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-head .head-wrap .head-ttl {
    font-size: 2.3rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-head .head-wrap .head-ttl {
    font-size: 3.2rem;
  }
}

.u-box-accordion.is-active .accordion-head .head-wrap:after {
  -webkit-transform: none;
          transform: none;
}

.u-box-accordion .accordion-body {
  display: none;
  padding: 0 10px 10px 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-body {
    padding: 0 18px 16px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-body {
    padding: 0 18px 18px;
  }
}

.u-box-accordion .accordion-body .body-inner {
  padding: 13px;
  background-color: #fff;
  border-radius: 4px;
  font-family: 'M PLUS 1p', sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-body .body-inner {
    border-radius: 6px;
    padding: 30px 20px 30px 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-body .body-inner {
    border-radius: 8px;
    padding: 40px 20px 40px 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .u-box-accordion .accordion-body .body-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.u-box-accordion .accordion-body .body-inner .body-txt {
  width: 100%;
  padding-right: 17px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-body .body-inner .body-txt {
    width: calc(100% - 170px);
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-body .body-inner .body-txt {
    width: calc(100% - 239px);
    padding-right: 10px;
  }
}

.u-box-accordion .accordion-body .body-inner .body-txt &gt; *:first-child {
  margin-top: 0 !important;
}

.u-box-accordion .accordion-body .body-inner .body-txt .txt-p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion .accordion-body .body-inner .body-txt .txt-p {
    font-size: 1.9rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion .accordion-body .body-inner .body-txt .txt-p {
    font-size: 2.7rem;
  }
}

.u-box-accordion .accordion-body .body-inner .body-img {
  margin-top: 10px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-box-accordion .accordion-body .body-inner .body-img {
    width: 170px;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .u-box-accordion .accordion-body .body-inner .body-img {
    width: 239px;
    margin-top: 0;
  }
}

.u-box-accordion + .u-box-accordion {
  margin-top: 10px;
}

.u-box-accordion2 {
  margin-top: 20px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-box-accordion2 {
    margin-top: 40px;
  }
}

.u-box-accordion2:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #eea3b5;
  top: 2px;
  right: -2px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2:after {
    top: 3px;
    right: -3px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2:after {
    top: 5px;
    right: -6px;
  }
}

.u-box-accordion2 .accordion-head {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: #fff;
  border: none;
  padding: 0;
  width: 100%;
  outline: none;
  padding: 13px 10px 13px 13px;
  z-index: 1;
  min-height: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2 .accordion-head {
    padding: 27px 20px 20px 35px;
    min-height: 78px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-head {
    padding: 37px 30px 35px 45px;
  }
}

.u-box-accordion2 .accordion-head .head-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-right: 35px;
  position: relative;
  line-height: 1.25;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2 .accordion-head .head-wrap {
    padding-right: 70px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-head .head-wrap {
    padding-right: 75px;
  }
}

.u-box-accordion2 .accordion-head .head-wrap:before {
  position: absolute;
  content: '';
  right: 32px;
  height: 34px;
  width: 2px;
  background-color: #e25f7f;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2 .accordion-head .head-wrap:before {
    height: 50px;
    right: 55px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-head .head-wrap:before {
    height: 70px;
    right: 73px;
  }
}

.u-box-accordion2 .accordion-head .head-wrap:after {
  position: absolute;
  content: '';
  width: 22.5px;
  height: 11px;
  background: url(../images/i_arrow_acc_pink.png) center no-repeat;
  background-size: 100% auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-out;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2 .accordion-head .head-wrap:after {
    width: 34px;
    height: 16px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-head .head-wrap:after {
    width: 45px;
    height: 22px;
  }
}

.u-box-accordion2 .accordion-head .head-wrap .head-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e25f7f;
  padding-left: 40px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2 .accordion-head .head-wrap .head-ttl {
    font-size: 2.2rem;
    padding-left: 55px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-head .head-wrap .head-ttl {
    font-size: 3.0rem;
    padding-left: 80px;
  }
}

.u-box-accordion2 .accordion-head .head-wrap .head-ttl:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/i_arrow_acc2.png) center no-repeat;
  width: 34px;
  height: 34px;
  background-size: 100% auto;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2 .accordion-head .head-wrap .head-ttl:before {
    width: 35px;
    height: 35px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-head .head-wrap .head-ttl:before {
    width: 49px;
    height: 48px;
  }
}

[data-whatinput="keyboard"] .u-box-accordion2 .accordion-head:focus .head-wrap .head-ttl:before {
  left: 10px;
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-head:hover .head-wrap .head-ttl:before {
    left: 10px;
  }
}

.u-box-accordion2.is-active .accordion-head .head-wrap:after {
  -webkit-transform: none;
          transform: none;
}

.u-box-accordion2 .accordion-body {
  padding: 10px 15px 8px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  display: none;
}

@media print, screen and (min-width: 768px) {
  .u-box-accordion2 .accordion-body {
    padding: 20px 26px 18px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-body {
    padding: 29px 36px 24px;
  }
}

.u-box-accordion2 .accordion-body:before {
  position: absolute;
  content: '';
  top: 0;
  height: 2px;
  width: calc(100% - 2px);
  right: 0;
  background-color: #eea3b5;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2 .accordion-body:before {
    height: 3px;
    width: calc(100% - 3px);
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 .accordion-body:before {
    height: 5px;
    width: calc(100% - 6px);
  }
}

.u-box-accordion2 .accordion-body .body-youtube {
  display: block;
  position: relative;
  width: 100%;
}

.u-box-accordion2 .accordion-body .body-youtube:before {
  content: "";
  display: block;
  padding-top: 58.6%;
}

.u-box-accordion2 .accordion-body .body-youtube &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.u-box-accordion2 + .u-box-accordion2 {
  margin-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion2 + .u-box-accordion2 {
    margin-top: 19px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion2 + .u-box-accordion2 {
    margin-top: 26px;
  }
}

.u-box-accordion3 {
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 {
    margin-top: 42px;
  }
}

.u-box-accordion3 .accordion-head {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  outline: none;
  padding: 13px 10px 13px 13px;
  background-color: #f5f5e5;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-head {
    padding: 8px 16px 8px 8px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-head {
    padding: 12px 23px 12px 12px;
  }
}

[data-whatinput="keyboard"] .u-box-accordion3 .accordion-head:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-head:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}

.u-box-accordion3 .accordion-head .head-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-right: 23px;
  position: relative;
  line-height: 1.25;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-head .head-wrap {
    padding-right: 35px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-head .head-wrap {
    padding-right: 50px;
  }
}

.u-box-accordion3 .accordion-head .head-wrap:after {
  position: absolute;
  content: '';
  width: 19.5px;
  height: 9.5px;
  background: url(../images/i_arrow_acc_pink.png) center no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-out;
  background-size: 100% auto;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-head .head-wrap:after {
    width: 28px;
    height: 14px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-head .head-wrap:after {
    width: 39px;
    height: 19px;
  }
}

.u-box-accordion3 .accordion-head .head-wrap .head-prefix {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
  width: 33px;
  height: 33px;
  background-color: #ec7dad;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-head .head-wrap .head-prefix {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-head .head-wrap .head-prefix {
    font-size: 2.6rem;
    width: 60px;
    height: 60px;
  }
}

.u-box-accordion3 .accordion-head .head-wrap .head-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e25f7f;
  font-weight: bold;
  width: calc(100% - 33px);
  padding-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-head .head-wrap .head-ttl {
    padding-left: 18px;
    font-size: 1.8rem;
    width: calc(100% - 40px);
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-head .head-wrap .head-ttl {
    padding-left: 25px;
    font-size: 2.6rem;
    width: calc(100% - 60px);
  }
}

.u-box-accordion3.is-active .accordion-head .head-wrap:after {
  -webkit-transform: none;
          transform: none;
}

.u-box-accordion3 .accordion-body {
  display: none;
  padding: 13px 5px 6px 8px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-body {
    padding: 15px 45px 0 72px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-body {
    padding: 20px 80px 0 100px;
  }
}

.u-box-accordion3 .accordion-body .body-inner {
  font-family: 'M PLUS 1p', sans-serif;
  position: relative;
  padding: 3px 0 0 35px;
  min-height: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-body .body-inner {
    padding: 15px 0 0 55px;
    min-height: 70px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-body .body-inner {
    padding: 12px 0 0 75px;
    min-height: 103px;
  }
}

.u-box-accordion3 .accordion-body .body-inner:before {
  position: absolute;
  content: '';
  width: 2px;
  max-height: 38px;
  background-color: #e25f7f;
  top: 0;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-body .body-inner:before {
    max-height: 60px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-body .body-inner:before {
    max-height: 84px;
  }
}

.u-box-accordion3 .accordion-body .body-inner:after {
  position: absolute;
  content: 'A';
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'M PLUS 1p', sans-serif;
  color: #e25f7f;
  line-height: 1.0;
  left: 12px;
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-body .body-inner:after {
    top: 0.4em;
    left: 22px;
    font-size: 3.0rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-body .body-inner:after {
    top: 0.25em;
    left: 25px;
    font-size: 4.3rem;
  }
}

.u-box-accordion3 .accordion-body .body-inner .body-txt &gt; *:first-child {
  margin-top: 0 !important;
}

.u-box-accordion3 .accordion-body .body-inner .body-txt .txt-p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-body .body-inner .body-txt .txt-p {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-body .body-inner .body-txt .txt-p {
    font-size: 2.3rem;
  }
}

.u-box-accordion3 .accordion-body .body-inner .body-txt .txt-p + .txt-p {
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-body .body-inner .body-txt .txt-p + .txt-p {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-body .body-inner .body-txt .txt-p + .txt-p {
    margin-top: 38px;
  }
}

.u-box-accordion3 .accordion-body .body-inner .body-txt .txt-img {
  margin-top: 25px;
}

.u-box-accordion3 .accordion-body.col-img .body-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-box-accordion3 .accordion-body.col-img .body-inner .body-txt {
  width: calc(100% - 59px);
  padding-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-body.col-img .body-inner .body-txt {
    width: calc(100% - 103px);
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-body.col-img .body-inner .body-txt {
    width: calc(100% - 143px);
  }
}

.u-box-accordion3 .accordion-body.col-img .body-inner .body-img {
  width: 59px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-accordion3 .accordion-body.col-img .body-inner .body-img {
    width: 103px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-accordion3 .accordion-body.col-img .body-inner .body-img {
    width: 143px;
  }
}

.u-box-accordion3 + .u-box-accordion3 {
  margin-top: 6px;
}

@media print, screen and (min-width: 768px) {
  .u-box-accordion3 + .u-box-accordion3 {
    margin-top: 20px;
  }
}

.u-btn-simple {
  border: solid 3px #e25f7f;
  border-radius: 44px;
  padding: 13px;
  line-height: 1.5;
  color: #e25f7f !important;
  font-weight: bold;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  min-height: 88px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'M PLUS 1p', sans-serif;
  line-height: 1.25;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-btn-simple {
    min-height: 94px;
    border-radius: 47px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-btn-simple {
    padding: 24px 15px 22px;
    border-radius: 65px;
    min-height: 130px;
  }
}

.u-btn-simple .btn-inner {
  display: block;
  text-align: center;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-btn-simple .btn-inner {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-btn-simple .btn-inner {
    padding: 0 20px;
  }
}

.u-btn-simple .btn-inner .btn-txt-s {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-btn-simple .btn-inner .btn-txt-s {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-btn-simple .btn-inner .btn-txt-s {
    font-size: 2.3rem;
  }
}

.u-btn-simple .btn-inner .btn-txt-l {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-btn-simple .btn-inner .btn-txt-l {
    font-size: 1.9rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-btn-simple .btn-inner .btn-txt-l {
    font-size: 2.6rem;
  }
}

.u-btn-simple .btn-inner:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../images/i_arrow_btn.png) center no-repeat;
  width: 9px;
  height: 15.6px;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-btn-simple .btn-inner:after {
    width: 12px;
    height: 21px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-btn-simple .btn-inner:after {
    width: 15px;
    height: 26px;
  }
}

[data-whatinput="keyboard"] .u-btn-simple:focus {
  text-decoration: none;
  background-color: #fff000;
}

@media print, screen and (min-width: 1025px) {
  .u-btn-simple:hover {
    text-decoration: none;
    background-color: #fff000;
  }
}

.u-box-btn {
  margin: 28px 7px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-btn {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 35px !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-btn {
    margin: 0 -25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 60px !important;
  }
}

@media print {
  .u-box-btn {
    display: block;
    letter-spacing: -.40em;
  }
}

@media print, screen and (min-width: 768px) {
  .u-box-btn {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.u-box-btn .btn-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-btn .btn-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-btn .btn-item {
    width: calc(100% / 2);
    width: calc((100% / 2 ) - 0.1px) \0;
    padding: 0 25px;
  }
}

@media print {
  .u-box-btn .btn-item {
    width: 50%;
    display: inline-block;
    padding: 0 25px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
  }
}

.u-box-btn .btn-item .u-btn-simple {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-box-btn .btn-item + .btn-item {
    margin-top: 15px;
  }
}

ul.u-list-asterisk {
  margin-top: 2px;
  font-size: 10px;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 768px) {
  ul.u-list-asterisk {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.u-list-asterisk.fzs {
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 1025px) {
  ul.u-list-asterisk.fzs {
    font-size: 1.5rem;
  }
}

ul.u-list-asterisk.fzs &gt; li {
  padding-left: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.u-list-asterisk.fzs &gt; li {
    padding-left: 18px;
  }
}

@media print, screen and (min-width: 1025px) {
  ul.u-list-asterisk.fzs &gt; li {
    padding-left: 23px;
  }
}

ul.u-list-asterisk.fzs &gt; li:before {
  left: 5px;
}

ul.u-list-asterisk &gt; li {
  margin-top: 1px;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

ul.u-list-asterisk &gt; li &gt; ul, ul.u-list-asterisk &gt; li &gt; ol {
  margin-top: 2px;
  counter-reset: number;
}

ul.u-list-asterisk &gt; li &gt; ul &gt; li, ul.u-list-asterisk &gt; li &gt; ol &gt; li {
  padding-left: 12px;
  margin-top: 1px;
}

@media print, screen and (min-width: 768px) {
  ul.u-list-asterisk &gt; li &gt; ul &gt; li, ul.u-list-asterisk &gt; li &gt; ol &gt; li {
    padding-left: 18px;
  }
}

ul.u-list-asterisk &gt; li &gt; ul.u-list-asterisk &gt; li, ul.u-list-asterisk &gt; li &gt; ol.u-list-asterisk &gt; li {
  padding-left: 12px;
}

@media print, screen and (min-width: 768px) {
  ul.u-list-asterisk &gt; li &gt; ul.u-list-asterisk &gt; li, ul.u-list-asterisk &gt; li &gt; ol.u-list-asterisk &gt; li {
    padding-left: 20px;
  }
}

ul.u-list-asterisk &gt; li &gt; ul.u-list-asterisk &gt; li:before, ul.u-list-asterisk &gt; li &gt; ol.u-list-asterisk &gt; li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

ul.u-list-asterisk &gt; li &gt; ul &gt; li:before {
  width: 2px;
  height: 2px;
  left: 2px;
  top: .55em;
}

@media print, screen and (min-width: 768px) {
  ul.u-list-asterisk &gt; li {
    padding-left: 20px;
  }
}

ul.u-list-asterisk &gt; li:first-child {
  margin-top: 0;
}

ul.u-list-asterisk &gt; li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: "\203b";
  background-color: transparent;
}

@media print, screen and (min-width: 768px) {
  ul.u-list-asterisk &gt; li:before {
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  ul.u-list-asterisk &gt; li .fz-small {
    font-size: 1.5rem;
  }
}

.u-list-desc {
  margin-top: 2px;
}

.u-list-desc &gt; li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 1px;
  padding-left: 1.5em;
}

.u-list-desc &gt; li &gt; ul, .u-list-desc &gt; li &gt; ol {
  margin-top: 2px;
  counter-reset: number;
}

.u-list-desc &gt; li &gt; ul &gt; li, .u-list-desc &gt; li &gt; ol &gt; li {
  padding-left: 12px;
  margin-top: 1px;
}

@media print, screen and (min-width: 768px) {
  .u-list-desc &gt; li &gt; ul &gt; li, .u-list-desc &gt; li &gt; ol &gt; li {
    padding-left: 18px;
  }
}

.u-list-desc &gt; li &gt; ul.u-list-asterisk &gt; li, .u-list-desc &gt; li &gt; ol.u-list-asterisk &gt; li {
  padding-left: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-list-desc &gt; li &gt; ul.u-list-asterisk &gt; li, .u-list-desc &gt; li &gt; ol.u-list-asterisk &gt; li {
    padding-left: 20px;
  }
}

.u-list-desc &gt; li &gt; ul.u-list-asterisk &gt; li:before, .u-list-desc &gt; li &gt; ol.u-list-asterisk &gt; li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.u-list-desc &gt; li &gt; ul &gt; li:before {
  width: 2px;
  height: 2px;
  left: 2px;
  top: .55em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-desc &gt; li {
    padding-left: 2.0em;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-desc &gt; li {
    padding-left: 2.27em;
  }
}

.u-list-desc &gt; li:first-child {
  margin-top: 0;
}

.u-list-desc &gt; li:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #282828;
  top: .60em;
  left: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-desc &gt; li:before {
    top: .65em;
    left: 25px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-desc &gt; li:before {
    width: 4px;
    height: 4px;
    top: .65em;
    left: 40px;
  }
}

.u-list-desc.fzl {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-desc.fzl {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-desc.fzl {
    font-size: 2.5rem;
  }
}

.u-list-desc.fzl &gt; li {
  padding-left: 0.65em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-desc.fzl &gt; li {
    padding-left: 0.55em;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-desc.fzl &gt; li {
    padding-left: 0.45em;
  }
}

.u-list-desc.fzl &gt; li:before {
  left: 2px;
}

.u-list-num {
  margin-top: 3px;
}

.u-list-num &gt; li {
  margin-top: 1px;
  padding-left: 2.3em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}

.u-list-num &gt; li &gt; ul, .u-list-num &gt; li &gt; ol {
  margin-top: 2px;
  counter-reset: number;
}

.u-list-num &gt; li &gt; ul &gt; li, .u-list-num &gt; li &gt; ol &gt; li {
  padding-left: 12px;
  margin-top: 1px;
}

@media print, screen and (min-width: 768px) {
  .u-list-num &gt; li &gt; ul &gt; li, .u-list-num &gt; li &gt; ol &gt; li {
    padding-left: 18px;
  }
}

.u-list-num &gt; li &gt; ul.u-list-asterisk &gt; li, .u-list-num &gt; li &gt; ol.u-list-asterisk &gt; li {
  padding-left: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-list-num &gt; li &gt; ul.u-list-asterisk &gt; li, .u-list-num &gt; li &gt; ol.u-list-asterisk &gt; li {
    padding-left: 20px;
  }
}

.u-list-num &gt; li &gt; ul.u-list-asterisk &gt; li:before, .u-list-num &gt; li &gt; ol.u-list-asterisk &gt; li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.u-list-num &gt; li &gt; ul &gt; li:before {
  width: 2px;
  height: 2px;
  left: 2px;
  top: .55em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-num &gt; li {
    padding-left: 3.125em;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-num &gt; li {
    padding-left: 3.18em;
  }
}

.u-list-num &gt; li:first-child {
  margin-top: 0;
}

.u-list-num &gt; li:before {
  content: counter(number) ".";
  display: inline-block;
  vertical-align: top;
  margin-left: -1.25em;
  margin-right: .3em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-num &gt; li:before {
    margin-left: -1.375em;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-num &gt; li:before {
    margin-left: -1.5em;
  }
}

.u-list-num2 {
  margin-top: 10px;
}

.u-list-num2 &gt; li {
  margin-top: 5px;
  padding-left: 1.2em;
  counter-increment: number;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  list-style: none !important;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

.u-list-num2 &gt; li &gt; ul, .u-list-num2 &gt; li &gt; ol {
  margin-top: 2px;
  counter-reset: number;
}

.u-list-num2 &gt; li &gt; ul &gt; li, .u-list-num2 &gt; li &gt; ol &gt; li {
  padding-left: 12px;
  margin-top: 1px;
}

@media print, screen and (min-width: 768px) {
  .u-list-num2 &gt; li &gt; ul &gt; li, .u-list-num2 &gt; li &gt; ol &gt; li {
    padding-left: 18px;
  }
}

.u-list-num2 &gt; li &gt; ul.u-list-asterisk &gt; li, .u-list-num2 &gt; li &gt; ol.u-list-asterisk &gt; li {
  padding-left: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-list-num2 &gt; li &gt; ul.u-list-asterisk &gt; li, .u-list-num2 &gt; li &gt; ol.u-list-asterisk &gt; li {
    padding-left: 20px;
  }
}

.u-list-num2 &gt; li &gt; ul.u-list-asterisk &gt; li:before, .u-list-num2 &gt; li &gt; ol.u-list-asterisk &gt; li:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.u-list-num2 &gt; li &gt; ul &gt; li:before {
  width: 2px;
  height: 2px;
  left: 2px;
  top: .55em;
}

@media print, screen and (min-width: 768px) {
  .u-list-num2 &gt; li {
    padding-left: 1.2em;
  }
}

.u-list-num2 &gt; li span {
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-list-num2 &gt; li span {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-list-num2 &gt; li span {
    font-size: 1.8rem;
  }
}

.u-list-num2 &gt; li:first-child {
  margin-top: 0;
}

.u-list-num2 &gt; li:before {
  margin-left: -1.0em;
  left: -2px;
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .u-list-num2 &gt; li:before {
    margin-left: -1.0em;
  }
}

.u-list-num2 &gt; li:nth-child(1):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(1):before {
  content: "\2460";
}

.u-list-num2 &gt; li:nth-child(2):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(2):before {
  content: "\2461";
}

.u-list-num2 &gt; li:nth-child(3):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(3):before {
  content: "\2462";
}

.u-list-num2 &gt; li:nth-child(4):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(4):before {
  content: "\2463";
}

.u-list-num2 &gt; li:nth-child(5):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(5):before {
  content: "\2464";
}

.u-list-num2 &gt; li:nth-child(6):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(6):before {
  content: "\2465";
}

.u-list-num2 &gt; li:nth-child(7):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(7):before {
  content: "\2466";
}

.u-list-num2 &gt; li:nth-child(8):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(8):before {
  content: "\2467";
}

.u-list-num2 &gt; li:nth-child(9):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(9):before {
  content: "\2468";
}

.u-list-num2 &gt; li:nth-child(10):before {
  content: "";
  width: 1em;
  text-align: right;
  background-color: transparent;
  border-radius: auto;
  height: auto;
  top: auto;
  position: relative;
}

.u-list-num2 &gt; li:nth-child(10):before {
  content: "\2469";
}

.u-table-common {
  width: 100%;
  margin-top: 12px;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table-common {
    margin-left: 35px;
    width: calc(100% - 35px);
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common {
    margin-top: 17px;
    margin-left: 45px;
    width: calc(100% - 45px);
  }
}

.u-table-common tbody tr th, .u-table-common tbody tr td, .u-table-common thead tr th, .u-table-common thead tr td {
  padding: 8px 5px;
  box-sizing: border-box;
  border: 1px solid #231815;
  text-align: left;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle;
}

.u-table-common tbody tr th &gt; *:first-child, .u-table-common tbody tr td &gt; *:first-child, .u-table-common thead tr th &gt; *:first-child, .u-table-common thead tr td &gt; *:first-child {
  margin-top: 0 !important;
}

.u-table-common tbody tr th &gt; *:first-child.m-box-section, .u-table-common tbody tr td &gt; *:first-child.m-box-section, .u-table-common thead tr th &gt; *:first-child.m-box-section, .u-table-common thead tr td &gt; *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-table-common tbody tr th &gt; .image-position-left:first-child + *,
  .u-table-common tbody tr th &gt; .image-position-right:first-child + *, .u-table-common tbody tr td &gt; .image-position-left:first-child + *,
  .u-table-common tbody tr td &gt; .image-position-right:first-child + *, .u-table-common thead tr th &gt; .image-position-left:first-child + *,
  .u-table-common thead tr th &gt; .image-position-right:first-child + *, .u-table-common thead tr td &gt; .image-position-left:first-child + *,
  .u-table-common thead tr td &gt; .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child [data-gs-col]:first-child &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child [data-gs-col]:first-child &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child [data-gs-col]:first-child &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child [data-gs-col]:first-child &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th &gt; [data-gs-group]:first-child &gt; [data-gs-col] &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs-group]:first-child &gt; [data-gs-col] &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs-group]:first-child &gt; [data-gs-col] &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs-group]:first-child &gt; [data-gs-col] &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table-common tbody tr th &gt; [data-gs-group]:first-child[data-gs-tab="1"] &gt; [data-gs-col]:first-child &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs-group]:first-child[data-gs-tab="1"] &gt; [data-gs-col]:first-child &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs-group]:first-child[data-gs-tab="1"] &gt; [data-gs-col]:first-child &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs-group]:first-child[data-gs-tab="1"] &gt; [data-gs-col]:first-child &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table-common tbody tr th &gt; [data-gs-group]:first-child[data-gs-tab="2"] &gt; [data-gs-col]:nth-child(-n+2) &gt; *:first-child, .u-table-common tbody tr td &gt; [data-gs-group]:first-child[data-gs-tab="2"] &gt; [data-gs-col]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr th &gt; [data-gs-group]:first-child[data-gs-tab="2"] &gt; [data-gs-col]:nth-child(-n+2) &gt; *:first-child, .u-table-common thead tr td &gt; [data-gs-group]:first-child[data-gs-tab="2"] &gt; [data-gs-col]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table-common tbody tr th, .u-table-common tbody tr td, .u-table-common thead tr th, .u-table-common thead tr td {
    font-size: 1.3rem;
    padding: 8px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common tbody tr th, .u-table-common tbody tr td, .u-table-common thead tr th, .u-table-common thead tr td {
    font-size: 1.8rem;
    padding: 12px 5px;
  }
}

.u-table-common thead tr th, .u-table-common thead tr td {
  background: #e25f7f;
  color: #fff;
  font-weight: bold;
}

.u-table-common tbody th {
  font-weight: bold;
  vertical-align: middle;
}

.u-table-common tbody td {
  font-weight: normal;
}

.u-table-common [align="center"] {
  text-align: center !important;
}

.u-table-common [align="right"] {
  text-align: right !important;
}

.u-table-common [valign="top"] {
  vertical-align: top !important;
}

.u-table-common [valign="middle"] {
  vertical-align: middle !important;
}

.u-table-common [valign="bottom"] {
  vertical-align: bottom !important;
}

.u-table-common2 {
  width: calc(100% - 15px);
  margin-top: 12px;
  margin-bottom: 10px;
  margin-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .u-table-common2 {
    margin-right: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 {
    margin-top: 17px;
    margin-bottom: 20px;
  }
}

.u-table-common2 tbody tr th, .u-table-common2 tbody tr td, .u-table-common2 thead tr th, .u-table-common2 thead tr td {
  padding: 10px 5px;
  box-sizing: border-box;
  border: 1px solid #231815;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.25;
  vertical-align: middle;
}

.u-table-common2 tbody tr th &gt; *:first-child, .u-table-common2 tbody tr td &gt; *:first-child, .u-table-common2 thead tr th &gt; *:first-child, .u-table-common2 thead tr td &gt; *:first-child {
  margin-top: 0 !important;
}

.u-table-common2 tbody tr th &gt; *:first-child.m-box-section, .u-table-common2 tbody tr td &gt; *:first-child.m-box-section, .u-table-common2 thead tr th &gt; *:first-child.m-box-section, .u-table-common2 thead tr td &gt; *:first-child.m-box-section {
  padding-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-table-common2 tbody tr th &gt; .image-position-left:first-child + *,
  .u-table-common2 tbody tr th &gt; .image-position-right:first-child + *, .u-table-common2 tbody tr td &gt; .image-position-left:first-child + *,
  .u-table-common2 tbody tr td &gt; .image-position-right:first-child + *, .u-table-common2 thead tr th &gt; .image-position-left:first-child + *,
  .u-table-common2 thead tr th &gt; .image-position-right:first-child + *, .u-table-common2 thead tr td &gt; .image-position-left:first-child + *,
  .u-table-common2 thead tr td &gt; .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child [data-gs-col]:first-child &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child [data-gs-col]:first-child &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child [data-gs-col]:first-child &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child [data-gs-col]:first-child &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="4"]:nth-child(-n+3) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="12"]:nth-child(-n+1) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs]:first-child &gt; [data-gs-col="3"]:nth-child(-n+4) &gt; [data-gs]:first-child &gt; [data-gs-col="6"]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th &gt; [data-gs-group]:first-child &gt; [data-gs-col] &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs-group]:first-child &gt; [data-gs-col] &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs-group]:first-child &gt; [data-gs-col] &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs-group]:first-child &gt; [data-gs-col] &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table-common2 tbody tr th &gt; [data-gs-group]:first-child[data-gs-tab="1"] &gt; [data-gs-col]:first-child &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs-group]:first-child[data-gs-tab="1"] &gt; [data-gs-col]:first-child &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs-group]:first-child[data-gs-tab="1"] &gt; [data-gs-col]:first-child &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs-group]:first-child[data-gs-tab="1"] &gt; [data-gs-col]:first-child &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table-common2 tbody tr th &gt; [data-gs-group]:first-child[data-gs-tab="2"] &gt; [data-gs-col]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 tbody tr td &gt; [data-gs-group]:first-child[data-gs-tab="2"] &gt; [data-gs-col]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr th &gt; [data-gs-group]:first-child[data-gs-tab="2"] &gt; [data-gs-col]:nth-child(-n+2) &gt; *:first-child, .u-table-common2 thead tr td &gt; [data-gs-group]:first-child[data-gs-tab="2"] &gt; [data-gs-col]:nth-child(-n+2) &gt; *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table-common2 tbody tr th, .u-table-common2 tbody tr td, .u-table-common2 thead tr th, .u-table-common2 thead tr td {
    font-size: 1.3rem;
    padding: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody tr th, .u-table-common2 tbody tr td, .u-table-common2 thead tr th, .u-table-common2 thead tr td {
    font-size: 1.8rem;
    padding: 12px 5px;
    padding: 10px;
  }
}

.u-table-common2 thead tr th, .u-table-common2 thead tr td {
  text-align: center;
  background-color: #fee6ee;
  font-weight: bold;
}

.u-table-common2 tbody th {
  text-align: center;
  background: #e25f7f;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
}

.u-table-common2 tbody td {
  font-weight: normal;
}

.u-table-common2 tbody td.has-desc {
  position: relative;
}

.u-table-common2 tbody td.has-desc:after {
  position: absolute;
  content: '';
  right: 0;
  top: 100%;
  background: url(../images/t_table.png) center no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  right: -30px;
  margin-top: -15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-table-common2 tbody td.has-desc:after {
    width: 72px;
    height: 71px;
    right: -30px;
    margin-top: -12px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-table-common2 tbody td.has-desc:after {
    width: 101px;
    height: 101px;
    right: -40px;
    margin-top: -17px;
  }
}

.u-table-common2 [align="center"] {
  text-align: center !important;
}

.u-table-common2 [align="right"] {
  text-align: right !important;
}

.u-table-common2 [valign="top"] {
  vertical-align: top !important;
}

.u-table-common2 [valign="middle"] {
  vertical-align: middle !important;
}

.u-table-common2 [valign="bottom"] {
  vertical-align: bottom !important;
}

/* footer style */
#l-footer {
  font-family: 'M PLUS 1p', sans-serif;
}

#l-footer .footer-contact {
  padding-top: 23px;
  padding-bottom: 15px;
  background-color: #e25f7f;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact {
    padding-top: 35px;
    padding-bottom: 65px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}

#l-footer .footer-contact .contact-inner {
  padding: 0 17px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner {
    padding: 0 75px;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-contact .contact-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
  }
}

#l-footer .footer-contact .contact-inner .contact-wrap {
  position: relative;
  display: inline-block;
}

#l-footer .footer-contact .contact-inner .contact-wrap:before, #l-footer .footer-contact .contact-inner .contact-wrap:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 58px;
  height: 58px;
  background-size: 100% auto;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-wrap:before, #l-footer .footer-contact .contact-inner .contact-wrap:after {
    width: 122px;
    height: 122px;
    top: 50%;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-wrap:before, #l-footer .footer-contact .contact-inner .contact-wrap:after {
    width: 172px;
    height: 172px;
    top: 50%;
  }
}

#l-footer .footer-contact .contact-inner .contact-wrap:before {
  background-image: url(../images/p_footer_boy.png);
  margin-top: -10px;
  right: 65px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-wrap:before {
    margin-top: -105px;
    right: -135px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-wrap:before {
    margin-top: -148px;
    right: -215px;
  }
}

#l-footer .footer-contact .contact-inner .contact-wrap:after {
  background-image: url(../images/p_footer_girl.png);
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-wrap:after {
    margin-top: 15px;
    right: -210px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-wrap:after {
    margin-top: 22px;
    right: -320px;
  }
}

#l-footer .footer-contact .contact-inner .contact-ttl {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 2px;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-ttl {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-ttl {
    font-size: 3.4rem;
  }
}

#l-footer .footer-contact .contact-inner .contact-ttl:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-ttl:before {
    height: 2px;
  }
}

#l-footer .footer-contact .contact-inner .contact-tel-ttl {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-tel-ttl {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-tel-ttl {
    margin-top: 65px;
    font-size: 1.8rem;
  }
}

#l-footer .footer-contact .contact-inner .contact-tel {
  margin-top: -1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-tel {
    margin-top: -0.8em;
  }
}

#l-footer .footer-contact .contact-inner .contact-tel .tel-num {
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-tel .tel-num {
    font-size: 3.9rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-tel .tel-num {
    font-size: 5.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-contact .contact-inner .contact-tel .tel-num {
    letter-spacing: 0.06em;
  }
}

#l-footer .footer-contact .contact-inner .contact-tel .tel-num ruby rt {
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  font-size: 10px;
  font-size: 1.0rem;
}

@media print, screen and (min-width: 768px) {
  #l-footer .footer-contact .contact-inner .contact-tel .tel-num ruby rt {
    font-size: 1.4rem;
    -webkit-transform: translateY(0.8em);
            transform: translateY(0.8em);
  }
}

#l-footer .footer-contact .contact-inner .contact-tel .tel-code {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-tel .tel-code {
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-tel .tel-code {
    font-size: 1.6rem;
    -webkit-transform: translateY(-0.8em);
            transform: translateY(-0.8em);
  }
}

#l-footer .footer-contact .contact-inner .contact-date {
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-date {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-date {
    font-size: 1.9rem;
  }
}

#l-footer .footer-contact .contact-inner .contact-desc {
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: 17px;
  position: relative;
  padding-left: 10px;
  line-height: 1.75;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-desc {
    font-size: 1.3rem;
    padding-left: 12px;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-desc {
    font-size: 1.8rem;
    margin-top: 38px;
    padding-left: 17px;
  }
}

#l-footer .footer-contact .contact-inner .contact-desc:before {
  position: absolute;
  content: '';
  top: 0.2em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer .footer-contact .contact-inner .contact-desc:before {
    border-width: 7px 0 7px 9px;
    top: 0.35em;
  }
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-contact .contact-inner .contact-desc:before {
    border-width: 9px 0 9px 12px;
    top: 0.35em;
  }
}

#l-footer .footer-copy {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media print, screen and (min-width: 1025px) {
  #l-footer .footer-copy {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

#l-footer .footer-copy .copy-inner {
  padding: 0 15px;
}

#l-footer .footer-copy .copy-inner .copy-txt {
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
}
</pre></body></html>