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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

@font-face {
  font-family: "Phosphor";
  src: url("../font/Phosphor.woff2") format("woff2"), url("../font/Phosphor.woff") format("woff");
}
@font-face {
  font-family: "Phosphor_Fill";
  src: url("../font/Phosphor-Fill.woff2") format("woff2"), url("../font/Phosphor-Fill.woff") format("woff");
}
html {
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.06em;
  margin-top: 0 !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html .for_pc {
  display: none !important;
}

#container {
  width: 500px;
  background-color: #f8f9f9;
  color: #2d3436;
}
#container hr {
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 14px auto 13px;
  border-radius: 4px;
  border: none;
  background-color: #d6dddf;
  overflow: visible;
}
#container hr::after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  right: -14px;
  border-radius: 4px;
  background-color: #d6dddf;
  content: "";
}
#container hr::before {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  left: -14px;
  border-radius: 4px;
  background-color: #d6dddf;
  content: "";
}
#container a.btn {
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  border: 2px solid #dfe6e9;
  border-radius: 25px;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  color: #8d979c;
}
#container a.btn::before {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 7px;
  font-family: "Phosphor_Fill";
  opacity: 0.7;
  content: attr(data-icon);
}
#container .header_title {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8d979c;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: 600;
  overflow: hidden;
}
#container .header_title::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  background-image: url(../img_2x/common/title_line_bk.png);
  background-size: 48px 48px;
  background-position: 0 0;
  background-blend-mode: overlay;
  background-color: #8d979c;
  opacity: 0.7;
  content: "";
}
#container .faq_list {
  padding: 10px 15px 15px;
}
#container .faq_list input {
  display: none;
}
#container .faq_list .toggle_area {
  margin-bottom: 10px;
}
#container .faq_list .toggle_area a {
  text-decoration: underline;
  color: #4779b4;
}
#container .faq_list .toggle_area a.btn {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 43px 18px 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #d7dddf;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #2d3436;
  font-size: 18px;
  line-height: 24px;
}
#container .faq_list .toggle_area a.btn .name {
  display: block;
  color: #4779b4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: justify;
}
#container .faq_list .toggle_area a.btn .tips {
  display: block;
  color: #8d979c;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
#container .faq_list .toggle_area a.btn::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#container .faq_list .toggle_area a.btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 9px;
  margin-top: -4px;
  background-image: url(../img_2x/common/header_icon_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#container .faq_list .toggle_area label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 43px 18px 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #d7dddf;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #2d3436;
  font-size: 16px;
  line-height: 24px;
}
#container .faq_list .toggle_area label::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#container .faq_list .toggle_area label::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  background-image: url(../img_2x/common/header_icon_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  content: "";
}
#container .faq_list .toggle_area .answer {
  display: none;
  padding: 10px 0 0;
}
#container .faq_list .toggle_area .answer p {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
}
#container .faq_list .toggle_area .answer h5 {
  margin: 15px 0 20px;
  padding: 3px 0 6px 15px;
  border-left: 4px solid #d7dddf;
  color: #2d3436;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
#container .faq_list .toggle_area .answer .btn_link {
  text-align: center;
  padding: 8px 0 1em;
}
#container .faq_list .toggle_area .answer .btn_link a {
  position: relative;
  display: inline-block;
  height: 56px;
  border-radius: 28px;
  padding: 0 30px 0 30px;
  background-color: #fff;
  border: 1px solid #d7dddf;
  color: #2d3436;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 54px;
}
#container .faq_list .toggle_area .answer .btn_link a[target=_blank]::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 2px;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 12px;
  opacity: 0.7;
  content: "\e5de";
}
#container .faq_list input:checked + .toggle_area label::before {
  -webkit-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}
#container .faq_list input:checked + .toggle_area .answer {
  display: block;
}
#container .faq_list .tips {
  margin-bottom: 10px;
}
#container .faq_list .tips p {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 15px 45px 17px 85px;
  border-radius: 10px;
  background-color: #effaff;
  border: 1px solid #c3d5dd;
  text-decoration: none;
  overflow: hidden;
  color: #2d3436;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
#container .faq_list .tips p::before {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -18px;
  color: #0097e6;
  font-family: "Phosphor";
  font-size: 36px;
  line-height: 36px;
  content: "\e2ce";
}

#header {
  position: relative;
  width: 500px;
  background-color: #fff;
  z-index: 50;
}
#header .inner {
  position: relative;
  height: 60px;
}
#header .inner h1 {
  width: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .inner h1 a {
  display: block;
  width: 95px;
  height: 40px;
  background-image: url(../img_2x/common/header_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#header .inner .sub_menu ul {
  display: none;
}
#header .inner .sub_menu #sp_menu_toggle {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  border-left: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  background-color: #fff;
  z-index: 80;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#header .inner .sub_menu #sp_menu_toggle .deco {
  position: relative;
  width: 30px;
  height: 1px;
  background-color: #2d3436;
}
#header .inner .sub_menu #sp_menu_toggle .deco::after {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: -10px;
  background-color: #2d3436;
  left: 0;
  content: "";
}
#header .inner .sub_menu #sp_menu_toggle .deco::before {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: -10px;
  background-color: #2d3436;
  left: 0;
  content: "";
}
#header .inner .yu {
  position: absolute;
  top: 0;
  right: 61px;
  width: 200px;
  height: 60px;
  background-image: url(../img_2x/common/header_yu.png);
  background-size: auto 60px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
#header .mega_menu {
  position: relative;
  width: 100%;
  height: 60px;
  border-top: 1px solid #eceeef;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.07);
}
#header .mega_menu .primary {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#header .mega_menu .primary > li {
  position: relative;
  width: 25%;
  height: 60px;
  border-right: 1px solid #eceeef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .mega_menu .primary > li .primary_btn {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  font-size: 0;
  background-repeat: no-repeat;
}
#header .mega_menu .primary > li.item_01 .primary_btn {
  background-image: url(../img_2x/common/header_nav_01.png);
  background-size: auto 24px;
}
#header .mega_menu .primary > li.item_02 .primary_btn {
  background-image: url(../img_2x/common/header_nav_02.png);
  background-size: auto 24px;
}
#header .mega_menu .primary > li.item_03 .primary_btn {
  background-image: url(../img_2x/common/header_nav_03.png);
  background-size: auto 24px;
}
#header .mega_menu .primary > li.item_04 {
  border-right: none;
}
#header .mega_menu .primary > li.item_04 .primary_btn {
  background-image: url(../img_2x/common/header_nav_04.png);
  background-size: auto 24px;
}
#header .mega_menu .secondary {
  display: none;
}

#footer {
  background-color: #fff;
}
#footer .inner {
  width: 450px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  letter-spacing: 0.03em;
}
#footer .inner dl {
  width: 220px;
  margin-top: 25px;
}
#footer .inner dl dt {
  padding-left: 3px;
}
#footer .inner dl dt a {
  color: #394a5f;
}
#footer .inner dl dt a::before {
  position: relative;
  display: inline-block;
  top: 2px;
  padding-right: 5px;
  color: #394a5f;
  font-family: "Phosphor_Fill";
  font-size: 17px;
  line-height: 17px;
  content: attr(data-icon);
}
#footer .inner dl dt a.other_site::after {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  top: 1px;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 14px;
  content: attr(data-icon);
  opacity: 0.7;
  content: "\e5de";
}
#footer .inner dl dd {
  padding: 8px 0 3px 2px;
  font-size: 12px;
  line-height: 12px;
}
#footer .inner dl dd a {
  color: #2d3436;
}
#footer .inner dl dd a::before {
  display: inline-block;
  margin-right: 3px;
  font-family: "Phosphor_Fill";
  color: #cdd5d9;
  content: "\e13a";
}
#footer .inner dl dd a.other_site::after {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  top: 1px;
  font-family: "Phosphor";
  font-size: 15px;
  line-height: 13px;
  content: attr(data-icon);
  opacity: 0.7;
  content: "\e5de";
}
#footer .inner ul {
  width: 100%;
  margin-top: 18px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#footer .inner ul li {
  width: 217px;
  height: 14px;
  padding: 0 0 7px 3px;
  margin-top: 10px;
}
#footer .inner ul li a {
  color: #2d3436;
}
#footer .inner ul li a::before {
  position: relative;
  display: inline-block;
  top: 2px;
  padding-right: 5px;
  color: #394a5f;
  font-family: "Phosphor_Fill";
  font-size: 17px;
  line-height: 17px;
  content: attr(data-icon);
}
#footer .inner ul li a.other_site::after {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  top: 1px;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 14px;
  content: attr(data-icon);
  opacity: 0.7;
  content: "\e5de";
}
#footer .inner ul li.long {
  width: 252px;
  margin-top: 35px;
}
#footer .inner ul li:empty {
  display: none;
}
#footer .inner dt, #footer .inner li {
  padding: 0 0 5px 0;
  margin-bottom: 3px;
  border-bottom: 2px solid #dfe6e9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
#footer .inner a {
  text-decoration: none;
}
#footer .copyright {
  padding: 0 25px;
  margin-top: 30px;
  background-color: #394a5f;
  border-top: 3px solid #2e3b4a;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  background-blend-mode: overlay;
}
#footer .copyright p {
  padding: 30px 0 35px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

#secondary_header h2 {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../img_2x/common/header_bk.png);
  background-size: 738px 100px;
  background-position: 50% 50%;
  background-blend-mode: overlay;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#secondary_header h2 .jp {
  color: #fff;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
#secondary_header h2 .en {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

#secondary_nav {
  width: 100%;
  background-color: #fff;
}
#secondary_nav ul {
  padding: 0 25px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#secondary_nav ul li {
  height: 44px;
  padding-right: 8px;
}
#secondary_nav ul li a, #secondary_nav ul li span {
  display: block;
  position: relative;
  height: 44px;
  padding: 0 12px;
  border-bottom: 3px solid #dfe6e9;
  text-decoration: none;
  color: #2d3436;
  font-size: 14px;
  line-height: 43px;
  -moz-text-align-last: left;
       text-align-last: left;
}
#secondary_nav ul li a::before, #secondary_nav ul li span::before {
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 4px;
  font-family: "Phosphor_Fill";
  font-size: 18px;
  content: attr(data-icon);
}
#secondary_nav ul li.active a, #secondary_nav ul li.active span {
  opacity: 1;
  font-weight: 600;
}
#secondary_nav ul li.active a::after, #secondary_nav ul li.active span::after {
  display: block;
}
#secondary_nav ul li.active.item_01 a, #secondary_nav ul li.active.item_01 span {
  border-color: #0097e6;
  color: #0097e6;
}
#secondary_nav ul li.active.item_02 a, #secondary_nav ul li.active.item_02 span {
  border-color: #44bd32;
  color: #44bd32;
}
#secondary_nav ul li.active.item_03 a, #secondary_nav ul li.active.item_03 span {
  border-color: #e1b12c;
  color: #e1b12c;
}
#secondary_nav ul li.active.item_04 a, #secondary_nav ul li.active.item_04 span {
  border-color: #8c7ae6;
  color: #8c7ae6;
}
#secondary_nav ul li.active.item_05 a, #secondary_nav ul li.active.item_05 span {
  border-color: #c23616;
  color: #c23616;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: -90px;
  z-index: 80;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
#page_top.active {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}
#page_top a {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#page_top[data-random="1"] a {
  width: 107.2px;
  height: 88px;
  background-image: url(../img_2x/common/pagetop_01.png);
}
#page_top[data-random="2"] a {
  width: 107.2px;
  height: 84.8px;
  background-image: url(../img_2x/common/pagetop_02.png);
}
#page_top[data-random="3"] a {
  width: 124.8px;
  height: 83.2px;
  background-image: url(../img_2x/common/pagetop_03.png);
}
#page_top[data-random="4"] a {
  width: 109.6px;
  height: 85.6px;
  background-image: url(../img_2x/common/pagetop_04.png);
}
#page_top[data-random="5"] a {
  width: 109.6px;
  height: 85.6px;
  background-image: url(../img_2x/common/pagetop_05.png);
}
#page_top[data-random="6"] a {
  width: 112.8px;
  height: 81.6px;
  background-image: url(../img_2x/common/pagetop_06.png);
}
#page_top[data-random="7"] a {
  width: 122.4px;
  height: 89.6px;
  background-image: url(../img_2x/common/pagetop_07.png);
}
#page_top[data-random="8"] a {
  width: 124px;
  height: 82.4px;
  background-image: url(../img_2x/common/pagetop_08.png);
}
#page_top[data-random="9"] a {
  width: 117.6px;
  height: 79.2px;
  background-image: url(../img_2x/common/pagetop_09.png);
}

#sp_nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 90;
}
#sp_nav .inner {
  width: 100%;
}
#sp_nav .inner h1 {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sp_nav .inner h1 a {
  display: block;
  width: 95px;
  height: 40px;
  background-image: url(../img_2x/common/header_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#sp_nav .inner dl {
  width: 500px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#sp_nav .inner dl dt {
  width: 100%;
  border-top: 1px solid #eceeef;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sp_nav .inner dl dt a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 25px;
  color: #4779b4;
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  text-decoration: none;
}
#sp_nav .inner dl dt a::before {
  position: relative;
  display: inline-block;
  top: 0;
  margin: 0 6px 0 0;
  color: #4779b4;
  font-family: "Phosphor_Fill";
  font-size: 18px;
  content: attr(data-icon);
}
#sp_nav .inner dl dd {
  width: 50%;
  border-top: 1px solid #eceeef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sp_nav .inner dl dd:nth-of-type(2n+1) {
  border-right: 1px solid #eceeef;
}
#sp_nav .inner dl dd.dummy {
  color: #fff;
}
#sp_nav .inner dl dd a {
  display: block;
  position: relative;
  height: 40px;
  padding: 0 0 0 25px;
  color: #2d3436;
  font-size: 13px;
  line-height: 38px;
  text-decoration: none;
}
#sp_nav .inner dl dd a::before {
  position: relative;
  display: inline-block;
  top: 1px;
  margin: 0 6px 0 1px;
  color: #2d3436;
  font-family: "Phosphor_Fill";
  font-size: 16px;
  content: attr(data-icon);
}
#sp_nav .inner dl dd a.other_site::after {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  top: 2px;
  font-family: "Phosphor";
  font-size: 15px;
  content: attr(data-icon);
  opacity: 0.7;
  content: "\e5de";
}
#sp_nav .inner ul {
  width: 500px;
  border-bottom: 1px solid #eceeef;
}
#sp_nav .inner ul li {
  width: 100%;
  border-top: 1px solid #eceeef;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sp_nav .inner ul li a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 0 0 25px;
  color: #4779b4;
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  text-decoration: none;
}
#sp_nav .inner ul li a::before {
  position: relative;
  display: inline-block;
  top: 0;
  margin: 0 6px 0 0;
  color: #4779b4;
  font-family: "Phosphor_Fill";
  font-size: 18px;
  content: attr(data-icon);
}
#sp_nav .inner ul li a.other_site::after {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  top: 0;
  font-family: "Phosphor";
  font-size: 15px;
  content: attr(data-icon);
  opacity: 0.7;
  content: "\e5de";
}
#sp_nav .inner .closed {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  border-left: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  background-color: #fff;
  z-index: 91;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#sp_nav .inner .closed .deco {
  position: relative;
  width: 30px;
  height: 1px;
  background-color: #fff;
  font-size: 0;
}
#sp_nav .inner .closed .deco::after {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #2d3436;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#sp_nav .inner .closed .deco::before {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #2d3436;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}

#jumbo_slider {
  position: relative;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.015);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.015);
  z-index: 5;
}
#jumbo_slider #slider_main {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
#jumbo_slider #slider_main::before {
  display: block;
  padding-top: 38%;
  content: "";
}
#jumbo_slider #slider_main ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#jumbo_slider #slider_main ul .item {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
}
#jumbo_slider #slider_main ul .item div {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#jumbo_slider #slider_main ul .item div a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
}
#jumbo_slider #slider_main span {
  display: none;
}
#jumbo_slider #jumbo_slider_nav {
  position: relative;
  width: 100%;
  height: 60px;
}
#jumbo_slider #jumbo_slider_nav .inner {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
}
#jumbo_slider #jumbo_slider_nav .toggle {
  position: absolute;
  width: 50px;
  height: 20px;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.015);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.015);
  font-size: 0;
  cursor: pointer;
}
#jumbo_slider #jumbo_slider_nav .toggle::before {
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  bottom: 10px;
  right: 23px;
  border-radius: 1.5px 0 0 1.5px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
  content: "";
}
#jumbo_slider #jumbo_slider_nav .toggle::after {
  display: block;
  position: absolute;
  width: 10px;
  height: 3px;
  bottom: 10px;
  left: 23px;
  border-radius: 0 1.5px 1.5px 0;
  background-color: #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
  content: "";
}
#jumbo_slider #jumbo_slider_nav .toggle.active::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#jumbo_slider #jumbo_slider_nav .toggle.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#jumbo_slider #jumbo_slider_nav ul {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#jumbo_slider #jumbo_slider_nav ul li {
  position: relative;
  width: 50%;
  height: 60px;
  padding: 7px 15px 10px 15px;
  border-top: 3px solid #f8f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
}
#jumbo_slider #jumbo_slider_nav ul li.spacer {
  display: none;
}
#jumbo_slider #jumbo_slider_nav ul li .bar {
  position: absolute;
  width: 0%;
  height: 3px;
  top: -3px;
  left: 0;
  background-color: #0984e3;
}
#jumbo_slider #jumbo_slider_nav ul li .text {
  padding-left: 12px;
  font-size: 10px;
  line-height: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #2d3436;
}
#jumbo_slider #jumbo_slider_nav ul li .text .cat {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#jumbo_slider #jumbo_slider_nav ul li .text .cat span {
  margin-bottom: 3px;
  height: 13px;
  margin-right: 4px;
  padding: 0 5px 1px;
  border-radius: 2px;
  background-color: #ccc;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
}
#jumbo_slider #jumbo_slider_nav ul li .thumbnail {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  border-radius: 5px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#jumbo_slider #jumbo_slider_nav ul li:after {
  display: block;
  position: absolute;
  width: 0;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -1px;
  border-right: 1px dotted #ccc;
  content: "";
}
#jumbo_slider #jumbo_slider_nav ul li:nth-child(2n):after {
  display: none;
}

#news_topics {
  width: 450px;
  margin: 32px auto 0;
}
#news_topics h2 {
  display: none;
}
#news_topics .post {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
}
#news_topics .post.lock::before {
  position: absolute;
  display: block;
  width: 12px;
  height: 21px;
  top: -4px;
  right: 10px;
  background-image: url(../img_2x/home/news_pin.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
  content: "";
}
#news_topics .post a {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#news_topics .post a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#news_topics .post a .thumbnail {
  position: relative;
  width: 144px;
  height: 100px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 5;
}
#news_topics .post a .inner {
  padding: 4px 20px 0 20px;
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2d3436;
}
#news_topics .post a .inner h3 {
  font-size: 14px;
  line-height: 18px;
}
#news_topics .post a .inner .date {
  color: #4779b4;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
#news_topics .post a .inner .date strong {
  font-weight: 700;
  color: #dd615b;
}
#news_topics .post a .inner.txt_long h3 {
  font-size: 13px;
  line-height: 16px;
}
#news_topics .post_mini {
  height: 80px;
}
#news_topics .post_mini a::after {
  display: none;
}
#news_topics .post_mini a .thumbnail {
  width: 115px;
  height: 80px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
#news_topics .post_mini a .inner {
  padding: 2px 20px 0 20px;
}
#news_topics .post_mini a .inner h3 {
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
#news_topics .post_mini a .inner .date {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
#news_topics .post_mini a .inner.txt_long h3 {
  font-size: 13px;
  line-height: 16px;
}

#pickup_banner {
  width: calc(100% - 50px);
  padding: 25px;
  margin-top: 25px;
  background-color: #eff2f3;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#pickup_banner hr {
  display: none;
}
#pickup_banner a.banner {
  position: relative;
  width: 220px;
  height: 60px;
  margin-bottom: 7px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  overflow: hidden;
}
#pickup_banner a.banner .thumbnail {
  position: absolute;
  width: 45px;
  height: 60px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-size: cover;
}
#pickup_banner a.banner .caption {
  padding: 9px 15px 0 62px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pickup_banner a.banner .caption h3 {
  color: #4779b4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#pickup_banner a.banner .caption p {
  display: none;
}
#pickup_banner a.banner_big {
  display: block;
  position: relative;
  width: 220px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  overflow: hidden;
}
#pickup_banner a.banner_big::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#pickup_banner a.banner_big .thumbnail {
  width: 220px;
  height: 78px;
  background-color: #999;
  background-size: cover;
}
#pickup_banner a.banner_big .caption {
  padding: 10px 15px 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pickup_banner a.banner_big .caption h3 {
  color: #4779b4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#pickup_banner a.banner_big .caption p {
  padding-top: 5px;
  color: #2d3436;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-align: justify;
}
#pickup_banner a.banner_big .caption p br {
  display: none;
}
#pickup_banner .banner_big_01 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_01.png);
}
#pickup_banner .banner_big_02 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_02.png);
}
#pickup_banner .banner_01 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_03.png);
}
#pickup_banner .banner_02 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_04.png);
}
#pickup_banner .banner_03 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_05.png);
}
#pickup_banner .banner_04 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_06.png);
}
#pickup_banner .banner_05 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_07.png);
}
#pickup_banner .banner_06 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_08.png);
}
#pickup_banner .banner_07 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_09.png);
}
#pickup_banner .banner_08 .thumbnail {
  background-image: url(../img_2x/home/home_sidebar_img_10.png);
}

#home_product {
  width: 100%;
  padding: 0 0;
  background-color: #394a5f;
  border-top: 5px solid #2e3b4a;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-blend-mode: overlay;
  background-size: 50px 50px;
}
#home_product header.header {
  padding: 22px 25px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
#home_product header.header .en {
  position: relative;
  display: inline-block;
  top: -3px;
  left: 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
}
#home_product .inner {
  padding: 0 25px 15px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#home_product .inner .product {
  position: relative;
  width: 220px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#home_product .inner .product .thumbnail {
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#home_product .inner .product .thumbnail::before {
  display: block;
  padding-top: 50%;
  content: "";
}
#home_product .inner .product .caption {
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  color: #2d3436;
}
#home_product .inner .product .btns {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border-bottom: 1px solid #eff2f3;
}
#home_product .inner .product .btns li {
  width: 100%;
  border-right: 1px solid #eff2f3;
  border-top: 1px solid #eff2f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#home_product .inner .product .btns li a {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 0 0 13px;
  color: #4779b4;
  font-size: 12px;
  line-height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: 0.03em;
}
#home_product .inner .product .btns li a::before {
  display: inline-block;
  margin-right: 3px;
  font-family: "Phosphor_Fill";
  color: #4779b4;
  content: "\e13a";
}
#home_product .inner .product .btns li a[target=_blank]::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 2px;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 12px;
  opacity: 0.7;
  content: "\e5de";
}
#home_product .inner .product .btns li a span {
  display: none;
}
#home_product .inner .product .btns li:last-of-type {
  border-right: none;
}
#home_product .inner .product .btns li.dummy {
  width: 100%;
  height: 31px;
}
#home_product .inner .product .btns li.dummy + li.dummy {
  border-top: 1px solid #fff;
}
#home_product .inner .product::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  background-position: 0 0;
  content: "";
}
#home_product .inner .dummy {
  width: calc(33.3333333333% - 10px);
}
#home_product .inner .product_00 .thumbnail {
  background-image: url(../img_2x/home/home_product_00.png);
}
#home_product .inner .product_01 .thumbnail {
  background-image: url(../img_2x/home/home_product_01.png);
}
#home_product .inner .product_02 .thumbnail {
  background-image: url(../img_2x/home/home_product_02.png);
}
#home_product .inner .product_03 .thumbnail {
  background-image: url(../img_2x/home/home_product_03.png);
}
#home_product .inner .product_04 .thumbnail {
  background-image: url(../img_2x/home/home_product_04.png);
}
#home_product .inner .product_05 .thumbnail {
  background-image: url(../img_2x/home/home_product_05.png);
}
#home_product .inner .product_06 .thumbnail {
  background-image: url(../img_2x/home/home_product_06.png);
}
#home_product .inner .product_07 .thumbnail {
  background-image: url(../img_2x/home/home_product_07.png);
}
#home_product .inner .product_08 .thumbnail {
  background-image: url(../img_2x/home/home_product_08.png);
}
#home_product .inner .product_09 .thumbnail {
  background-image: url(../img_2x/home/home_product_09.png);
}
#home_product .inner .product_10 .thumbnail {
  background-image: url(../img_2x/home/home_product_10.png);
}
#home_product .inner .product_11 .thumbnail {
  background-image: url(../img_2x/home/home_product_11.png);
}
#home_product .inner .product_12 .thumbnail {
  background-image: url(../img_2x/home/home_product_12.png);
}
#home_product .inner .product_13 .thumbnail {
  background-image: url(../img_2x/home/home_product_13.png);
}

#body_product #secondary_header h2 {
  background-color: #0097e6;
}

#body_product #music_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 200;
}
#body_product #music_modal .header {
  background-color: #4779b4;
}
#body_product #music_modal .header h5 {
  position: relative;
  padding: 60px 20px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  letter-spacing: 0.02em;
}
#body_product #music_modal .header h5::after {
  position: absolute;
  width: 100%;
  top: 12px;
  left: 0px;
  color: #fff;
  font-family: "Phosphor";
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  content: attr(data-icon);
}
#body_product #music_modal .contents {
  position: absolute;
  width: 410px;
  height: calc(100vh - 30px);
  padding-bottom: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  overflow-y: scroll;
}
#body_product #music_modal .contents .shop_list .shop {
  position: relative;
  border-bottom: 1px solid #eff2f3;
}
#body_product #music_modal .contents .shop_list .shop span {
  display: block;
  padding: 12px 15px 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
#body_product #music_modal .contents .shop_list .shop span::before {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 16px;
  font-family: "Phosphor_Fill";
  color: #cdd5d9;
  content: "\e470";
}
#body_product #music_modal .contents .shop_list .shop ul {
  width: 100%;
  padding: 0 15px 15px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body_product #music_modal .contents .shop_list .shop ul li {
  padding-right: 5px;
}
#body_product #music_modal .contents .shop_list .shop ul li a {
  display: block;
  position: relative;
  height: 22px;
  padding: 0 28px 0 12px;
  font-size: 13px;
  line-height: 21px;
  border-radius: 11px;
  background-color: #4779b4;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #fff;
}
#body_product #music_modal .contents .shop_list .shop ul li a::after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  color: #fff;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 14px;
  content: "\e5de";
}
#body_product #music_modal .contents .closed {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  margin: 25px auto 0;
  border-radius: 20px;
  border: 2px solid #eff2f3;
  color: #2d3436;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
}

#product_contents {
  padding: 22px 25px 20px;
}
#product_contents .footer {
  margin: 30px 0 20px;
  text-align: center;
}
#product_contents .series_box {
  padding: 0 0 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#product_contents .series_box > .header {
  width: 100%;
}
#product_contents .series_box .product_box {
  position: relative;
  margin: 20px 0 0;
  padding-bottom: 6px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
#product_contents .series_box .product_box::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#product_contents .series_box .product_box .header {
  width: 100%;
}
#product_contents .series_box .product_box .header .img {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#product_contents .series_box .product_box .header .img::before {
  display: block;
  padding-top: 50%;
  content: "";
}
#product_contents .series_box .product_box .header h4 {
  padding: 3px 20px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
#product_contents .series_box .product_box .header .copy {
  padding: 15px 20px 0;
  color: #4779b4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
#product_contents .series_box .product_box .header .text {
  padding: 8px 21px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.08em;
}
#product_contents .series_box .product_box .lineup {
  width: 100%;
  border-top: 1px solid #eff2f3;
}
#product_contents .series_box .product_box .lineup .dummy {
  display: none;
}
#product_contents .series_box .product_box .lineup .title_link {
  position: relative;
  display: block;
  height: auto !important;
  border-bottom: 1px solid #eff2f3;
  padding: 14px 20px 18px;
  color: #2d3436;
  text-decoration: none;
}
#product_contents .series_box .product_box .lineup .title_link.end h5, #product_contents .series_box .product_box .lineup .title_link.end .platform, #product_contents .series_box .product_box .lineup .title_link.end p {
  opacity: 0.5;
}
#product_contents .series_box .product_box .lineup .title_link.end h5::after {
  margin-left: 4px;
  top: 1px;
  font-size: 16px;
  line-height: 12px;
  content: "\e2e4";
}
#product_contents .series_box .product_box .lineup .title_link .platform {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#product_contents .series_box .product_box .lineup .title_link .platform li {
  height: 19px;
  padding: 0 10px;
  margin: 0 4px 4px 0;
  border-radius: 9px;
  background-color: #92adcd;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
}
#product_contents .series_box .product_box .lineup .title_link .platform li.r18 {
  font-weight: 700;
  background-color: #e473b7;
}
#product_contents .series_box .product_box .lineup .title_link h5 {
  margin-top: 4px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
#product_contents .series_box .product_box .lineup .title_link h5::after {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  top: 1px;
  font-family: "Phosphor";
  font-size: 16px;
  line-height: 12px;
  opacity: 0.7;
}
#product_contents .series_box .product_box .lineup .title_link p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: justify;
}
#product_contents .series_box .product_box .lineup .title_link[target=_blank] h5::after {
  margin-left: 4px;
  top: 1px;
  font-size: 16px;
  line-height: 12px;
  content: "\e5de";
}
#product_contents .item_list_box {
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#product_contents .item_list_box > .header {
  width: 100%;
}
#product_contents .item_list_box .mini + .mini {
  margin-top: 10px;
}
#product_contents .item_list_box .item_box {
  position: relative;
  width: 220px;
  margin: 20px 0 0;
  padding-bottom: 6px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#product_contents .item_list_box .item_box.mini {
  width: 100% !important;
}
#product_contents .item_list_box .item_box.mini .header {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#product_contents .item_list_box .item_box.mini .header .img {
  position: relative;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #ecf0f3;
}
#product_contents .item_list_box .item_box.mini .header .img[style="background-image: url();"]::after {
  display: block;
  position: absolute;
  width: 100px;
  top: 50%;
  left: 0;
  margin-top: -20px;
  color: #c7d5dd;
  text-align: center;
  font-family: "Phosphor";
  font-size: 30px;
  line-height: 30px;
  content: "\e0e6";
}
#product_contents .item_list_box .item_box.mini .header .inner {
  padding: 15px 0 15px 25px;
  width: calc(100% - 135px);
}
#product_contents .item_list_box .item_box.mini .header h4 {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#product_contents .item_list_box .item_box.mini .header .text {
  padding: 2px 0 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
#product_contents .item_list_box .item_box.mini .header .list {
  padding: 5px 0 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#product_contents .item_list_box .item_box.mini .header .list dt {
  width: auto;
  padding-right: 10px;
  color: #0097e6;
}
#product_contents .item_list_box .item_box.mini .header .list dd {
  width: auto;
  padding-right: 20px;
}
#product_contents .item_list_box .item_box.mini .product_btns {
  display: none;
}
#product_contents .item_list_box .item_box.dummy, #product_contents .item_list_box .item_box:empty {
  height: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#product_contents .item_list_box .item_box::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#product_contents .item_list_box .item_box .header {
  width: 100%;
}
#product_contents .item_list_box .item_box .header img {
  width: 100%;
  height: auto;
}
#product_contents .item_list_box .item_box .header h4 {
  padding: 10px 20px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}
#product_contents .item_list_box .item_box .header .text {
  padding: 7px 20px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.08em;
}
#product_contents .item_list_box .item_box .header .list {
  padding: 5px 20px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.08em;
}
#product_contents .item_list_box .item_box .header .list dt {
  color: #0097e6;
}
#product_contents .item_list_box .item_box .header .list dd {
  margin: -2px 0 3px;
}
#product_contents .item_list_box .item_box .product_btns {
  width: 100%;
  margin-top: 12px;
  border-top: 1px solid #eff2f3;
}
#product_contents .item_list_box .item_box .product_btns li {
  border-bottom: 1px solid #eff2f3;
}
#product_contents .item_list_box .item_box .product_btns li a, #product_contents .item_list_box .item_box .product_btns li span {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0 0 40px;
  color: #2d3436;
  font-size: 12px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.01em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#product_contents .item_list_box .item_box .product_btns li a::before, #product_contents .item_list_box .item_box .product_btns li span::before {
  position: absolute;
  top: 12px;
  left: 18px;
  color: #0097e6;
  font-family: "Phosphor";
  font-size: 16px;
  line-height: 16px;
}
#product_contents .item_list_box .item_box .product_btns li a::after, #product_contents .item_list_box .item_box .product_btns li span::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 2px;
  color: #2d3436;
  font-family: "Phosphor";
  font-size: 16px;
  line-height: 16px;
  content: "\e5de";
  opacity: 0.7;
}
#product_contents .item_list_box .item_box .product_btns li.website a::before, #product_contents .item_list_box .item_box .product_btns li.website span::before {
  content: "\e2e6";
}
#product_contents .item_list_box .item_box .product_btns li.website a::after, #product_contents .item_list_box .item_box .product_btns li.website span::after {
  display: none;
}
#product_contents .item_list_box .item_box .product_btns li.sc a::before, #product_contents .item_list_box .item_box .product_btns li.sc span::before {
  content: "\e2e6";
}
#product_contents .item_list_box .item_box .product_btns li.dl a::before, #product_contents .item_list_box .item_box .product_btns li.dl span::before {
  content: "\e20c";
}
#product_contents .item_list_box .item_box .product_btns li.dl a::after, #product_contents .item_list_box .item_box .product_btns li.dl span::after {
  top: 3px;
  content: "\ebe0";
}
#product_contents .item_list_box .item_box .product_btns li.subscription a::before, #product_contents .item_list_box .item_box .product_btns li.subscription span::before {
  content: "\e1ac";
}
#product_contents .item_list_box .item_box .product_btns li.subscription a::after, #product_contents .item_list_box .item_box .product_btns li.subscription span::after {
  top: 3px;
  content: "\ebe0";
}
#product_contents .item_list_box .item_box .product_btns li.albumart a::before, #product_contents .item_list_box .item_box .product_btns li.albumart span::before {
  content: "\e6f2";
}
#product_contents .item_list_box .item_box .product_btns li.booth a::before, #product_contents .item_list_box .item_box .product_btns li.booth span::before {
  content: "\e41e";
}
#product_contents .item_list_box .dl_list,
#product_contents .item_list_box .subscription_list {
  display: none;
}

#product_contents_category {
  display: none;
}

#body_news #secondary_header h2 {
  background-color: #44bd32;
}

#news_wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#news_archive_date {
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 450px;
  padding: 0 25px 30px;
  margin-right: 30px;
  border-radius: 10px;
}
#news_archive_date ul li a {
  display: block;
  height: 32px;
  padding: 0 20px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #fff;
  color: #2d3436;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}
#news_archive_date ul .toggle_off,
#news_archive_date ul .toggle_on {
  position: relative;
  height: 32px;
  margin: 0 0 6px;
  padding: 0 20px 0;
  border-radius: 6px;
  background-color: #eff2f3;
  color: #2d3436;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
}
#news_archive_date ul .toggle_off::before,
#news_archive_date ul .toggle_on::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 12px;
  right: 20px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #d6dddf transparent transparent transparent;
  content: "";
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
#news_archive_date ul .toggle_on::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#news_archive_date ul .close {
  display: none;
}
#news_archive_date dl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#news_archive_date dl dt {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px 10px;
  color: #2d3436;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#news_archive_date dl dt::before {
  position: absolute;
  top: 6px;
  left: 0;
  color: #2d3436;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 14px;
  content: "\e478";
}
#news_archive_date dl dt.game::before {
  content: "\e26e";
}
#news_archive_date dl dd {
  height: 26px;
  padding: 0 4px 4px 0;
}
#news_archive_date dl dd i::before {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  color: #2d3436;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 14px;
  content: "\e0e6";
}
#news_archive_date dl dd a,
#news_archive_date dl dd span {
  display: inline-block;
  height: 26px;
  padding: 0 20px;
  border-radius: 6px;
  background-color: #fff;
  color: #2d3436;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}
#news_archive_date dl dd.active a,
#news_archive_date dl dd.active span {
  color: #fff;
  background-color: #44bd32;
}

#news_archive_list {
  -webkit-order: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 20px 25px;
}
#news_archive_list header.header {
  padding-bottom: 15px;
}
#news_archive_list .page_nation {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#news_archive_list .page_nation a, #news_archive_list .page_nation span {
  margin: 0 2px;
}
#news_archive_list .page_nation .btn_num {
  padding: 0 15px;
}
#news_archive_list .page_nation .btn_num::before {
  display: none;
}
#news_archive_list .page_nation .btn_this {
  display: inline-block;
  height: 36px;
  padding: 0 15px;
  border: 2px solid #dfe6e9;
  background-color: #dfe6e9;
  border-radius: 25px;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  color: #8d979c;
}
#news_archive_list .post {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
}
#news_archive_list .post.lock::before {
  position: absolute;
  display: block;
  width: 12px;
  height: 21px;
  top: -4px;
  right: 10px;
  background-image: url(../img_2x/home/news_pin.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
  content: "";
}
#news_archive_list .post a {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#news_archive_list .post a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#news_archive_list .post a .thumbnail {
  position: relative;
  width: 144px;
  height: 100px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 5;
}
#news_archive_list .post a .inner {
  padding: 4px 20px 0 20px;
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2d3436;
}
#news_archive_list .post a .inner h3 {
  font-size: 14px;
  line-height: 20px;
}
#news_archive_list .post a .inner .date {
  color: #4779b4;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#news_archive_list .post a .inner.txt_long h3 {
  font-size: 13px;
  line-height: 16px;
}
#news_archive_list .page_nation {
  padding: 30px 0 20px;
  text-align: center;
}

#single_wrapper .post .header {
  padding: 18px 25px 22px;
  background-color: #fff;
}
#single_wrapper .post .header h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
#single_wrapper .post .header .meta {
  padding: 15px 0 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#single_wrapper .post .header .meta .date {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#single_wrapper .post .header .meta .tag {
  position: relative;
  margin: 5px 2px 0;
  color: #5e6668;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
}
#single_wrapper .post .header .meta .tag::before {
  position: relative;
  top: 2px;
  padding-right: 2px;
  color: #7f8fa6;
  font-family: "Phosphor";
  font-size: 16px;
  line-height: 16px;
  content: "\e478";
}
#single_wrapper .post .header .meta .tag.game::before {
  content: "\e26e";
}
#single_wrapper .post .header .meta .tag.book::before {
  content: "\e0e6";
}
#single_wrapper .post .header .meta .tag.red::before {
  color: #e84118;
}
#single_wrapper .post .header .meta .tag.blue::before {
  color: #0097e6;
}
#single_wrapper .post .header .meta .tag.yellow::before {
  color: #e1b12c;
}
#single_wrapper .post .header .meta .tag.green::before {
  color: #44bd32;
}
#single_wrapper .post .inner {
  padding: 25px 25px 30px;
}
#single_wrapper .post .inner h4 {
  position: relative;
  left: -25px;
  margin: 1.5em 0 0.5em;
  padding: 3px 0 6px 19px;
  border-left: 7px solid #d7dddf;
  color: #2d3436;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
#single_wrapper .post .inner h5 {
  position: relative;
  left: -19px;
  margin: 2.5em 0 0.5em;
  padding: 3px 0 6px 15px;
  border-left: 4px solid #d7dddf;
  color: #2d3436;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
#single_wrapper .post .inner .youtube {
  margin: 2em 0 1em;
  aspect-ratio: 16/9;
}
#single_wrapper .post .inner .youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#single_wrapper .post .inner .imgs {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#single_wrapper .post .inner .imgs img {
  width: calc(50% - 10px);
  height: auto;
}
#single_wrapper .post .inner .imgs:has(> img:nth-child(2)) img {
  opacity: 0.5;
}
#single_wrapper .post .inner p {
  margin-bottom: 0.2em;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
#single_wrapper .post .inner p a {
  color: #4779b4;
}
#single_wrapper .post .inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto 2em;
  border-radius: 10px;
  border: 1px solid #dfe6e9;
}
#single_wrapper .post .inner .imgs + h4,
#single_wrapper .post .inner img + h4 {
  margin-top: 1em;
}
#single_wrapper .post .inner .imgs + h5,
#single_wrapper .post .inner img + h5 {
  margin-top: 1em;
}
#single_wrapper .post .inner .links {
  padding: 1em 0 60px;
}
#single_wrapper .post .inner .links li {
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
#single_wrapper .post .inner .links li a {
  position: relative;
  color: #4779b4;
  text-decoration: underline;
}
#single_wrapper .post .inner .links li a::before {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  top: 3px;
  color: #4779b4;
  font-family: "Phosphor";
  font-size: 20px;
  line-height: 20px;
  content: "\e2e6";
}
#single_wrapper .post .inner .links li a[target=_blank]::after {
  position: relative;
  display: inline-block;
  margin: 0 4px 0 4px;
  top: 0px;
  font-family: "Phosphor";
  font-size: 16px;
  line-height: 16px;
  opacity: 0.7;
  content: "\e5de";
}
#single_wrapper .post_pageing {
  position: relative;
  padding: 0 25px;
}
#single_wrapper .post_pageing::before {
  position: absolute;
  display: block;
  width: 40px;
  height: 7px;
  left: 50%;
  top: -40px;
  margin-left: -30px;
  border-top: 2px solid #dfe6e9;
  border-bottom: 2px solid #dfe6e9;
  content: "";
}
#single_wrapper .post_pageing .empty {
  height: 100px;
  border-radius: 10px;
  background-color: #f4f6f7;
  color: #d6dddf;
  font-size: 16px;
  line-height: 100px;
  text-align: center;
}
#single_wrapper .post_pageing .prev, #single_wrapper .post_pageing .next {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
}
#single_wrapper .post_pageing .prev a, #single_wrapper .post_pageing .next a {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#single_wrapper .post_pageing .prev a::after, #single_wrapper .post_pageing .next a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#single_wrapper .post_pageing .prev a .thumbnail, #single_wrapper .post_pageing .next a .thumbnail {
  position: relative;
  width: 144px;
  height: 100px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 5;
}
#single_wrapper .post_pageing .prev a .inner, #single_wrapper .post_pageing .next a .inner {
  padding: 8px 20px 0 20px;
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2d3436;
}
#single_wrapper .post_pageing .prev a .inner h3, #single_wrapper .post_pageing .next a .inner h3 {
  font-size: 14px;
  line-height: 20px;
}
#single_wrapper .post_pageing .prev a .inner .date, #single_wrapper .post_pageing .next a .inner .date {
  color: #4779b4;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#single_wrapper .footer {
  padding: 30px 0 40px;
  text-align: center;
}

#body_event #secondary_header h2 {
  background-color: #e1b12c;
}

#event_contents {
  padding: 20px 25px 0;
}
#event_contents .event {
  padding-bottom: 10px;
}
#event_contents .event a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#event_contents .event a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#event_contents .event a .thumbnail {
  position: relative;
  width: 144px;
  height: 100px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 5;
}
#event_contents .event a .inner {
  padding: 8px 20px 0 20px;
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2d3436;
}
#event_contents .event a .inner h3 {
  font-size: 14px;
  line-height: 20px;
}
#event_contents .event a .inner .date {
  color: #4779b4;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
#event_contents .footer {
  padding: 30px 0 40px;
  text-align: center;
}

#body_recruit #secondary_header h2 {
  background-color: #8c7ae6;
}

#recruit_contents {
  padding: 20px 25px 0;
}
#recruit_contents #main_visual {
  position: relative;
  height: 135px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-image: url(../img_2x/recruit/recruit_header.png);
  background-size: 630px 135px;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
#recruit_contents #main_visual h3 {
  display: none;
}
#recruit_contents #main_visual .character {
  position: absolute;
  width: 177px;
  height: 180px;
  right: 0;
  bottom: 0;
  background-image: url(../img_2x/recruit/recruit_header_kanade.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#recruit_contents #recruit_slider {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 5px 0 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-image: url(../img_2x/recruit/img_01.png);
  background-size: 1110px 150px;
  -webkit-animation: recruit_slider 30s linear infinite;
  animation: recruit_slider 30s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#recruit_contents .section_box .header {
  margin-bottom: 25px;
}
#recruit_contents .section_box p {
  padding: 0 15px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
#recruit_contents .section_box p a {
  color: #4779b4;
}
#recruit_contents .section_box em {
  border-bottom: 3px solid #2d3436;
}
#recruit_contents .section_box ul.list {
  padding: 0 15px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
#recruit_contents .section_box ul.list li {
  position: relative;
  padding: 0 0 4px 16px;
}
#recruit_contents .section_box ul.list li::before {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #d7dddf;
  content: "";
}
#recruit_contents .section_box ul.list li ul {
  padding: 5px 0 16px;
  margin-left: 3px;
}
#recruit_contents .section_box ul.list li ul li::before {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border: 2px solid #d7dddf;
  background-color: transparent !important;
  top: 8px;
  left: 0;
  border-radius: 50%;
  content: "";
}
#recruit_contents .section_box ul.list a {
  color: #4779b4;
}
#recruit_contents .section_box ul.caution {
  padding: 0 15px 10px;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
#recruit_contents .section_box ul.caution li {
  position: relative;
  padding-left: 17px;
}
#recruit_contents .section_box ul.caution li::before {
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  color: #d7dddf;
  font-weight: 700;
  content: "※";
}
#recruit_contents .section_box ul.caution a {
  color: #4779b4;
}
#recruit_contents .section_box dd a {
  color: #4779b4;
}
#recruit_contents .section_box strong {
  font-weight: 600;
}
#recruit_contents .section_box h3 {
  padding: 15px 0 22px;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  background-color: #8d81cf;
}
#recruit_contents .section_box h3::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  background-image: url(../img_2x/common/title_line_bk.png);
  background-size: 48px 48px;
  background-position: 0 0;
  background-blend-mode: overlay;
  background-color: #8d81cf;
  opacity: 0.5;
  content: "";
}
#recruit_contents .section_box h3 span {
  display: block;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
#recruit_contents .section_box h4 {
  margin-bottom: 15px;
}
#recruit_contents .section_box h5 {
  margin: 5px 10px 15px;
  padding: 0 5px 7px;
  color: #2d3436;
  border-bottom: 2px solid rgba(215, 221, 223, 0.7);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#recruit_contents .section_box h5:first-child {
  margin-top: 0;
}
#recruit_contents .section_box h6 {
  padding: 0 15px 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#recruit_contents .section_box .recruit_btn {
  padding: 5px 25px 0;
  text-align: center;
}
#recruit_contents .section_box .recruit_btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 15px 25px 25px 25px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d7dddf;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #2d3436;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#recruit_contents .section_box .recruit_btn a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#recruit_contents .section_box .recruit_btn a::before {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 7px;
  font-family: "Phosphor_Fill";
  opacity: 0.7;
  content: attr(data-icon);
}
#recruit_contents .section_box .table {
  padding: 0 15px;
}
#recruit_contents .section_box .table dl {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#recruit_contents .section_box .table dl dt {
  width: 100px;
  height: 26px;
  margin-bottom: 6px;
  border-radius: 13px;
  background-color: #8d979c;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
#recruit_contents .section_box .table dl dd {
  position: relative;
  width: calc(100% - 100px);
  margin-bottom: 6px;
  padding: 0 0 5px 20px;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#recruit_contents .section_box .table dl dd .caution {
  padding: 5px 0 0;
}
#recruit_contents .section_box + .section_box {
  margin-top: 20px;
}
#recruit_contents .recruit_btns {
  padding: 5px 15px 15px;
}
#recruit_contents .recruit_btns a {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 20px 18px 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #d7dddf;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #2d3436;
  font-size: 18px;
  line-height: 24px;
}
#recruit_contents .recruit_btns a .name {
  display: block;
  color: #4779b4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: justify;
}
#recruit_contents .recruit_btns a .name::before {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 5px;
  font-family: "Phosphor_Fill";
  content: attr(data-icon);
}
#recruit_contents .recruit_btns a .tips {
  display: block;
  padding-top: 3px;
  color: #8d979c;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
#recruit_contents .recruit_btns a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#recruit_contents .footer {
  padding: 20px 0 40px;
  text-align: center;
}

@-webkit-keyframes recruit_slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1110px 0;
  }
}
@keyframes recruit_slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1110px 0;
  }
}
#body_about #secondary_header h2,
#body_support #secondary_header h2 {
  background-color: #0097e6;
}

#about_contents,
#support_contents {
  padding: 20px 25px 0;
}
#about_contents .section_box p,
#support_contents .section_box p {
  padding: 0 15px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
#about_contents .section_box p a,
#support_contents .section_box p a {
  color: #4779b4;
}
#about_contents .section_box blockquote,
#support_contents .section_box blockquote {
  margin: 0 0px 15px;
  padding: 10px 15px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(215, 221, 223, 0.7);
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
#about_contents .section_box blockquote + blockquote,
#support_contents .section_box blockquote + blockquote {
  margin-top: -10px;
}
#about_contents .section_box em,
#support_contents .section_box em {
  border-bottom: 3px solid #2d3436;
}
#about_contents .section_box ul.list,
#support_contents .section_box ul.list {
  padding: 0 15px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
#about_contents .section_box ul.list li,
#support_contents .section_box ul.list li {
  position: relative;
  padding: 0 0 4px 16px;
}
#about_contents .section_box ul.list li::before,
#support_contents .section_box ul.list li::before {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #d7dddf;
  content: "";
}
#about_contents .section_box ul.list li ul,
#support_contents .section_box ul.list li ul {
  padding: 5px 0 0;
  margin-left: 3px;
}
#about_contents .section_box ul.list li ul li::before,
#support_contents .section_box ul.list li ul li::before {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border: 2px solid #d7dddf;
  background-color: transparent !important;
  top: 8px;
  left: 0;
  border-radius: 50%;
  content: "";
}
#about_contents .section_box ul.list a,
#support_contents .section_box ul.list a {
  color: #4779b4;
}
#about_contents .section_box ul.caution,
#support_contents .section_box ul.caution {
  padding: 0 15px 15px;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
#about_contents .section_box ul.caution li,
#support_contents .section_box ul.caution li {
  position: relative;
  padding-left: 17px;
}
#about_contents .section_box ul.caution li::before,
#support_contents .section_box ul.caution li::before {
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  color: #d7dddf;
  font-weight: 700;
  content: "※";
}
#about_contents .section_box ul.caution a,
#support_contents .section_box ul.caution a {
  color: #4779b4;
}
#about_contents .section_box h3,
#support_contents .section_box h3 {
  margin-bottom: 15px;
}
#about_contents .section_box h4,
#support_contents .section_box h4 {
  margin: 5px 10px 10px;
  padding: 0 5px 7px;
  color: #2d3436;
  border-bottom: 2px solid rgba(215, 221, 223, 0.7);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#about_contents .section_box h4:first-child,
#support_contents .section_box h4:first-child {
  margin-top: 0;
}
#about_contents .section_box h5,
#support_contents .section_box h5 {
  padding: 0 15px 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#about_contents .section_box strong,
#support_contents .section_box strong {
  font-weight: 600;
  color: #c23616;
}
#about_contents .section_box + .section_box,
#support_contents .section_box + .section_box {
  margin-top: 20px;
}
#about_contents .about_btn,
#support_contents .about_btn {
  padding: 10px 25px 15px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#about_contents .about_btn a,
#support_contents .about_btn a {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 30px 25px 30px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #d7dddf;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #2d3436;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#about_contents .about_btn a::after,
#support_contents .about_btn a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#about_contents .about_btn a::before,
#support_contents .about_btn a::before {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 7px;
  font-family: "Phosphor_Fill";
  opacity: 0.7;
  content: attr(data-icon);
}
#about_contents .about_btns,
#support_contents .about_btns {
  padding: 10px 25px 15px;
}
#about_contents .about_btns .title,
#support_contents .about_btns .title {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 25px 12px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(215, 221, 223, 0.7);
  color: #2d3436;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#about_contents .about_btns a + .title,
#support_contents .about_btns a + .title {
  margin-top: 30px;
}
#about_contents .about_btns a,
#support_contents .about_btns a {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 18px 25px 25px 25px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #d7dddf;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #2d3436;
  font-size: 18px;
  line-height: 24px;
}
#about_contents .about_btns a .name,
#support_contents .about_btns a .name {
  display: block;
  color: #4779b4;
  font-weight: 600;
  text-align: justify;
}
#about_contents .about_btns a .name::before,
#support_contents .about_btns a .name::before {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 5px;
  font-family: "Phosphor_Fill";
  content: attr(data-icon);
}
#about_contents .about_btns a .name.other_site::after,
#support_contents .about_btns a .name.other_site::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 0px;
  font-family: "Phosphor";
  font-size: 15px;
  content: attr(data-icon);
  opacity: 0.7;
  content: "\e5de";
}
#about_contents .about_btns a.kigyo .name,
#support_contents .about_btns a.kigyo .name {
  color: #b44776;
}
#about_contents .about_btns a .tips,
#support_contents .about_btns a .tips {
  display: block;
  padding-top: 6px;
  color: #8d979c;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
#about_contents .about_btns a::after,
#support_contents .about_btns a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#about_contents p + .about_btn,
#about_contents p + .about_btns,
#support_contents p + .about_btn,
#support_contents p + .about_btns {
  margin-top: 0;
}
#about_contents .footer,
#support_contents .footer {
  width: 100%;
  padding: 20px 0 40px;
  text-align: center;
}
#about_contents #main_visual,
#support_contents #main_visual {
  position: relative;
  height: 150px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-image: url(../img_2x/about/about_header.png);
  background-size: 500px 150px;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
#about_contents #main_visual .logo,
#support_contents #main_visual .logo {
  position: absolute;
  width: 153px;
  height: 64px;
  top: 40px;
  left: 30px;
  background-image: url(../img_2x/about/about_header_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#about_contents #main_visual .yu,
#support_contents #main_visual .yu {
  display: none;
}

#support_contents blockquote {
  margin-bottom: 20px !important;
}
#support_contents .support_flow {
  width: 100%;
  padding: 10px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#support_contents .support_flow .end {
  border: 1px solid #d7dddf;
  border-radius: 10px;
}
#support_contents .support_flow .end::before {
  content: "上記をすべてご確認いただいても解決しない場合は、";
}
#support_contents .support_flow dt {
  position: relative;
  width: 100%;
  padding: 15px 25px 15px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  border: 1px solid #d7dddf;
  border-bottom: none;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#support_contents .support_flow dd {
  position: relative;
  width: 100%;
  padding: 55px 25px 20px;
  margin-bottom: 10px;
  border-radius: 0 0 10px 10px;
  background-color: #e8ecee;
  border: 1px solid #d7dddf;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#support_contents .support_flow dd::before {
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px 25px;
  top: 0;
  left: 0;
  background-color: #40739e;
  color: #fff;
  font-family: "Phosphor";
  font-size: 22px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "\e198";
}
#support_contents .support_flow dd::after {
  position: absolute;
  display: block;
  top: 13px;
  left: 54px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  content: "YESの場合";
}
#support_contents .support_flow dd .text {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
#support_contents .support_flow dd a {
  position: relative;
  margin-top: 15px;
  padding: 10px 18px 15px 18px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d7dddf;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #2d3436;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#support_contents .support_flow dd a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(../img_2x/common/header_line_bk.png);
  background-size: 50px 50px;
  z-index: 3;
  content: "";
}
#support_contents .support_flow dd a::before {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-right: 5px;
  font-family: "Phosphor_Fill";
  opacity: 0.7;
  content: attr(data-icon);
}
#support_contents .support_flow dd a[target=_blank] span::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 0px;
  font-family: "Phosphor";
  font-size: 16px;
  opacity: 0.7;
  content: "\e5de";
}
#support_contents .support_flow dd a + .text {
  padding-top: 20px;
}
#support_contents .support_flow dt.reverse + dd::before {
  background-color: #c23616;
}
#support_contents .support_flow dt.reverse + dd::after {
  content: "NOの場合";
}
#support_contents .caution {
  margin: -15px 0 20px;
}
#support_contents #trouble_title {
  padding: 0 0 0;
}
#support_contents #trouble_title .head {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px;
  border-radius: 10px 10px 0 0;
  background-color: #d7dddf;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
#support_contents #trouble_title .head::before {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -15px;
  bottom: 0;
  background-color: #d7dddf;
  content: "";
}
#support_contents #trouble_title .head::after {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: -30px;
  border-radius: 15px;
  bottom: 0;
  background-color: #f8f9f9;
  content: "";
}
#support_contents #trouble_title .display {
  position: relative;
  display: block;
  padding: 15px 20px 18px;
  border-radius: 0 10px 10px 10px;
  background-color: #e8ecee;
  border: 1px solid #d7dddf;
  border-bottom: 3px solid #d7dddf;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.02);
  font-size: 14px;
  line-height: 14px;
}
#support_contents #trouble_title .display::after {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  color: #a9b2b4;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
  content: "\e136";
}
#support_contents #trouble_title .selectbox_list {
  position: relative;
  height: auto;
  max-height: 0px;
  top: 0px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  border-left: 1px solid #d7dddf;
  border-right: 1px solid #d7dddf;
  border-bottom: 1px solid #d7dddf;
  overflow: hidden;
  -webkit-transition: 0.4s ease max-height;
  transition: 0.4s ease max-height;
}
#support_contents #trouble_title .selectbox_list li {
  padding: 10px 20px;
  border-top: 1px solid #d7dddf;
  -webkit-transition: 0.2s ease color;
  transition: 0.2s ease color;
  cursor: pointer;
}
#support_contents #trouble_title .selectbox_list li::before {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 8px;
  color: #d7dddf;
  font-family: "Phosphor";
  font-size: 18px;
  line-height: 18px;
  content: "\e45e";
}
#support_contents #trouble_title[data-target="01"] li[data-title_id="01"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="02"] li[data-title_id="02"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="03"] li[data-title_id="03"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="04"] li[data-title_id="04"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="05"] li[data-title_id="05"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="06"] li[data-title_id="06"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="07"] li[data-title_id="07"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="08"] li[data-title_id="08"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="09"] li[data-title_id="09"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="10"] li[data-title_id="10"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="11"] li[data-title_id="11"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="12"] li[data-title_id="12"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="13"] li[data-title_id="13"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="14"] li[data-title_id="14"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="15"] li[data-title_id="15"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="16"] li[data-title_id="16"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="17"] li[data-title_id="17"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="18"] li[data-title_id="18"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="19"] li[data-title_id="19"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="20"] li[data-title_id="20"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="21"] li[data-title_id="21"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="22"] li[data-title_id="22"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="23"] li[data-title_id="23"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="24"] li[data-title_id="24"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title[data-target="25"] li[data-title_id="25"]::before {
  color: #0097e6;
  content: "\e186";
}
#support_contents #trouble_title.active .display {
  border-radius: 0 10px 0 0;
}
#support_contents #trouble_title.active .display::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#support_contents #trouble_title.active .selectbox_list {
  max-height: 1100px;
}
#support_contents .trouble_list {
  padding-top: 15px;
}
#support_contents .trouble_list .toggle_area,
#support_contents .trouble_list .tips {
  display: none;
}
#support_contents .trouble_list[data-target="01"] > div[data-title*="01"] {
  display: block;
}
#support_contents .trouble_list[data-target="02"] > div[data-title*="02"] {
  display: block;
}
#support_contents .trouble_list[data-target="03"] > div[data-title*="03"] {
  display: block;
}
#support_contents .trouble_list[data-target="04"] > div[data-title*="04"] {
  display: block;
}
#support_contents .trouble_list[data-target="05"] > div[data-title*="05"] {
  display: block;
}
#support_contents .trouble_list[data-target="06"] > div[data-title*="06"] {
  display: block;
}
#support_contents .trouble_list[data-target="07"] > div[data-title*="07"] {
  display: block;
}
#support_contents .trouble_list[data-target="08"] > div[data-title*="08"] {
  display: block;
}
#support_contents .trouble_list[data-target="09"] > div[data-title*="09"] {
  display: block;
}
#support_contents .trouble_list[data-target="10"] > div[data-title*="10"] {
  display: block;
}
#support_contents .trouble_list[data-target="11"] > div[data-title*="11"] {
  display: block;
}
#support_contents .trouble_list[data-target="12"] > div[data-title*="12"] {
  display: block;
}
#support_contents .trouble_list[data-target="13"] > div[data-title*="13"] {
  display: block;
}
#support_contents .trouble_list[data-target="14"] > div[data-title*="14"] {
  display: block;
}
#support_contents .trouble_list[data-target="15"] > div[data-title*="15"] {
  display: block;
}
#support_contents .trouble_list[data-target="16"] > div[data-title*="16"] {
  display: block;
}
#support_contents .trouble_list[data-target="17"] > div[data-title*="17"] {
  display: block;
}
#support_contents .trouble_list[data-target="18"] > div[data-title*="18"] {
  display: block;
}
#support_contents .trouble_list[data-target="19"] > div[data-title*="19"] {
  display: block;
}
#support_contents .trouble_list[data-target="20"] > div[data-title*="20"] {
  display: block;
}
#support_contents .trouble_list[data-target="21"] > div[data-title*="21"] {
  display: block;
}
#support_contents .trouble_list[data-target="22"] > div[data-title*="22"] {
  display: block;
}
#support_contents .trouble_list[data-target="23"] > div[data-title*="23"] {
  display: block;
}
#support_contents .trouble_list[data-target="24"] > div[data-title*="24"] {
  display: block;
}
#support_contents .trouble_list[data-target="25"] > div[data-title*="25"] {
  display: block;
}
#support_contents .warning {
  padding-bottom: 18px !important;
  font-size: 12px !important;
  line-height: 20px !important;
}
#support_contents .warning strong {
  font-size: 16px;
  line-height: 24px;
}

#body_contact #secondary_header h2,
#body_message #secondary_header h2 {
  background-color: #0097e6;
}

#body_contact #contact_title,
#body_message #contact_title {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
#body_contact #contact_title h3,
#body_message #contact_title h3 {
  color: #2d3436;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}
#body_contact #contact_title:empty,
#body_message #contact_title:empty {
  height: 20px;
}
#body_contact #message_contents,
#body_message #message_contents {
  width: 450px;
  margin: 0 auto;
  padding: 20px 0 0;
}
#body_contact #message_contents h4,
#body_message #message_contents h4 {
  padding: 1em 0 0.4em;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#body_contact #message_contents p,
#body_message #message_contents p {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
#body_contact #message_contents p a,
#body_message #message_contents p a {
  color: #4779b4;
}
#body_contact #message_contents img,
#body_message #message_contents img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
  border-radius: 12px;
  border: 1px solid #dfe6e9;
}
#body_contact #message_contents .img,
#body_message #message_contents .img {
  margin: 10px auto 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_contact #message_contents .img.img_01,
#body_message #message_contents .img.img_01 {
  width: 234.6px;
  height: 227.4px;
  background-image: url(../img_2x/common/img_send.png);
}
#body_contact #message_contents .img.img_02,
#body_message #message_contents .img.img_02 {
  width: 195px;
  height: 276px;
  background-image: url(../img_2x/common/img_404.png);
}
#body_contact .footer,
#body_message .footer {
  padding: 20px 0 40px;
  text-align: center;
}

#contact_form .inner {
  width: 450px;
  padding: 20px 25px;
}
#contact_form a {
  color: #4779b4;
  text-decoration: underline;
}
#contact_form h3 {
  margin: 25px 0 15px;
  padding: 3px 0 6px 20px;
  border-left: 4px solid #d7dddf;
  color: #2d3436;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
#contact_form h3 + p {
  margin: -10px 24px 22px;
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
}
#contact_form p {
  margin: 0 24px 22px;
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
}
#contact_form dl {
  display: block;
  border-top: 1px solid #dfe6e9;
  background-color: #fff;
}
#contact_form dl dt {
  width: 100%;
  padding: 13px 0 6px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#contact_form dl dt span {
  position: relative;
  display: inline-block;
  height: 20px;
  top: -2px;
  padding: 0 8px;
  margin-left: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  background-color: #c8ccce;
  color: #fff;
}
#contact_form dl dt span.required {
  background-color: #c23616;
  color: #fff;
}
#contact_form dl dd {
  width: 100%;
  padding: 0 20px 14px 20px;
  border-bottom: 1px solid #dfe6e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_form dl dd .input {
  position: relative;
}
#contact_form dl dd .input input[type=text],
#contact_form dl dd .input input[type=file],
#contact_form dl dd .input textarea,
#contact_form dl dd .input select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px 15px 12px 15px;
  border: 1px solid #abb0b2;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact_form dl dd .input input[type=text]:focus,
#contact_form dl dd .input input[type=file]:focus,
#contact_form dl dd .input textarea:focus,
#contact_form dl dd .input select:focus {
  outline: none;
  background-color: #fffff5;
}
#contact_form dl dd .input textarea {
  height: 200px;
  min-height: 80px;
  resize: vertical;
}
#contact_form dl dd .input select {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 43px 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact_form dl dd .input .progress {
  display: none;
  position: absolute;
  height: 16px;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
#contact_form dl dd .input .progress::before {
  display: inline-block;
  color: #e8edef;
  color: #fff;
  font-family: "Phosphor";
  font-size: 20px;
  line-height: 20px;
  content: "\eba6";
}
#contact_form dl dd .input .progress.ok::before {
  color: #0097e6;
  font-family: "Phosphor";
  font-size: 20px;
  line-height: 20px;
  content: "\eba6";
}
#contact_form dl dd .check {
  display: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#contact_form dl dd .select::after {
  position: absolute;
  display: block;
  top: 14px;
  right: 13px;
  color: #abb0b2;
  font-family: "Phosphor";
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
  content: "\e140";
}
#contact_form dl dd .tip {
  margin-top: 5px;
  border-radius: 6px;
  color: #94999b;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_form dl dd .tip a {
  color: #94999b;
  text-decoration: underline;
}
#contact_form dl dt.toggle,
#contact_form dl dd.toggle {
  display: none;
}
#contact_form .error,
#contact_form .error_message,
#contact_form .message {
  position: relative;
  display: block;
  width: 100%;
  min-height: 2em;
  padding: 9px 20px 11px 20px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #c23616;
  background-color: #fff4f1;
  color: #2d3436;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: justify;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_form .error:empty,
#contact_form .error_message:empty,
#contact_form .message:empty {
  display: none;
  margin-bottom: 0;
}
#contact_form .error_message {
  display: none;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
#contact_form .message {
  display: none;
  margin-bottom: 20px;
  border: 1px solid #0097e6;
  background-color: #f5fbff;
  font-size: 16px;
  line-height: 24px;
}
#contact_form .send_btns {
  padding: 20px 0 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#contact_form .send_btns p {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
#contact_form .send_btns label,
#contact_form .send_btns .next_btn,
#contact_form .send_btns .cancel_btn {
  display: inline-block;
  width: 180px;
  height: 50px;
  margin: 0 2px;
  border-radius: 10px;
  background-color: #0097e6;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}
#contact_form .send_btns .cancel_btn {
  background-color: #94999b;
}
#contact_form .send_btns input {
  display: none;
}
#contact_form .send_btns .next_btn {
  display: inline-block;
}
#contact_form .send_btns label,
#contact_form .send_btns .cancel_btn {
  display: none;
}
#contact_form .error_return .error_message {
  display: block;
}
#contact_form .check_mode .message {
  display: block;
}
#contact_form .check_mode dt {
  padding-bottom: 30px;
}
#contact_form .check_mode dd {
  padding: 0 20px 20px 20px;
  margin-top: -22px;
}
#contact_form .check_mode dd .error,
#contact_form .check_mode dd .input,
#contact_form .check_mode dd .tip {
  display: none;
}
#contact_form .check_mode dd .check {
  display: block;
}
#contact_form .check_mode .send_btns .next_btn {
  display: none;
}
#contact_form .check_mode .send_btns label,
#contact_form .check_mode .send_btns .cancel_btn {
  display: inline-block;
}
#contact_form .send_btns {
  position: relative;
}
#contact_form .send_btns .wpcf7-spinner {
  position: absolute;
  bottom: 30px;
}

#modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 100;
}
#modal .wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#modal .inner {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
#modal .closed {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #2d3436;
  font-family: "Phosphor";
  font-size: 0;
}
#modal .closed::after {
  font-size: 36px;
  line-height: 36px;
  content: "\e4f6";
}/*# sourceMappingURL=style_sp_2x.css.map */