@charset "UTF-8";
/*-----------------------------------------------------------
===  [ style CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

  目次

-------------------------------------------------------------------------------

  01. base
      - font
      - reset
      - base
  02. layout
      - container
      - header
      - contents
      - main
      - footer
  03. module
      - display

*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** Web Font
 ** ------------------------------------------------------- */
/* M PLUS Rounded 1c */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap");
/* Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** reset
 ** ------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main {
  /* background: transparent; */
  /* add */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* change */
  /* vertical-align: baseline; */
  vertical-align: top;
}

html {
  /* add */
  overflow-y: scroll;
}

body {
  /* add */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1;
}

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

ul,
ol,
dl {
  /* nav ul delete, ul, ol, dl add */
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  /* add */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* add */
  empty-cells: show;
}

caption,
th {
  /* add */
  text-align: left;
}

caption {
  /* add */
  font-style: normal;
  font-weight: normal;
}

th {
  /* add */
  font-style: normal;
}

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

input,
select {
  vertical-align: middle;
}

input,
textarea {
  box-sizing: border-box;
  /* add */
  font-size: 100%;
}

input[type="text"],
input[type="password"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  /* add */
  resize: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  /* add */
  background-color: transparent;
  cursor: pointer;
}

:disabled {
  opacity: 1;
}

em,
address {
  /* add */
  font-style: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 1;
  /* add */
  font-family: Arial, Helvetica, sans-serif;
}

sup {
  /* add */
  vertical-align: text-top;
}

sub {
  /* add */
  vertical-align: text-bottom;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** base
 ** ------------------------------------------------------- */
/* html
  ----------------------------------------------------*/
html {
  font-size: 10px;
}

::-moz-selection {
  background: #80b0db;
}

::selection {
  background: #80b0db;
}

/* body
  ----------------------------------------------------*/
body,
input,
textarea,
select,
button {
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  /* font-family: 'M PLUS Rounded 1c', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Arial', sans-serif; } */
}
body {
  word-wrap: break-word;
  font-feature-settings: "palt";
  min-width: 375px;
  background: #fff;
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  overflow-wrap: break-word;
  opacity: 0;
}

html.loaded body {
  opacity: 1;
}

/* -- link -- */
a:link {
  color: #0160b7;
  text-decoration: underline;
}

a:visited {
  color: #0160b7;
  text-decoration: none;
}

a:hover {
  color: #0160b7;
  text-decoration: none;
}

a:active {
  color: #0160b7;
  text-decoration: none;
}

button:disabled {
  cursor: auto;
}

/* -- font -- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
caption,
address,
figcaption,
small,
label,
time,
input,
button,
select,
textarea {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  th,
  td,
  caption,
  address,
  figcaption,
  small,
  label,
  time,
  input,
  button,
  select,
  textarea {
    font-size: 1.4rem;
  }
}
/* -- img -- */
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.lightboxOverlay {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.lightbox {
  z-index: 10000;
  position: absolute;
  left: 0;
  width: 100%;
  outline: none;
  font-weight: normal;
  line-height: 0;
  text-align: center;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
  /* Image border */
  border: 4px solid white;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  *zoom: 1;
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  line-height: 0;
  text-align: center;
}

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

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

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

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

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

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

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

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

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
  content: "";
}

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

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

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

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

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

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

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  box-sizing: content-box;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-position: center;
  background-size: 27px 44px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: 0.6;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*
 * Container style
 */
.ps {
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  height: 15px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps__rail-y {
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  display: none;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  width: 15px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  border-radius: 6px;
  background-color: #aaa;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
}

.ps__thumb-y {
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  width: 6px;
  border-radius: 6px;
  background-color: #aaa;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

/* ***************************************************************************** */
/* container
----------------------------------------------------*/
#container {
  display: flex;
  flex-direction: column;
  min-width: 375px;
  min-height: 100vh;
  text-align: left;
}
.ie #container > * {
  min-height: 0%;
}

/* ***************************************************************************** */
/* header
----------------------------------------------------*/
#header {
  z-index: 5000;
  position: relative;
  width: 100%;
  min-width: 375px;
  height: 60px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
#header__inner {
  height: 100%;
}
#header__blc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 0 10px;
}
#header__logo {
  line-height: 1;
}
#header__logo a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #3498db;
  text-decoration: none;
}
#header__logo a img {
  max-width: 180px;
}
#header__logo__name {
  display: inline-block;
  margin: 2px 0 0;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
}
#header__logo__name span {
  font-weight: 700;
}
#header__logo__txt {
  display: inline-block;
  margin: 2px 0 0;
  padding: 2px 0;
  border-radius: 7px;
  background: #3498db;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
#header__logo__txt span {
  display: inline-block;
  transform: scale(0.8, 0.8);
}
#header__menu-btn {
  height: calc(100% + 1px);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
}
#header__menu-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background: #3498db;
  color: #000;
  text-decoration: none;
}
#header__menu-btn a::before {
  display: block;
  width: 25px;
  height: 27px;
  background: url(/en/assets/common/images/ico_menu_open01.svg) no-repeat center;
  background-size: contain;
  content: "";
}
#header__menu-btn a span {
  height: 0;
  overflow: hidden;
  text-indent: 105%;
  white-space: nowrap;
}
.is-header-menu-open #header__menu-btn a {
  color: #fff;
}
.is-header-menu-open #header__menu-btn a::before {
  background-image: url(/en/assets/common/images/ico_menu_close01.svg);
  background-size: 18px auto;
}

/* gnav
----------------------------------------------------*/

/* lnav
----------------------------------------------------*/

/* ***************************************************************************** */
/* contents
----------------------------------------------------*/
/* ***************************************************************************** */
/* main
----------------------------------------------------*/
#main {
  padding: 0 10px;
}

/* ***************************************************************************** */
/* footer
----------------------------------------------------*/
#footer {
  position: relative;
}
#footer__menu {
  padding: 60px 0 85px;
  background: #f7fcff;
}
#footer__menu__inner {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer__menu__inner > * {
  width: calc((100% - 90px) / 3);
  margin: 0 0 0 5px;
}
#footer__menu__inner > *:first-child {
  margin-left: 0;
}
#footer__menu .footer__menu__list > li {
  margin: 15px 0 0;
  font-weight: 700;
  font-size: 1.8rem;
}
#footer__menu .footer__menu__list > li a,
#footer__menu .footer__menu__list > li > span {
  color: #0160b7;
  text-decoration: none;
}
#footer__menu .footer__menu__list > li > ul {
  margin: 10px 0;
}
#footer__menu .footer__menu__list > li > ul li {
  position: relative;
  margin: 5px 0 0;
  padding: 0 0 0 10px;
  font-weight: 400;
  font-size: 1.4rem;
}
#footer__menu .footer__menu__list > li > ul li::before {
  display: inline-block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 8px;
  background: url(/en/assets/common/images/ico_arrow01_green.svg) no-repeat center;
  background-size: contain;
  content: "";
}
#footer__menu .footer__menu__list > li > ul li a {
  color: #000;
}
#footer__menu .footer__menu__btn {
  margin: 35px 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
#footer__menu .footer__menu__btn a {
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  padding: 0 5px 0 15px;
  border: 1px solid #3498db;
  border-radius: 5px;
  text-decoration: none;
}
#footer__menu .footer__menu__btn a::after {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin: 0 0 0 8px;
  background: url(/en/assets/common/images/ico_blank01_green.svg) no-repeat center;
  background-size: contain;
  content: "";
}
#footer__inner {
  position: relative;
  padding: 30px 10px 40px;
  background: #0160b7;
  color: #fff;
}
#footer__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 380px;
  margin: 0 auto;
}
#footer__inner ul li {
  margin: 25px 0 0;
  padding: 0 22px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
#footer__inner ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
      "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
#footer__inner ul li a.blank:after {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin: 0 0px 0 8px;
  background: url(/en/assets/common/images/ico_blank01_white.svg) no-repeat center;
  background-size: contain;
  content: "";
}
#footer__inner ul li:nth-of-type(even) {
  border-left: 1px solid #fff;
}
#footer__copyright {
  margin: 20px 0 0;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
#footer__copyright small {
  font-size: 1rem;
  line-height: 1.6;
}

/* pagetop
----------------------------------------------------*/
#pagetop {
  z-index: 5000;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transform: translate(0, 40px);
  transition: transform 0.3s;
}
.is-pagetop-show #pagetop {
  transform: translate(0, 0);
}
.is-pagetop-btmfix #pagetop {
  position: absolute;
  bottom: 100%;
}
#pagetop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #3498db;
  text-indent: 105%;
  white-space: nowrap;
}
#pagetop a::before {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 8px);
  width: 17px;
  height: 9px;
  background: url(/en/assets/common/images/ico_pagetop01.svg) no-repeat center;
  background-size: contain;
  content: "";
}

/* ***************************************************************************** */
/* page-header
----------------------------------------------------*/
.page-header__inner {
  padding: 15px 0 15px 20px;
  background-color: #f2fafa;
}

.page-header__ttl {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.2;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** accordion
 ** ------------------------------------------------------- */

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** display
 ** ------------------------------------------------------- */

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** btn
 ** ------------------------------------------------------- */
.c_btn01 {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.375;
}
.c_btn01 > a,
.c_btn01 > * {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 40px;
  border: 1px solid #3498db;
  border-radius: 5px;
  color: #0160b7;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.c_btn01 > a::after,
.c_btn01 > *::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 9px;
  width: 29px;
  height: 20px;
  background: url(/en/assets/common/images/ico_arrow02_blue.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.c_btn01 > *:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c_btn01.is-btn-color01 > a,
.c_btn01.is-btn-color01 > * {
  background: #3498db;
  color: #fff;
  transition: background-color 0.3s;
}
.c_btn01.is-btn-color01 > a::after,
.c_btn01.is-btn-color01 > *::after {
  background-image: url(/en/assets/common/images/ico_arrow02_white.svg);
}
.c_btn01.is-btn-color02 > a,
.c_btn01.is-btn-color02 > * {
  border-color: #dd3535;
  color: #dd3535;
}
.c_btn01.is-btn-color02 > a::after,
.c_btn01.is-btn-color02 > *::after {
  background-image: url(/en/assets/common/images/ico_arrow02_red.svg);
}
.c_btn01.is-btn-size01 {
  font-weight: 700;
  font-size: 1.6rem;
}
.c_btn01.is-btn-size01 > a,
.c_btn01.is-btn-size01 > * {
  font-size: 1.6rem;
}
.c_btn01.is-btn-size02 {
  font-weight: 400;
  font-size: 1.8rem;
}
.c_btn01.is-btn-size02 > a,
.c_btn01.is-btn-size02 > * {
  height: 80px;
  font-size: 1.8rem;
}
.c_btn01.is-btn-size03 > a,
.c_btn01.is-btn-size03 > * {
  height: 60px;
}

.c_btn02 {
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
.c_btn02 > a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 140px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s;
  padding: 1rem;
}
.c_btn02 > a:hover {
  opacity: 0.6;
  background: #fff !important;
}

.c_btn02 > a > span {
  display: inline-block;
}
.c_btn02.products > a::before {
  width: 34px;
  height: 34px;
  background-image: url(/en/assets/common/images/ico_products01_white.svg);
}
.c_btn02.doctor > a::before {
  width: 30px;
  height: 39px;
  background-image: url(/en/assets/common/images/ico_doctor01.svg);
}
.c_btn02.store > a::before {
  width: 39px;
  height: 33px;
  background-image: url(/en/assets/common/images/ico_store01.svg);
}
.c_btn02.recent {
  font-size: 1.4rem;
  letter-spacing: normal;
}
.c_btn02.recent > a::before {
  width: 39px;
  height: 39px;
  background-image: url(/en/assets/common/images/ico_recent01.svg);
}
.c_btn02.faq > a::before {
  width: 28px;
  height: 35px;
  background-image: url(/en/assets/common/images/ico_faq02.svg);
}

.c_btn03 {
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.c_btn03 > *,
.c_btn03 a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f0f0f0;
  color: #666;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.c_btn03 > *::before,
.c_btn03 a::before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  left: 9px;
  width: 29px;
  height: 20px;
  transform: scale(-1, 1);
  background: url(/en/assets/common/images/ico_arrow02_blue.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.c_btn-tel01 {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.375;
}
.c_btn-tel01 > a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.c_btn-tel01__sub01 {
  font-size: 1.2rem;
}
.c_btn-tel01__sub02 {
  font-size: 2.5rem;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
}
.c_btn-tel01__sub03 {
  font-size: 1rem;
}
.c_btn-tel01__ico01 {
  display: inline-block;
  width: 29px;
  height: 19px;
  margin: 0 9px 0 0;
  overflow: hidden;
  background: url(/en/assets/common/images/ico_freedial01.svg) no-repeat center;
  background-size: contain;
  text-indent: 105%;
  vertical-align: middle;
  white-space: nowrap;
}
.c_btn-tel01.is-btn-color01 > a {
  border-color: #3498db;
  color: #3498db;
}
.c_btn-tel01.is-btn-color01 .c_btn-tel01__ico01 {
  background-image: url(/en/assets/common/images/ico_freedial03.svg);
}

.c_btn-reset01 > * {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f0f0f0;
  letter-spacing: 0.05em;
  transition: background-color 0.3s;
}
.c_btn-reset01 > *::before {
  display: block;
  width: 16px;
  height: 14px;
  margin-right: 10px;
  background: url(/en/assets/common/images/ico_reset.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.c_btn-reset01.is-btn-size01 > * {
  width: 200px;
  height: 40px;
}

.c_btn-download > *,
.c_btn-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #fff;
  color: #0160b7;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.c_btn-download > *::before,
.c_btn-download a::before {
  display: block;
  width: 22px;
  height: 21px;
  margin-right: 10px;
  background: url(/en/assets/common/images/ico_download.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.c_btn-download--green > *,
.c_btn-download--green a {
  width: 370px;
  height: 80px;
  background-color: #3498db;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  transition: background-color 0.3s;
}
.c_btn-download--green > *::before,
.c_btn-download--green a::before {
  background: url(/en/assets/common/images/ico_download_white.svg) no-repeat center;
}

.c_btn-download--outGreen > *,
.c_btn-download--outGreen a {
  width: 300px;
  height: 60px;
  border: 1px solid #3498db;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  transition: background-color 0.3s;
}

.c_btn-contact01 {
  width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.375;
}
.c_btn-contact01 > *,
.c_btn-contact01 a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  border: 1px solid #3498db;
  border-radius: 5px;
  background-color: #fff;
  color: #3498db;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.c_btn-contact01 > *::after,
.c_btn-contact01 a::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 9px;
  width: 29px;
  height: 20px;
  background: url(/en/assets/common/images/ico_arrow02_blue.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.c_btn-contact01__icon {
  position: relative;
  left: -4px;
  width: 22px;
  height: 18px;
  background: url(/en/assets/common/images/ico_contact02.svg) no-repeat center;
  background-size: contain;
}

.c_btn-pdf01 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #bbb;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}
.c_btn-pdf01 > a > span {
  padding-left: 25px;
  background: url(/en/assets/common/images/ico_pdf01.svg) left center no-repeat;
  background-size: 18px 22px;
}

.c_btn-print01 > *,
.c_btn-print01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding-right: 10px;
  border: 1px solid #3498db;
  border-radius: 5px;
  color: #0160b7;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color 0.3s;
}
.c_btn-print01 > *::before,
.c_btn-print01 a::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(/en/assets/common/images/ico_print01.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.c_btn-wrap01 {
  max-width: 250px;
  margin: 22px auto 0;
}

.c_btn-wrap02 {
  max-width: 335px;
  margin: 40px auto;
}

.c_btn-list01 {
  margin: 30px 0 0;
}
.c_btn-list01 > * > * {
  margin: 10px 0 0;
}
.c_btn-list01 > * > *:first-child {
  margin-top: 0;
}

.c_btn-list02 {
  margin: 25px 0 0;
}
.c_btn-list02 > * > * {
  margin: 20px 0 0;
}
.c_btn-list02 > * > *:first-child {
  margin-top: 0;
}

.c_btn-list03 > * {
  display: flex;
  flex-wrap: wrap;
}
.c_btn-list03 > * > * {
  width: calc((100% - 10px) / 2);
  margin: 10px 0 0 10px;
}
.c_btn-list03 > * > *:nth-of-type(odd) {
  margin-left: 0;
}
.c_btn-list03 > * > *:nth-of-type(-n + 2) {
  margin-top: 0;
}

.c_btn-list04 {
  margin: 40px 0;
}
.c_btn-list04 > * {
  width: 335px;
}
.c_btn-list04 > * > * > *,
.c_btn-list04 > * > * a {
  height: 80px;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** floating btn
 ** ------------------------------------------------------- */

.c_floatingBtn02 {
  z-index: 999;
  position: fixed;
  border-radius: 5px;
  background-color: #0160b7;
}
.c_floatingBtn02__count {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.c_floatingBtn02__count span {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  vertical-align: baseline;
}
.c_floatingBtn02__body .c_btn01 {
  font-weight: 700;
  font-size: 1.4rem;
}
.c_floatingBtn02__body .c_btn01 a {
  font-size: 1.4rem;
}
.c_floatingBtn02__body .c_btn01 a::after {
  width: 21px;
  height: 15px;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** link
 ** ------------------------------------------------------- */
.c_link-archive01 ul > li {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.71;
}
.c_link-archive01 ul > li a {
  display: block;
  position: relative;
  padding: 20px 9px 8px;
  color: #333;
  text-decoration: none;
}
.c_link-archive01 ul > li a[target="_blank"] > span::after {
  display: inline-block;
  width: 15px;
  height: 18px;
  margin: -0.2em 0 0 5px;
  background: url(/en/assets/common/images/ico_pdf01.svg) no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
}
/* .c_link-archive01 ul > li:nth-of-type(odd) {
    background: #F7FCFF; } */
.c_link-archive01 ul > li:nth-of-type(even) {
  background: rgba(240, 240, 240, 0.3);
}

.c_link-archive01__data01 {
  display: flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 15px;
}

.c_link-archive01__date01 {
  color: #0160b7;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  letter-spacing: 0.1em;
}

.c_link-archive01__cat01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  height: 20px;
  margin: 0 0 0 10px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  color: #3498db;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** inner
 ** ------------------------------------------------------- */

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** tab
 ** ------------------------------------------------------- */
.c_tab {
  margin: 30px 0 0;
}
.c_tab__menu > ul {
  display: flex;
  flex-wrap: wrap;
}
.c_tab__menu > ul > li {
  flex: 1 1 auto;
  width: 33.33%;
  height: 50px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 1.2rem;
  line-height: 1.33;
}
.c_tab__menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.c_tab__menu > ul > li.recall > a {
  background: #fcecec;
}
.c_tab__menu > ul > li.recall > a:hover {
  background-color: #ffdddb;
}
.c_tab__menu > ul > li.is-tab-active {
  position: relative;
  font-weight: 700;
}
.c_tab__menu > ul > li.is-tab-active > a {
  background: #fff;
  color: #0160b7;
}
.c_tab__menu > ul > li.is-tab-active > a::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3498db;
  content: "";
}
.c_tab__menu > ul > li.is-tab-active.recall > a {
  color: #dd3535;
}
.c_tab__menu > ul > li.is-tab-active.recall > a::before {
  background: #dd3535;
}
.c_tab--02 {
  border: none;
}
.c_tab--02 .c_tab__menu {
  border-bottom: 1px solid #ddd;
}
.c_tab--02 .c_tab__menu > ul {
  margin: 0 auto -1px;
}
.c_tab--02 .c_tab__menu > ul > li {
  border-top: 1px solid #ddd;
}
.c_tab--02 .c_tab__menu > ul > li.is-tab-active {
  border-top: none;
  border-bottom: none;
}
.c_tab--02 .c_tab__menu > ul > li.is-tab-active > a::before {
  left: -1px;
  border-right: 1px solid #3498db;
  border-left: 1px solid #3498db;
}
.c_tab--02 .c_tab__menu > ul > li:first-child {
  border-left: 1px solid #ddd;
}
.c_tab--02 .c_tab__menu > ul > li:last-child {
  border-right: 1px solid #ddd;
}
.c_tab--03 {
  border: none;
}
.c_tab--03 .c_tab__menu > ul > li {
  height: 70px;
  border-top: 1px solid #ddd;
  font-size: 1.2rem;
}
.c_tab--03 .c_tab__menu > ul > li.is-tab-active {
  border-top: none;
  border-bottom: none;
}
.c_tab--03 .c_tab__menu > ul > li.is-tab-active > a::before {
  left: -1px;
  border-right: 1px solid #3498db;
  border-left: 1px solid #3498db;
}
.c_tab--03 .c_tab__menu > ul > li:first-child {
  border-left: 1px solid #ddd;
}
.c_tab--03 .c_tab__menu > ul > li:last-child {
  border-right: 1px solid #ddd;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** confirm
 ** ------------------------------------------------------- */
.c_confirm01__header {
  padding: 16px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.c_confirm01__header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3498db;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.c_confirm01__header__logo img {
  max-width: 156px;
}
.c_confirm01__header__logo__name {
  display: inline-block;
  margin: 4px 0 0;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  letter-spacing: 0.01em;
}
.c_confirm01__header__logo__name span {
  font-weight: 700;
}
.c_confirm01__header__logo__txt {
  display: inline-block;
  margin: 4px 0 0;
  padding: 5px 3px;
  border-radius: 10px;
  background: #3498db;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.c_confirm01__header__logo__txt span {
  display: inline-block;
  transform: scale(0.9, 0.9);
}

.c_confirm01__body {
  padding: 25px 10px 120px;
}

.c_confirm01__txt01 {
  color: #0160b7;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.c_confirm01__txt02 {
  margin: 0 0 25px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

.c_confirm01__txt03 {
  margin: 14px 0 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
}

.c_confirm01__txt04 {
  color: #0160b7;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.c_confirm01__box01 {
  margin: 20px 0 0;
  padding: 13px 10px;
  border-radius: 5px;
  background: #f2fafa;
}
.c_confirm01__box01 + .c_confirm01__box01 {
  margin-top: 10px;
}

.c_confirm01__list-btn01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0 0;
}
.c_confirm01__list-btn01 li {
  width: calc((100% - 10px) / 2);
  margin: 10px 0 0;
  font-weight: 700;
}
.c_confirm01__list-btn01 li > a {
  padding: 0 30px;
}
.c_confirm01__list-btn01 li > a::after {
  top: calc(50% - 7px);
  width: 20px;
  height: 15px;
}
.c_confirm01__list-btn01 li > a > span {
  margin-left: -20px;
}
.c_confirm01__list-btn01 li.c_confirm01__list-btn01--wide {
  width: 100%;
}

.c_confirm01 ul.c_confirm01__notes01 {
  margin: 12px 0 0;
}
.c_confirm01 ul.c_confirm01__notes01 > li {
  font-size: 1rem;
  text-align: center;
}

.c_confirm01 p.c_confirm01__notes01 {
  margin: 12px 0 0;
  font-size: 1rem;
  text-align: center;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** breadCrumb
 ** ------------------------------------------------------- */

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** label
 ** ------------------------------------------------------- */
.c_label-green {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #3498db;
  color: #fff;
  font-size: 1.2rem;
}

.c_label-outGreen {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3498db;
  border-radius: 5px;
  color: #3498db;
  font-size: 1.2rem;
}

.c_label-sm {
  width: 60px;
  height: 24px;
}

.c_label-md {
  width: 40px;
  height: 24px;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** heading
 ** ------------------------------------------------------- */
.c_hdg-01 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c_hdg-01::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 15px;
  background: #3498db;
  content: "";
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** materials
 ** ------------------------------------------------------- */
.c_materials {
  display: flex;
}
.c_materials__body {
  display: flex;
}
.c_materials__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 142px;
  margin-right: 4%;
}
.c_materials__img a {
  height: 100%;
}
.c_materials__img img {
  height: 100%;
}
.c_materials__txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.c_materials__btn {
  width: 70%;
}

.c_materials02 {
  display: flex;
}
.c_materials02__body {
  display: flex;
}
.c_materials02__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 142px;
  margin-right: 4%;
}
.c_materials02__img a {
  height: 100%;
}
.c_materials02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.c_materials02__txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.c_materials02__num {
  margin: 15px 0 0;
}
.c_materials02__num p {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.c_materials02__num p span {
  margin: 0 0 0 10px;
  font-size: 1.6rem;
}
.c_materials02__btn {
  width: 100%;
  padding: 0 0 0 45px;
}
.c_materials02__btn-inner01,
.c_materials02__btn-inner02 {
  margin: 10px 0 0;
}
.c_materials02__btn-inner01 {
  display: flex;
  justify-content: space-between;
}
.c_materials02__btn-inner01 > * {
  flex: 0 0 auto;
  width: calc((100% - 11px) / 2);
}
.c_materials02__btn-select {
  position: relative;
}
.c_materials02__btn-select .c_select01 {
  height: 40px;
}
.c_materials02__btn-select .c_select01::before {
  margin-top: 0;
}
.c_materials02__btn-select .c_select01 select {
  padding: 0 55px;
}
.is-confirm .c_materials02__btn-select .c_select01 select {
  pointer-events: none;
}
.c_materials02__btn-select-label {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translate(0, -50%);
  white-space: nowrap;
}
.c_materials02__btn-btn .c_btn01 > a,
.c_materials02__btn-btn .c_btn01 > button {
  height: 40px;
  padding: 0 30px;
  font-size: 1.4rem;
}
.c_materials02__btn-btn .c_btn01 > a::after,
.c_materials02__btn-btn .c_btn01 > button::after {
  width: 21px;
}
.c_materials02__btn-btn .c_btn03 button {
  height: 40px;
  font-size: 1.4rem;
}
.c_materials02__btn-btn .c_btn03 button::before {
  display: none;
}

.c_materials-cat__item {
  display: flex;
  align-items: start;
  margin-bottom: 5px;
}
.c_materials-cat__item:last-of-type {
  margin-bottom: 0;
}
.c_materials-cat__item dt {
  margin-right: 7px;
}
.c_materials-cat__item dd {
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.c_materials-cat02__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.c_materials-cat02__item:last-of-type {
  margin-bottom: 0;
}
.c_materials-cat02__item dt {
  align-self: flex-start;
  margin-right: 7px;
}
.c_materials-cat02__item dd {
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.c_materials-list01 > li {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.c_materials-list01 > li:last-of-type {
  border-bottom: 1px solid #ddd;
}

.c_materials-list02 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.c_materials-list02 > li {
  padding: 20px 10px;
}
.c_materials-list02 > li:nth-of-type(even) {
  background: rgba(240, 240, 240, 0.3);
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** product
 ** ------------------------------------------------------- */
.c_product {
  margin-top: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.c_product:first-of-type {
  margin-top: 0;
}
.c_product__inner {
  display: flex;
}
.c_product__headInner {
  display: flex;
}
.c_product__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.c_product__photo img {
  max-height: 60px;
  border-radius: 5px;
}
.c_product__name {
  margin-left: 10px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c_product__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-radius: 0 4px 0 0;
  background-color: #3498db;
}
.c_product__btn a {
  display: block;
  position: relative;
  height: 100%;
}
.c_product__btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 15px;
  transform: translate(-50%, -50%);
  background: url(/en/assets/common/images/ico_arrow02_white.svg) no-repeat;
  background-size: contain;
  content: "";
}
.c_product__body {
  display: flex;
}
.c_product__nameListItem {
  display: flex;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 5px;
}
.c_product__nameListItem:first-child {
  margin-top: 0;
}
.c_product__nameListItem dt {
  margin-right: 10px;
}
.c_product__nameListItem dd {
  width: calc(100% - 70px);
}
.c_product__nameListItem dd p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.7;
}
.c_product__document .c_accSP {
  margin-top: 10px;
}
.c_product__document .c_accSP__head {
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
}
.c_product__documentList {
  display: flex;
  flex-wrap: wrap;
}
.c_product__documentList > li {
  display: flex;
  height: 50px;
}
.c_product__documentList > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.c_product__documentList > li a.checked {
  border-color: #3498db;
  background-color: #f2fafa;
  color: #0160b7;
}
.c_product__documentList > li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fbfbfb;
  color: #bbb;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.c_product__documentList > li input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.c_product__documentList > li.bookmark a {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.c_product__notice {
  line-height: 1.4;
  text-align: right;
}
.c_product__notice a {
  padding: 0 0 0 10px;
  background: url(/en/assets/common/images/ico_arrow01_green.svg) left center
    no-repeat;
  font-size: 1.2rem;
}

.c_product02 {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.c_product02:first-of-type {
  margin-top: 0;
}
.c_product02__headInner {
  display: flex;
  width: calc(100% - 30px);
  padding: 12px 9px 10px;
}
.c_product02__detail {
  width: calc(100% - 30px);
}
.c_product02__detailItem {
  display: flex;
}
.c_product02__detail dt,
.c_product02__detail dd {
  display: flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  line-height: 1.2;
}
.c_product02__detail dt {
  width: 30%;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 1.1rem;
}
.c_product02__detail dd {
  width: 70%;
  font-weight: 300;
  font-size: 1.2rem;
}
.c_product02__photo {
  display: flex;
  width: 82px;
}
.c_product02__photo > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 2px;
}
.c_product02__photo > li img {
  max-height: 40px;
  border-radius: 5px;
}
.c_product02__photo > li:last-of-type {
  margin-right: 0;
}
.c_product02__name-wrap {
  width: calc(100% - 82px);
  margin: -1px 0 0 10px;
}
.c_product02__lead {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.2;
}
.c_product02__name {
  color: #0160b7;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c_product02__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-radius: 0 4px 0 0;
  background-color: #3498db;
}
.c_product02__btn a {
  display: block;
  position: relative;
  height: 100%;
}
.c_product02__btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 15px;
  transform: translate(-50%, -50%);
  background: url(/en/assets/common/images/ico_arrow02_white.svg) no-repeat;
  background-size: contain;
  content: "";
}
.c_product02__body {
  padding: 10px 15px 10px 7px;
}
.c_product02__nameListItem {
  display: flex;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 7px;
}
.c_product02__nameListItem:first-child {
  margin-top: 0;
}
.c_product02__nameListItem dt {
  margin-right: 10px;
}
.c_product02__nameListItem dd {
  width: calc(100% - 70px);
}
.c_product02__nameListItem dd p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.7;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** select
 ** ------------------------------------------------------- */
.c_select01 {
  position: relative;
  width: 100%;
  height: 50px;
}
.c_select01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: 1px solid #bbb;
  border-radius: 5px;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.c_select01::-ms-expand {
  display: none;
}
.c_select01::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 14px;
  height: 8px;
  transform: translateY(-50%);
  background: url(/en/assets/common/images/ico_arrow04_green.svg) no-repeat;
  background-size: contain;
  content: "";
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** anchorLink
 ** ------------------------------------------------------- */
.c_anchorLink01 {
  display: flex;
}
.c_anchorLink01 > li {
  flex: 1 1;
  border-left: 1px solid #ddd;
  text-align: center;
}
.c_anchorLink01 > li:last-child {
  border-right: 1px solid #ddd;
}
.c_anchorLink01 > li a {
  display: block;
  position: relative;
  height: 30px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.3;
  text-decoration: none;
}
.c_anchorLink01 > li a::after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 8px;
  height: 14px;
  transform: translateX(-50%) rotate(90deg);
  background: url(/en/assets/common/images/ico_arrow01_green.svg) center no-repeat;
  background-size: contain;
  content: "";
  transition: bottom 0.3s;
}

.c_anchorLink02 {
  display: flex;
}
.c_anchorLink02 li {
  border-left: 1px solid #ddd;
  text-align: center;
}
.c_anchorLink02 li a {
  display: block;
  position: relative;
  height: 30px;
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
}
.c_anchorLink02 li a::after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 8px;
  height: 14px;
  transform: translateX(-50%) rotate(90deg);
  background: url(/en/assets/common/images/ico_arrow01_green.svg) center no-repeat;
  background-size: contain;
  content: "";
  transition: bottom 0.3s;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** contact
 ** ------------------------------------------------------- */
.c_contact01 {
  margin: 0 -10px;
  padding: 30px 10px;
  background: #3498db;
  color: #fff;
}
.c_contact01__btn-list {
  display: flex;
  flex-wrap: wrap;
}
.c_contact01 h2 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** flow
 ** ------------------------------------------------------- */
.c_flow01 {
  display: flex;
  justify-content: space-between;
  margin: 19px 0 24px;
}
.c_flow01 > li {
  position: relative;
  width: calc((100% - 75px) / 4);
  padding: 6px 2px 0;
  border: 1px solid #3498db;
  border-radius: 5px;
  background: #f2fafa;
  color: #3498db;
  font-size: 1.2rem;
  text-align: center;
}
.c_flow01 > li::before {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: calc(100% + 2px);
  width: 24px;
  height: 12px;
  background: url(/en/assets/common/images/ico_flow_arrow01.svg) no-repeat right
    center;
  background-size: auto 12px;
  content: "";
}
.c_flow01 > li:first-child::before {
  display: none;
}
.c_flow01 > li > span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 50%;
  background: #3498db;
  color: #f2fafa;
  font-weight: 700;
  line-height: 20px;
  font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
    "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  text-align: center;
}
.c_flow01 > li.is-active {
  background: #3498db;
  color: #fff;
}
.c_flow01 > li.is-active > span {
  background: #fff;
  color: #3498db;
}
.c_flow01--3column > li {
  width: calc((100% - 56px) / 3);
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** form
 ** ------------------------------------------------------- */
.c_form01 {
  margin: 40px 0 0;
}
.c_form01.is-confirm {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}
.c_form01.is-confirm::after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #3498db;
  content: "";
}
.c_form01__blc {
  margin: 20px 0 0;
}
.is-confirm .c_form01__blc {
  margin-top: 7px;
}
.c_form01__head {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.c_form01__head::before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #3498db;
  content: "";
}
.c_form01__head p {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.c_form01__head p span {
  display: inline-block;
  align-self: flex-start;
  height: 24px;
  margin: 0 7px 0 0;
  padding: 0 6px;
  border: 1px solid #dd3535;
  border-radius: 5px;
  color: #dd3535;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 24px;
  text-align: center;
}
.is-confirm .c_form01__head {
  padding: 16px 0;
}
.is-confirm .c_form01__head p {
  font-size: 1.4rem;
}
.is-confirm .c_form01__body p {
  font-weight: 700;
}
.c_form01__agree-blc {
  margin: 40px 0 0;
  padding: 20px 10px 16px;
  border: 1px solid #ddd;
  background: #fbfbfb;
}
.c_form01__agree-blc p {
  margin: 23px 0 0;
  font-size: 1.2rem;
  line-height: 1.66;
}
.c_form01__agree-blc p:first-child {
  margin-top: 0;
}
.c_form01__agree-check {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.c_form01__agree-check .c_checkbox01 label {
  font-size: 1.6rem;
}
.c_form01__notes01 {
  margin: 18px 0;
  font-size: 1.2rem;
}
.c_form01__errTxt {
  display: none;
  margin: 5px 0;
  color: #dd3535;
  font-weight: 700;
  font-size: 1.2rem;
}
.is-error .c_form01__errTxt {
  display: block;
}

.c_input01 {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.c_input01::-moz-placeholder {
  color: #bbb;
  font-size: 1.4rem;
}
.c_input01:-ms-input-placeholder {
  color: #bbb;
  font-size: 1.4rem;
}
.c_input01::placeholder {
  color: #bbb;
  font-size: 1.4rem;
}
.is-error .c_input01 {
  border-color: #cc443d;
  background: #fceaea;
}

.c_textarea01 {
  width: 100%;
  height: 150px;
  padding: 0 12px;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.c_textarea01::-moz-placeholder {
  color: #bbb;
  font-size: 1.4rem;
}
.c_textarea01:-ms-input-placeholder {
  color: #bbb;
  font-size: 1.4rem;
}
.c_textarea01::placeholder {
  color: #bbb;
  font-size: 1.4rem;
}
.is-error .c_textarea01 {
  border-color: #cc443d;
  background: #fceaea;
}
.c_link-archive01__cat01.is-cat-color01 {
  color: #0068b7;
  color: #17ada2;
}
.c_link-archive01__cat01.is-cat-color02 {
  /* color: #DB9800; }
    .c_link-archive01__cat01.is-cat-color03 {
      color: #DD3535; }
    .c_link-archive01__cat01.is-cat-color04 {
      border-color: #DD3535;
      background: #DD3535;
      color: #fff;  */
  color: #0160b7;
}
.c_checkbox01 input {
  display: none;
}

.c_checkbox01 label {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 30px;
  padding: 0 0 0 36px;
  font-size: 1.4rem;
  cursor: pointer;
}
.c_checkbox01 label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #bbb;
  border-radius: 5px;
  content: "";
}

.c_checkbox01 input:checked + label::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #3498db;
  border-right: 2px solid #3498db;
  content: "";
}

.c_radio01 input {
  display: none;
}

.c_radio01 label {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 30px;
  padding: 0 0 0 36px;
  font-size: 1.4rem;
  cursor: pointer;
}
.c_radio01 label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #bbb;
  border-radius: 50%;
  content: "";
}

.c_radio01 input:checked + label::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3498db;
  content: "";
}

.is-error .c_radio01 label::before {
  border-color: #cc443d;
  background: #fceaea;
}

.c_radio-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0;
}
.c_radio-list01 > * {
  margin: 10px 24px 0 0;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** modal
 ** ------------------------------------------------------- */
.is-modal-open01 {
  overflow: hidden;
}

.c_modal01 {
  display: flex;
  z-index: -1;
  position: fixed;
  top: -25vh;
  left: -25vw;
  align-items: center;
  justify-content: center;
  width: 150vw;
  height: 150vh;
  background: rgba(34, 34, 34, 0.9);
  opacity: 0;
  transition: opacity 0.3s, z-index 0.3s;
}
.c_modal01.is-modal-show01 {
  z-index: 6000;
  opacity: 1;
}
.c_modal01__contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 55px 12px;
  overflow: auto;
}
.c_modal01__contents.is-modal-center {
  position: relative;
  align-items: center;
}
.c_modal01__inner {
  position: relative;
}

.c_modal-confirm01 {
  display: flex;
  z-index: 6000;
  z-index: -1;
  position: fixed;
  top: -25vh;
  left: -25vw;
  align-items: center;
  justify-content: center;
  width: 150vw;
  height: 150vh;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s, z-index 0.3s;
}
.c_modal-confirm01.is-modal-show01 {
  z-index: 6000;
  opacity: 1;
}
.c_modal-confirm01__contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.c_modal-confirm01__inner {
  position: relative;
  width: 100%;
  min-height: 100%;
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** animation
 ** ------------------------------------------------------- */
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** print
 ** ------------------------------------------------------- */
.js-print-off {
  display: none !important;
}
@media screen and (max-width: 767px) {
  html.is-header-menu-open {
    overflow: hidden;
  }
  #header__menu {
    z-index: -1;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    overflow: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .is-header-menu-open #header__menu {
    z-index: 5001;
    overflow: auto;
    opacity: 1;
    pointer-events: auto;
  }
  #header__menu-inner {
    background: #fff;
  }
  #header__menu-inner a {
    color: #000;
    text-decoration: none;
  }
  #gnav > ul > li {
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 1.3rem;
  }
  #gnav > ul > li > a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 40px 0 50px;
  }
  #gnav > ul > li > a::before {
    display: inline-block;
    position: absolute;
    left: 30px;
    transform: translate(-50%, 0);
    background: no-repeat center;
    background-size: contain;
    content: "";
  }
  #gnav > ul > li > a::after {
    display: inline-block;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    width: 28px;
    height: 20px;
    background: url(/en/assets/common/images/ico_arrow02_blue.svg) no-repeat
      center;
    background-size: contain;
    content: "";
  }
  #gnav > ul > li > a.is-acc01::after {
    top: calc(50% - 5px);
    right: 14px;
    width: 20px;
    height: 11px;
    transform: rotate(180deg);
    background-image: url(/en/assets/common/images/ico_arrow03.svg);
    transition: transform 0.3s;
  }
  #gnav > ul > li > a.is-acc01.is-acc-open01::after {
    transform: rotate(0deg);
  }
  #gnav > ul > li ul {
    border-top: 1px solid #ddd;
    background: #f2fafa;
  }
  #gnav > ul > li ul li {
    border-top: 1px solid rgba(0, 164, 150, 0.25);
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  #gnav > ul > li ul li a {
    display: block;
    position: relative;
    padding: 12px 0 11px 20px;
    color: #0160b7;
  }
  #gnav > ul > li ul li a::after {
    display: inline-block;
    position: absolute;
    top: calc(50% - 4px);
    right: 18px;
    width: 5px;
    height: 8px;
    background: url(/en/assets/common/images/ico_arrow01_green.svg) no-repeat
      center;
    background-size: contain;
    content: "";
  }
  
  #subNav {
    padding: 10px;
    background: #3498db;
  }
  #subNav ul {
    display: flex;
    justify-content: space-between;
  }
  #subNav ul li {
    width: 100%;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
  #subNav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
    color: #0160b7;
  }
  #subNav ul li.nihon-generic {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #subNav ul li.nihon-generic a {
    position: relative;
    background: none;
    color: #fff;
    text-align: center;
  }
  #subNav ul li.nihon-generic a::after {
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 7px;
    width: 10px;
    height: 7px;
    background: url(/en/assets/common/images/ico_blank01_white.svg) no-repeat
      center;
    background-size: contain;
    content: "";
  }
  #subNav ul li.contact a {
    position: relative;
    padding: 0 23px 0 0;
  }
  #subNav ul li.contact a::before {
    display: inline-block;
    width: 19px;
    height: 18px;
    margin: 0 4px 0 0;
    background: url(/en/assets/common/images/ico_contact01.svg) no-repeat center;
    background-size: contain;
    content: "";
  }
  #subNav ul li.contact a::after {
    display: inline-block;
    position: absolute;
    top: calc(50% - 7px);
    right: 10px;
    width: 21px;
    height: 15px;
    background: url(/en/assets/common/images/ico_arrow02_blue.svg) no-repeat
      center;
    background-size: contain;
    content: "";
  }
  #lnav {
    display: none;
  }
  #footer__menu {
    display: none;
  }
  .page-header__inner {
    margin: 0 -10px;
  }
  .c_accSP__head {
    position: relative;
    padding: 17px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
  }
  .c_accSP__head::before,
  .c_accSP__head::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    width: 15px;
    height: 1px;
    margin: 0;
    background: #3498db;
    content: "";
    transition: transform 0.25s ease;
  }
  .c_accSP__head::before {
    transform: rotate(90deg);
  }
  .c_accSP__head.is-acc-openSP {
    border-radius: 5px 5px 0 0;
  }
  .c_accSP__head.is-acc-openSP::before {
    transform: rotate(0);
  }
  .c_accSP__body {
    padding: 10px 7px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #f0f0f0;
  }
  .c_accSP__btn {
    margin-top: 12px;
    text-align: center;
  }
  .c_accSP__btn .js-accSP-closeBtn {
    width: 200px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
    font-size: 1.2rem;
  }
  .pc {
    display: none !important;
  }
  .c_btn-reset01 > * {
    height: 40px;
    padding: 0 35px;
    font-size: 1.2rem;
  }
  .c_btn-reset01.is-btn-size01 > * {
    margin: auto;
  }
  .c_btn-pdf01 > a {
    font-size: 1.2rem;
  }
  .c_btn-list04 > * {
    margin: 0 auto 20px;
  }
  .c_btn-list04 > *:last-of-type {
    margin-bottom: 0;
  }
  .c_btn-list04 > * > *.c_btn01 > *::after,
  .c_btn-list04 > * > *.c_btn01 a::after {
    top: calc(50% - 6px);
    width: 21px;
    height: 15px;
  }
  .c_btn-list04 > * > *.c_btn03 > *::before,
  .c_btn-list04 > * > *.c_btn03 a::before {
    top: calc(50% - 6px);
    width: 21px;
    height: 15px;
  }
  .c_btn-list04 > *:first-of-type > * > *,
  .c_btn-list04 > *:first-of-type > * a {
    width: 200px;
    height: 40px;
    margin: 0 auto;
  }
  .c_btn-list04 > *:last-of-type > * > *,
  .c_btn-list04 > *:last-of-type > * a {
    height: 60px;
  }
  .c_floatingBtn {
    display: none;
  }
  .c_floatingBtn02 {
    display: flex;
    right: 10px;
    bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
    height: 60px;
    padding: 10px;
  }
  .is-floating-btmfix .c_floatingBtn02 {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 100%;
  }
  .c_floatingBtn02__count {
    width: 50%;
  }
  .c_floatingBtn02__body {
    width: 50%;
  }
  .c_floatingBtn02__body .c_btn01 a {
    height: 40px;
    padding: 0;
  }
  .c_floatingBtn02__body .c_btn01 a::after {
    position: static;
    margin-left: 5px;
  }
  .c_tab__menu > ul > li:nth-of-type(3n + 1) {
    border-left: none;
  }
  .c_tab--02 .c_tab__menu {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .c_tab--02 .c_tab__menu > ul > li {
    height: 70px;
  }
  .c_tab--02 .c_tab__menu > ul > li.is-tab-active > a::before {
    top: -5px;
  }
  .c_tab--03 .c_tab__menu {
    margin: 0 -10px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
  }
  .c_tab--03 .c_tab__menu > ul {
    margin: 0 auto -1px;
  }
  .c_tab--03 .c_tab__menu > ul > li.is-tab-active > a::before {
    top: -5px;
  }
  .c_breadCrumb {
    display: none;
  }
  .c_materials {
    flex-direction: column;
  }
  .c_materials__txtArea {
    width: 65%;
  }
  .c_materials__txt {
    margin-bottom: 12px;
  }
  .c_materials__btn {
    margin: 20px auto 0;
  }
  .c_materials02 {
    flex-direction: column;
  }
  .c_materials02__txtArea {
    width: 65%;
  }
  .c_materials02__txt {
    margin-bottom: 12px;
  }
  .c_materials02__btn {
    margin: 10px 0 0;
  }
  .c_materials02__btn .c_btn-pdf01 {
    margin-left: -45px;
  }
  .c_materials02__btn-inner02 {
    margin-left: -45px;
  }
  .c_materials02__btn-inner02 .c_btn01 > a {
    height: 40px;
  }
  .c_materials02__btn-inner02 .c_btn01 > a::after {
    width: 20px;
  }
  .c_product__inner {
    flex-direction: column;
  }
  .c_product__head {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .c_product__headInner {
    align-items: center;
    padding: 10px 30px 10px 10px;
  }
  .c_product__name {
    width: calc(100% - 70px);
  }
  .c_product__body {
    flex-direction: column;
    padding: 10px;
  }
  .c_product__nameListItem dd {
    line-height: 1;
  }
  .c_product__nameListItem dd p {
    display: inline;
  }
  .c_product__documentList > li {
    width: calc((100% - 6px) / 3);
    margin: 3px 3px 0 0;
  }
  .c_product__documentList > li:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .c_product__documentList > li:nth-child(3n) {
    margin-right: 0;
  }
  .c_product__documentList > li a {
    line-height: 1.3;
  }
  .c_product02__head {
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .c_product02__detail dt {
    justify-content: center;
    padding: 5px;
  }
  .c_product02__detail dt:first-of-type {
    border-left: none;
  }
  .c_product02__detail dd {
    justify-content: flex-start;
  }
  .c_product02__nameListItem dd {
    line-height: 1;
  }
  .c_product02__nameListItem dd p {
    display: inline;
  }
  .c_select01::before {
    margin-top: 3px;
  }
  .c_anchorLink01 {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .c_anchorLink01 > li {
    margin-bottom: 20px;
  }
  .c_anchorLink01 > li:nth-child(3n) {
    border-right: 1px solid #ddd;
  }
  .c_anchorLink02 {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .c_anchorLink02 li {
    width: calc(100% / 3);
    margin-bottom: 20px;
  }
  .c_anchorLink02 li:nth-of-type(3n) {
    border-right: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  a:not([href]) {
    transition: opacity 0s;
  }
  a:not([href]):hover {
    opacity: 1;
  }
  button {
    transition: opacity 0.3s;
  }
  button:hover {
    opacity: 0.7;
  }
  button:disabled {
    transition: opacity 0s;
  }
  button:disabled:hover {
    opacity: 1;
  }
  #header {
    position: static;
    top: -150px;
    left: 0;
    height: 150px;
    padding-top: 20px;
    transition: top 0.3s;
    border-top: 10px solid #0160B7;
  }
  .is-header-fix #header {
    position: fixed;
    top: 0;
    height: 90px;
    padding-top: 0;
  }
  #header__inner {
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #header__blc {
    flex: 0 0 auto;
    margin-right: 15px;
    padding-left: 0;
  }
  #header__logo a {
    align-items: center;
  }
  #header__logo a img {
    max-width: 220px;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px){
    #header__logo a img {
      max-width: 150px;
    }
  }
  #header__logo__name {
    margin-top: 8px;
    font-size: 1.8rem;
  }
  #header__logo__txt {
    margin-top: 8px;
    padding: 6px 12px;
    border-radius: 13px;
    font-size: 1.2rem;
  }
  #header__logo__txt span {
    transform: none;
  }
  #header__menu-btn {
    display: none;
  }
  #header__menu {
    width: 100%;
  }
  #header__menu-inner {
    height: 100%;
  }
  #header-wrap {
    position: relative;
    height: 150px;
  }
  #gnav {
    height: 100%;
  }
  #gnav > ul {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    border-right: 1px solid #f0f0f0;
  }
  #gnav > ul > li {
    width: 100%;
    /* border: 1px solid #929292; */
    border-left: 1px solid #F0F0F0;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
  @media print, screen and (max-width: 1200px){
    #gnav > ul > li {
      padding: 0 5px;
      font-size: 1.2rem;
    }
  }
  #gnav > ul > li:nth-child(4), #gnav > ul > li:nth-child(6), #gnav > ul > li:nth-child(7){
    font-size: 1.2rem;
  }
  #gnav > ul > li:nth-child(5){
    font-size: 1.1rem;
  }
  #gnav > ul > li:hover {
    background: #f2fafa;
  }
  #gnav > ul > li > a {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-bottom: 5px solid transparent;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
  }
  #gnav > ul > li > a.active {
    border-color: #3498db;
  }
  #gnav > ul > li > a::before {
    display: inline-block;
    margin: 0 0 8px;
    background: no-repeat center;
    background-size: contain;
    content: "";
  }
  .is-header-fix #gnav > ul > li > a::before {
    display: none;
  }
  #gnav > ul > li ul {
    display: flex !important;
    z-index: -1;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #f0f0f0;
    background: #f2fafa;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, z-index 0.3s;
  }
  .is-header-fix #gnav > ul > li ul {
    top: 100%;
  }
  #gnav > ul > li ul > li {
    width: 100%;
    max-width: 265px;
    margin: 0 23px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #gnav > ul > li ul > li > a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 80px;
    padding: 0 30px;
    border: 1px solid #3498db;
    border-radius: 5px;
    background: #fff;
    color: #0160b7;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  #gnav > ul > li ul > li > a:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  #gnav > ul > li ul > li > a::after {
    display: inline-block;
    position: absolute;
    top: calc(50% - 7px);
    right: 9px;
    width: 21px;
    height: 15px;
    background: url(/en/assets/common/images/ico_arrow02_blue.svg) no-repeat
      center;
    background-size: contain;
    content: "";
  }
  #gnav > ul > li[data-drop] {
    cursor: pointer;
  }
  #gnav > ul > li[data-drop] > a > span::after {
    display: inline-block;
    width: 5px;
    height: 8px;
    margin: 0 0 0 5px;
    transform: rotate(90deg);
    background: url(/en/assets/common/images/ico_arrow01_green.svg) no-repeat
      center;
    background-size: contain;
    content: "";
  }
  #gnav > ul > li[data-drop].is-drop-open > a {
    background: #f2fafa;
  }
  #gnav > ul > li[data-drop].is-drop-open > a::after {
    display: block;
    z-index: 5002;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2fafa;
    content: "";
  }
  #gnav > ul > li[data-drop].is-drop-open ul {
    display: flex !important;
    z-index: 5000;
    cursor: auto;
    opacity: 1;
    pointer-events: auto;
  }
  #subNav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: #0160b7;
  }
  .is-header-fix #subNav {
    display: none;
  }
  #subNav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 1230px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  #subNav ul li {
    font-size: 1.2rem;
   
  }
  #subNav ul li a {
    color: #fff;
    text-decoration: none;
  }
  #subNav ul li a[target="_blank"]::after {
    display: inline-block;
    width: 10px;
    height: 7px;
    margin: 0 0 0 3px;
    background: url(/en/assets/common/images/ico_blank01_white.svg) no-repeat
      center;
    background-size: contain;
    content: "";
  }
  #lnav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0 16px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fbfbfb;
  }
  #lnav ul li {
    padding: 0 25px;
    border-right: 1px solid #ddd;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #lnav ul li:last-child {
    border-right: none;
  }
  #lnav ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    color: #000;
    text-decoration: none;
  }
  #lnav ul li a::after {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    transform: translateX(-50%);
    background-color: #3498db;
    content: "";
    transition: 0.3s;
  }
  #lnav ul li a.active {
    color: #0160b7;
  }
  #lnav ul li a.active::after {
    width: 100%;
    background-color: #3498db;
  }
  #main {
    padding: 0;
  }
  #footer__inner {
    padding: 55px 10px 45px;
  }
  #footer__inner ul {
    max-width: none;
  }
  #footer__inner ul li {
    margin-top: 0;
    border-left: 1px solid #fff;
  }
  #footer__inner ul li:first-child {
    border-left: none;
  }
  #footer__copyright {
    margin-top: 18px;
  }
  #footer__copyright small br {
    display: none;
  }
  #pagetop {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    transform: translate(0, 60px);
  }
  #pagetop a::before {
    top: calc(50% - 6px);
    left: calc(50% - 12px);
    width: 24px;
    height: 12px;
  }
  .page-header__inner {
    padding: 30px 0;
  }
  .page-header__ttl {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .c_accSP__btn {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .c_btn01 {
    font-size: 1.8rem;
  }
  .c_btn01 > a,
  .c_btn01 > * {
    font-size: 1.8rem;
  }
  .c_btn01 > a:hover,
  .c_btn01 > *:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_btn01.is-btn-color01 > a:hover,
  .c_btn01.is-btn-color01 > *:hover {
    background-color: #0160b7;
    opacity: 1;
  }
  .c_btn01.is-btn-color02 > a,
  .c_btn01.is-btn-color02 > * {
    transition: opacity 0.3s;
  }
  .c_btn01.is-btn-color02 > a:hover,
  .c_btn01.is-btn-color02 > *:hover {
    opacity: 0.7;
  }
  .c_btn01.is-btn-color02 > a:hover,
  .c_btn01.is-btn-color02 > *:hover {
    background-color: #fff;
  }
  .c_btn01.is-btn-size01 {
    font-size: 1.8rem;
    line-height: 1.55;
  }
  .c_btn01.is-btn-size01 > a,
  .c_btn01.is-btn-size01 > * {
    height: 100px;
    font-size: 1.8rem;
  }
  .c_btn01.is-btn-size02 {
    font-size: 2.8rem;
  }
  .c_btn01.is-btn-size02 > a,
  .c_btn01.is-btn-size02 > * {
    height: 120px;
    font-size: 2.8rem;
  }
  .c_btn01.is-btn-size02 > a::after,
  .c_btn01.is-btn-size02 > *::after {
    right: 20px;
  }
  .c_btn01.is-btn-size03 > a,
  .c_btn01.is-btn-size03 > * {
    height: 80px;
  }
  .c_btn02 {
    font-size: 2.4rem;
  }
  .c_btn02 > a {
    flex-direction: row;
  }
  .ie .c_btn02 > a {
    height: 160px;
  }
  .c_btn02 > a:hover {
    background-color: #0160b7;
    opacity: 1;
  }
  .c_btn02 > a::before {
    margin-right: 19px;
  }
  .c_btn02.products > a::before {
    width: 48px;
    height: 48px;
  }
  .c_btn02.doctor > a::before {
    width: 43px;
    height: 57px;
  }
  .c_btn02.store > a::before {
    width: 60px;
    height: 52px;
  }
  .c_btn02.recent {
    font-size: 1.8rem;
  }
  .c_btn02.recent > a::before {
    width: 48px;
    height: 48px;
  }
  .c_btn02.faq > a::before {
    width: 38px;
    height: 44px;
  }
  .c_btn03 {
    font-size: 1.6rem;
  }
  .c_btn03 > *,
  .c_btn03 a {
    font-size: 1.6rem;
  }
  .c_btn03 > *:hover,
  .c_btn03 a:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_btn-tel01 > a {
    height: 120px;
    pointer-events: none;
  }
  .c_btn-tel01__sub01 {
    font-size: 1.6rem;
  }
  .c_btn-tel01__sub02 {
    font-size: 3.6rem;
  }
  .c_btn-tel01__sub03 {
    font-size: 1.2rem;
  }
  .c_btn-tel01__ico01 {
    width: 40px;
    height: 26px;
    margin: -0.2em 12px 0 0;
  }
  .c_btn-reset01 > * {
    height: 60px;
    padding: 0 45px;
  }
  .c_btn-reset01 > *:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_btn-reset01.is-btn-size01 > * {
    width: 100%;
    height: 80px;
  }
  .c_btn-download > *:hover,
  .c_btn-download a:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_btn-download--green > *:hover,
  .c_btn-download--green a:hover {
    background-color: #0160b7;
    opacity: 1;
  }
  .c_btn-download--outGreen > *:hover,
  .c_btn-download--outGreen a:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_btn-contact01 {
    font-size: 2.8rem;
  }
  .c_btn-contact01 > *,
  .c_btn-contact01 a {
    height: 120px;
  }
  .c_btn-contact01 > *::after,
  .c_btn-contact01 a::after {
    right: 20px;
  }
  .c_btn-contact01 > *:hover,
  .c_btn-contact01 a:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_btn-contact01__icon {
    left: -8px;
    width: 29px;
    height: 27px;
  }
  .c_btn-print01 > *:hover,
  .c_btn-print01 a:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_btn-wrap01 {
    max-width: 300px;
    margin-top: 50px;
  }
  .c_btn-wrap02 {
    max-width: 370px;
    margin: 60px auto;
  }
  .c_btn-list01 {
    margin-top: 60px;
  }
  .c_btn-list01 > * {
    display: flex;
    flex-wrap: wrap;
  }
  .c_btn-list01 > * > * {
    width: calc((100% - 90px) / 3);
    margin-top: 45px;
    margin-left: 45px;
  }
  .ie .c_btn-list01 > * > * {
    width: calc((100% - 91px) / 3);
  }
  .c_btn-list01 > * > *:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c_btn-list01 > * > *:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .c_btn-list02 {
    margin-top: 40px;
  }
  .c_btn-list02 > * {
    display: flex;
    flex-wrap: wrap;
  }
  .c_btn-list02 > * > * {
    width: calc((100% - 40px) / 2);
    margin-top: 40px;
    margin-left: 40px;
  }
  .c_btn-list02 > * > *:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c_btn-list02 > * > *:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .c_btn-list03 > * > * {
    width: calc((100% - 40px) / 2);
    margin-top: 27px;
    margin-left: 40px;
  }
  .c_btn-list04 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
  }
  .c_btn-list04 > * {
    width: 370px;
    margin-right: 30px;
  }
  .c_btn-list04 > *:last-of-type {
    margin-right: 0;
  }
  .c_floatingBtn {
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 75px;
    width: 240px;
    height: 136px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #0160b7;
  }
  .c_floatingBtn__count {
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .c_floatingBtn__count span {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    font-family: "Montserrat", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
      "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
    vertical-align: baseline;
  }
  .c_floatingBtn__err {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 9px 0;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #ffdadb;
    color: #e4151a;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .c_floatingBtn__err:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #ffdadb transparent transparent transparent;
    content: "";
  }
  .c_floatingBtn .c_btn-download.err a {
    background-color: #fbfbfb;
    color: #bbb;
    pointer-events: none;
  }
  .c_floatingBtn .c_btn-download.err a:hover {
    opacity: 1;
  }
  .c_floatingBtn02 {
    right: 20px;
    bottom: 75px;
    width: 240px;
    height: 136px;
    padding: 15px 20px;
  }
  .c_floatingBtn02__count {
    margin-bottom: 10px;
  }
  .c_floatingBtn02__body .c_btn01 a::after {
    top: calc(50% - 7px);
  }
  .c_floatingBtn02__body .c_btn01.err a {
    background-color: #fbfbfb;
    color: #bbb;
    pointer-events: none;
  }
  .c_floatingBtn02__body .c_btn01.err a:hover {
    opacity: 1;
  }
  .c_floatingBtn02__err {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 200px;
    padding: 9px 0;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #ffdadb;
    color: #e4151a;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .c_floatingBtn02__err:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #ffdadb transparent transparent transparent;
    content: "";
  }
  .c_link-archive01 ul > li {
    font-size: 1.6rem;
  }
  .c_link-archive01 ul > li a {
    display: flex;
    padding: 15px 30px;
  }
  .c_link-archive01 ul > li a {
    transition: opacity 0s;
  }
  .c_link-archive01 ul > li a:hover {
    opacity: 1;
  }
  .c_link-archive01 ul > li a:hover > span {
    color: #0160b7;
    text-decoration: underline;
  }
  .c_link-archive01__data01 {
    flex: 0 0 auto;
    width: 240px;
    margin-bottom: 0;
  }
  .c_link-archive01__date01 {
    font-size: 1.4rem;
  }
  .c_link-archive01__cat01 {
    max-width: 120px;
    height: 30px;
    font-size: 1.2rem;
  }
  .c_inner01 {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .c_tab {
    margin-top: 63px;
  }
  .c_tab__menu > ul {
    flex-wrap: nowrap;
  }
  .c_tab__menu > ul > li {
    width: 100%;
    height: 80px;
    font-size: 1.6rem;
  }
  .c_tab__menu > ul > li > a:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_tab__menu > ul > li:first-child {
    border-left: none;
  }
  .c_tab__menu > ul > li.is-tab-active {
    border-bottom-color: transparent;
  }
  .c_tab__menu > ul > li.is-tab-active > a:hover {
    background-color: #fff;
  }
  .c_tab__menu > ul > li.is-tab-active > a::before {
    top: -5px;
  }
  .c_tab--02 .c_tab__menu > ul {
    max-width: 1230px;
    padding: 0 15px;
  }
  .c_tab--03 .c_tab__menu > ul > li {
    height: 100px;
    font-size: 2rem;
  }
  .c_confirm01__header {
    padding: 25px 0;
  }
  .c_confirm01__header__logo {
    align-items: center;
  }
  .c_confirm01__header__logo__name {
    margin-top: 6px;
    font-size: 1.8rem;
  }
  .c_confirm01__header__logo__txt {
    margin-top: 8px;
    padding: 7px 12px;
    border-radius: 13px;
    font-size: 1.2rem;
  }
  .c_confirm01__header__logo__txt span {
    transform: none;
  }
  .c_confirm01__body {
    padding: 29px 0 58px;
  }
  .c_confirm01__txt-wrap01 {
    display: flex;
    justify-content: center;
  }
  .c_confirm01__txt01 {
    font-size: 1.6rem;
  }
  .c_confirm01__txt02 {
    margin-bottom: 19px;
    font-size: 4rem;
  }
  .c_confirm01__txt03 {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .c_confirm01__txt03 + .c_confirm01__txt03 {
    margin-top: 30px;
  }
  .c_confirm01__txt04 {
    font-size: 2.4rem;
  }
  .c_confirm01__column01 {
    display: flex;
    margin-top: 29px;
  }
  .c_confirm01__column01 > * {
    flex: 0 1 auto;
  }
  .c_confirm01__column01 > *:first-child {
    width: 70%;
    max-width: 840px;
  }
  .c_confirm01__column01 > *:last-child {
    width: 26.66%;
    max-width: 320px;
    margin-left: 45px;
  }
  .c_confirm01__box01 {
    margin-top: 0;
    padding: 35px 40px 40px;
  }
  .c_confirm01__box01 + .c_confirm01__box01 {
    margin-top: 0;
  }
  .c_confirm01__list-btn01 {
    margin-top: 0;
  }
  .c_confirm01__list-btn01 li {
    width: calc((100% - 40px) / 3);
    margin-top: 20px;
  }
  .c_confirm01__list-btn01 li > a {
    height: 100%;
    min-height: 80px;
  }
  .c_confirm01__list-btn01 li > a > span > span {
    display: block;
    font-size: 1.2rem;
  }
  .c_confirm01 p.c_confirm01__notes01 {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: left;
  }
  .c_breadCrumb {
    padding: 16px 0 12px;
  }
  .c_breadCrumb > li {
    display: inline;
    width: 3px;
    height: 6px;
    padding: 0 5px 0 12px;
    background: url(/en/assets/common/images/ico_arrow01_green.svg) left center
      no-repeat;
    font-size: 1.2rem;
    line-height: 1;
  }
  .c_breadCrumb > li:first-child {
    padding-left: 0;
    background: none;
  }
  .c_breadCrumb > li a {
    color: #000;
    text-decoration: none;
  }
  .c_label-md {
    width: 60px;
    height: 30px;
  }
  .c_hdg-01 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .c_materials {
    align-items: center;
  }
  .c_materials__body {
    align-items: center;
    width: 78%;
  }
  .c_materials__img {
    width: 105px;
    height: 150px;
    margin-right: 25px;
  }
  .c_materials__txtArea {
    width: calc(100% - 130px);
    padding-right: 15px;
  }
  .c_materials__txt p {
    font-size: 1.8rem;
  }
  .c_materials__cat {
    margin: 20px 0 0;
  }
  .c_materials__btn {
    width: 22%;
  }
  .c_materials02 {
    position: relative;
    align-items: center;
  }
  .c_materials02__body {
    align-items: center;
    width: 78%;
  }
  .c_materials02__img {
    flex: 0 0 auto;
    width: 105px;
    height: 150px;
    margin-right: 25px;
  }
  .c_materials02__txtArea {
    max-width: 665px;
  }
  .c_materials02__txt {
    margin-bottom: 12px;
  }
  .c_materials02__txt p {
    font-weight: 700;
    font-size: 1.8rem;
  }
  .c_materials02__num {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    transform: translate(0, -50%);
  }
  .c_materials02__num p span {
    margin-left: 27px;
  }
  .c_materials02__btn {
    width: 100%;
    max-width: 290px;
    padding-left: 40px;
  }
  .c_materials02__btn .c_btn-pdf01 {
    font-size: 1.2rem;
  }
  .c_materials02__btn-select .c_select01 {
    width: 100%;
    height: 60px;
  }
  .c_materials02__btn-select .c_select01 select {
    padding: 0 45px;
  }
  .c_materials02__btn-btn .c_btn01 {
    font-size: 1.6rem;
  }
  .c_materials02__btn-btn .c_btn01 > a,
  .c_materials02__btn-btn .c_btn01 > button {
    height: 60px;
    padding: 0;
    font-size: 1.6rem;
  }
  .c_materials02__btn-btn .c_btn01 > a::after,
  .c_materials02__btn-btn .c_btn01 > button::after {
    position: static;
    margin-left: 6px;
  }
  .c_materials02__btn-btn .c_btn03 button {
    height: 60px;
    font-size: 1.6rem;
  }
  .c_materials-cat__item {
    margin-bottom: 10px;
  }
  .c_materials-cat__item dt {
    margin-right: 10px;
  }
  .c_materials-cat__item dd {
    font-size: 1.4rem;
  }
  .c_materials-cat02__item {
    margin-bottom: 10px;
  }
  .c_materials-cat02__item dt {
    margin-right: 10px;
  }
  .c_materials-cat02__item dt .c_label-md {
    width: 40px;
    height: 24px;
  }
  .c_materials-cat02__item dd {
    font-size: 1.4rem;
  }
  .c_materials-list01 > li {
    padding: 20px 30px;
  }
  .c_materials-list02 > li {
    padding: 30px;
  }
  .c_product {
    position: relative;
  }
  .c_product__inner {
    width: calc(100% - 50px);
    padding: 30px 25px 30px 30px;
  }
  .c_product__headInner {
    position: absolute;
    width: 91.5%;
  }
  .c_product__photo {
    width: 200px;
    height: 200px;
  }
  .c_product__photo img {
    max-height: 200px;
  }
  .c_product__name {
    display: flex;
    align-self: flex-start;
    width: calc(100% - 255px);
    margin-left: 30px;
    padding-right: 60px;
    font-size: 2rem;
  }
  .c_product__btn {
    width: 50px;
    border-radius: 0 4px 4px 0;
  }
  .c_product__btn a::after {
    width: 28px;
    height: 20px;
  }
  .c_product__body {
    padding-left: 230px;
  }
  .c_product__nameList {
    width: 36.5%;
    margin-top: 40px;
    padding-right: 20px;
  }
  .c_product__nameListItem dd p {
    line-height: 2;
  }
  .c_product__document {
    z-index: 3;
    position: relative;
    width: 64.5%;
  }
  .c_product__documentList {
    margin-top: 18px;
  }
  .c_product__documentList > li a {
    border-left: none;
    border-radius: 0 5px 5px 0;
  }
  .c_product__documentList > li a:hover {
    background-color: #eaf4fb;
    opacity: 1;
  }
  .c_product__documentList > li input[type="checkbox"]:checked + label {
    border-color: #057c61;
    background: #057c61;
  }
  .c_product__documentList > li input[type="checkbox"]:checked + label::before {
    border-color: #fff;
  }
  .c_product__documentList > li input[type="checkbox"]:checked + label::after {
    width: 8px;
    height: 9px;
    background: url(/en/assets/common/images/ico_check.svg) center no-repeat;
    background-size: contain;
  }
  .c_product__documentList > li label {
    display: block;
    position: relative;
    width: 23px;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    background-color: #f0f0f0;
    cursor: pointer;
  }
  .c_product__documentList > li label::before,
  .c_product__documentList > li label::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .c_product__documentList > li label::before {
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
  }
  .c_product__notice {
    margin-right: 5px;
  }
  .c_product02 {
    position: relative;
  }
  .c_product02__headInner {
    position: absolute;
    padding: 20px;
  }
  .c_product02__detail {
    display: flex;
  }
  .c_product02__detailItem {
    width: calc(100% / 3);
  }
  .c_product02__detailItem:first-of-type dt {
    border-left: none;
  }
  .c_product02__detail dt,
  .c_product02__detail dd {
    justify-content: center;
    min-height: 40px;
  }
  .c_product02__detail dt {
    width: 38%;
    font-size: 1.2rem;
  }
  .c_product02__detail dd {
    width: 62%;
    font-size: 1.4rem;
  }
  .c_product02__photo {
    width: 245px;
  }
  .c_product02__photo > li {
    width: 120px;
    height: 120px;
    margin-right: 5px;
  }
  .c_product02__photo > li img {
    max-height: 120px;
  }
  .c_product02__name-wrap {
    width: calc(100% - 265px);
    height: 100%;
    margin: 2px 0 0 20px;
  }
  .c_product02__lead {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .c_product02__name {
    font-size: 2rem;
  }
  .c_product02__btn {
    border-radius: 0 4px 4px 0;
  }
  .c_product02__btn a::after {
    width: 21px;
    height: 15px;
  }
  .c_product02__body {
    width: calc(100% - 30px);
    padding: 0 0 20px 285px;
  }
  .c_product02__nameList {
    margin-top: 83px;
    padding-right: 20px;
  }
  .c_product02__nameListItem dt {
    margin-right: 4px;
  }
  .c_product02__nameListItem dd p {
    line-height: 2;
  }
  .c_select01 {
    width: 370px;
    height: 60px;
  }
  .c_select01::before {
    right: 10px;
  }
  .c_anchorLink01 {
    flex-wrap: nowrap;
    margin-top: 50px;
  }
  .c_anchorLink01 > li a {
    height: 40px;
    font-size: 1.6rem;
  }
  .c_anchorLink01 > li a:hover {
    opacity: 1;
  }
  .c_anchorLink01 > li a:hover::after {
    bottom: -5px;
  }
  .c_anchorLink01 > li a::after {
    bottom: 0;
  }
  .c_anchorLink02 {
    margin-top: 50px;
  }
  .c_anchorLink02 li {
    width: calc(100% / 6);
  }
  .c_anchorLink02 li:last-of-type {
    border-right: 1px solid #ddd;
  }
  .c_anchorLink02 li a {
    height: 50px;
    font-size: 1.8rem;
  }
  .c_anchorLink02 li a:hover {
    opacity: 1;
  }
  .c_anchorLink02 li a:hover::after {
    bottom: -5px;
  }
  .c_anchorLink02 li a::after {
    bottom: 0;
  }
  .c_contact01 {
    padding: 40px 10px 45px;
  }
  .c_contact01 {
    margin: 0;
    padding: 97px 0 100px;
  }
  .c_contact01__btn-wrap {
    margin-top: 46px;
  }
  .c_contact01 h2 {
    margin-bottom: 46px;
    font-size: 3rem;
    line-height: 1.25;
  }
  .c_flow01 {
    margin: 36px 0 44px;
  }
  .c_flow01 > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 141px) / 4);
    height: 60px;
    padding: 0;
    font-size: 1.8rem;
  }
  .c_flow01 > li::before {
    width: 47px;
  }
  .c_flow01 > li > span {
    width: 30px;
    height: 30px;
    margin: 0 7px 0 0;
    line-height: 30px;
  }
  .c_flow01--3column > li {
    width: calc((100% - 90px) / 3);
  }
  .c_form01 {
    margin-top: 50px;
  }
  .c_form01.is-confirm {
    padding-bottom: 10px;
  }
  .c_form01.is-confirm::after {
    width: 320px;
  }
  .c_form01__blc {
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .c_form01__blc::before {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 320px;
    height: 1px;
    background: #3498db;
    content: "";
  }
  .is-confirm .c_form01__blc {
    margin-top: 10px;
    padding-top: 15px;
  }
  .c_form01__head {
    flex: 0 0 auto;
    align-self: flex-start;
    width: 320px;
    padding: 16px 0 0;
    border-top: none;
  }
  .c_form01__head::before {
    display: none;
  }
  .c_form01__head p {
    position: relative;
    padding-left: 70px;
    font-size: 1.8rem;
  }
  .c_form01__head p span {
    position: absolute;
    left: 0;
    width: 60px;
    height: 30px;
    margin-top: -2px;
    line-height: 30px;
  }
  .is-confirm .c_form01__head p {
    padding-left: 0;
    font-size: 1.6rem;
  }
  .c_form01__body {
    width: 100%;
  }
  .is-confirm .c_form01__body p {
    font-size: 1.8rem;
  }
  .c_form01__agree-blc {
    margin-top: 60px;
    padding: 30px 30px 20px;
  }
  .c_form01__agree-blc p {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .c_form01__agree-check {
    margin-top: 60px;
  }
  .c_form01__notes01 {
    margin-top: 23px;
    font-size: 1.6rem;
  }
  .c_form01__errTxt {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .c_form01__btn-list01 {
    margin-bottom: 120px;
  }
  .c_input01 {
    height: 60px;
    padding: 0 15px;
  }
  .c_input01::-moz-placeholder {
    font-size: 1.6rem;
  }
  .c_input01:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .c_input01::placeholder {
    font-size: 1.6rem;
  }
  .c_input01.is-size01 {
    max-width: 370px;
  }
  .c_input01.is-size02 {
    max-width: 200px;
  }
  .c_textarea01 {
    height: 180px;
  }
  .c_checkbox01 label {
    padding-left: 40px;
  }
  .c_radio01 label {
    padding-left: 40px;
    font-size: 1.6rem;
  }
  .c_radio-list01 {
    margin: 0 0 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #gnav > ul > li > a {
    transition: opacity 0s;
  }
  #gnav > ul > li > a:hover {
    opacity: 1;
  }
  #lnav ul li a {
    transition: opacity 0s;
  }
  #lnav ul li a:hover {
    opacity: 1;
  }
  #lnav ul li a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 970px) {
  .c_product__nameListItem {
    flex-direction: column;
  }
  .c_product__nameListItem dd {
    width: auto;
  }
  .c_product__document {
    margin-top: 30px;
  }
  .c_product__documentList > li {
    width: calc((100% - 6px) / 2);
    margin: 3px 3px 0 0;
  }
  .c_product__documentList > li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .c_product__documentList > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1156px) {
  .c_product__documentList > li {
    width: calc((100% - 12px) / 4);
    margin: 4px 4px 0 0;
  }
  .c_product__documentList > li:nth-child(4n) {
    margin-right: 0;
  }
  .c_product__documentList > li:nth-of-type(-n + 4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 971px) and (max-width: 1155px) {
  .c_product__documentList > li {
    width: calc((100% - 6px) / 3);
    margin: 3px 3px 0 0;
  }
  .c_product__documentList > li:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .c_product__documentList > li:nth-child(3n) {
    margin-right: 0;
  }
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb .breadcrumb-item {
  font-size: 1.2rem;
  line-height: 39px;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #333;
}

.breadcrumb .breadcrumb-item::after {
  display: inline-block;
  width: 5px;
  height: 8px;
  margin: 0 11px;
  background: url(/en/assets/images/arrow_sub.png) no-repeat center;
  background-size: contain;
  content: "";
}

.breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}

.page-title {
  font-size: 3rem;
  color: #000;
  /* height: 150px;
  line-height: 150px; */
  background-color: #E2F6FE;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-title .c_inner01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    /* line-height: initial; */
    height: 100%;
    padding: 15px 0 15px 20px;
  }
}
.bottom_logo {
  margin: 30px -10px 0;
  padding: 20px 10px 40px;
  background: #3498db;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .bottom_logo {
    margin: 80px 0 0;
    padding: 50px 0 50px;
  }
  .bottom_logo .c_btn-list01 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

.bottom_logo a:hover {
  opacity: 0.8;
}

.bottom_logo img {
  height: 40px;
  width: auto;
}
.bottom_logo ul li:nth-of-type(3n + 2) img {
  height: 34px;
}
.bottom_logo ul li:nth-of-type(3n) img {
  height: 99px;
}

.bottom_logo .c_btn02 > a {
  min-height: 185px;
}
@media screen and (max-width: 767px) {
  .bottom_logo .c_btn02 > a {
    min-height: 140px;
  }
}

.bottom_logo h2 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
}

.bottom_logo h2::before {
  display: block;
  width: 70px;
  height: 60px;
  margin: 0 auto 5px;
  background: url(/en/assets/common/images/ico_faq01.svg) no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .bottom_logo .c_btn-list01 {
    margin-top: 25px;
  }
  .bottom_logo .c_btn-list01 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bottom_logo .c_btn-list01 ul li {
    width: 48%;
  }
  .bottom_logo .c_btn-list01 ul li:nth-child(2) {
    margin-top: 0 !important;
    margin-left: auto;
  }

  .bottom_logo .c_btn-list03 ul {
    margin-left: 2vw;
    margin-right: 2vw;
    display: block;
  }
  .bottom_logo .c_btn-list03 a {
    min-height: 90px;
  }
  .bottom_logo .c_btn-list03 ul .c_btn02 {
    width: auto;
    margin-left: 0;
  }
  .bottom_logo .c_btn-list03 ul .c_btn02:first-child {
    margin-bottom: 10px;
  }
  .bottom_logo .c_btn-list03 ul .c_btn02 img {
    max-height: 8vw;
    min-height: 20px;
  }
  .bottom_logo {
    margin-top: 0;
  }
}

.not-found__btn-wrap .c_btn-list01 > * {
  justify-content: center;
}

.section_title {
  font-size: 3.6rem;
  color: #0160B7;
  font-weight: bold;
  line-height: 1.5;
  padding: 17px 0 25px 0;
  margin: 37px 0 68px 0;
  text-align: center;
  background: url(/en/assets/common/images/section-title-under.png) no-repeat
    center bottom;
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 2.6rem;
    margin: 2rem 0 1rem 0;
    padding: 1.4rem;
  }
}

.section-overview {
  font-size: 1.6rem;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .section-overview {
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 1.4rem;
  }
}

.section_sub_title {
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.45;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .section_sub_title {
    font-size: 1.6rem;
  }
}
.section_sub_title::before {
  content: '';
  width: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  background: #3498DB;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .section_sub_title {
    padding-left: 1.2rem;
  }
  .section_sub_title::before{
    width: 4px;
    top: 1px;
  }
}

.section_sub_radio {
  font-size: 2rem;
  padding: 31px 0 7px 0;
}
@media screen and (max-width: 767px) {
  .section_sub_radio {
    font-size: 1.8rem;
    padding: 3vw 0 0 0;
  }
}

.section_sub_radio::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url(/en/assets/images/circle.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.small {
  font-size: 12px;
  color: #333;
}

.sect_fivestrength .title {
  margin: 64px 0 26px 0;
  font-size: 3rem;
  font-weight: normal;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sect_fivestrength .title {
    font-size: 2.4rem;
  }
}
.sect_fivestrength .strength-list {
  margin: 0 -16px 50px -16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  .sect_fivestrength .strength-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sect_fivestrength .strength-list .item {
  width: 214px;
  height: 145px;
  margin: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sect_fivestrength .strength-list .item a {
  width: 100%;
  text-decoration: none;
}
.sect_fivestrength .strength-list .item .btn {
  width: 195px;
  height: 50px;
  min-height: 50px;
  margin: -25px auto 0 auto;
  position: relative;
  background-color: #3498db;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: -0.01em;
  font-size: 1.6rem;
  border-radius: 5px;
  text-decoration: none;
}
.sect_fivestrength .strength-list .item .btn.two-line {
  line-height: 1.4;
  font-size: 1.3rem;
}
.sect_fivestrength .strength-list .item .btn::after {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 22px;
  height: 15px;
  background: url(/en/assets/common/images/ico_arrow02_white.svg) no-repeat center;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 500px) {
  .sect_fivestrength .strength-list {
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
  .sect_fivestrength .strength-list .item {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .sect_fivestrength .strength-list .item .btn {
    width: calc(100% - 20px);
  }
  .sect_fivestrength .strength-list .item img {
    width: 100%;
  }
}

.sect_related_content {
  padding: 40px 0 60px 0;
  background-color: #f7fcff;
}

.sect_related_content .title {
  padding: 20px 0;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  color: #0160b7;
}
@media screen and (max-width: 767px) {
  .sect_related_content .title {
    font-size: 2.5rem;
    padding: 0;
  }
}

.sect_related_content .c_btn-list01 {
  margin-top: 19px;
}

.blue-btn {
  margin: 0 auto;
  position: relative;
  background-color: #3498db;
  color: #fff !important;
  border-radius: 5px;
  width: 370px;
  height: 80px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
}
a.blue-btn:link {
  color: #fff;
  text-decoration: none;
}
.blue-btn::after {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 29px;
  height: 20px;
  background: url(/en/assets/common/images/ico_arrow02_white.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.section_company_information {
  padding: 50px 0;
  background-color: #f7fcff;
}
.section_company_information .company_information {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .section_company_information .company_information {
    flex-direction: column;
  }
}

.company_information .title {
  width: 235px;
  min-width: 235px;
  max-width: 235px;
  height: 100%;
  color: #0160b7;
  font-size: 2.4rem;
  padding: 0 0 0 2px;
}
.company_information .title a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .company_information .title {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 0 2vw 2vw;
  }
}

.company_information .title span::after {
  display: inline-block;
  width: 29px;
  height: 20px;
  margin: 0 0 0 10px;
  background: url(/en/assets/common/images/ico_arrow02_blue.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.company_information ul.content {
  display: flex;
  border-left: solid 1px rgba(52, 152, 219, 0.5);
  padding-left: 63px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company_information ul.content {
    border-top: solid 1px rgba(52, 152, 219, 0.5);
    border-left: none;
    margin: 0 2vw;
    padding: 2vw 0;
  }
}

.company_information ul.content li {
  list-style: none;
  width: 219px;
  margin: 7.5px 0;
  position: relative;
  padding: 0 0 0 10px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .company_information ul.content li {
    width: 100%;
  }
}

.company_information ul.content li::before {
  display: inline-block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 8px;
  background: url(/en/assets/common/images/ico_arrow01_green.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.company_information ul.content li a {
  color: #000;
  text-decoration: none;
}

.icon-pdf {
  display: inline-block;
  width: 15px;
  height: 18px;
  margin: -0.2em 0 0 0;
  background: url(/en/assets/common/images/ico_pdf01.svg) no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
}