@charset "UTF-8";
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
  text-align: center; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #000;
  /*max-height: $modaal-max-height;*/
  min-height: 800px;
  max-width: 1280px;
  border-radius: 0px;
  cursor: auto;
  /*--------------------------- 
      custom-modal 
  ---------------------------*/ }
  @media screen and (max-width: 640px) {
    .modaal-container {
      max-width: 100%; } }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }
  .modaal-container .modaal-content-container {
    width: 100% !important; }
    @media screen and (max-width: 640px) {
      .modaal-container .modaal-content-container > .modal_wrap {
        padding-top: 100px; } }
    .modaal-container .modaal-content-container > .modal_wrap figure {
      margin: 0 auto;
      text-align: center;
      width: 100%; }
      .modaal-container .modaal-content-container > .modal_wrap figure img {
        max-height: 100%;
        height: auto;
        max-width: 100%;
        width: auto; }
    .modaal-container .modaal-content-container > .modal_wrap > .txt {
      background: #fff;
      margin-top: 20px;
      padding: 20px;
      width: 100%; }

.modaal-close {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #E60012; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #fff; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }
.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }
.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image {
    /*.modaal-inner-wrapper {
    	padding-left: 25px;
    	padding-right: 25px;
    }*/ }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    /*padding-top: 100px;*/
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

@media only screen and (min-width: 641px) {
  .g_subnav li#menu-item-00000 {
    width: 140px !important; } }
@media (max-width: 640px) {
  br.pc {
    display: none; } }
br.tab {
  display: none; }
  @media (max-width: 1227px) {
    br.tab {
      display: inline; } }
br.sp {
  display: none; }
  @media (max-width: 640px) {
    br.sp {
      display: inline; } }

.footer-btn-wt {
  background: none;
  border: 1px solid #fff;
  border-radius: 8px;
  min-height: 63px;
  height: auto;
  margin: 20px auto;
  text-align: center;
  max-width: 680px;
  width: 100%; }
  @media (max-width: 640px) {
    .footer-btn-wt {
      min-height: 63px;
      width: 90%; } }
  .footer-btn-wt a {
    color: #fff !important;
    display: block;
    font-size: 1.08em;
    font-weight: normal;
    text-decoration: none;
    padding: 23px;
    height: auto;
    display: inline-block; }
    @media (max-width: 640px) {
      .footer-btn-wt a {
        margin: 0 auto;
        padding: 23px 30px;
        line-height: 1.4;
        text-align: left; } }
    .footer-btn-wt a span.mail-txt {
      color: #2A8AC9;
      text-decoration: underline; }
    .footer-btn-wt a span.arrow {
      position: relative; }
      .footer-btn-wt a span.arrow::before {
        content: "";
        position: absolute;
        top: 11%;
        left: -20px;
        background: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/common_custom/icon-arrow-wt.png") no-repeat;
        background-size: 100%;
        margin-right: 10px;
        height: 18px;
        width: 11px; }
        @media (max-width: 640px) {
          .footer-btn-wt a span.arrow::before {
            top: 0.7%; } }

[class^="footer-btn-"] {
  cursor: pointer;
  opacity: 1;
  transition: all .3s; }
  [class^="footer-btn-"]:hover {
    opacity: .6; }
    @media (max-width: 640px) {
      [class^="footer-btn-"]:hover {
        opacity: 1; } }

footer > #footer > .subnav {
  border-top: solid 1px #BF152B; }
footer > small {
  border-top: solid 1px #BF152B;
  background: #DE364B; }

#contents.uniquePost, #post_faq_main, #contents.supportPostChild {
  color: #3C3C3C;
  background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/bg.png");
  padding: 40px 0 190px; }
  @media (max-width: 640px) {
    #contents.uniquePost, #post_faq_main, #contents.supportPostChild {
      padding: 0 0 0; } }
  #contents.uniquePost > .wrap, #post_faq_main > .wrap, #contents.supportPostChild > .wrap {
    padding: 0; }
    #contents.uniquePost > .wrap > .contents, #post_faq_main > .wrap > .contents, #contents.supportPostChild > .wrap > .contents {
      padding: 80px 80px 110px;
      display: block;
      width: 100%;
      box-sizing: border-box;
      border: none; }
      @media (max-width: 640px) {
        #contents.uniquePost > .wrap > .contents, #post_faq_main > .wrap > .contents, #contents.supportPostChild > .wrap > .contents {
          padding: 40px 0 100px; } }
  #contents.uniquePost .article_content, #post_faq_main .article_content, #contents.supportPostChild .article_content {
    padding: 0;
    margin: 0; }
  #contents.uniquePost h3.style2020-section_ttl, #post_faq_main h3.style2020-section_ttl, #contents.supportPostChild h3.style2020-section_ttl {
    color: #3C3C3C;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    font-size: 18px; }
    @media (max-width: 640px) {
      #contents.uniquePost h3.style2020-section_ttl, #post_faq_main h3.style2020-section_ttl, #contents.supportPostChild h3.style2020-section_ttl {
        font-size: 20px; } }
  #contents.uniquePost a, #contents.uniquePost button, #contents.uniquePost [class^="style2020-btn_"], #contents.uniquePost .modal_open_2020, #contents.uniquePost #modal_close_2020, #post_faq_main a, #post_faq_main button, #post_faq_main [class^="style2020-btn_"], #post_faq_main .modal_open_2020, #post_faq_main #modal_close_2020, #contents.supportPostChild a, #contents.supportPostChild button, #contents.supportPostChild [class^="style2020-btn_"], #contents.supportPostChild .modal_open_2020, #contents.supportPostChild #modal_close_2020 {
    cursor: pointer;
    opacity: 1;
    transition: all .3s; }
    #contents.uniquePost a:hover, #contents.uniquePost button:hover, #contents.uniquePost [class^="style2020-btn_"]:hover, #contents.uniquePost .modal_open_2020:hover, #contents.uniquePost #modal_close_2020:hover, #post_faq_main a:hover, #post_faq_main button:hover, #post_faq_main [class^="style2020-btn_"]:hover, #post_faq_main .modal_open_2020:hover, #post_faq_main #modal_close_2020:hover, #contents.supportPostChild a:hover, #contents.supportPostChild button:hover, #contents.supportPostChild [class^="style2020-btn_"]:hover, #contents.supportPostChild .modal_open_2020:hover, #contents.supportPostChild #modal_close_2020:hover {
      opacity: .6; }
      @media (max-width: 640px) {
        #contents.uniquePost a:hover, #contents.uniquePost button:hover, #contents.uniquePost [class^="style2020-btn_"]:hover, #contents.uniquePost .modal_open_2020:hover, #contents.uniquePost #modal_close_2020:hover, #post_faq_main a:hover, #post_faq_main button:hover, #post_faq_main [class^="style2020-btn_"]:hover, #post_faq_main .modal_open_2020:hover, #post_faq_main #modal_close_2020:hover, #contents.supportPostChild a:hover, #contents.supportPostChild button:hover, #contents.supportPostChild [class^="style2020-btn_"]:hover, #contents.supportPostChild .modal_open_2020:hover, #contents.supportPostChild #modal_close_2020:hover {
          opacity: 1; } }
  #contents.uniquePost [type="text"], #post_faq_main [type="text"], #contents.supportPostChild [type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border-radius: 8px 8px;
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    padding: 10px;
    width: 455px;
    height: 48px;
    max-width: 100%;
    border: solid 1px #707070;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 640px) {
      #contents.uniquePost [type="text"], #post_faq_main [type="text"], #contents.supportPostChild [type="text"] {
        width: 100%;
        height: 48px;
        border: solid 1px #3C3C3C;
        border-radius: 8px 8px; } }
    #contents.uniquePost [type="text"]:focus, #post_faq_main [type="text"]:focus, #contents.supportPostChild [type="text"]:focus {
      border: solid 1px #AEAEAE;
      box-shadow: none;
      outline: none; }
      @media (max-width: 640px) {
        #contents.uniquePost [type="text"]:focus, #post_faq_main [type="text"]:focus, #contents.supportPostChild [type="text"]:focus {
          border: solid 1px #3C3C3C; } }
  #contents.uniquePost .no_br br, #post_faq_main .no_br br, #contents.supportPostChild .no_br br {
    display: none; }

#contents.uniquePost- {
  /*----- .custom -----*/ }
  #contents.uniquePost-custom {
    color: #3C3C3C;
    background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/bg.png");
    padding: 40px 0 190px;
    /*--------------------------- 
          tab_design
    -----------------------------*/ }
    @media (max-width: 640px) {
      #contents.uniquePost-custom {
        padding: 0 0 0; } }
    #contents.uniquePost-custom .tab-wrap {
      background: none;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0; }
      #contents.uniquePost-custom .tab-wrap .tab-menu {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        @media (max-width: 640px) {
          #contents.uniquePost-custom .tab-wrap .tab-menu {
            flex-wrap: wrap-reverse;
            margin-top: 35px; } }
        #contents.uniquePost-custom .tab-wrap .tab-menu li {
          box-sizing: border-box;
          color: #5A5A5A;
          background: #E8ECF7;
          padding: 0 10px;
          width: 100%; }
          #contents.uniquePost-custom .tab-wrap .tab-menu li .children {
            display: none; }
          #contents.uniquePost-custom .tab-wrap .tab-menu li:nth-child(n + 2) {
            margin-left: 15px; }
          @media (max-width: 640px) {
            #contents.uniquePost-custom .tab-wrap .tab-menu li {
              box-sizing: border-box;
              border-bottom: solid 1px #dadde7;
              border-right: solid 1px #dadde7;
              width: 50%; }
              #contents.uniquePost-custom .tab-wrap .tab-menu li:nth-child(even) {
                border-right: none; }
              #contents.uniquePost-custom .tab-wrap .tab-menu li:nth-last-child(1), #contents.uniquePost-custom .tab-wrap .tab-menu li:nth-last-child(2) {
                border-top: solid 1px #dadde7; }
              #contents.uniquePost-custom .tab-wrap .tab-menu li:nth-child(n + 2) {
                margin-left: 0; } }
          #contents.uniquePost-custom .tab-wrap .tab-menu li a {
            color: #5A5A5A;
            display: block;
            text-align: center;
            padding: 30px 0;
            height: 100%;
            width: 100%; }
            @media (max-width: 640px) {
              #contents.uniquePost-custom .tab-wrap .tab-menu li a {
                height: auto;
                padding: 20px 0; } }
            #contents.uniquePost-custom .tab-wrap .tab-menu li a span {
              position: relative;
              display: inline-block;
              font-size: 1.2em;
              padding-left: 8px; }
              @media (max-width: 640px) {
                #contents.uniquePost-custom .tab-wrap .tab-menu li a span {
                  text-align: left;
                  display: inline-block;
                  width: 70%; } }
              #contents.uniquePost-custom .tab-wrap .tab-menu li a span::before {
                content: "";
                position: absolute;
                top: 1.2%;
                left: -8px;
                background: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/common_custom/icon-arrow.png") no-repeat;
                background-size: 100%;
                height: 17px;
                width: 10px; }
                @media (max-width: 640px) {
                  #contents.uniquePost-custom .tab-wrap .tab-menu li a span::before {
                    top: 3.2%;
                    left: -12%;
                    height: 15px;
                    width: 9px; } }
          #contents.uniquePost-custom .tab-wrap .tab-menu li.current_page_item {
            background: none;
            background: #fff !important; }
    #contents.uniquePost-custom > .wrap {
      padding: 0; }
      #contents.uniquePost-custom > .wrap > .contents {
        padding: 80px 80px 110px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        border: none; }
        @media (max-width: 640px) {
          #contents.uniquePost-custom > .wrap > .contents {
            padding: 40px 8px 100px; } }
    #contents.uniquePost-custom .entry-title {
      display: none !important; }
    #contents.uniquePost-custom .article_content {
      padding: 0;
      margin: 0; }
      #contents.uniquePost-custom .article_content.contents {
        /*--------------------------- 
              tab_cont-area
        -----------------------------*/ }
        #contents.uniquePost-custom .article_content.contents > .tab_cont-area {
          display: none; }
          #contents.uniquePost-custom .article_content.contents > .tab_cont-area.is_show {
            display: block; }
          #contents.uniquePost-custom .article_content.contents > .tab_cont-area h2 {
            font-size: 1.9em;
            font-weight: bold;
            border-top: none;
            padding: 10px 0;
            background: none;
            color: #E60012;
            text-align: left; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area h2 + .inr {
              margin-top: 48px !important; }
          #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr {
            /*--------------------------- 
                btn_area 
            ---------------------------*/ }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr.border-b {
              padding-bottom: 58px;
              border-bottom: 1px solid #707070; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr + .inr {
              margin-top: 58px; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr + h2 {
              margin-top: 115px; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr h3 {
              color: #3C3C3C;
              font-size: 1.3em;
              letter-spacing: 0.02em;
              line-height: 1.2;
              padding: 2px 12px;
              border-left: 5px solid #E60012; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr h3 + .cont-box {
                margin-top: 40px; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr h3.normal {
                border-left: 0;
                padding-left: 0;
                line-height: 1.6; }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr h3.normal + .cont-box {
                  margin-top: 58px; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box + .cont-box {
              margin-top: 45px; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p {
              padding: 0;
              margin: 0; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.ttl {
                color: #3C3C3C;
                font-size: 1.3em;
                font-weight: bold;
                /*margin-bottom: 5px;*/ }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.ttl + .btn-bk, #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.ttl + .btn-wt, #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.ttl + ol {
                  margin-top: 10px; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.txt {
                margin-top: 10px; }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.txt + .txt {
                  margin-top: 30px; }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.txt + .btn-bk, #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.txt + .btn-wt {
                  margin-top: 48px; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box p.notes {
                margin-top: 18px; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box ol.list {
              list-style: disc; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box ol.list li {
                line-height: 160%;
                margin-left: 20px; }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box ol.list li:nth-child(n + 2) {
                  margin-top: 10px; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box figure {
              margin: 30px auto; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box figure img {
                height: auto;
                width: 100%; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box {
              display: flex;
              flex-flow: wrap;
              justify-content: space-between;
              align-self: stretch;
              margin: 0 -40px 0 0;
              padding-bottom: 50px; }
              @media (max-width: 640px) {
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box {
                  margin: 0;
                  padding: 0;
                  flex-direction: column; }
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box + .two-column-box {
                    margin-top: 40px; } }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box .wrap-box {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                margin: 0 40px 0 0;
                width: calc(50% - 40px); }
                @media (max-width: 640px) {
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box .wrap-box {
                    margin: 0;
                    width: 100%; }
                    #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box .wrap-box + .wrap-box {
                      margin-top: 40px; } }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box .wrap-box > h3 {
                  border: 0;
                  color: #3C3C3C;
                  font-size: 1.2em;
                  font-weight: normal;
                  line-height: 1.2;
                  margin-bottom: 15px;
                  padding: 0 0 0 20px;
                  position: relative; }
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box .wrap-box > h3::before {
                    content: "";
                    position: absolute;
                    top: 3px;
                    left: 3px;
                    background: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/common_custom/icon-arrow.png") no-repeat;
                    background-size: 100%;
                    height: 14px;
                    width: 9px; }
                    @media (max-width: 640px) {
                      #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .two-column-box .wrap-box > h3::before {
                        top: 13.5%;
                        left: 2%;
                        height: 11px;
                        width: 7px; } }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area {
              background: #F4F6FD;
              margin-top: 35px;
              padding: 65px; }
              @media (max-width: 640px) {
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area {
                  padding: 30px 20px; } }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > h4 {
                margin: 0;
                padding: 0;
                font-weight: bold;
                font-size: 1.2em;
                margin-bottom: 30px;
                border-left: 0; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                margin: -30px 0 0 -65px; }
                @media (max-width: 640px) {
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal {
                    flex-direction: column;
                    justify-content: center;
                    margin: -30px 0 0 -20px; } }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl {
                  margin: 30px 0 0 65px;
                  width: calc(50% - 65px); }
                  @media (max-width: 640px) {
                    #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl {
                      margin: 30px 0 0 20px;
                      width: calc(100% - 20px); } }
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt {
                    background: #fff;
                    display: block !important;
                    box-sizing: content-box;
                    padding: 0;
                    position: relative;
                    text-align: center;
                    width: 100%; }
                    #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt img {
                      vertical-align: top !important; }
                    #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt a {
                      background: #fff;
                      display: block;
                      height: 100%;
                      width: 100%; }
                      #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt a::after {
                        content: "";
                        background: #E60012;
                        background-image: url(/portal/wordpress/wp-content/themes/arcsystemworks/images/common_custom/icon-search-wt.png);
                        /*background-image: url(/portal/wordpress/wp-content/themes/arcsystemworks/images/support/サーチアイコン.png);*/
                        background-size: 50% auto;
                        background-position: center center;
                        background-repeat: no-repeat;
                        width: 35px;
                        height: 35px;
                        display: block;
                        position: absolute;
                        bottom: -17px;
                        right: 0.2%;
                        transform: translateY(-50%);
                        z-index: 5; }
                        @media (max-width: 640px) {
                          #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt a::after {
                            bottom: -17px;
                            width: 35px;
                            height: 35px; } }
                      #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt a img {
                        vertical-align: top !important; }
                    #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt a[class^="custom-modal"] {
                      color: #fff !important;
                      cursor: pointer;
                      opacity: 1;
                      transition: all .3s; }
                      #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt a[class^="custom-modal"]:hover {
                        color: #fff !important;
                        opacity: .6; }
                        @media (max-width: 640px) {
                          #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt a[class^="custom-modal"]:hover {
                            opacity: 1; } }
                    @media (max-width: 640px) {
                      #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dt {
                        text-align: center; } }
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dd {
                    display: block !important;
                    margin-top: 15px;
                    padding: 0;
                    width: 100%; }
                    #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area > .Photo_Modal > dl dd + dd {
                      margin-top: 10px; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .cont-box > .custom-modal-area + .custom-modal-area {
                margin-top: 50px; }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk {
              background: #5a5a5a;
              border-radius: 8px;
              text-align: center;
              height: auto;
              min-height: 63px;
              max-width: 540px;
              width: 100%; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk.center {
                margin: 0 auto;
                text-align: center; }
              @media (max-width: 640px) {
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk {
                  min-height: 63px;
                  width: 100%; } }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk a {
                box-sizing: border-box;
                color: #fff !important;
                display: block;
                font-size: 1.08em;
                font-weight: normal;
                text-decoration: none;
                padding: 23px 30px;
                text-align: center;
                height: auto;
                width: 100%; }
                @media (max-width: 640px) {
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk a {
                    margin: 0 auto;
                    padding: 23px 40px;
                    line-height: 1.4; } }
                @media (max-width: 640px) {
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk a span {
                    display: inline-block;
                    margin: 0 auto;
                    text-align: left;
                    width: auto; } }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk a span.mail-txt {
                  color: #2A8AC9;
                  text-decoration: underline; }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk a span.arrow {
                  position: relative; }
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk a span.arrow::before {
                    content: "";
                    position: absolute;
                    top: 11%;
                    left: -20px;
                    background: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/common_custom/icon-arrow-wt.png") no-repeat;
                    background-size: 100%;
                    margin-right: 10px;
                    height: 18px;
                    width: 11px; }
                    @media (max-width: 640px) {
                      #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-bk a span.arrow::before {
                        top: 0.7%; } }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt {
              background: #fff;
              border: 1px solid #707070;
              border-radius: 8px;
              text-align: center;
              height: auto;
              min-height: 63px;
              max-width: 540px;
              width: 100%; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt.center {
                margin: 0 auto;
                text-align: center; }
              @media (max-width: 640px) {
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt {
                  min-height: 63px; } }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt a {
                box-sizing: border-box;
                color: #5a5a5a !important;
                display: block;
                font-size: 1.08em;
                font-weight: normal;
                text-decoration: none;
                padding: 23px 30px;
                text-align: center;
                height: auto;
                width: 100%; }
                @media (max-width: 640px) {
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt a {
                    margin: 0 auto;
                    padding: 23px 10px;
                    line-height: 1.4; } }
                @media (max-width: 640px) {
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt a span {
                    display: inline-block;
                    margin: 0 auto;
                    text-align: left;
                    width: auto; } }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt a span.mail-txt {
                  color: #2A8AC9;
                  text-decoration: underline; }
                #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt a span.arrow {
                  position: relative; }
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt a span.arrow::before {
                    content: "";
                    position: absolute;
                    top: 11%;
                    left: -20px;
                    background: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/common_custom/icon-arrow.png") no-repeat;
                    background-size: 100%;
                    margin-right: 10px;
                    height: 18px;
                    width: 11px; }
                    @media (max-width: 640px) {
                      #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr .btn-wt a span.arrow::before {
                        top: 0.7%; } }
            #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr div[class^="btn-"] {
              cursor: pointer;
              opacity: 1;
              transition: all .3s; }
              #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr div[class^="btn-"]:hover {
                opacity: .6; }
                @media (max-width: 640px) {
                  #contents.uniquePost-custom .article_content.contents > .tab_cont-area .inr div[class^="btn-"]:hover {
                    opacity: 1; } }

#online_shop h2 {
  width: 100%;
  max-width: 720px; }
  @media (max-width: 640px) {
    #online_shop h2 {
      padding: 0 10px;
      width: auto; } }
  #online_shop h2 img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
#online_shop .Top_slider {
  margin: 20px auto 0;
  text-align: center;
  height: 100%;
  max-height: 505px;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  /*opacity: 0;
  transition: opacity .1s linear;*/
  /*&.slick-initialized{
    opacity: 1;
  }*/ }
  @media (max-width: 640px) {
    #online_shop .Top_slider {
      max-height: 100%; } }
  #online_shop .Top_slider img {
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
#online_shop nav {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  #online_shop nav.shop_menu {
    background: #D4E8F0;
    padding: 20px 15px; }
    #online_shop nav.shop_menu .sp {
      display: none; }
    @media (max-width: 640px) {
      #online_shop nav.shop_menu {
        background: #fff;
        padding: 0; }
        #online_shop nav.shop_menu .sp {
          display: block; } }
    @media (max-width: 640px) {
      #online_shop nav.shop_menu label[for="menu_bar"] {
        background: #D4E8F0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block !important;
        margin: 0 auto;
        padding: 20px;
        line-height: 1;
        text-align: center;
        width: 100%; }
        #online_shop nav.shop_menu label[for="menu_bar"] span {
          color: #5A5A5A;
          display: inline-block;
          font-size: 1.35em;
          margin: 0 auto;
          text-align: center;
          position: relative; }
          #online_shop nav.shop_menu label[for="menu_bar"] span::before {
            content: "";
            position: absolute;
            top: 15%;
            left: -20px;
            background: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/common_custom/icon-arrow.png") no-repeat;
            background-size: 100%;
            height: 15px;
            width: 10px; } }
    @media (max-width: 640px) {
      #online_shop nav.shop_menu input[id^="menu_bar"] {
        display: none !important; }
        #online_shop nav.shop_menu input[id^="menu_bar"]:checked ~ ul li {
          height: auto;
          opacity: 1;
          border-bottom: 1px solid #DFE1E8; }
        #online_shop nav.shop_menu input[id^="menu_bar"]:checked + label[for="menu_bar"] span::before {
          transform: rotate(90deg);
          transition: transform 0.3s; } }
    #online_shop nav.shop_menu ul {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: -18px 0 0 -35px; }
      @media (max-width: 640px) {
        #online_shop nav.shop_menu ul {
          display: block;
          margin: 0;
          padding: 0;
          background: #f4f4f4;
          list-style: none; } }
      #online_shop nav.shop_menu ul li {
        cursor: pointer;
        display: block;
        align-self: stretch;
        background: #fff;
        display: block;
        font-size: 18px;
        margin: 18px 0 0 35px;
        height: 100%;
        width: 100%;
        max-width: 245px; }
        @media (max-width: 640px) {
          #online_shop nav.shop_menu ul li {
            margin: 0;
            height: 0;
            font-size: 1.25em;
            max-width: 100%;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; } }
        #online_shop nav.shop_menu ul li.active-check.active {
          background: #e60020;
          color: #fff;
          font-weight: bold; }
          #online_shop nav.shop_menu ul li.active-check.active .menu-title {
            background: #e60020;
            color: #fff; }
        #online_shop nav.shop_menu ul li > .menu-title {
          box-sizing: border-box;
          font-size: 18px;
          padding: 18px 10px;
          text-align: center;
          height: 64px;
          position: relative;
          z-index: 5; }
          @media (max-width: 640px) {
            #online_shop nav.shop_menu ul li > .menu-title {
              padding: 15px;
              text-decoration: none;
              color: #5a5a5a; } }
        #online_shop nav.shop_menu ul li.has-child-item {
          position: relative; }
          #online_shop nav.shop_menu ul li.has-child-item .menu-title {
            background: #fff; }
          #online_shop nav.shop_menu ul li.has-child-item:hover .list-item-acd {
            transform: scale(1, 1); }
            @media (max-width: 640px) {
              #online_shop nav.shop_menu ul li.has-child-item:hover .list-item-acd {
                transform: none;
                display: none; } }
        #online_shop nav.shop_menu ul li .list-item-acd {
          background: #5a5a5a;
          position: absolute;
          z-index: 4;
          width: 100%;
          padding: 0 18px;
          left: -18px;
          padding-top: 85px;
          margin-top: -85px;
          transform: scale(1, 0);
          transform-origin: center top;
          transition: transform .3s ease; }
          @media (max-width: 640px) {
            #online_shop nav.shop_menu ul li .list-item-acd {
              width: 100%;
              padding: 0;
              padding-top: 85px;
              left: 0;
              display: none;
              position: static;
              transform: none; } }
          #online_shop nav.shop_menu ul li .list-item-acd .list-item-contents {
            margin: 0; }
            #online_shop nav.shop_menu ul li .list-item-acd .list-item-contents > li {
              margin: 0;
              border-top: 1px solid #DFE1E8;
              width: 100%; }
              @media (max-width: 640px) {
                #online_shop nav.shop_menu ul li .list-item-acd .list-item-contents > li {
                  border: 0; }
                  #online_shop nav.shop_menu ul li .list-item-acd .list-item-contents > li:first-child {
                    border-top: 1px solid #DFE1E8; } }
              #online_shop nav.shop_menu ul li .list-item-acd .list-item-contents > li.list-item {
                box-sizing: border-box;
                border: none;
                background: #5a5a5a;
                cursor: pointer;
                color: #fff;
                display: block;
                font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
                font-size: 18px;
                outline: none;
                padding: 20px 10px;
                text-align: center;
                text-decoration: none;
                transition: all .3s;
                width: 100%;
                height: 64px;
                border-top: 1px solid #fff; }
                @media (max-width: 640px) {
                  #online_shop nav.shop_menu ul li .list-item-acd .list-item-contents > li.list-item {
                    display: block;
                    padding: 15px;
                    text-decoration: none;
                    color: #fff;
                    border-top: 1px solid #fff; } }
                #online_shop nav.shop_menu ul li .list-item-acd .list-item-contents > li.list-item:hover {
                  opacity: .6; }
                  @media (max-width: 640px) {
                    #online_shop nav.shop_menu ul li .list-item-acd .list-item-contents > li.list-item:hover {
                      opacity: 1; } }
  #online_shop nav.shop_link {
    padding-top: 47px; }
    @media (max-width: 640px) {
      #online_shop nav.shop_link {
        padding-top: 35px; } }
    #online_shop nav.shop_link ul {
      display: flex;
      flex-flow: wrap;
      margin: -15px 0 0 -30px; }
      @media (max-width: 640px) {
        #online_shop nav.shop_link ul {
          margin: 0; } }
    #online_shop nav.shop_link li {
      border: 1px solid #707070;
      margin: 15px 0 0 30px; }
      @media (max-width: 640px) {
        #online_shop nav.shop_link li {
          margin: 0;
          width: 100%; }
          #online_shop nav.shop_link li:nth-child(n + 2) {
            margin-top: 25px; } }
      @media (max-width: 640px) {
        #online_shop nav.shop_link li a {
          display: block;
          height: auto;
          min-height: 100%;
          width: auto;
          min-width: 100%; }
          #online_shop nav.shop_link li a img {
            display: block;
            margin: 0 auto;
            text-align: center; } }
      @media (max-width: 640px) {
        #online_shop nav.shop_link li {
          width: 100%; }
          #online_shop nav.shop_link li:nth-child(n + 2) {
            margin-top: 25px; }
          #online_shop nav.shop_link li img {
            text-align: center; } }
@media (max-width: 640px) {
  #online_shop .inr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; } }
#online_shop .wrap {
  padding: 0;
  padding: 50px 0 65px;
  width: 100%; }
  #online_shop .wrap:last-child {
    padding-bottom: 0; }
  #online_shop .wrap.bdr {
    border-bottom: 1px solid #707070; }
  #online_shop .wrap h3 {
    color: #707070;
    font-weight: normal;
    padding: 0;
    margin: 0 auto 10px; }
    @media (max-width: 640px) {
      #online_shop .wrap h3 {
        margin: 0 auto 20px; } }
    #online_shop .wrap h3.icon {
      color: #3c3c3c;
      font-weight: bold;
      font-size: 1.2em;
      padding: 1px 5px 1px 10px;
      border-left: 5px solid #E60012; }
      @media (max-width: 640px) {
        #online_shop .wrap h3.icon {
          font-size: 1.35em; } }
  #online_shop .wrap .lineup {
    display: flex;
    flex-flow: wrap;
    margin: -57px 0 0 -30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 640px) {
      #online_shop .wrap .lineup {
        justify-content: space-between;
        margin: -25px 0 0; } }
    #online_shop .wrap .lineup > .item_box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 57px 0 0 30px;
      width: 100%;
      max-width: 200px;
      /*display: none;
      &.visible {
        display: block;
      }*/ }
      @media (max-width: 640px) {
        #online_shop .wrap .lineup > .item_box {
          margin: 25px 0 0;
          max-width: 45%; } }
      #online_shop .wrap .lineup > .item_box a {
        text-decoration: none; }
        #online_shop .wrap .lineup > .item_box a > figure {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%;
          max-height: 200px; }
        #online_shop .wrap .lineup > .item_box a > dl.item_txt > dt, #online_shop .wrap .lineup > .item_box a > dl.item_txt > dd {
          color: #707070;
          display: block;
          background: none;
          padding: 0;
          width: 100%; }
        #online_shop .wrap .lineup > .item_box a > dl.item_txt dt {
          padding: 10px 0 5px; }
      #online_shop .wrap .lineup > .item_box[class^="item_box"] img {
        cursor: pointer;
        opacity: 1;
        transition: all .3s; }
        #online_shop .wrap .lineup > .item_box[class^="item_box"] img:hover {
          opacity: .6; }
          @media (max-width: 640px) {
            #online_shop .wrap .lineup > .item_box[class^="item_box"] img:hover {
              opacity: 1; } }

@media (max-width: 640px) {
  .faq_breadcrumb {
    margin-top: 70px; } }

.style2020-area_ttl {
  color: #CF0010;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px; }
  @media (max-width: 640px) {
    .style2020-area_ttl {
      font-size: 24px; } }
  .style2020-area_ttl_sub {
    color: #5A5A5A;
    font-size: 18px;
    display: inline-block;
    margin-left: 20px; }
  @media (max-width: 640px) {
    .style2020-area_ttl.pc {
      display: none; } }
.style2020-section_ttl {
  position: relative;
  color: #707070;
  font-size: 18px; }
  @media (max-width: 640px) {
    .style2020-section_ttl {
      font-size: 24px; } }
  .style2020-section_ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-58%);
    background: #E60012;
    width: 5px;
    height: 24px; }
.style2020-flex {
  display: flex; }
.style2020-border {
  border: solid 1px #707070;
  padding: 40px 64px;
  box-sizing: border-box; }
  @media (max-width: 640px) {
    .style2020-border {
      border-right: none;
      border-left: none;
      padding: 40px 18px; } }
.style2020-btn_gray {
  display: block;
  background: #5A5A5A;
  border: none;
  box-shadow: none;
  border-radius: 8px 8px;
  color: #fff;
  font-size: 18px;
  width: 240px;
  height: 48px;
  max-width: 100%; }
  @media (max-width: 640px) {
    .style2020-btn_gray {
      font-size: 20px; } }
  .style2020-btn_gray a {
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%; }
  .style2020-btn_gray span {
    position: relative; }
    .style2020-btn_gray span::before {
      content: "";
      background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/矢印アイコン　右-11@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      top: 50%;
      left: -30px;
      transform: translateY(-50%); }
.style2020-btn_white {
  display: block;
  background: #fff;
  border: #707070 solid 1px;
  box-shadow: none;
  border-radius: 8px 8px;
  color: #3C3C3C;
  font-size: 14px;
  width: 240px;
  height: 48px;
  max-width: 100%; }
  .style2020-btn_white a {
    color: #3C3C3C !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%; }
  .style2020-btn_white span {
    position: relative; }
    .style2020-btn_white span::before {
      content: "";
      background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/矢印アイコン　右-10@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      top: 50%;
      left: -30px;
      transform: translateY(-50%); }
.style2020-search [type="text"] {
  background: #fff !important;
  padding: 10px 10px 10px 50px !important; }
  @media (max-width: 640px) {
    .style2020-search [type="text"] {
      padding: 10px 10px 10px 40px !important; } }
.style2020-search .input_wrap {
  position: relative; }
  @media (max-width: 1227px) {
    .style2020-search .input_wrap {
      display: block;
      width: 455px;
      height: 48px;
      max-width: 100%;
      margin: 0 auto; } }
  .style2020-search .input_wrap::before {
    content: "";
    background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/サーチアイコン.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    z-index: 10; }
    @media (max-width: 640px) {
      .style2020-search .input_wrap::before {
        width: 20px;
        height: 20px; } }

#modal_box_2020 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding-top: 20vh;
  display: none; }
  @media (max-width: 1227px) {
    #modal_box_2020 {
      padding-top: 10vh; } }
  #modal_box_2020 #modal_bg_2020 {
    background: #5A5A5A;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #modal_box_2020 #modal_close_2020 {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    z-index: 2; }
    @media (max-width: 1227px) {
      #modal_box_2020 #modal_close_2020 {
        top: 4vh;
        width: 40px;
        height: 40px; } }
  #modal_box_2020 .modal_closebox_2020 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #modal_box_2020 #modal_contents_2020 {
    position: relative;
    z-index: 3; }
    #modal_box_2020 #modal_contents_2020 h4 {
      background: #707070;
      color: #fff;
      padding: .4em .2em;
      text-align: center;
      font-size: 24px;
      border: none;
      line-height: 1.4;
      width: 100%;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        #modal_box_2020 #modal_contents_2020 h4 {
          font-size: 20px; } }
    #modal_box_2020 #modal_contents_2020 h5 {
      color: #fff;
      font-weight: bold;
      font-size: 42px; }
      @media (max-width: 640px) {
        #modal_box_2020 #modal_contents_2020 h5 {
          font-size: 32px; } }
    #modal_box_2020 #modal_contents_2020 ul + h5 {
      margin-top: 40px; }
      @media (max-width: 640px) {
        #modal_box_2020 #modal_contents_2020 ul + h5 {
          margin-top: 20px; } }
    #modal_box_2020 #modal_contents_2020 .faq-modal_scroll_box {
      position: relative;
      overflow-y: auto;
      width: 940px;
      max-width: 98%;
      margin: 40px auto 0;
      height: 50vh;
      padding-right: .4em;
      box-sizing: border-box; }
      @media (max-width: 1227px) {
        #modal_box_2020 #modal_contents_2020 .faq-modal_scroll_box {
          margin: 20px auto 0;
          height: 48vh;
          padding-bottom: 20px; } }
      #modal_box_2020 #modal_contents_2020 .faq-modal_scroll_box::-webkit-scrollbar {
        width: 8px;
        height: 8px; }
      #modal_box_2020 #modal_contents_2020 .faq-modal_scroll_box::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #C3C3C3; }
      #modal_box_2020 #modal_contents_2020 .faq-modal_scroll_box::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #3c3c3c; }
      #modal_box_2020 #modal_contents_2020 .faq-modal_scroll_box > ul {
        padding-left: 50px; }
        @media (max-width: 1227px) {
          #modal_box_2020 #modal_contents_2020 .faq-modal_scroll_box > ul {
            padding: 0; } }
    #modal_box_2020 #modal_contents_2020 > div {
      display: none; }
    #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown {
      position: relative;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      border-radius: 8px 8px;
      width: 100%;
      height: 80px;
      text-align: center;
      box-sizing: border-box;
      padding: 0 40px 0 15px;
      margin-top: 15px;
      line-height: 1.5; }
      @media (max-width: 640px) {
        #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown {
          height: 60px; } }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent.thum, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown.thum {
        padding: 0 50px 0 50px; }
        @media (max-width: 640px) {
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent.thum, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown.thum {
            padding: 0 40px 0 80px; } }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent::after, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown::after {
        content: "";
        background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/矢印アイコン　右-10@2x.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: all .2s; }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent.active::after, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown.active::after {
        transform: translateY(-35%) rotateZ(90deg); }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent figure, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown figure {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: 80px; }
        @media (max-width: 640px) {
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent figure, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown figure {
            left: 5px;
            width: 65px;
            height: 50px; } }
        #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent figure img, #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown figure img {
          display: block;
          vertical-align: bottom;
          width: 100%;
          height: 100%;
          object-fit: contain; }
    #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown {
      position: relative;
      text-align: left;
      align-items: flex-start; }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown::after {
        content: "";
        background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/矢印アイコン　右-10@2x.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: all .2s; }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown.active {
        border-bottom: #707070 solid 1px;
        border-radius: 8px 8px 0 0; }
        #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown.active::after {
          transform: translateY(-35%) rotateZ(90deg); }
    #modal_box_2020 #modal_contents_2020 .modaltype-link_list .child {
      display: none; }
    #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent + .child {
      margin-top: 30px;
      margin-bottom: 30px; }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent + .child ul {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap; }
        #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent + .child ul li {
          cursor: pointer;
          color: #fff;
          text-decoration: underline; }
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent + .child ul li + li {
            margin-left: 60px; }
          @media (max-width: 640px) {
            #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent + .child ul li {
              width: 45%;
              text-align: center; }
              #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent + .child ul li + li {
                margin-left: 0; }
              #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent + .child ul li:nth-child(n+3) {
                margin-top: 24px; } }
        @media (max-width: 640px) {
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent + .child ul {
            flex-wrap: wrap; } }
    #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown + .child li {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      background: #FFFFFF;
      width: 100%;
      height: 48px;
      text-align: left;
      border-top: #707070 solid 1px;
      padding: 0 10px;
      box-sizing: border-box; }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown + .child li:last-child {
        border-radius: 0 0 8px 8px; }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown + .child li form {
        width: 100%;
        height: 100%; }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown + .child li .submit_search {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center; }
    #modal_box_2020 #modal_contents_2020 .modaltype-link_list .parent_pulldown + .child + li {
      margin-top: 15px; }
    #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji {
      width: 940px;
      max-width: 98%;
      margin: 20px auto 10px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #fff; }
      @media (max-width: 640px) {
        #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji {
          display: block; } }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji p {
        color: #fff;
        width: 20%;
        box-sizing: border-box;
        padding: 10px; }
        @media (max-width: 640px) {
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji p {
            padding: 0;
            width: 100%; } }
      #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul {
        width: 80%;
        display: flex;
        box-sizing: border-box;
        padding: 10px; }
        @media (max-width: 640px) {
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul {
            flex-wrap: wrap;
            justify-content: center;
            width: 90%;
            margin: 0 auto;
            padding: 3.125vw; } }
        #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul li {
          text-align: center; }
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul li a {
            color: #fff;
            font-size: 28px;
            text-decoration: none; }
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul li + li {
            margin-left: 2em; }
          #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul li.none {
            pointer-events: none;
            opacity: .3; }
          @media (max-width: 640px) {
            #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul li {
              width: 20%; }
              #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul li a {
                font-size: 24px; }
              #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul li + li {
                margin-left: 0; }
              #modal_box_2020 #modal_contents_2020 .modaltype-link_list .faq-gyou_mokuji ul li:nth-child(3n+1) {
                margin-left: 0; } }

.modal_open_a {
  cursor: pointer;
  transition: opacity .2s; }
  .modal_open_a:hover {
    opacity: .6; }
    @media (max-width: 640px) {
      .modal_open_a:hover {
        opacity: 1; } }

#modal_box_faq {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding-top: 10vh;
  display: none; }
  @media (max-width: 1227px) {
    #modal_box_faq {
      padding-top: 10vh; } }
  #modal_box_faq #modal_bg_faq {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #modal_box_faq #modal_close_faq {
    pointer-events: none;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 64px;
    width: 64px;
    height: 64px;
    z-index: 2;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 1227px) {
      #modal_box_faq #modal_close_faq {
        top: -55px;
        font-size: 54px;
        width: 54px;
        height: 54px; } }
  #modal_box_faq .modal_closebox_faq {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
  #modal_box_faq .faq_a {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #modal_box_faq .faq_a .wrap {
    overflow-y: auto;
    max-height: 55vh;
    padding: 0; }
    @media (max-width: 640px) {
      #modal_box_faq .faq_a .wrap {
        max-height: 65vh; } }
    #modal_box_faq .faq_a .wrap::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    #modal_box_faq .faq_a .wrap::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #C3C3C3; }
    #modal_box_faq .faq_a .wrap::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #3c3c3c; }
  #modal_box_faq #modal_contents_faq {
    position: relative;
    z-index: 3; }
    #modal_box_faq #modal_contents_faq .contents {
      position: relative;
      width: 1200px;
      max-width: 98%;
      margin: 0 auto;
      height: 80vh;
      padding: 0;
      box-sizing: border-box;
      display: none; }
      #modal_box_faq #modal_contents_faq .contents > ul {
        padding-left: 50px; }
        @media (max-width: 1227px) {
          #modal_box_faq #modal_contents_faq .contents > ul {
            padding: 0; } }

#contents.supportPostChild {
  background: #fff;
  padding-top: 60px; }
  @media (max-width: 640px) {
    #contents.supportPostChild {
      padding-top: 40px; } }
  #contents.supportPostChild > .wrap {
    max-width: calc(100% - 16px);
    width: 1280px; }
    #contents.supportPostChild > .wrap > .contents {
      padding: 0; }

@media (max-width: 640px) {
  #faq_search {
    padding: 0 8px; } }
#faq_search .style2020-flex {
  justify-content: space-between; }
  #faq_search .style2020-flex > p:last-child {
    display: none; }
  @media (max-width: 1227px) {
    #faq_search .style2020-flex {
      flex-direction: column; } }
  @media (max-width: 640px) {
    #faq_search .style2020-flex.style2020-border {
      border: none;
      padding: 0; } }
#faq_search_title {
  width: 48%; }
  @media (max-width: 1227px) {
    #faq_search_title {
      width: 100%;
      margin-bottom: 40px; } }
  @media (max-width: 640px) {
    #faq_search_title {
      box-sizing: border-box;
      padding: 0 8px; } }
  #faq_search_title ul {
    margin-bottom: 20px;
    width: 95%; }
    @media (max-width: 1227px) {
      #faq_search_title ul {
        width: 100%; } }
    #faq_search_title ul li {
      height: 48px;
      width: 100%;
      overflow: hidden;
      border-radius: 8px 8px;
      border: solid 1px #707070;
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      opacity: 1;
      transition: all .3s; }
      @media (max-width: 640px) {
        #faq_search_title ul li {
          border: solid 1px #707070; } }
      #faq_search_title ul li:hover {
        opacity: .8; }
        @media (max-width: 640px) {
          #faq_search_title ul li:hover {
            opacity: 1; } }
      #faq_search_title ul li figure {
        overflow: hidden;
        height: 100%;
        width: 48px; }
        #faq_search_title ul li figure img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      #faq_search_title ul li p {
        padding-left: 15px;
        font-size: 18px;
        color: #3C3C3C; }
        @media (max-width: 640px) {
          #faq_search_title ul li p {
            font-size: 18px; } }
      #faq_search_title ul li + li {
        margin-top: 8px; }
  #faq_search_title > p {
    text-align: right;
    color: #3C3C3C;
    text-decoration: underline; }
    @media (max-width: 640px) {
      #faq_search_title > p {
        font-size: 18px; } }
#faq_search_word {
  width: 48%; }
  @media (max-width: 1227px) {
    #faq_search_word {
      width: 100%; } }
  #faq_search_word button {
    display: block;
    margin: 25px auto 0;
    max-width: 100%; }
    @media (max-width: 640px) {
      #faq_search_word button {
        margin-top: 20px; } }

#faq_frequent {
  margin-top: 40px;
  /*ul{
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	li{
  		line-height: 1.5;
  		font-size: 18px;
  		width: 235px;
  		max-width: 23%;
  		@include tab{
  			font-size: 20px;
  			width: 100%;
  			max-width: none;
  			padding: 22px 8px;
  			border-top: #B5B5B5 solid 1px;
  			&:last-child{
  				border-bottom: #B5B5B5 solid 1px;
  			}
  		}
  		a{
  			text-decoration: none;
  			&:hover{
  				.q_text{
  					text-decoration: underline;
  					@include sp{
  						text-decoration: none;
  					}
  				}
  			}
  		}
  		.q_text{
  			padding-top: 1em;
  			display: block;
  			color: #3C3C3C;
  			text-decoration: none;
  			position: relative;
  			font-size: 18px;
  			@include sp{
  				font-size: 20px;
  			}
  			&::before{
  				content: "";
  				background: #CF0010;
  				width: 16px;
  				height: 10px;
  				border-radius: 2px 2px;
  				display: block;
  				position: absolute;
  				top: 2px;
  				left: 0;
  			}
  			&::after{
  				content: "";
  				background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/矢印アイコン　右-11@2x.png");
  				background-size: contain;
  				background-repeat: no-repeat;
  				width: 8px;
  				height: 8px;
  				transform: rotateZ(90deg);
  				display: block;
  				position: absolute;
  				top: 3px;
  				left: 4px;
  			}
  		}
  		.game_title{
  			display: block;
  			color: #707070;
  			font-weight: bold;
  			font-size: 18px;
  			@include sp{
  				font-size: 20px;
  			}
  		}
  	}
  }*/ }
  @media (max-width: 640px) {
    #faq_frequent {
      margin-top: 50px; }
      #faq_frequent h3 {
        margin-left: 8px; } }
  #faq_frequent ul li {
    border-top: #B5B5B5 solid 1px;
    padding: 20px 8px 0; }
    #faq_frequent ul li a:hover .q_text {
      text-decoration: underline; }
      @media (max-width: 640px) {
        #faq_frequent ul li a:hover .q_text {
          text-decoration: none; } }
    #faq_frequent ul li .q_text {
      display: block;
      padding-left: 34px;
      line-height: 1.5;
      font-size: 18px;
      color: #3C3C3C;
      padding-bottom: 20px;
      position: relative; }
      @media (max-width: 640px) {
        #faq_frequent ul li .q_text {
          font-size: 20px;
          padding-bottom: 30px; } }
      #faq_frequent ul li .q_text::before {
        content: "";
        background: #CF0010;
        width: 26px;
        height: 26px;
        border-radius: 50% 50%;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      #faq_frequent ul li .q_text::after {
        content: "Q";
        font-size: 18px;
        display: block;
        position: absolute;
        color: #fff;
        top: 0;
        left: 6px; }
    #faq_frequent ul li .game_title {
      line-height: 1.5;
      font-size: 18px;
      color: #707070;
      display: block;
      margin-bottom: 8px;
      text-align: right; }
      @media (max-width: 640px) {
        #faq_frequent ul li .game_title {
          font-size: 20px; } }
    #faq_frequent ul li:last-child {
      border-bottom: #B5B5B5 solid 1px; }

#faq_guide {
  margin-top: 100px; }
  @media (max-width: 640px) {
    #faq_guide {
      margin-top: 80px;
      padding: 0 8px; } }
  #faq_guide ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #faq_guide ul li {
      line-height: 1.5;
      font-size: 18px; }
      @media (max-width: 1227px) {
        #faq_guide ul li {
          width: 100%; }
          #faq_guide ul li + li {
            margin-top: 35px; } }
      #faq_guide ul li a {
        color: #3C3C3C;
        text-decoration: none;
        padding-left: 15px;
        position: relative; }
        #faq_guide ul li a:hover {
          text-decoration: underline; }
        #faq_guide ul li a::before {
          content: "";
          background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/矢印アイコン　右-10@2x.png");
          background-size: contain;
          background-repeat: no-repeat;
          width: 8px;
          height: 12px;
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }

#faq_contact {
  margin-top: 100px; }
  @media (max-width: 640px) {
    #faq_contact {
      margin-top: 80px; }
      #faq_contact h2 {
        padding: 0 8px; } }
  #faq_contact .style2020-border {
    border: solid 1px #707070; }
    #faq_contact .style2020-border > p:last-child {
      display: none; }
    @media (max-width: 640px) {
      #faq_contact .style2020-border {
        border-left: none;
        border-right: none; } }
  #faq_contact p {
    line-height: 1.75;
    text-align: center;
    font-size: 18px; }
    #faq_contact p a {
      color: #707070;
      font-size: 18px; }
    @media (max-width: 640px) {
      #faq_contact p {
        font-size: 20px; }
        #faq_contact p a {
          font-size: 20px; } }
  #faq_contact .style2020-btn_gray {
    width: 372px;
    height: 64px;
    margin: 30px auto; }

@media (max-width: 640px) {
  #support_guideline {
    padding-bottom: 120px; } }

#forCompanies_contacts p {
  font-size: 24px;
  color: #707070;
  line-height: 1.5;
  margin-bottom: 25px; }
  @media (max-width: 640px) {
    #forCompanies_contacts p {
      font-size: 20px; } }
#forCompanies_contacts .contact_links li {
  width: 100%;
  height: 84px;
  position: relative;
  overflow: hidden; }
  #forCompanies_contacts .contact_links li::before {
    content: "";
    display: block;
    width: 64%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, white 80%, rgba(255, 255, 255, 0) 100%); }
  #forCompanies_contacts .contact_links li::after {
    content: "";
    background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/矢印ボタン　右-1@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
    @media (max-width: 640px) {
      #forCompanies_contacts .contact_links li::after {
        height: 30px;
        width: 30px;
        right: 24px; } }
  #forCompanies_contacts .contact_links li a {
    border: #707070 solid 1px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    color: #000000;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 10;
    text-decoration: none; }
    @media (max-width: 640px) {
      #forCompanies_contacts .contact_links li a {
        font-size: 20px;
        padding: 0 60px 0 20px; } }
  #forCompanies_contacts .contact_links li img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    object-fit: cover;
    object-position: right; }
    @media (max-width: 640px) {
      #forCompanies_contacts .contact_links li img {
        object-position: 66% 50%; } }
  #forCompanies_contacts .contact_links li + li {
    margin-top: 25px; }
    @media (max-width: 640px) {
      #forCompanies_contacts .contact_links li + li {
        margin-top: 20px; } }

#forCompanies_series {
  margin-top: 105px; }
  @media (max-width: 640px) {
    #forCompanies_series {
      margin-top: 75px; } }
  #forCompanies_series h4 {
    font-size: 24px;
    margin: 0 0 24px;
    padding: 0;
    border-left: none;
    color: #707070; }
  #forCompanies_series .series_list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 640px) {
      #forCompanies_series .series_list {
        justify-content: space-between;
        margin-bottom: 120px; } }
    #forCompanies_series .series_list li {
      display: inline-block;
      max-width: 22%; }
      @media (max-width: 640px) {
        #forCompanies_series .series_list li {
          max-width: 46%; } }
      #forCompanies_series .series_list li figure {
        height: 151px;
        display: inline-flex;
        align-items: center; }
        @media (max-width: 640px) {
          #forCompanies_series .series_list li figure {
            height: 115px; } }
        #forCompanies_series .series_list li figure img {
          max-width: 100%;
          height: auto; }
      #forCompanies_series .series_list li a {
        text-decoration: none;
        color: #000;
        font-size: 18px; }
        @media (max-width: 640px) {
          #forCompanies_series .series_list li a {
            font-size: 20px; } }
      #forCompanies_series .series_list li + li {
        margin-left: 4%; }
      @media (max-width: 640px) {
        #forCompanies_series .series_list li + li {
          margin-left: 0; }
        #forCompanies_series .series_list li:nth-child(n+3) {
          margin-top: 25px; } }

#faq_search_result {
  padding: 0 160px 35px; }
  @media (max-width: 1227px) {
    #faq_search_result {
      padding: 0 60px 35px; } }
  @media (max-width: 640px) {
    #faq_search_result {
      padding: 0 8px 35px; } }
  #faq_search_result .search_words {
    line-height: 1.5;
    margin: 0 auto 10px;
    max-width: 100%; }
    @media (max-width: 640px) {
      #faq_search_result .search_words {
        max-width: 650px;
        width: 100% !important; } }
  #faq_search_result .style2020-search {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 640px) {
      #faq_search_result .style2020-search {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; } }
    #faq_search_result .style2020-search [type="text"] {
      width: 650px;
      max-width: 100%;
      border-radius: 8px 8px;
      border: #3C3C3C solid 1px; }
      @media (max-width: 1227px) {
        #faq_search_result .style2020-search [type="text"] {
          width: 100%; } }
      @media (max-width: 640px) {
        #faq_search_result .style2020-search [type="text"] {
          max-width: 650px;
          width: 100% !important; } }
    @media (max-width: 1227px) {
      #faq_search_result .style2020-search .input_wrap {
        width: 71%;
        margin: 0; } }
    @media (max-width: 640px) {
      #faq_search_result .style2020-search .input_wrap {
        max-width: 650px;
        width: 100% !important; } }
    @media (max-width: 1227px) {
      #faq_search_result .style2020-search .style2020-btn_gray {
        width: 26%;
        margin: 0; } }
    @media (max-width: 640px) {
      #faq_search_result .style2020-search .style2020-btn_gray {
        width: 240px;
        margin-top: 15px; } }
    #faq_search_result .style2020-search + .style2020-section_ttl {
      margin-top: 64px; }

#faq_custom_link {
  background: #F4F6FD;
  padding: 48px 160px; }
  @media (max-width: 1227px) {
    #faq_custom_link {
      padding: 48px 60px; } }
  @media (max-width: 640px) {
    #faq_custom_link {
      padding: 24px 8px; } }
  #faq_custom_link ul li {
    background: #fff;
    border-radius: 8px 8px;
    border: #707070 solid 1px;
    display: inline-block; }
    @media (max-width: 640px) {
      #faq_custom_link ul li {
        display: block;
        width: 100%; } }
    #faq_custom_link ul li a {
      width: 100%;
      height: 100%;
      color: #3C3C3C;
      display: inline-block;
      padding: 20px 30px 20px 56px;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        #faq_custom_link ul li a {
          display: block;
          padding: 18px 30px 18px 56px; } }
      #faq_custom_link ul li a span {
        position: relative; }
        #faq_custom_link ul li a span::after {
          content: "";
          background-image: url("/portal/wordpress/wp-content/themes/arcsystemworks/images/support/矢印アイコン　右-10@2x.png");
          background-size: contain;
          background-repeat: no-repeat;
          width: 16px;
          height: 16px;
          display: block;
          position: absolute;
          top: 50%;
          left: -26px;
          transform: translateY(-50%);
          transition: all .2s; }
    #faq_custom_link ul li + li {
      margin-left: 40px; }
      @media (max-width: 640px) {
        #faq_custom_link ul li + li {
          margin-left: 0;
          margin-top: 18px; } }
    #faq_custom_link ul li:nth-child(3n+1) {
      margin-left: 0; }
    #faq_custom_link ul li:nth-child(n+4) {
      margin-top: 18px; }

#faq_result {
  position: relative;
  margin-top: 75px; }
  @media (max-width: 640px) {
    #faq_result {
      margin-top: 60px; } }
  #faq_result_number {
    position: absolute;
    top: -10px;
    right: 0;
    transform: translateY(-100%);
    text-align: right;
    width: 100%;
    padding: 0 160px; }
    @media (max-width: 1227px) {
      #faq_result_number {
        padding: 0 60px; } }
    @media (max-width: 640px) {
      #faq_result_number {
        color: #707070;
        font-size: 12px;
        padding: 0 8px; } }
  #faq_result #faq_q_icon {
    background: #CF0010; }
  #faq_result > ul {
    padding: 0 160px; }
    @media (max-width: 1227px) {
      #faq_result > ul {
        padding: 0 60px; } }
    @media (max-width: 640px) {
      #faq_result > ul {
        padding: 0; } }
    #faq_result > ul li {
      border-top: #B5B5B5 solid 1px;
      padding: 20px 8px 0; }
      #faq_result > ul li a:hover .q_text {
        text-decoration: underline; }
        @media (max-width: 640px) {
          #faq_result > ul li a:hover .q_text {
            text-decoration: none; } }
      #faq_result > ul li .q_text {
        display: block;
        padding-left: 34px;
        line-height: 1.5;
        font-size: 18px;
        color: #3C3C3C;
        padding-bottom: 20px;
        position: relative; }
        @media (max-width: 640px) {
          #faq_result > ul li .q_text {
            font-size: 20px;
            padding-bottom: 30px; } }
        #faq_result > ul li .q_text::before {
          content: "";
          background: #CF0010;
          width: 26px;
          height: 26px;
          border-radius: 50% 50%;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
        #faq_result > ul li .q_text::after {
          content: "Q";
          font-size: 18px;
          display: block;
          position: absolute;
          color: #fff;
          top: 0;
          left: 6px; }
      #faq_result > ul li .game_title {
        line-height: 1.5;
        font-size: 18px;
        color: #707070;
        display: block;
        margin-bottom: 8px;
        text-align: right; }
        @media (max-width: 640px) {
          #faq_result > ul li .game_title {
            font-size: 20px; } }
      #faq_result > ul li .search_404 {
        line-height: 1.5;
        font-size: 18px;
        color: #707070;
        display: block;
        margin-bottom: 20px;
        text-align: center; }
        @media (max-width: 640px) {
          #faq_result > ul li .search_404 {
            font-size: 20px; } }
      #faq_result > ul li .hit_marker {
        background: #DCAA54 !important;
        color: #fff !important; }
      #faq_result > ul li:last-child {
        border-bottom: #B5B5B5 solid 1px; }

#faq_custom_link + #faq_result {
  margin-top: 95px; }
  @media (max-width: 640px) {
    #faq_custom_link + #faq_result {
      margin-top: 80px; } }

#faq_paging {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 48px; }
  @media (max-width: 640px) {
    #faq_paging {
      margin-top: 20px; } }
  #faq_paging ul {
    display: flex;
    justify-content: center; }
    #faq_paging ul li {
      width: 27px;
      height: 30px; }
      #faq_paging ul li a {
        width: 100%;
        height: 100%;
        border: #707070 solid 1px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #faq_paging ul li a span {
          color: #5A5A5A;
          font-size: 20px; }
      #faq_paging ul li.active a {
        pointer-events: none;
        border: none; }
        #faq_paging ul li.active a span {
          font-weight: bold; }
      #faq_paging ul li + li {
        margin-left: 15px; }
  #faq_paging_next, #faq_paging_prev {
    width: 27px;
    height: 30px; }
    #faq_paging_next a, #faq_paging_prev a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      #faq_paging_next a span, #faq_paging_prev a span {
        color: #5A5A5A;
        font-size: 20px; }
  #faq_paging_next {
    margin-left: 10px; }
  #faq_paging_prev {
    margin-right: 10px; }

.faq_breadcrumb a, .faq_breadcrumb span {
  line-height: 1.5; }

@media (max-width: 640px) {
  #post_faq_main {
    padding: 0; } }

#post_faq_contents {
  width: 1232px;
  max-width: 100%;
  margin: 0 auto; }
  #post_faq_contents > .contents {
    padding: 80px 0 0;
    background: #fff; }
    @media (max-width: 640px) {
      #post_faq_contents > .contents {
        padding: 80px 0 120px; } }
  #post_faq_contents .style2020-area_ttl {
    padding: 0 160px;
    margin-bottom: 100px; }
    @media (max-width: 1227px) {
      #post_faq_contents .style2020-area_ttl {
        padding: 0 60px; } }
    @media (max-width: 640px) {
      #post_faq_contents .style2020-area_ttl {
        padding: 0 8px;
        margin-bottom: 40px; } }

#faq_q {
  padding: 30px 0;
  border-top: #D2D2D2 solid 1px;
  border-bottom: #D2D2D2 solid 1px;
  position: relative;
  width: 910px;
  max-width: 100%;
  margin: 55px auto 0;
  box-sizing: border-box;
  margin-bottom: 85px; }
  @media (max-width: 1227px) {
    #faq_q {
      padding: 30px 60px; } }
  @media (max-width: 640px) {
    #faq_q {
      padding: 30px 8px;
      margin: 15px auto 90px; } }
  #faq_q p {
    line-height: 1.5;
    font-size: 18px;
    color: #3C3C3C; }
    @media (max-width: 640px) {
      #faq_q p {
        line-height: 1.8;
        font-size: 20px; } }
  #faq_q_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #5A5A5A;
    border-radius: 50% 50%;
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    font-size: 24px; }

#faq_a, .faq_a {
  background: #F4F6FD;
  padding: 40px 40px;
  position: relative; }
  @media (max-width: 1227px) {
    #faq_a, .faq_a {
      padding: 40px 40px; } }
  @media (max-width: 640px) {
    #faq_a, .faq_a {
      padding: 20px 2px 0; } }
  #faq_a .inr, .faq_a .inr {
    background: #fff;
    padding: 30px 24px; }
    @media (max-width: 640px) {
      #faq_a .inr, .faq_a .inr {
        padding: 24px 8px; } }
  #faq_a p, .faq_a p {
    line-height: 1.5;
    font-size: 18px;
    color: #3C3C3C; }
    @media (max-width: 640px) {
      #faq_a p, .faq_a p {
        line-height: 1.8;
        font-size: 20px; } }
  #faq_a_icon, .faq_a_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #CF0010;
    border-radius: 50% 50%;
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    font-size: 24px; }

.faq_yakunitatta {
  padding: 40px 160px 20px; }
  @media (max-width: 640px) {
    .faq_yakunitatta {
      padding: 40px 0; } }
  .faq_yakunitatta p {
    text-align: center;
    font-weight: bold;
    font-size: 18px; }
    .faq_yakunitatta p.pushed {
      display: none; }
    .faq_yakunitatta p.thanks_txt {
      display: none; }
      .faq_yakunitatta p.thanks_txt.pushed {
        display: block; }
  .faq_yakunitatta .faq_yakunitatta_contact {
    display: none; }
    .faq_yakunitatta .faq_yakunitatta_contact.pushed {
      display: block; }
    .faq_yakunitatta .faq_yakunitatta_contact .style2020-btn_gray {
      width: 320px;
      margin: 1em auto 0;
      box-sizing: border-box;
      padding-left: 1em; }
      @media (max-width: 640px) {
        .faq_yakunitatta .faq_yakunitatta_contact .style2020-btn_gray {
          font-size: 18px; }
          .faq_yakunitatta .faq_yakunitatta_contact .style2020-btn_gray span::before {
            left: -24px; } }
  .faq_yakunitatta .faq_yakunitatta_btn {
    margin-top: 25px;
    display: flex;
    justify-content: center; }
    @media (max-width: 640px) {
      .faq_yakunitatta .faq_yakunitatta_btn {
        justify-content: space-between;
        padding: 0 8px;
        box-sizing: border-box; } }
    .faq_yakunitatta .faq_yakunitatta_btn .btn_yakunitatta {
      width: 150px;
      height: 37px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      cursor: pointer;
      opacity: 1;
      transition: all .3s;
      background: #5A5A5A; }
      @media (max-width: 640px) {
        .faq_yakunitatta .faq_yakunitatta_btn .btn_yakunitatta {
          width: 46%; } }
      .faq_yakunitatta .faq_yakunitatta_btn .btn_yakunitatta:hover {
        opacity: .8; }
        @media (max-width: 640px) {
          .faq_yakunitatta .faq_yakunitatta_btn .btn_yakunitatta:hover {
            opacity: 1; } }
      .faq_yakunitatta .faq_yakunitatta_btn .btn_yakunitatta.yakunitatta {
        background: #CF0010;
        margin-right: 64px; }
        @media (max-width: 640px) {
          .faq_yakunitatta .faq_yakunitatta_btn .btn_yakunitatta.yakunitatta {
            margin-right: 0; } }
    .faq_yakunitatta .faq_yakunitatta_btn.pushed {
      display: none; }
  .faq_yakunitatta .style2020-btn_white {
    width: 188px;
    height: 42px;
    margin: 24px auto 0; }

#faq_search_lower {
  border-top: #D2D2D2 solid 1px;
  padding: 55px 0 75px; }
  @media (max-width: 640px) {
    #faq_search_lower {
      padding: 40px 0 85px; } }
  #faq_search_lower .inr {
    padding: 0 160px; }
    @media (max-width: 1227px) {
      #faq_search_lower .inr {
        padding: 0 60px; } }
    @media (max-width: 640px) {
      #faq_search_lower .inr {
        padding: 0 8px; } }
  #faq_search_lower .style2020-search {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 640px) {
      #faq_search_lower .style2020-search {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; } }
    #faq_search_lower .style2020-search [type="text"] {
      width: 650px;
      max-width: 100%;
      border-radius: 8px 8px;
      border: #3C3C3C solid 1px; }
      @media (max-width: 1227px) {
        #faq_search_lower .style2020-search [type="text"] {
          width: 100%; } }
      @media (max-width: 640px) {
        #faq_search_lower .style2020-search [type="text"] {
          max-width: 650px;
          width: 100% !important; } }
      @media (max-width: 1227px) {
        #faq_search_lower .style2020-search [type="text"] .input_wrap {
          width: 71%;
          margin: 0; } }
      @media (max-width: 640px) {
        #faq_search_lower .style2020-search [type="text"] .input_wrap {
          max-width: 650px;
          width: 100% !important; } }
    @media (max-width: 1227px) {
      #faq_search_lower .style2020-search .style2020-btn_gray {
        width: 26%; } }
    @media (max-width: 640px) {
      #faq_search_lower .style2020-search .style2020-btn_gray {
        width: 240px;
        margin-top: 15px; } }
    #faq_search_lower .style2020-search + .style2020-section_ttl {
      margin-top: 64px; }
  #faq_search_lower ul {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #faq_search_lower ul li {
      height: 48px;
      width: 440px;
      overflow: hidden;
      border-radius: 8px 8px;
      border: solid 1px #707070;
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      opacity: 1;
      transition: all .3s; }
      @media (max-width: 1227px) {
        #faq_search_lower ul li {
          width: 100%; } }
      #faq_search_lower ul li:hover {
        opacity: .8; }
        @media (max-width: 640px) {
          #faq_search_lower ul li:hover {
            opacity: 1; } }
      #faq_search_lower ul li figure {
        overflow: hidden;
        height: 100%;
        width: 48px; }
        #faq_search_lower ul li figure img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      #faq_search_lower ul li p {
        padding-left: 15px;
        font-size: 18px;
        color: #3C3C3C; }
      #faq_search_lower ul li:nth-child(n+3) {
        margin-top: 24px; }
        @media (max-width: 1227px) {
          #faq_search_lower ul li:nth-child(n+3) {
            margin-top: 10px; } }
      @media (max-width: 1227px) {
        #faq_search_lower ul li {
          margin-top: 10px; } }
    #faq_search_lower ul + p {
      text-align: center;
      color: #3C3C3C;
      text-decoration: underline; }
      @media (max-width: 640px) {
        #faq_search_lower ul + p {
          text-align: right; } }
  #faq_search_lower:last-child {
    padding: 55px 0 120px; }
    @media (max-width: 640px) {
      #faq_search_lower:last-child {
        padding: 40px 0 40px; } }

#faq_contact_lower {
  background: #fff;
  padding: 30px 160px; }
  @media (max-width: 640px) {
    #faq_contact_lower {
      padding: 30px 0; } }
  #faq_contact_lower .inr {
    border: solid #3c3c3c 1px;
    background: #fff;
    padding: 50px 0; }
  #faq_contact_lower p {
    text-align: center;
    font-size: 18px;
    line-height: 1.5; }
  #faq_contact_lower .style2020-btn_gray {
    margin: 35px auto 0;
    width: 372px;
    height: 64px; }
    @media (max-width: 640px) {
      #faq_contact_lower .style2020-btn_gray {
        box-sizing: border-box;
        padding-left: 1em;
        width: 280px;
        height: 48px;
        font-size: 18px; }
        #faq_contact_lower .style2020-btn_gray span::before {
          left: -24px; } }

.modal_open_shop {
  cursor: pointer;
  transition: opacity .2s; }
  .modal_open_shop:hover {
    opacity: .6; }
    @media (max-width: 640px) {
      .modal_open_shop:hover {
        opacity: 1; } }

#modal_box_shop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding-top: 10vh;
  display: none; }
  @media (max-width: 1227px) {
    #modal_box_shop {
      padding-top: 10vh; } }
  #modal_box_shop #modal_bg_shop {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #modal_box_shop #modal_close_shop {
    pointer-events: none;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 64px;
    width: 64px;
    height: 64px;
    z-index: 2;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 1227px) {
      #modal_box_shop #modal_close_shop {
        top: -75px;
        font-size: 54px;
        width: 54px;
        height: 54px; } }
  #modal_box_shop .modal_closebox_shop {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
  #modal_box_shop #modal_contents_shop {
    position: relative;
    z-index: 3; }
    #modal_box_shop #modal_contents_shop .contents {
      position: relative;
      width: 1280px;
      max-width: 98%;
      margin: 0 auto;
      height: 80vh;
      padding: 0;
      box-sizing: border-box;
      display: none; }
      #modal_box_shop #modal_contents_shop .contents > ul {
        padding-left: 50px; }
        @media (max-width: 1227px) {
          #modal_box_shop #modal_contents_shop .contents > ul {
            padding: 0; } }
  #modal_box_shop .shop_modal {
    background: #fff;
    padding-right: 2px;
    padding: 80px 20px 80px 80px;
    position: relative;
    top: 55%;
    transform: translateY(-50%); }
    @media (max-width: 640px) {
      #modal_box_shop .shop_modal {
        padding: 20px 0; } }
    #modal_box_shop .shop_modal > .modal_wrap {
      background: #fff;
      overflow-y: auto;
      max-height: 65vh;
      padding-right: 55px; }
      @media (max-width: 640px) {
        #modal_box_shop .shop_modal > .modal_wrap {
          max-height: 80vh;
          padding-right: 0; } }
      #modal_box_shop .shop_modal > .modal_wrap::-webkit-scrollbar {
        width: 8px;
        height: 8px; }
      #modal_box_shop .shop_modal > .modal_wrap::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #C3C3C3; }
      #modal_box_shop .shop_modal > .modal_wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #3c3c3c; }
      #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 640px) {
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr {
            flex-direction: column;
            padding: 20px 0 40px; } }
        #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo {
          width: 100%;
          max-width: 500px; }
          @media (max-width: 640px) {
            #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo {
              margin: 0 auto;
              max-width: 90%; } }
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > figure {
            box-sizing: border-box;
            margin: 0 auto;
            text-align: center;
            width: auto;
            max-width: 100%;
            height: auto;
            min-height: 500px; }
            @media (max-width: 640px) {
              #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > figure {
                min-height: auto; } }
            #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > figure img {
              object-fit: contain;
              margin: 0 auto;
              text-align: center;
              width: auto;
              height: auto;
              max-width: 100%;
              max-height: 100%; }
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > ul {
            list-style: none;
            display: flex;
            flex-flow: row wrap;
            margin: 0 -15px -15px 0;
            padding-top: 15px; }
            #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > ul li {
              overflow: hidden;
              width: 100px;
              height: 100px;
              margin: 0 15px 15px 0;
              border: 1px solid #707070; }
              @media (max-width: 640px) {
                #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > ul li {
                  width: 60px;
                  height: 60px; } }
              #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > ul li img {
                object-fit: cover;
                margin: 0 auto;
                text-align: center;
                width: 100%;
                height: 100%; }
              #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > ul li.active {
                border: 0;
                border: 2px solid #F2BB3B;
                box-sizing: border-box;
                width: 102px;
                height: 102px; }
                @media (max-width: 640px) {
                  #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_photo > ul li.active {
                    width: 62px;
                    height: 62px; } }
        #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont {
          width: 100%;
          max-width: 470px; }
          @media (max-width: 640px) {
            #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont {
              margin: 40px auto 0;
              max-width: 90%; } }
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dt, #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd {
            display: block;
            padding: 0; }
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dt {
            background: none;
            font-size: 25px;
            font-weight: bold;
            line-height: 1.2; }
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.price {
            font-size: 25px;
            font-weight: bold;
            color: #EB0808;
            margin-top: 25px; }
            #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.price span {
              font-size: 15px;
              font-weight: normal; }
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.release {
            margin-top: 15px; }
          @media (max-width: 640px) {
            #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons {
              width: 100%; } }
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul {
            padding: 0; }
            #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li {
              list-style: none; }
              #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li:first-child {
                margin-top: 35px; }
              #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li:nth-child(n + 2) {
                margin-top: 10px; }
              #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li.btn {
                border-radius: 5px;
                cursor: pointer;
                opacity: 1;
                transition: all .3s; }
                #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li.btn:hover {
                  opacity: .6; }
                  @media (max-width: 640px) {
                    #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li.btn:hover {
                      opacity: 1; } }
                #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li.btn.end_of_sale:hover {
                  opacity: 1; }
                #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li.btn.end_of_sale a {
                  cursor: default; }
                #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li.btn a {
                  box-sizing: border-box;
                  color: #fff;
                  display: block;
                  font-size: 18px;
                  font-weight: normal;
                  text-decoration: none;
                  padding: 15px 10px;
                  text-align: center;
                  height: auto;
                  width: 100%;
                  max-width: 370px; }
                  @media (max-width: 640px) {
                    #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li.btn a {
                      margin: 0 auto;
                      line-height: 1.4;
                      max-width: 100%; } }
                #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name dd.buttons ul li.btn[style="background: #F2BB3B"] a {
                  color: #000; }
          #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name + .item_txt {
            color: #707070;
            font-size: 18px;
            margin-top: 30px;
            line-height: 160%; }
            #modal_box_shop .shop_modal > .modal_wrap > .store_modal_inr > .store_item_cont dl.item_name + .item_txt a {
              color: #33A8E9;
              text-decoration: underline; }

@media (max-width: 640px) {
  #security {
    padding: 0 8px; } }
#security > h2 {
  font-size: 1.9em;
  font-weight: bold;
  border-top: none;
  padding: 10px 0;
  background: none;
  color: #E60012;
  text-align: left; }
#security > h3 {
  color: #3C3C3C;
  font-size: 1.3em;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 2px 12px;
  border-left: 5px solid #E60012; }
#security > h4 {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2em;
  margin: 26px 0 10px 0;
  padding: 1px 5px 1px 8px;
  border-left: 7px solid #E60012;
  width: 100%; }
#security > h5 {
  font-weight: bold;
  margin: 20px 0 8px; }
#security > p {
  padding: 0;
  margin: 0;
  font-size: 0.95em; }
#security > ol.number {
  list-style-type: decimal;
  margin: 0; }
  #security > ol.number li {
    font-size: 0.95em;
    line-height: 160%;
    margin-left: 20px; }
    #security > ol.number li:nth-child(n + 2) {
      margin-top: 3px; }
#security > dl {
  display: block;
  width: 100%;
  line-height: 1.2em;
  letter-spacing: 1px;
  overflow: visible;
  *zoom: 1; }
  #security > dl dt {
    padding: 0;
    margin: 0;
    background: none;
    min-width: auto;
    display: block; }
  #security > dl dd {
    padding: 0;
    margin: 0;
    min-width: auto;
    display: block; }
  #security > dl.name {
    margin: 0 0 20px auto;
    padding: 0; }
    #security > dl.name dt, #security > dl.name dd {
      line-height: 1.4em;
      letter-spacing: 1px;
      margin: 0;
      padding: 0;
      text-align: right;
      width: auto; }
    @media (max-width: 640px) {
      #security > dl.name {
        margin-top: 30px; } }

/*# sourceMappingURL=style2020.css.map */
