@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.whatsnew_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 60px auto 0;
}
.whatsnew_title .whatsnew_title_01 {
  font-size: 22px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .whatsnew_title .whatsnew_title_01 {
    font-size: 38px;
  }
}
.whatsnew_title .whatsnew_title_02 {
  font-size: 16px;
  text-align: center;
  position: relative;
  bottom: -5px;
}
@media screen and (min-width: 768px) {
  .whatsnew_title .whatsnew_title_02 {
    font-size: 32px;
  }
}

.whatsnew_list {
  width: 90%;
  margin: 40px auto 0;
}
.whatsnew_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d9d9d9;
}
.whatsnew_list li .whatsnew_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .whatsnew_list li .whatsnew_wrap {
    font-size: 16px;
  }
}
.whatsnew_list li .whatsnew_wrap .date {
  font-size: 12px;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .whatsnew_list li .whatsnew_wrap .date {
    font-size: 18px;
  }
}
.whatsnew_list li .whatsnew_wrap .whats_new_wrap_title {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .whatsnew_list li .whatsnew_wrap .whats_new_wrap_title {
    font-size: 22px;
    margin-top: 10px;
  }
}
.whatsnew_list li .whatsnew_wrap .conditions {
  margin-top: 5px;
  font-size: 13px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .whatsnew_list li .whatsnew_wrap .conditions {
    font-size: 20px;
    margin-top: 10px;
  }
}
.whatsnew_list li .whatsnew_img {
  width: 58%;
}
.whatsnew_list li .whatsnew_img img {
  width: 100%;
}

.whatsnew_pager {
  width: 200px;
  height: 20px;
  margin: 40px auto 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.contact_other {
  width: 81%;
  margin: 60px auto 0;
}
.contact_other .other_text01 {
  font-size: 22px;
  font-size: bold;
  font-style: italic;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contact_other .other_text01 {
    font-size: 32px;
  }
}
.contact_other .other_text02 {
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact_other .other_text02 {
    font-size: 18px;
  }
}
.contact_other .other_text03 {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #036eb7;
  border-radius: 53px;
  padding: 22px 20px;
  -webkit-box-shadow: 0px 4px 0px 0px #aaa;
          box-shadow: 0px 4px 0px 0px #aaa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_other .other_text03:hover {
  opacity: 0.8;
  cursor: pointer;
}
.contact_other .other_text03:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .contact_other .other_text03 {
    font-size: 18px;
  }
}

footer {
  margin-top: 60px;
}

.products {
  width: 91%;
  margin: 25px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.products li {
  margin-top: 15px;
}
.products li img {
  width: 100%;
}
.products li .products_name01 {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .products li .products_name01 {
    font-size: 16px;
  }
}
.products li .products_text01 {
  margin-top: 5px;
  font-size: 12px;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .products li .products_text01 {
    font-size: 16px;
  }
}

.terms_title {
  width: 90%;
  margin: 0 auto;
}
.terms_title .terms_text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
}

.terms_detail {
  width: 90%;
  margin: 40px auto 0;
  font-size: 14px;
}
.terms_detail .text_detail:not(:first-child) {
  margin-top: 20px;
}
.terms_detail .text_detail .text_detail01 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .terms_detail .text_detail .text_detail01 {
    font-size: 18px;
  }
}
.terms_detail .text_detail .text_detail02 {
  margin-top: 5px;
  margin-left: 10px;
  line-height: 140%;
  color: #666666;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .terms_detail .text_detail .text_detail02 {
    font-size: 16px;
  }
}
.terms_detail .text_detail .text_detail02 a {
  text-decoration: underline;
  color: #036eb7;
  cursor: pointer;
}
.terms_detail .text_detail .text_howtopay {
  margin-top: 5px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .terms_detail .text_detail .text_howtopay {
    margin-top: 8px;
  }
}
.terms_detail .text_detail .text_howtopay .howtopay_01 {
  margin-top: 5px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .terms_detail .text_detail .text_howtopay .howtopay_01 {
    font-size: 16px;
    margin-top: 8px;
  }
}
.terms_detail .text_detail .text_howtopay .howtopay_02 {
  line-height: 140%;
  margin-left: 5px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .terms_detail .text_detail .text_howtopay .howtopay_02 {
    font-size: 16px;
    margin-top: 8px;
    margin-left: 15px;
  }
}

.privacy_title {
  font-size: 22px;
  font-weight: bold;
  margin: 60px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .privacy_title {
    font-size: 32px;
  }
}

ol {
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
  margin-left: 10px;
  line-height: 140%;
  list-style: auto;
  list-style-position: inside;
}
@media screen and (min-width: 768px) {
  ol {
    font-size: 16px;
    margin-top: 8px;
  }
}
ol li {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  ol li {
    margin-top: 8px;
  }
}
ol ul li {
  margin-left: 10px;
}
ol ul ul {
  margin-left: 10px;
}
.privacy_return {
  width: 81%;
  margin: 60px auto 0;
  background-color: #333;
  border-radius: 53px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-shadow: 0px 4px 0px 0px #aaa;
          box-shadow: 0px 4px 0px 0px #aaa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.privacy_return:hover {
  opacity: 0.8;
  cursor: pointer;
}
.privacy_return:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .privacy_return {
    font-size: 18px;
  }
}
.privacy_return .privacy_inner {
  padding-top: 22px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacy_return img {
  margin-left: 10px;
  width: 20px;
}

html {
  scroll-behavior: smooth;
  background-color: #036eb7;
}

html[lang=ja] .en,
html[lang=auto] .en {
  display: none;
}

html[lang=en] .en {
  display: inline;
}

html[lang=en] .ja {
  display: none;
}

main {
  padding-top: 40px;
}

body {
  font-family: "Noto Sans", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic";
  font-size: 14px;
  color: #333;
  background: #fff;
  max-width: 640px;
  margin: 0 auto;
}

body.home footer {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  background-color: #036eb7;
  padding: 20px 18px 20px 18px;
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  max-width: 640px;
}
.header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.header .header_title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header .header_title {
    font-size: 30px;
  }
}
.header .lang_switch {
  margin-left: auto;
  margin-right: 16px;
}
.header .lang_switch .gtranslate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .lang_switch .gtranslate_wrapper a {
  padding: 8px 6px 5px;
  margin: 0 1px;
}
.header .lang_switch .gtranslate_wrapper a:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header .lang_switch .gtranslate_wrapper a:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header .lang_switch .gtranslate_wrapper a:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.header .lang_switch .gtranslate_wrapper a.gt-current-lang {
  border-bottom: solid 2px #fff;
}
.header .lang_switch .gtranslate_wrapper span {
  font-size: 15px;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .header .lang_switch .gtranslate_wrapper span {
    font-size: 22px;
    margin-right: 12px;
    margin-left: 12px;
  }
}
.header .lang_switch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header .lang_switch ul {
    margin-right: 30px;
  }
}
.header .lang_switch ul li {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .header .lang_switch ul li {
    font-size: 22px;
  }
}
.header .lang_switch ul li a {
  color: #fff;
  text-decoration: underline;
}
.header .lang_switch ul li:first-child {
  padding-right: 12px;
  border-right: 1px solid #fff;
}
.header .lang_switch ul li:last-child {
  padding-left: 12px;
}
.header .header_nav {
  display: none;
  position: fixed;
  left: 0;
  top: 63px;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.95);
  padding-bottom: 40px;
  -webkit-transition: top 0.8s;
  transition: top 0.8s;
  z-index: 9;
}
.header .header_nav ul {
  text-align: center;
  position: relative;
}
.header .header_nav ul li {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .header .header_nav ul li {
    font-size: 22px;
  }
}
.header .header_nav ul li::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .header_nav ul li a {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .header .header_nav ul li a {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header .header_nav ul li a:hover {
    opacity: 0.8;
  }
}
.header .header_nav ul li a span {
  font-size: 18px;
  margin-left: 15px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .header .header_nav ul li a span {
    font-size: 22px;
  }
}
.header .header_menu {
  background: none;
  border: none;
  color: #fff;
  font-size: 10px;
  position: relative;
  cursor: pointer;
}
.header .header_menu span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 768px) {
  .header .header_menu span {
    width: 34px;
    height: 3px;
  }
}
.header .header_menu span:nth-child(2) {
  margin: 6px 0;
}
@media screen and (min-width: 768px) {
  .header .header_menu span:nth-child(2) {
    margin: 8px 0;
  }
}
.header .header_menu span:nth-child(4), .header .header_menu span:nth-child(5) {
  position: absolute;
  left: 50%;
  top: 50%;
}
.header .header_menu span:nth-child(4) {
  -webkit-transform: rotate(45deg) translateX(-9.5px) translateY(8px) scaleX(0);
          transform: rotate(45deg) translateX(-9.5px) translateY(8px) scaleX(0);
}
.header .header_menu span:nth-child(5) {
  -webkit-transform: rotate(-45deg) translateX(-8px) translateY(-9.5px) scaleX(0);
          transform: rotate(-45deg) translateX(-8px) translateY(-9.5px) scaleX(0);
}
.header .header_menu + p {
  position: absolute;
  right: 15px;
  top: 45px;
  font-size: 6px;
  color: #fff;
  margin-top: 4px;
  text-align: center;
}

body.is-menu_active .header .header_menu span:nth-child(1), body.is-menu_active .header .header_menu span:nth-child(2), body.is-menu_active .header .header_menu span:nth-child(3) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
body.is-menu_active .header .header_menu span:nth-child(4) {
  -webkit-transform: rotate(45deg) translateX(-9.5px) translateY(8px) scaleX(1);
          transform: rotate(45deg) translateX(-9.5px) translateY(8px) scaleX(1);
}
body.is-menu_active .header .header_menu span:nth-child(5) {
  -webkit-transform: rotate(-45deg) translateX(-8px) translateY(-9.5px) scaleX(1);
          transform: rotate(-45deg) translateX(-8px) translateY(-9.5px) scaleX(1);
}

.kv {
  position: relative;
  margin-top: 40px;
}
.kv img {
  width: 100%;
  height: auto;
  display: block;
}
.kv .kv_text {
  position: absolute;
  top: 211px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}
.kv .kv_text .kv_title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.kv .kv_text .kv_title h2 {
  background-color: #036eb7;
  font-family: "impact";
  display: inline-block;
  padding: 6px 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv .kv_text .kv_title h2 {
    font-size: 45px;
    padding: 10px 22px;
    margin-bottom: 20px;
    position: relative;
    top: 147px;
  }
}

.section_wrap {
  padding: 60px 18px 0px 18px;
}
@media screen and (min-width: 768px) {
  .section_wrap {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.section_wrap .section_title {
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Open sans";
}
@media screen and (min-width: 768px) {
  .section_wrap .section_title {
    font-size: 38px;
  }
}

#news > p {
  font-size: 12px;
  color: #333;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #news > p {
    font-size: 18px;
  }
}
#news .section_list li {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  gap: 15px;
}
#news .section_list li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news .section_list li:first-of-type {
  border-top: 1px solid #eee;
}
#news .section_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .section_list li a .text_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  #news .section_list li a .text_wrap {
    font-size: 20px;
  }
}
#news .section_list li a .text_wrap .text_wrap_date {
  font-size: 12px;
  color: #666;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #news .section_list li a .text_wrap .text_wrap_date {
    font-size: 18px;
  }
}
#news .section_list li a .text_wrap .news__title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #news .section_list li a .text_wrap .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#news .section_list li a .text_wrap .news__text {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  #news .section_list li a .text_wrap .news__text {
    font-size: 20px;
  }
}
#news .section_list li a .whatsnew_img_wrap {
  width: 58%;
}
#news .section_list li a .whatsnew_img_wrap img {
  width: 100%;
}
#news .new_link {
  font-size: 14px;
  line-height: 1;
  text-align: right;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  #news .new_link {
    font-size: 20px;
  }
}
#news .new_link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news .new_link a {
  border-bottom: 1px solid #333;
}
#news .new_link a span {
  border-bottom: none;
  margin-left: 5px;
}

#products .section_title {
  margin-bottom: 9px;
}
#products > p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #products > p {
    font-size: 18px;
  }
}
#products .products_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
#products .products_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#products .products_list li:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#products .products_list li a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#products .products_list li a .products_name {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #products .products_list li a .products_name {
    font-size: 22px;
  }
}
#products .products_list li a .products_text {
  font-size: 12px;
  line-height: 130%;
  color: #333;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #products .products_list li a .products_text {
    font-size: 20px;
  }
}
#products .product_link {
  text-align: right;
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #products .product_link {
    font-size: 18px;
  }
}
#products .product_link a {
  border-bottom: 1px solid #333;
}
#products .product_link a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#products .product_link a span {
  padding-left: 5px;
}

.contact_wrap {
  text-align: center;
  padding: 78px 18px 0px 18px;
}
.contact_wrap p:first-child {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .contact_wrap p:first-child {
    font-size: 18px;
  }
}
.contact_wrap p:last-child {
  display: inline-block;
  background-color: #036eb7;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 22px 100px;
  border-radius: 32px;
  -webkit-box-shadow: 0px 4px 0px 0px #aaa;
          box-shadow: 0px 4px 0px 0px #aaa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .contact_wrap p:last-child {
    font-size: 20px;
  }
}
.contact_wrap p:last-child:hover {
  opacity: 0.8;
  cursor: pointer;
}
.contact_wrap p:last-child:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#company {
  padding: 60px 18px 0px 18px;
  position: relative;
}
#company .section_title {
  margin-bottom: 9px;
}
#company p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #company p {
    font-size: 18px;
  }
}
#company img {
  position: absolute;
  top: 60px;
  right: 18px;
  width: 138px;
  height: auto;
}
#company .company_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 115px;
  margin-bottom: 60px;
}
#company .company_info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #company .company_info .row {
    gap: 85px;
  }
}
#company .company_info .row dt {
  width: 80px;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #company .company_info .row dt {
    font-size: 16px;
  }
}
#company .company_info .row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #company .company_info .row dd {
    font-size: 16px;
  }
}

#contact {
  background-color: #036eb7;
  padding: 40px 18px;
  scroll-margin-top: 63px;
  color: #fff;
}
#contact .section_text {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #contact .section_text {
    font-size: 15px;
  }
}
#contact .section_note {
  margin-top: 10px;
}
#contact .section_note em {
  color: #ec1818;
  font-style: normal;
  font-weight: bold;
}
#contact form {
  margin-top: 40px;
}
#contact form .form_group {
  margin-bottom: 30px;
}
#contact form .form_group label {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #contact form .form_group label {
    font-size: 18px;
  }
}
#contact form .form_group label > span {
  color: #ec1818;
}
#contact form .form_group input[type=text],
#contact form .form_group input[type=email],
#contact form .form_group textarea {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  line-height: 1;
  background: #fff;
  color: #333;
}
@media screen and (min-width: 768px) {
  #contact form .form_group input[type=text],
  #contact form .form_group input[type=email],
  #contact form .form_group textarea {
    font-size: 18px;
  }
}
#contact form .form_group textarea {
  min-height: 140px;
  max-height: 500px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  #contact form .form_group textarea {
    max-height: 800px;
  }
}
#contact form .form_group input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
#contact form .form_group .privacy {
  font-size: 14px;
  line-height: 1;
  color: #333;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #contact form .form_group .privacy {
    font-size: 18px;
  }
}
#contact form .form_group .privacy input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#contact form .form_group button[type=submit] {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  padding: 14px 0;
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 0px 0px #aaa;
          box-shadow: 0px 4px 0px 0px #aaa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #contact form .form_group button[type=submit] {
    font-size: 18px;
  }
}
#contact form .form_group button[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}
#contact form .form_group button[type=submit]:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contact form .form_group .wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  padding: 22px 0;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 0px 0px #aaa;
          box-shadow: 0px 4px 0px 0px #aaa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #contact form .form_group .wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 18px;
  }
}
#contact form .form_group .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  opacity: 0.8;
  cursor: pointer;
}
#contact form .form_group .wpcf7-form-control.wpcf7-submit.has-spinner:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ec1818;
  color: #fff;
  padding: 5px 8px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 18px;
  }
}

#wpcf7-f75-o1 .wpcf7-form.sent .wpcf7-response-output {
  color: #fff;
  background-color: #00844a;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  border-color: transparent;
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  #wpcf7-f75-o1 .wpcf7-form.sent .wpcf7-response-output {
    font-size: 20px;
    text-align: center;
  }
}
#wpcf7-f75-o1 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #00844a;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  border-color: transparent;
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  #wpcf7-f75-o1 .wpcf7-form.invalid .wpcf7-response-output {
    font-size: 20px;
    text-align: center;
  }
}

.privacy .wpcf7-list-item-label {
  color: inherit !important;
  position: relative;
  top: 2px;
}
.privacy .wpcf7-list-item-label a {
  border-bottom: solid 1px #fff;
}
.privacy .wpcf7-list-item-label span a {
  color: red;
  text-decoration: underline;
}

.wp-pagenavi {
  font-size: 17px;
  margin-top: 40px;
  text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 8px;
  background-color: #036eb7;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
}
.wp-pagenavi .current {
  background-color: #fff;
  color: #036eb7;
  border: #036eb7 solid 1px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #036eb7;
  border-bottom: 1px solid #036eb7;
}
.wp-pagenavi .previouspostslink {
  margin-right: 8px;
}

.fixed_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 50;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .fixed_btn {
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border: solid 2px #fff;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .fixed_btn:hover {
    opacity: 0.7;
  }
}
.fixed_btn img {
  width: 100%;
}

.footer {
  background: #333;
  padding-top: 40px;
  padding-bottom: 80px;
}
.footer .footer_inner {
  width: 90%;
  margin: 0 auto;
}
.footer .footer_inner p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
}
.footer .footer_inner address {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #eee;
}
@media screen and (min-width: 768px) {
  .footer .footer_inner address {
    font-size: 14px;
  }
}
.footer .footer_inner address div {
  margin-bottom: 10px;
  line-height: 160%;
}
.footer .footer_inner .footer_nav {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .footer_inner .footer_nav {
    font-size: 14px;
  }
}
.footer .footer_inner .footer_nav a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .footer .footer_inner .footer_nav a {
    margin-right: 30px;
  }
}
.footer .footer_inner .footer_nav a:not(:last-of-type)::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 1px;
  height: 15px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .footer .footer_inner .footer_nav a:not(:last-of-type)::before {
    right: -15px;
  }
}
.footer .footer_inner .footer_nav a:hover {
  text-decoration: underline;
}
.footer .footer_inner small {
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer_inner small {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */