@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* 文字 */
/* 背景 */
/* 背景 */
/* 枠 */
/* ボタン */
/* ボタン */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #323232;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body.js_page_trans {
  opacity: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

/* a */
a:link {
  color: #323232;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #323232;
  text-decoration: none;
}
a:hover {
  color: #323232;
  text-decoration: none;
}
a:active {
  color: #323232;
  text-decoration: none;
}

a[href^="tel"] {
  color: #323232;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input,
textarea,
select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #323232;
}

/* placeholder */
input:placeholder-shown,
textarea:placeholder-shown {
  color: #323232;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #323232;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #323232;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #323232;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #323232;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #323232;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #323232;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #323232;
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #323232;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #323232;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: "\0020";
}

.u_pc {
  display: block;
}

.u_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1.4em;
  line-height: 2;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_1 {
    font-size: 1.6em;
    line-height: 2;
  }
}
@media print {
  .u_txt_1 {
    font-size: 1.6em;
    line-height: 2;
  }
}

.u_txt_2 {
  font-size: 1.4em;
  line-height: 1.57;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_2 {
    font-size: 1.6em;
    line-height: 2;
  }
}
@media print {
  .u_txt_2 {
    font-size: 1.6em;
    line-height: 2;
  }
}

.u_txt_3 {
  font-size: 1.2em;
  line-height: 1.83;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_3 {
    font-size: 1.6em;
    line-height: 2;
  }
}
@media print {
  .u_txt_3 {
    font-size: 1.6em;
    line-height: 2;
  }
}

.u_txt_4 {
  font-size: 1.4em;
  line-height: 2;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_4 {
    font-size: 1.6em;
    line-height: 1.25;
  }
}
@media print {
  .u_txt_4 {
    font-size: 1.6em;
    line-height: 1.25;
  }
}

.u_txt_5 {
  font-size: 2em;
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_5 {
    font-size: 2em;
    line-height: 1.6;
  }
}
@media print {
  .u_txt_5 {
    font-size: 2em;
    line-height: 1.6;
  }
}

.u_txt_6 {
  font-size: 1.4em;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_6 {
    font-size: 2em;
    line-height: 1.8;
  }
}
@media print {
  .u_txt_6 {
    font-size: 2em;
    line-height: 1.8;
  }
}

.u_txt_7 {
  font-size: 2em;
  line-height: 1.6;
  letter-spacing: .1em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_7 {
    font-size: 2.8em;
    line-height: 1.5;
  }
}
@media print {
  .u_txt_7 {
    font-size: 2.8em;
    line-height: 1.5;
  }
}

.u_txt_8 {
  font-size: 2em;
  line-height: 1.6;
  letter-spacing: .1em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_8 {
    font-size: 2.8em;
    line-height: 1.37;
  }
}
@media print {
  .u_txt_8 {
    font-size: 2.8em;
    line-height: 1.37;
  }
}

.u_txt_9 {
  font-size: 2.0em;
  line-height: 1.3;
  letter-spacing: .1em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_9 {
    font-size: 3.8em;
    line-height: 1.37;
  }
}
@media print {
  .u_txt_9 {
    font-size: 3.8em;
    line-height: 1.37;
  }
}

.u_txt_10 {
  letter-spacing: .1em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_10 {
    font-size: 3.8em;
    line-height: 1.79;
  }
}
@media print {
  .u_txt_10 {
    font-size: 3.8em;
    line-height: 1.79;
  }
}

.u_txt_11 {
  font-size: 1em;
  line-height: 2.2;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_11 {
    font-size: 1.2em;
    line-height: 2.67;
  }
}
@media print {
  .u_txt_11 {
    font-size: 1.2em;
    line-height: 2.67;
  }
}

.u_txt_12 {
  font-size: 1em;
  line-height: 2.2;
  letter-spacing: .06em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_12 {
    font-size: 1em;
    line-height: 3.2;
  }
}
@media print {
  .u_txt_12 {
    font-size: 1em;
    line-height: 3.2;
  }
}

.u_txt_13 {
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_13 {
    font-size: 2.4em;
    line-height: 1.75;
  }
}
@media print {
  .u_txt_13 {
    font-size: 2.4em;
    line-height: 1.75;
  }
}

.u_txt_14 {
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_14 {
    font-size: 1.6em;
    line-height: 1;
  }
}
@media print {
  .u_txt_14 {
    font-size: 1.6em;
    line-height: 1;
  }
}

.u_txt_15 {
  font-size: 1.4em;
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_15 {
    font-size: 2em;
    line-height: 1.6;
  }
}
@media print {
  .u_txt_15 {
    font-size: 2em;
    line-height: 1.6;
  }
}

.u_txt_16 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .u_txt_16 {
    font-size: 1.3em;
    line-height: 1;
  }
}
@media print {
  .u_txt_16 {
    font-size: 1.3em;
    line-height: 1;
  }
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_cl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u_ta_cl {
    text-align: left;
  }
}

/* =================================
 white space
================================= */
@media screen and (min-width: 769px) {
  .u_pc_nowrap {
    white-space: nowrap;
  }
}

/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 0 25px;
}
.c_ttl_1:after {
  content: "";
  width: 50px;
  height: 5px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c_ttl_2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 0 25px;
}
.c_ttl_2:after {
  content: "";
  width: 50px;
  height: 5px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c_ttl_3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  padding: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
  }
}
.c_ttl_3:after {
  content: "";
  width: 50px;
  height: 5px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c_ttl_3:after {
    right: auto;
  }
}

/* =================================
 buttons
================================= */
.c_btn_p_top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #323232;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 20px;
  bottom: 60px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .c_btn_p_top {
    display: none !important;
    opacity: 0 !important;
  }
}
.c_btn_p_top:before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  margin: 0 auto;
}
.c_btn_p_top:hover {
  cursor: pointer;
  opacity: 0.5;
}

.c_btn_1 {
  width: 360px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  border: 3px solid #009fe8;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .c_btn_1 {
    width: 235px;
    height: 45px;
    border: 1px solid #009fe8;
  }
}
.c_btn_1:hover {
  background: #e5f6ff;
  opacity: 1;
  box-shadow: 0 15px 20px -4px rgba(0, 0, 0, 0.1);
}
.c_btn_1 > p {
  color: #009fe8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c_btn_1 > p {
    font-size: 14px;
  }
}
.c_btn_1 .position {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
}
.c_btn_1 .position > .wrap {
  position: relative;
  background: #009fe8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c_btn_1 .position > .wrap {
    width: 20px;
    height: 20px;
  }
}
.c_btn_1 .position > .wrap > .vertical,
.c_btn_1 .position > .wrap > .horizontal {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 7px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c_btn_1 .position > .wrap > .vertical,
  .c_btn_1 .position > .wrap > .horizontal {
    width: 5px;
    height: 1px;
  }
}
.c_btn_1 .position > .wrap > .vertical {
  transform: translate(-50%, -50%) rotate(40deg);
  transform-origin: right;
}
.c_btn_1 .position > .wrap > .horizontal {
  transform-origin: right;
  transform: translate(-50%, -50%) rotate(-40deg);
}
.c_btn_1._pt_outlink .position > .wrap > .vertical,
.c_btn_1._pt_outlink .position > .wrap > .horizontal {
  display: none;
}
.c_btn_1._pt_outlink .position > .wrap:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/common/icon_outlink_white.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .c_btn_1._pt_outlink .position > .wrap:after {
    width: 10px;
    height: 10px;
  }
}

.c_btn_2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_2 .inner .wrap {
  height: 60px;
  padding: 0 60px;
  background: #f29d00;
  border: 2px solid #f29d00;
  border-radius: 30px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.c_btn_2 .inner .wrap:hover {
  background: rgba(242, 157, 0, 0.5);
  box-shadow: 0 15px 20px -4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c_btn_2 .inner .wrap {
    height: 45px;
    padding: 0 50px;
  }
}
.c_btn_2 .inner .wrap:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c_btn_2 .inner .wrap:before {
    width: 20px;
    height: 20px;
    right: 12px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c_btn_2 .inner .wrap:before {
    top: 20px;
  }
}
.c_btn_2 .inner .wrap:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/common/icon_outlink_orange.svg");
  background-size: contain;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .c_btn_2 .inner .wrap:after {
    width: 10px;
    height: 10px;
    right: 16px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c_btn_2 .inner .wrap:after {
    top: 20px;
  }
}
.c_btn_2 .inner .wrap .txt {
  color: #fff;
}

/* =================================
 icon
================================= */
.c_ico_1 > .inner {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #323232;
  border-radius: 15px;
}
.c_ico_1 > .inner .u_txt_1 {
  line-height: 1;
}

.c_ico_2 > .inner {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 15px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #fff;
  color: #009fe8;
}
.c_ico_2 > .inner .u_txt_1 {
  line-height: 1;
}

.c_ico_3 > .inner {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 15px;
  padding: 0 20px;
  box-sizing: border-box;
  /* 変更要素 */
  background: #f29d00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c_ico_3 > .inner {
    height: 25px;
    padding: 0 10px;
    border-radius: 13px;
  }
}
.c_ico_3._accepting > .inner {
  background: #009fe8;
}
.c_ico_3._closed > .inner {
  background: #c8c8c8;
}
.c_ico_3._report > .inner {
  background: #f29d00;
}

.c_ico_4 {
  width: 40px;
  height: 40px;
  border: 4px solid #009fe8;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_ico_4 {
    width: 20px;
    height: 20px;
    border: 2px solid #009fe8;
  }
}
.c_ico_4 .inner {
  color: #009fe8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -moz-transition: all 0.2s liner;
  -webkit-transition: all 0.2s liner;
  transition: all 0.2s liner;
}
@media screen and (max-width: 768px) {
  .c_ico_4 .inner {
    width: 10px;
    height: 10px;
  }
}
.c_ico_4 .inner._active:after {
  display: none;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c_ico_4 .inner:before, .c_ico_4 .inner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #009fe8;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_ico_4 .inner:before, .c_ico_4 .inner:after {
    width: 10px;
    height: 2px;
    border-radius: 1px;
  }
}
.c_ico_4 .inner:after {
  -moz-transform: translateY(-1px) rotate(90deg);
  -ms-transform: translateY(-1px) rotate(90deg);
  -webkit-transform: translateY(-1px) rotate(90deg);
  transform: translateY(-1px) rotate(90deg);
}

.c_ico_5 {
  width: 40px;
  height: 40px;
  background: #009fe8;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2.4em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c_ico_5 {
    width: 20px;
    height: 20px;
    font-size: 1.2em;
  }
}

/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
.c_list_1 .item {
  position: relative;
  margin: 0 0 0 22px;
}
@media screen and (max-width: 768px) {
  .c_list_1 .item {
    margin: 0 0 0 20px;
  }
}
.c_list_1 .item:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #009fe8;
  position: absolute;
  top: 9px;
  left: -22px;
}
@media screen and (max-width: 768px) {
  .c_list_1 .item:before {
    width: 12px;
    height: 12px;
    left: -20px;
  }
}

.c_list_2_outer {
  background: #888;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .c_list_2_outer {
    padding: 0;
  }
}
.c_list_2_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_list_2_outer > .inner {
    width: auto;
    padding: 0 4.6875%;
  }
}

.c_list_2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_list_2 {
    background: #fff;
    border: 1px solid #009fe8;
    border-bottom: none;
  }
}
.c_list_2 > .inner .togglebtn {
  height: 45px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #009fe8;
  background: #009fe8;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c_list_2 > .inner .togglebtn {
    display: none;
  }
}
@media print {
  .c_list_2 > .inner .togglebtn {
    display: none;
  }
}
.c_list_2 > .inner .togglebtn:after {
  content: "";
  position: absolute;
  top: 18px;
  margin: auto;
  vertical-align: middle;
  right: 24px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c_list_2 > .inner .togglebtn ._def {
  display: inline;
}
.c_list_2 > .inner .togglebtn ._active {
  display: none;
}
.c_list_2 > .inner .togglebtn._open:after {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c_list_2 > .inner .togglebtn._open ._def {
  display: none;
}
.c_list_2 > .inner .togglebtn._open ._active {
  display: inline;
}
.c_list_2 > .inner .alllist {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c_list_2 > .inner .alllist {
    display: none;
  }
}
.c_list_2 > .inner .alllist .list {
  height: 60px;
  background: #009fe8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_list_2 > .inner .alllist .list {
    height: auto;
    background: #fff;
    display: block;
  }
}
.c_list_2 > .inner .alllist .list .item {
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
}
.c_list_2 > .inner .alllist .list .item:last-child {
  border-right: none;
}
.c_list_2 > .inner .alllist .list .item .link {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-grow: 1;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c_list_2 > .inner .alllist .list .item .link:hover {
    color: #009fe8;
    background: #fff;
  }
  .c_list_2 > .inner .alllist .list .item .link._current {
    color: #009fe8;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .c_list_2 > .inner .alllist .list .item .link {
    height: 45px;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    padding: 0 20px;
    flex-grow: 0;
    border-bottom: 1px solid #009fe8;
    position: relative;
    background: #fff;
    color: #009fe8;
  }
  .c_list_2 > .inner .alllist .list .item .link:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #009fe8;
    border-radius: 50%;
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c_list_2 > .inner .alllist .list .item .link:after {
    content: "";
    position: absolute;
    top: 19px;
    margin: auto;
    vertical-align: middle;
    right: 24px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.c_list_2 > .inner .alllist .list .item .link._pt2:after {
  content: "";
  width: 15px;
  height: 15px;
  background: none;
  border-radius: 0;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  background: url("../img/common/ico_outlink_faq_sp.svg") no-repeat center center/contain;
  transform: none;
}
@media screen and (min-width: 769px) {
  .c_list_2 > .inner .alllist .list .item .link._pt2:after {
    content: none;
    left: auto;
  }
}
.c_list_2 > .inner .alllist .list .item .link._pt2:before {
  content: none;
}
.c_list_2 > .inner .alllist .list .item .link._pt2:hover > .inner .txt:after {
  filter: none;
}
.c_list_2 > .inner .alllist .list .item .link > .inner .txt {
  display: inline-block;
  position: relative;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .c_list_2 > .inner .alllist .list .item .link > .inner .txt {
    display: block;
    left: auto;
  }
}
.c_list_2 > .inner .alllist .list .item .link > .inner .txt:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -26px;
}
@media screen and (max-width: 768px) {
  .c_list_2 > .inner .alllist .list .item .link > .inner .txt:before {
    content: none;
  }
}
.c_list_2 > .inner .alllist .list .item .link > .inner .txt:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 12px;
  left: -19px;
}
@media screen and (max-width: 768px) {
  .c_list_2 > .inner .alllist .list .item .link > .inner .txt:after {
    content: none;
  }
}
.c_list_2 > .inner .alllist .list .item .link > .inner .txt._pt2 {
  line-height: 1;
  text-align: center;
  left: auto;
}
@media screen and (min-width: 769px) {
  .c_list_2 > .inner .alllist .list .item .link > .inner .txt._pt2 {
    right: 10px;
  }
}
.c_list_2 > .inner .alllist .list .item .link > .inner .txt._pt2:before {
  content: none;
}
.c_list_2 > .inner .alllist .list .item .link > .inner .txt._pt2:after {
  content: "";
  width: 20px;
  height: 20px;
  border: none;
  transform: none;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: -35px;
  background: url("../img/common/ico_outlink_faq_sp.svg") no-repeat center center/contain;
  filter: brightness(0) invert(1);
  transition: .2s all ease;
}
@media screen and (max-width: 768px) {
  .c_list_2 > .inner .alllist .list .item .link > .inner .txt._pt2:after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .c_list_2 > .inner .alllist .list .item .link > .inner .txt .mtxt {
    font-size: 1.1rem;
    margin-bottom: 4px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c_list_2 > .inner .alllist .list .item .link > .inner .txt .mtxt {
    margin-right: 1em;
  }
}

.c_list_3_outer {
  background: #888;
  padding: 20px 0;
}
.c_list_3_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_list_3_outer > .inner {
    width: auto;
    padding: 0 4.6875%;
  }
}

.c_list_3 {
  background: #fff;
}
.c_list_3 > .parent > .wrap._ttl {
  cursor: pointer;
  position: relative;
  padding: 29px 140px 29px 50px;
}
@media screen and (max-width: 768px) {
  .c_list_3 > .parent > .wrap._ttl {
    padding: 15px 60px 15px 20px;
  }
}
.c_list_3 > .parent > .wrap._ttl > .ttl {
  color: #009fe8;
}
.c_list_3 > .parent > .wrap._ttl > .position {
  position: absolute;
  top: 30px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .c_list_3 > .parent > .wrap._ttl > .position {
    top: 15px;
    right: 20px;
  }
}
.c_list_3 > .parent > .wrap._txt {
  display: none;
  padding: 0 50px 30px;
}
@media screen and (max-width: 768px) {
  .c_list_3 > .parent > .wrap._txt {
    padding: 0 20px 15px;
  }
}
@media print {
  .c_list_3 > .parent > .wrap._txt {
    display: block;
  }
}
.c_list_3 > .parent > .wrap._txt .imgwrap {
  width: 100%;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_3 > .parent > .wrap._txt .imgwrap {
    margin: 20px 0;
  }
}
.c_list_3 > .parent > .wrap._txt .imgwrap .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c_list_4_outer {
  background: #888;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .c_list_4_outer {
    padding: 0;
  }
}
.c_list_4_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_list_4_outer > .inner {
    width: auto;
    padding: 0 4.6875%;
  }
}

.c_list_4 {
  background: #fff;
  position: relative;
}
.c_list_4 > .q_ico {
  position: absolute;
  top: 30px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .c_list_4 > .q_ico {
    top: 15px;
    left: 20px;
  }
}
.c_list_4 > .parent > .wrap._ttl {
  cursor: pointer;
  position: relative;
  padding: 29px 140px 29px 110px;
}
@media screen and (max-width: 768px) {
  .c_list_4 > .parent > .wrap._ttl {
    padding: 15px 60px 15px 50px;
  }
}
.c_list_4 > .parent > .wrap._ttl > .ttl {
  color: #009fe8;
}
.c_list_4 > .parent > .wrap._ttl > .position {
  position: absolute;
  top: 30px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .c_list_4 > .parent > .wrap._ttl > .position {
    top: 15px;
    right: 20px;
  }
}
.c_list_4 > .parent > .wrap._txt {
  display: none;
  padding: 0 110px 30px;
}
@media print {
  .c_list_4 > .parent > .wrap._txt {
    display: block;
  }
}
.c_list_4 > .parent > .wrap._txt .link {
  position: relative;
}
.c_list_4 > .parent > .wrap._txt .link:link, .c_list_4 > .parent > .wrap._txt .link:active, .c_list_4 > .parent > .wrap._txt .link:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.c_list_4 > .parent > .wrap._txt .link:hover {
  color: #009fe8;
}
.c_list_4 > .parent > .wrap._txt .link:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  background: #009fe8;
}
.c_list_4 > .parent > .wrap._txt .link:hover:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .c_list_4 > .parent > .wrap._txt {
    padding: 0 20px 15px;
  }
}

.c_list_5_outer {
  background: #888;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .c_list_5_outer {
    padding: 0;
  }
}
.c_list_5_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_list_5_outer > .inner {
    width: auto;
    padding: 0;
  }
}

.c_list_5 > .item {
  width: 840px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_list_5 > .item {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
.c_list_5 > .item .link {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_list_5 > .item .link {
    padding: 20px;
  }
}
.c_list_5 > .item .link .imgwrap {
  width: 250px;
  height: 153px;
  margin: 0 30px 0 0;
  min-width: 250px;
}
@media screen and (max-width: 768px) {
  .c_list_5 > .item .link .imgwrap {
    width: 90px;
    height: 55px;
    min-width: 90px;
    margin: 0 20px 0 0;
  }
}
.c_list_5 > .item .link .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c_list_5 > .item .link .txtwrap {
  min-width: 496px;
}
@media screen and (max-width: 768px) {
  .c_list_5 > .item .link .txtwrap {
    min-width: 0;
    width: calc(100% - 110px);
  }
}
.c_list_5 > .item .link .txtwrap .icon {
  margin: 0 0 10px;
}
.c_list_5 > .item .link .txtwrap .ttl {
  margin: 0 0 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c_list_5 > .item .link .txtwrap .ttl {
    font-weight: normal;
    color: #009fe8;
    text-decoration: underline;
  }
}
.c_list_5 > .item .link .txtwrap .list > .item {
  line-height: 1.9;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}
.c_list_5 > .item .link .txtwrap .list p {
  display: inline;
}
.c_list_5 > .item .link .txtwrap .catlist {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_5 > .item .link .txtwrap .catlist {
    margin: 8px 0 0;
  }
}
.c_list_5 > .item .link .txtwrap .catlist > .item {
  position: relative;
  left: 12px;
  display: inline-block;
  margin: 0 30px 10px 0;
}
@media screen and (max-width: 768px) {
  .c_list_5 > .item .link .txtwrap .catlist > .item {
    margin: 0 24px 8px 0;
  }
}
.c_list_5 > .item .link .txtwrap .catlist > .item:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #009fe8;
  position: absolute;
  top: 0;
  left: -12px;
}
@media screen and (max-width: 768px) {
  .c_list_5 > .item .link .txtwrap .catlist > .item:before {
    width: 10px;
    height: 10px;
  }
}
.c_list_5 > .item:first-child {
  border-top: 2px solid #e5e5e5;
}
.c_list_5 > .item:last-child {
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (min-width: 769px) {
  .c_list_5 > .item:hover {
    border: 2px solid #009fe8;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 900;
  }
}

.c_list_6_outer {
  background: #888;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .c_list_6_outer {
    padding: 0;
  }
}
.c_list_6_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_list_6_outer > .inner {
    width: auto;
    padding: 0;
  }
}

.c_list_6 > .item {
  width: 840px;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .c_list_6 > .item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
  }
}
.c_list_6 > .item .ttlwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 14px;
}
.c_list_6 > .item .ttlwrap .date {
  margin: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_6 > .item .ttlwrap .date {
    margin: 0 10px 0 0;
    font-weight: normal;
  }
}
.c_list_6 > .item .ttlwrap .icon {
  margin: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_6 > .item .ttlwrap .icon {
    margin: 0 10px 0 0;
  }
}
.c_list_6 > .item .ttlwrap .new {
  color: #f29d00;
}
.c_list_6 > .item .txtwrap {
  position: relative;
}
.c_list_6 > .item .txtwrap .txt .link {
  color: #009fe8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_list_6 > .item .txtwrap .txt .link {
    text-decoration: underline;
  }
}
.c_list_6 > .item .txtwrap .txt .link:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/common/icon_outlink.png");
  background-size: contain;
  position: absolute;
  right: -18px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c_list_6 > .item .txtwrap .txt .link:after {
    width: 10px;
    height: 10px;
    right: -14px;
  }
}
.c_list_6 > .item:last-child {
  border-bottom: none;
}

.c_list_7_outer {
  background: #888;
  padding: 20px 0;
}
.c_list_7_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_list_7_outer > .inner {
    width: auto;
    padding: 0 4.6875%;
  }
}

.c_list_7 {
  margin: 50px auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.c_list_7 .slick-list {
  margin: 0 -10px;
}
.c_list_7 .slick-slide {
  border: 1px solid #e6e6e6;
  margin: 0 10px;
}
.c_list_7 .slick-next:before {
  content: ">";
  color: #009fe8;
}
.c_list_7 .slick-prev:before {
  content: "<";
  color: #009fe8;
}
.c_list_7 .item {
  width: calc(100% / 3);
  border: 1px solid #e6e6e6;
  border-left-width: 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s linear;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c_list_7 .item {
    outline: none;
    border-left-width: 1px;
  }
}
.c_list_7 .item:nth-child(3n + 1) {
  border-left-width: 1px;
}
@media screen and (max-width: 768px) {
  .c_list_7 .item:nth-child(3n + 1) {
    border-left-width: 1px;
  }
}
.c_list_7 .item:nth-child(n + 5) {
  border-left-width: 0;
}
@media screen and (max-width: 768px) {
  .c_list_7 .item:nth-child(n + 5) {
    border-left-width: 1px;
  }
}
.c_list_7 .item:hover {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .c_list_7 .item:hover {
    outline: inherit;
    box-shadow: none;
    border-color: #e6e6e6;
  }
}
.c_list_7 .item:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
  border: 2px solid #009fe8;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c_list_7 .item:hover:before {
    border: none;
  }
}
.c_list_7 .item > .link {
  padding: 30px;
  display: block;
  width: 100%;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .c_list_7 .item > .link {
    padding: 20px;
  }
}
.c_list_7 .item > .link:hover {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c_list_7 .item > .link:hover {
    outline: inherit;
    box-shadow: none;
  }
}
.c_list_7 .item > .link:hover > .imgwrap > .image {
  opacity: 1;
}
.c_list_7 .item > .link > .imgwrap > .image {
  width: 100%;
}
.c_list_7 .item > .link .icon {
  margin: 15px 0 10px;
}
.c_list_7 .item > .link > .txtwrap > .ttl {
  margin: 0 0 10px;
}

.c_list_8_outer {
  background: #888;
  padding: 20px 0;
}
.c_list_8_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_list_8_outer > .inner {
    width: auto;
    padding: 0;
  }
}

.c_list_8 {
  width: 840px;
}
@media screen and (max-width: 768px) {
  .c_list_8 {
    width: 100%;
  }
}
.c_list_8 > .item {
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .c_list_8 > .item {
    border-left: none;
    border-right: none;
  }
}
.c_list_8 > .item:last-child {
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (min-width: 769px) {
  .c_list_8 > .item:hover {
    border: 2px solid #009fe8;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 990;
  }
}
.c_list_8 > .item .link {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_list_8 > .item .link {
    width: 100%;
    padding: 20px;
  }
}
.c_list_8 > .item .link .imgwrap {
  width: 250px;
  height: 153px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_8 > .item .link .imgwrap {
    width: 90px;
    height: 55px;
    margin: 0 20px 0 0;
  }
}
.c_list_8 > .item .link .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c_list_8 > .item .link .txtwrap {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .c_list_8 > .item .link .txtwrap {
    width: calc(100% - 110px);
  }
}
.c_list_8 > .item .link .txtwrap .infowrap {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_list_8 > .item .link .txtwrap .infowrap {
    margin: 0 0 8px;
    display: block;
  }
}
.c_list_8 > .item .link .txtwrap .infowrap .date {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_8 > .item .link .txtwrap .infowrap .date {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .c_list_8 > .item .link .txtwrap .infowrap .icon {
    margin: 10px 0 0;
  }
}
.c_list_8 > .item .link .txtwrap .ttl {
  margin: 0 0 8px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c_list_8 > .item .link .txtwrap .ttl {
    font-weight: normal;
    color: #009fe8;
    text-decoration: underline;
  }
}

.c_list_9_outer {
  background: #888;
  padding: 20px 0;
}
.c_list_9_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_list_9_outer > .inner {
    width: auto;
    padding: 0 4.6875%;
  }
}

.c_list_9.u_pc {
  width: 360px;
  background: #fff;
}
.c_list_9.u_pc > .inner .secttl {
  position: relative;
  line-height: 1;
  left: 24px;
  margin: 0 0 30px;
}
.c_list_9.u_pc > .inner .secttl:before {
  content: "";
  width: 5px;
  height: 20px;
  background: #009fe8;
  position: absolute;
  left: -24px;
}
.c_list_9.u_pc > .inner .alllist .allselect {
  cursor: pointer;
}
.c_list_9.u_pc > .inner .alllist .allselect > .inner {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px 0 37px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}
.c_list_9.u_pc > .inner .alllist .allselect > .inner:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c_list_9.u_pc > .inner .alllist .allselect > .inner:before {
    top: 3px;
    bottom: auto;
  }
}
.c_list_9.u_pc > .inner .alllist .allselect > .inner .txt {
  line-height: 1;
  color: #009fe8;
  text-decoration: underline;
}
.c_list_9.u_pc > .inner .alllist .allselect > .inner .txt .link:link, .c_list_9.u_pc > .inner .alllist .allselect > .inner .txt .link:active, .c_list_9.u_pc > .inner .alllist .allselect > .inner .txt .link:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.c_list_9.u_pc > .inner .alllist .allselect > .inner .txt .link:hover {
  color: #009fe8;
}
.c_list_9.u_pc > .inner .alllist .allselect > .inner .txt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  left: 16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c_list_9.u_pc > .inner .alllist .allselect > .inner .txt:before {
    top: 9px;
    bottom: auto;
  }
}
.c_list_9.u_pc > .inner .alllist .allselect > .inner .txt:hover {
  text-decoration: none;
}
.c_list_9.u_pc > .inner .alllist .allselect._current > .inner {
  background: #009fe8;
}
.c_list_9.u_pc > .inner .alllist .allselect._current > .inner .txt {
  color: #fff;
  text-decoration: none;
}
.c_list_9.u_pc > .inner .alllist .allselect._current > .inner .txt .link:link, .c_list_9.u_pc > .inner .alllist .allselect._current > .inner .txt .link:active, .c_list_9.u_pc > .inner .alllist .allselect._current > .inner .txt .link:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c_list_9.u_pc > .inner .alllist .allselect._current > .inner .txt .link:hover {
  color: #fff;
}
.c_list_9.u_pc > .inner .alllist .ttl {
  margin: 20px 0 5px 10px;
}
.c_list_9.u_pc > .inner .alllist .list .item {
  cursor: pointer;
  margin: 0 0 4px;
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px 0 37px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c_list_9.u_pc > .inner .alllist .list .item > .inner:before {
    top: 3px;
    bottom: auto;
  }
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner .txt {
  line-height: 1;
  color: #009fe8;
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner .txt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  left: 16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c_list_9.u_pc > .inner .alllist .list .item > .inner .txt:before {
    top: 9px;
    bottom: auto;
  }
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner .txt .link {
  position: relative;
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner .txt .link:link, .c_list_9.u_pc > .inner .alllist .list .item > .inner .txt .link:active, .c_list_9.u_pc > .inner .alllist .list .item > .inner .txt .link:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner .txt .link:hover {
  color: #009fe8;
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner .txt .link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #009fe8;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c_list_9.u_pc > .inner .alllist .list .item > .inner .txt:hover {
  text-decoration: none;
}
.c_list_9.u_pc > .inner .alllist .list .item._current > .inner {
  background: #009fe8;
}
.c_list_9.u_pc > .inner .alllist .list .item._current > .inner .txt {
  color: #fff;
  text-decoration: none;
}
.c_list_9.u_pc > .inner .alllist .list .item._current > .inner .txt .link:link, .c_list_9.u_pc > .inner .alllist .list .item._current > .inner .txt .link:active, .c_list_9.u_pc > .inner .alllist .list .item._current > .inner .txt .link:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c_list_9.u_pc > .inner .alllist .list .item._current > .inner .txt .link:hover {
  color: #fff;
}
.c_list_9.u_sp {
  width: 100%;
  background: #fff;
  border: 1px solid #009fe8;
  border-bottom: none;
}
.c_list_9.u_sp > .inner .togglebtn, .c_list_9.u_sp > .inner .alllist .allselect > .inner .txt .link, .c_list_9.u_sp > .inner .alllist .ttl, .c_list_9.u_sp > .inner .alllist .list .item .link {
  height: 45px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #009fe8;
}
.c_list_9.u_sp > .inner .alllist .allselect > .inner .txt .link:before, .c_list_9.u_sp > .inner .alllist .list .item .link:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #009fe8;
  border-radius: 50%;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c_list_9.u_sp > .inner .alllist .allselect > .inner .txt .link:after, .c_list_9.u_sp > .inner .alllist .list .item .link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 25px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_list_9.u_sp > .inner .alllist .allselect > .inner .txt._current .link:before, .c_list_9.u_sp > .inner .alllist .list .item._current .link:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c_list_9.u_sp > .inner .alllist .allselect > .inner .txt._current .link:after, .c_list_9.u_sp > .inner .alllist .list .item._current .link:after {
  content: "";
  position: absolute;
  top: 0px;
  margin: auto;
  vertical-align: middle;
  right: 24px;
  width: 6px;
  height: 3px;
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c_list_9.u_sp > .inner .togglebtn {
  background: #009fe8;
  color: #fff;
  position: relative;
}
.c_list_9.u_sp > .inner .togglebtn:after {
  content: "";
  position: absolute;
  top: 16px;
  margin: auto;
  vertical-align: middle;
  right: 23px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c_list_9.u_sp > .inner .togglebtn ._def {
  display: inline;
}
.c_list_9.u_sp > .inner .togglebtn ._active {
  display: none;
}
.c_list_9.u_sp > .inner .togglebtn._open:after {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c_list_9.u_sp > .inner .togglebtn._open ._def {
  display: none;
}
.c_list_9.u_sp > .inner .togglebtn._open ._active {
  display: inline;
}
.c_list_9.u_sp > .inner .alllist {
  display: none;
}
.c_list_9.u_sp > .inner .alllist .allselect > .inner .txt._current .link {
  background: #e5f6ff;
  color: #009fe8;
}
.c_list_9.u_sp > .inner .alllist .allselect > .inner .txt .link {
  position: relative;
  background: #fff;
  color: #009fe8;
}
.c_list_9.u_sp > .inner .alllist .allselect > .inner .txt .link:link, .c_list_9.u_sp > .inner .alllist .allselect > .inner .txt .link:active, .c_list_9.u_sp > .inner .alllist .allselect > .inner .txt .link:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.c_list_9.u_sp > .inner .alllist .allselect > .inner .txt .link:hover {
  color: #009fe8;
}
.c_list_9.u_sp > .inner .alllist .ttl {
  background: #323232;
  color: #fff;
}
.c_list_9.u_sp > .inner .alllist .list .item .link {
  position: relative;
  background: #fff;
  color: #009fe8;
}
.c_list_9.u_sp > .inner .alllist .list .item .link:link, .c_list_9.u_sp > .inner .alllist .list .item .link:active, .c_list_9.u_sp > .inner .alllist .list .item .link:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.c_list_9.u_sp > .inner .alllist .list .item .link:hover {
  color: #009fe8;
}
.c_list_9.u_sp > .inner .alllist .list .item._current .link {
  background: #e5f6ff;
  color: #009fe8;
}

.c_list_10_outer {
  width: 1200px;
  margin: 0 auto 20px;
}

.c_list_10 {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_list_10 {
    height: 30px;
  }
}
.c_list_10 .item {
  background: #009fe8;
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-grow: 1;
  border-right: 1px solid #fff;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c_list_10 .item {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 30px;
    border-radius: 15px;
  }
  .c_list_10 .item.curr {
    width: 115px;
    min-width: 115px;
    max-width: 115px;
    margin: 0 10px;
  }
}
.c_list_10 .item:last-child {
  border-right: none;
}
.c_list_10 .item:hover {
  color: #009fe8;
  background: #fff;
}
.c_list_10 .item:hover .wrap .link .txt._pt2:before {
  background: url("../img/common/icon_nemu.svg");
}
.c_list_10 .item.empty {
  background: transparent;
  display: none;
}
.c_list_10 .item._current {
  color: #009fe8;
  background: #fff;
}
.c_list_10 .item .wrap {
  width: 100%;
  height: 100%;
}
.c_list_10 .item .wrap .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c_list_10 .item .wrap .link:link, .c_list_10 .item .wrap .link:active, .c_list_10 .item .wrap .link:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c_list_10 .item .wrap .link:hover {
  color: #009fe8;
}
.c_list_10 .item .wrap .link:hover .txt._pt1:before {
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
}
.c_list_10 .item .wrap .link:hover .txt._pt3:before {
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
}
.c_list_10 .item .wrap .link .txt {
  position: relative;
  display: block;
}
.c_list_10 .item .wrap .link .txt .u_pci {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c_list_10 .item .wrap .link .txt .u_pci {
    display: none;
  }
}
.c_list_10 .item .wrap .link .txt .u_spi {
  display: none;
}
@media screen and (max-width: 768px) {
  .c_list_10 .item .wrap .link .txt .u_spi {
    display: inline;
  }
}
.c_list_10 .item .wrap .link .txt.u_pci {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c_list_10 .item .wrap .link .txt.u_pci {
    display: none;
  }
}
.c_list_10 .item .wrap .link .txt.u_spi {
  display: none;
}
@media screen and (max-width: 768px) {
  .c_list_10 .item .wrap .link .txt.u_spi {
    display: inline;
  }
}
.c_list_10 .item .wrap .link .txt._pt1 {
  left: 0;
}
@media screen and (max-width: 768px) {
  .c_list_10 .item .wrap .link .txt._pt1 {
    margin: 0 0 0 16px;
  }
}
.c_list_10 .item .wrap .link .txt._pt1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  .c_list_10 .item .wrap .link .txt._pt1:before {
    left: -12px;
  }
}
.c_list_10 .item .wrap .link .txt._pt2 {
  left: 16px;
}
.c_list_10 .item .wrap .link .txt._pt2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background: url("../img/common/icon_nemu_white.svg");
}
.c_list_10 .item .wrap .link .txt._pt3 {
  right: 0;
}
@media screen and (max-width: 768px) {
  .c_list_10 .item .wrap .link .txt._pt3 {
    margin: 0 16px 0 0;
  }
}
.c_list_10 .item .wrap .link .txt._pt3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c_list_10 .item .wrap .link .txt._pt3:after {
    right: -12px;
  }
}

/* =================================
 item
================================= */
.c_item_1 > .inner {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_item_1 > .inner {
    padding: 0;
    flex-direction: column;
  }
}
.c_item_1 > .inner > .wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c_item_1 > .inner > .wrap {
    width: 100%;
  }
}
.c_item_1 > .inner > .wrap._txt {
  order: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: left;
  -moz-align-items: left;
  -ms-align-items: left;
  align-items: left;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .c_item_1 > .inner > .wrap._txt {
    padding: 25px 4.6785% 40px;
  }
}
.c_item_1 > .inner > .wrap._txt > .inner .icon {
  margin: 0 0 17px;
}
.c_item_1 > .inner > .wrap._txt > .inner .ttl {
  margin: 0 0 40px;
  color: #009fe8;
  line-break: strict;
}
.c_item_1 > .inner > .wrap._txt > .inner .ttl .linebreak {
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .c_item_1 > .inner > .wrap._txt > .inner .ttl {
    margin: 0 0 20px;
  }
}
.c_item_1 > .inner > .wrap._img {
  order: 1;
}
.c_item_1 > .inner > .wrap._img .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_item_1._pt2 > .inner > .wrap._txt {
  order: 1;
}
@media screen and (max-width: 768px) {
  .c_item_1._pt2 > .inner > .wrap._txt {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .c_item_1._pt2 > .inner > .wrap._img {
    order: 1;
  }
}

.c_item_2_outer {
  background: #888;
  padding: 20px 0;
}
.c_item_2_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_item_2_outer > .inner {
    width: auto;
    padding: 0 4.6875%;
  }
}

.c_item_2 > .inner {
  background: #009fe8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 1200px;
}
@media screen and (max-width: 768px) {
  .c_item_2 > .inner {
    width: 100%;
    flex-direction: column;
  }
}
.c_item_2 > .inner > .wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c_item_2 > .inner > .wrap {
    width: 100%;
  }
}
.c_item_2 > .inner > .wrap._txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: left;
  -moz-align-items: left;
  -ms-align-items: left;
  align-items: left;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .c_item_2 > .inner > .wrap._txt {
    order: 2;
    padding: 20px;
  }
}
.c_item_2 > .inner > .wrap._txt > .inner .icon {
  margin: 0 0 17px;
}
.c_item_2 > .inner > .wrap._txt > .inner .ttl {
  margin: 0 0 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c_item_2 > .inner > .wrap._txt > .inner .ttl {
    margin: 0 0 20px;
  }
}
.c_item_2 > .inner > .wrap._txt > .inner .txt {
  color: #fff;
}
.c_item_2 > .inner > .wrap._txt > .inner .link {
  color: #fff;
  text-decoration: underline;
}
.c_item_2 > .inner > .wrap._txt > .inner .btn {
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .c_item_2 > .inner > .wrap._txt > .inner .btn {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .c_item_2 > .inner > .wrap._img {
    order: 1;
  }
}
.c_item_2 > .inner > .wrap._img .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_item_3 > .inner {
  width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_item_3 > .inner {
    width: 100%;
    flex-direction: column;
  }
}
.c_item_3 > .inner > .wrap {
  width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 768px) {
  .c_item_3 > .inner > .wrap {
    width: 100%;
  }
}
.c_item_3 > .inner > .wrap._txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: left;
  -moz-align-items: left;
  -ms-align-items: left;
  align-items: left;
  border-top: 2px solid #f5f5f5;
  border-left: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .c_item_3 > .inner > .wrap._txt {
    order: 2;
    border: none;
    margin: 20px 0 0;
    padding: 0;
  }
}
.c_item_3 > .inner > .wrap._txt > .inner .txt {
  color: #323232;
}
@media screen and (max-width: 768px) {
  .c_item_3 > .inner > .wrap._img {
    order: 1;
  }
}
.c_item_3 > .inner > .wrap._img .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_item_4_outer {
  background: #888;
  padding: 20px 0;
}
.c_item_4_outer > .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_item_4_outer > .inner {
    width: auto;
    padding: 0 4.6875%;
  }
}

.c_item_4 {
  width: 575px;
  min-width: 575px;
  height: 316px;
  padding: 50px 45px 50px 50px;
  background: #009fe8;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_item_4 {
    width: 100%;
    height: auto;
    min-width: auto;
    padding: 75px 30px 40px;
    display: block;
  }
  .c_item_4 .infowrap .wrap._ttl .desc .c_ico_2 > .inner {
    padding: 0 10px;
  }
}
.c_item_4 .imgwrap {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 35px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c_item_4 .imgwrap {
    width: 100px;
    min-width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.c_item_4 .imgwrap .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c_item_4 .infowrap .wrap._ttl {
  margin: 0 0 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c_item_4 .infowrap .wrap._ttl .catch {
  line-height: 1;
  color: #fff;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .c_item_4 .infowrap .wrap._ttl .catch {
    text-align: center;
  }
}
.c_item_4 .infowrap .wrap._ttl .ttl {
  color: #fff;
  margin: 0 0 10px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c_item_4 .infowrap .wrap._ttl .ttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c_item_4 .infowrap .wrap._ttl .desc .c_ico_2 > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.c_item_4 .infowrap .wrap._ttl .desc .c_ico_2 > .inner .u_txt_1 {
  font-feature-settings: "palt";
}
.c_item_4 .infowrap .wrap._list .list .item {
  color: #fff;
  line-height: 1.5;
  margin: 0 0 8px 22px;
}
.c_item_4 .infowrap .wrap._list .list .item:before {
  background: #fff;
  top: 5px;
}

/* =================================
 pagination
================================= */
.c_pagination_outer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  background: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer {
    height: 100%;
    display: block;
  }
}
.c_pagination_outer .number {
  width: 270px;
  padding: 0 0 0 30px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .number {
    width: 100%;
    font-size: 2em;
    padding: 16px 0 2px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.c_pagination_outer .number .large {
  font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .number .large {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination {
    margin: 0;
  }
}
.c_pagination_outer .c_pagination > .inner {
  width: 570px;
  height: 60px;
  background: #f5f5f5;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner {
    width: 100%;
    height: initial;
    padding: 0 0 25px;
    display: block;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager {
    position: static;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .c_pagination_outer .c_pagination > .inner > .pager {
    height: 30px;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > span {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #c8c8c8;
  background: #e6e6e6;
  border-radius: 3px;
  font-size: 1.4em;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  text-align: center;
  padding: 6px 0 0;
}
.c_pagination_outer .c_pagination > .inner > .pager > span.dots {
  color: #323232;
  background: #c8c8c8;
  border: 1px solid #323232;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager > span {
    width: 30px;
    height: 30px;
    padding: 2px 0 0;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > a {
  background: #009fe8;
  text-align: center;
  font-size: 1.4em;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager > a {
    width: 30px;
    height: 30px;
    padding: 2px 0 0;
    margin: 0 7px 0;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > a .txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_pagination_outer .c_pagination > .inner > .pager > a:hover {
  opacity: 0.7;
}
.c_pagination_outer .c_pagination > .inner > .pager > a.prev {
  width: 90px;
  margin: 0;
  color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager > a.prev {
    width: 30px;
    margin: 0 7px 0 0;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > a.prev .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager > a.prev .txt {
    display: none;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > a.prev > .inner {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c_pagination_outer .c_pagination > .inner > .pager > a.prev > .inner .arrowwrap {
  height: 100%;
  position: relative;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 6px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager > a.prev > .inner .arrowwrap {
    left: 5px;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > a.prev > .inner .arrowwrap .vertical,
.c_pagination_outer .c_pagination > .inner > .pager > a.prev > .inner .arrowwrap .horizontal {
  content: "";
  position: relative;
  width: 5px;
  height: 1px;
  background: #fff;
}
.c_pagination_outer .c_pagination > .inner > .pager > a.prev > .inner .arrowwrap .vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_pagination_outer .c_pagination > .inner > .pager > a.prev > .inner .arrowwrap .horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c_pagination_outer .c_pagination > .inner > .pager > a.next {
  width: 90px;
  color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager > a.next {
    width: 30px;
    margin: 0 0 0 7px;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > a.next .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager > a.next .txt {
    display: none;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > a.next > .inner {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c_pagination_outer .c_pagination > .inner > .pager > a.next > .inner .arrowwrap {
  height: 100%;
  position: relative;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 6px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .c_pagination_outer .c_pagination > .inner > .pager > a.next > .inner .arrowwrap {
    right: 5px;
  }
}
.c_pagination_outer .c_pagination > .inner > .pager > a.next > .inner .arrowwrap .vertical,
.c_pagination_outer .c_pagination > .inner > .pager > a.next > .inner .arrowwrap .horizontal {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #fff;
}
.c_pagination_outer .c_pagination > .inner > .pager > a.next > .inner .arrowwrap .vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
}
.c_pagination_outer .c_pagination > .inner > .pager > a.next > .inner .arrowwrap .horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 1px;
}
.c_pagination_outer .c_pagination > .inner > .pager > a.active {
  border: none;
  background: #fff;
  color: #009fe8;
}
.c_pagination_outer .c_pagination > .inner > .pager > a.active:hover {
  opacity: 1;
}

/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
@media screen and (max-width: 768px) {
  .p_page {
    margin: 55px 0 0;
  }
}

/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4.6875%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4.6875%;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l_container {
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .l_container {
    overflow: hidden;
  }
}

/* =================================
 l_header
================================= */
body.fixed {
  position: fixed;
  width: 100%;
}

.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

.l_header {
  width: 100%;
  background: #fff;
  top: 0;
  position: relative;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .l_header {
    position: fixed;
    min-width: initial;
  }
}
.l_header.tablet {
  zoom: 1.5;
  position: fixed;
  min-width: initial;
}
.l_header.tablet > .outer .menu_box._open > .wrap > .menu > .wrap > .txt {
  color: #fff;
}
.l_header.tablet > .outer .menu_box > .wrap .menu {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l_header.tablet > .outer .menu_box > .wrap .menu .wrap {
  width: 25px;
  height: 30px;
  position: relative;
}
.l_header.tablet > .outer .menu_box > .wrap .menu .wrap .border {
  width: 100%;
  height: 2px;
  background: #009fe8;
  position: absolute;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
}
.l_header.tablet > .outer .menu_box > .wrap .menu .wrap .border._pt1 {
  top: 1px;
  left: 0;
}
.l_header.tablet > .outer .menu_box > .wrap .menu .wrap .border._pt2 {
  top: 8px;
  left: 0;
}
.l_header.tablet > .outer .menu_box > .wrap .menu .wrap .border._pt3 {
  top: 15px;
  left: 0;
}
.l_header.tablet > .outer .menu_box > .wrap .menu .wrap span.txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 10px;
  color: #009fe8;
  line-height: 1;
  transform: translateX(-50%) scale(0.9);
}
.l_header.tablet > .outer > .inner {
  width: 100%;
  padding: 0 60px 0 4.6875%;
}
.l_header.tablet > .outer > .inner .left {
  width: 100px;
}
.l_header.tablet > .outer > .inner .left > a > img {
  height: 55px;
  width: 100%;
  max-width: 100%;
}
.l_header.tablet > .outer > .inner .right {
  width: calc(100% - 100px);
}
.l_header.tablet > .outer > .inner .right > .sec_1 > .inner {
  justify-content: flex-end;
  height: 55px;
  position: relative;
}
.l_header.tablet > .outer > .inner .right > .sec_1 > .inner .rightcolumn {
  padding: 0;
  align-items: center;
}
.l_header.tablet > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel {
  font-size: 12px;
  margin: 0 10px 0 0;
}
.l_header.tablet > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel > .u_txt_1 {
  font-size: 14px;
}
.l_header.tablet > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3 {
  width: 100px;
  height: 30px;
  font-size: 12px;
  transition: none;
}
.l_header.tablet > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3 .btn_txt {
  font-size: 14px;
}
.l_header.tablet > .outer > .inner .right > .flex {
  position: fixed;
  width: 100%;
  top: 55px;
  right: -100%;
  display: block;
  background: rgba(0, 159, 232, 0.9);
  height: calc(100% - 55px);
  overflow: scroll;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  opacity: 0;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu {
  padding: 40px 0 95px;
  position: relative;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu .sp_btn_wrap {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #fff;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul {
  display: block;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li {
  height: initial;
  margin: 0 0 50px;
  text-align: center;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li:last-child {
  margin: 0;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a {
  height: initial;
  display: inline-block;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a.is-current:before {
  width: 0;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a:hover:before {
  width: 0;
}
.l_header.tablet > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a span {
  font-size: 20px;
  color: #fff;
}
.l_header > .outer {
  position: relative;
}
.l_header > .outer .menu_box {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s all linear;
  z-index: 999;
}
.l_header > .outer .menu_box._open {
  background: #009fe8;
}
.l_header > .outer .menu_box._open > .wrap .menu > .wrap .border {
  width: 80%;
  background: #fff;
}
.l_header > .outer .menu_box._open > .wrap .menu > .wrap .border._pt1 {
  transform-origin: left;
  top: 8px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.l_header > .outer .menu_box._open > .wrap .menu > .wrap .border._pt2 {
  display: none;
}
.l_header > .outer .menu_box._open > .wrap .menu > .wrap .border._pt3 {
  top: 8px;
  left: 50%;
  transform-origin: left;
  transform: rotate(-45deg) translateX(-50%);
}
.l_header > .outer .menu_box._open > .wrap .menu > .wrap .txt {
  color: #fff;
}
.l_header > .outer .menu_box > .wrap {
  position: relative;
  height: 55px;
  width: 50px;
}
.l_header > .outer .menu_box > .wrap .menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header > .outer .menu_box > .wrap .menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l_header > .outer .menu_box > .wrap .menu .wrap {
    width: 26px;
    height: 30px;
    position: relative;
  }
  .l_header > .outer .menu_box > .wrap .menu .wrap .border {
    width: 100%;
    height: 2px;
    background: #009fe8;
    position: absolute;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
  }
  .l_header > .outer .menu_box > .wrap .menu .wrap .border._pt1 {
    top: 1px;
    left: 0;
  }
  .l_header > .outer .menu_box > .wrap .menu .wrap .border._pt2 {
    top: 8px;
    left: 0;
  }
  .l_header > .outer .menu_box > .wrap .menu .wrap .border._pt3 {
    top: 15px;
    left: 0;
  }
  .l_header > .outer .menu_box > .wrap .menu .wrap span.txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 10px;
    color: #009fe8;
    line-height: 1;
    transform: translateX(-50%);
  }
}
.l_header > .outer > .inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner {
    width: 100%;
    padding: 0 60px 0 4.6875%;
  }
}
@media screen and (max-width: 320px) {
  .l_header > .outer > .inner {
    padding: 0 50px 0 4.6875%;
  }
}
.l_header > .outer > .inner .left {
  width: 325px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .left {
    width: 100px;
  }
}
.l_header > .outer > .inner .left > a > img {
  width: 190px;
}
@media all and (-ms-high-contrast: none) {
  .l_header > .outer > .inner .left > a > img {
    height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .left > a > img {
    width: 100%;
    max-width: 100%;
  }
}
.l_header > .outer > .inner .right {
  width: calc(100% - 325px);
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right {
    width: calc(100% - 100px);
  }
}
.l_header > .outer > .inner .right > .sec_1 > .inner {
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner {
    justify-content: flex-end;
    height: 55px;
    position: relative;
  }
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn {
    padding: 0;
    align-items: center;
  }
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel {
  margin: 0 20px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel .u_txt_1 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel .u_txt_1 {
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel {
    margin: 0 5px 0 0;
  }
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel:hover {
  opacity: 0.5;
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel > .u_txt_1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel > .u_txt_1 {
    padding: 0 0 0 5px;
  }
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel > .u_txt_1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .tel > .u_txt_7 {
  padding: 0 0 0 8px;
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3 {
  background: #009fe8;
  color: #fff;
  width: 160px;
  height: 36px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3 {
    width: 94px;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3 {
    width: 86px !important;
  }
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3 .btn_txt {
    font-size: 10px !important;
  }
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3:hover {
  opacity: 0.5;
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3 .btn_txt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3 .btn_txt {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3.tel {
  background: #f29d00;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3.tel {
    width: 68px;
  }
}
@media screen and (max-width: 320px) {
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3.tel {
    width: 60px !important;
    margin: 0 5px 0 0;
  }
  .l_header > .outer > .inner .right > .sec_1 > .inner .rightcolumn > .c_btn_3.tel .u_txt_1 {
    font-size: 10px;
  }
}
.l_header > .outer > .inner .right > .flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex {
    position: fixed;
    width: 100%;
    top: 55px;
    right: -100%;
    display: block;
    background: rgba(0, 159, 232, 0.9);
    height: calc(100% - 55px);
    overflow: scroll;
    transition: all 0.5s linear;
    opacity: 0;
  }
}
.l_header > .outer > .inner .right > .flex._open {
  top: 55px;
  right: 0;
  opacity: 1;
}
.l_header > .outer > .inner .right > .flex > .wrap {
  width: 100%;
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu {
  width: 100%;
  padding: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu {
    padding: 40px 0 95px;
    position: relative;
  }
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .sp_btn_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu .sp_btn_wrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-top: 1px solid #fff;
  }
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .sp_btn_wrap > a {
  height: 45px;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .sp_btn_wrap > a:first-child {
  border-right: 1px solid #fff;
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .sp_btn_wrap > a > span {
  color: #fff;
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul {
    display: block;
  }
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li {
  height: 45px;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li {
    height: initial;
    margin: 0 0 50px;
    text-align: center;
  }
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li:last-child {
    margin: 0;
  }
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a {
  height: 45px;
  display: block;
  position: relative;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a {
    height: initial;
    display: inline-block;
  }
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a.is-current:before {
  content: '';
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a.is-current:before {
    width: 0;
  }
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a:before {
  content: '';
  width: 0;
  height: 5px;
  background: #009fe8;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a:hover {
  opacity: 1;
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a:hover:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a:hover:before {
    width: 0;
  }
}
.l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a span {
    font-size: 20px;
    color: #fff;
  }
}

.l_fixed_header {
  width: 100%;
  background: #fff;
  top: -120px;
  z-index: 901;
  position: fixed;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.5s all linear;
}
.l_fixed_header._fixed {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l_fixed_header {
    display: none;
  }
}
.l_fixed_header > .outer {
  position: relative;
}
.l_fixed_header > .outer .menu_box {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s all linear;
}
.l_fixed_header > .outer .menu_box._open {
  background: #009fe8;
}
.l_fixed_header > .outer .menu_box._open > .wrap .menu > .wrap .border {
  width: 80%;
  background: #fff;
}
.l_fixed_header > .outer .menu_box._open > .wrap .menu > .wrap .border._pt1 {
  transform-origin: left;
  top: 8px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.l_fixed_header > .outer .menu_box._open > .wrap .menu > .wrap .border._pt2 {
  display: none;
}
.l_fixed_header > .outer .menu_box._open > .wrap .menu > .wrap .border._pt3 {
  top: 8px;
  left: 50%;
  transform-origin: left;
  transform: rotate(-45deg) translateX(-50%);
}
.l_fixed_header > .outer .menu_box._open > .wrap .menu > .wrap .txt {
  color: #fff;
}
.l_fixed_header > .outer .menu_box > .wrap {
  position: relative;
  height: 55px;
  width: 50px;
}
.l_fixed_header > .outer .menu_box > .wrap .menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_fixed_header > .outer .menu_box > .wrap .menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l_fixed_header > .outer .menu_box > .wrap .menu .wrap {
    width: 25px;
    height: 30px;
    position: relative;
  }
  .l_fixed_header > .outer .menu_box > .wrap .menu .wrap .border {
    width: 100%;
    height: 2px;
    background: #009fe8;
    position: absolute;
    transition: 0.2s all linear;
  }
  .l_fixed_header > .outer .menu_box > .wrap .menu .wrap .border._pt1 {
    top: 1px;
    left: 0;
  }
  .l_fixed_header > .outer .menu_box > .wrap .menu .wrap .border._pt2 {
    top: 8px;
    left: 0;
  }
  .l_fixed_header > .outer .menu_box > .wrap .menu .wrap .border._pt3 {
    top: 15px;
    left: 0;
  }
  .l_fixed_header > .outer .menu_box > .wrap .menu .wrap span.txt {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    color: #009fe8;
    line-height: 1;
    transform: scale(0.9);
    margin: 0 0 0 -1px;
  }
}
.l_fixed_header > .outer > .inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.l_fixed_header > .outer > .inner .left {
  width: 140px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.l_fixed_header > .outer > .inner .left > a > img {
  width: 100px;
}
@media all and (-ms-high-contrast: none) {
  .l_fixed_header > .outer > .inner .left > a > img {
    height: 32px;
  }
}
.l_fixed_header > .outer > .inner .right {
  width: calc(100% - 140px);
}
.l_fixed_header > .outer > .inner .right > .flex {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.l_fixed_header > .outer > .inner .right > .flex._open {
  top: 55px;
  right: 0;
  opacity: 1;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap {
  width: 100%;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu {
  width: 100%;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle {
  width: calc(100% - 190px);
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li {
  margin: 25px 0 0;
  height: 45px;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a {
  height: 45px;
  display: block;
  position: relative;
  color: #323232;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a:before {
  content: '';
  width: 0;
  height: 5px;
  background: #009fe8;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a.is-current:before {
  content: '';
  width: 100%;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a:hover {
  opacity: 1;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a:hover:before {
  width: 100%;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu .middle > ul > li > a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu > .c_btn_3 {
  background: #009fe8;
  color: #fff;
  width: 160px;
  height: 36px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu > .c_btn_3 {
    width: 170px;
    height: 30px;
    font-size: 12px;
  }
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu > .c_btn_3:hover {
  opacity: 0.5;
}
.l_fixed_header > .outer > .inner .right > .flex > .wrap .header_menu > .c_btn_3 .btn_txt {
  color: #fff;
}

/* =================================
 l_header_sp
================================= */
/* =================================
 l_menu_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  width: 100%;
  overflow-x: auto;
}
.l_breadcrumbs .breadcrumbs {
  font-size: 1.3em;
  line-height: 2.15;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.l_breadcrumbs .breadcrumbs > span span {
  color: #c8c8c8;
}
.l_breadcrumbs .breadcrumbs > span span > a {
  margin: 0 5px 0 0;
}
.l_breadcrumbs .breadcrumbs > span span > a:link, .l_breadcrumbs .breadcrumbs > span span > a:active, .l_breadcrumbs .breadcrumbs > span span > a:visited {
  color: #009fe8;
  text-decoration: none;
  cursor: pointer;
}
.l_breadcrumbs .breadcrumbs > span span > a:hover {
  color: #009fe8;
}
.l_breadcrumbs .breadcrumbs > span span.breadcrumb_last {
  margin: 0 5px 0 0;
  color: #323232;
}

/* =================================
 l_main_visual
================================= */
.l_main_visual {
  height: 280px;
  background: #009fe8;
  position: relative;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .l_main_visual {
    height: 215px;
  }
}
.l_main_visual .mv_ttl {
  color: #fff;
  text-align: center;
  line-height: 1;
}
.l_main_visual .breadwrap {
  height: 53px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l_main_visual .breadwrap {
    height: 40px;
  }
}
.l_main_visual .breadwrap:before {
  content: "";
  width: 1px;
  height: 65px;
  background: #fff;
  position: absolute;
  top: -65px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .l_main_visual .breadwrap:before {
    height: 30px;
    top: -30px;
  }
}
.l_main_visual .breadwrap > .inner {
  height: 100%;
  background: #fff;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_read
================================= */
.l_read > .inner {
  padding: 92px 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_read > .inner {
    padding: 50px 4.6875%;
  }
}

/* =================================
 l_side
================================= */
/* =================================
 l_more
================================= */
.l_more > .inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l_more > .inner {
    padding: 50px 0;
  }
}
.l_more > .inner .ttlouter {
  padding: 0 4.6785%;
  margin: 0 0 50px;
}
.l_more > .inner .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_more > .inner .list {
    display: block;
  }
}
.l_more > .inner .list .item {
  width: 100%;
  height: 500px;
  position: relative;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid transparent;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .l_more > .inner .list .item {
    height: 100%;
    border-top: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
}
.l_more > .inner .list .item:last-child {
  border-right: 2px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .l_more > .inner .list .item:last-child {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 769px) {
  .l_more > .inner .list .item:hover {
    border: 2px solid #009fe8;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.l_more > .inner .list .item .link {
  display: block;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .l_more > .inner .list .item .link {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
  }
}
.l_more > .inner .list .item .link .imgwrap {
  width: 340px;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .l_more > .inner .list .item .link .imgwrap {
    width: 90px;
    height: 55px;
    margin: 0 20px 0 0;
  }
}
.l_more > .inner .list .item .link .imgwrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l_more > .inner .list .item .link .txtwrap {
    height: 100%;
  }
}
.l_more > .inner .list .item .link .txtwrap .ttl {
  margin: 30px 0 22px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l_more > .inner .list .item .link .txtwrap .ttl {
    font-weight: normal;
    margin: 0;
    position: relative;
    color: #009fe8;
  }
  .l_more > .inner .list .item .link .txtwrap .ttl:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #009fe8;
    bottom: -2px;
  }
}
.l_more > .inner .list .item .link .txtwrap .txt {
  height: 10em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l_more > .inner .list .item .link .txtwrap .txt {
    display: none;
  }
}

/* =================================
 l_footer
================================= */
#top-footer h2,
#top-footer h3 {
  font-weight: normal;
}
#top-footer .ttl_1 {
  margin: 85px 0 0;
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-footer .ttl_1 {
    font-size: 20px;
    margin: 50px 0 0;
  }
}
#top-footer .ttl_1:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top-footer .ttl_2 {
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 23px;
}
@media screen and (max-width: 768px) {
  #top-footer .ttl_2 {
    font-size: 20px;
  }
}
#top-footer .ttl_2:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top-footer .ttl_3 {
  font-size: 28px;
  line-height: 1.5;
  color: #009fe8;
}
@media screen and (max-width: 768px) {
  #top-footer .ttl_3 {
    font-size: 20px;
  }
}
#top-footer .ttl_4 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top-footer .ttl_4 {
    font-weight: normal;
  }
}
#top-footer .txt_1 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-footer .txt_1 {
    font-size: 14px;
  }
}
#top-footer .sml {
  font-size: 10px;
}
#top-footer .circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #009fe8;
  display: table;
}
#top-footer .circle > p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
#top-footer .btn1 {
  width: 360px;
  height: 60px;
  border-radius: 30px;
  border: 3px solid #009fe8;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  #top-footer .btn1 {
    width: 235px;
    height: 45px;
    border: 1px solid #009fe8;
  }
}
#top-footer .btn1:hover {
  background: #e5f6ff;
  opacity: 1;
  box-shadow: 0 15px 20px -4px rgba(0, 0, 0, 0.1);
}
#top-footer .btn1 > p {
  color: #009fe8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #top-footer .btn1 > p {
    font-size: 14px;
  }
}
#top-footer .btn1 .position {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
}
#top-footer .btn1 .position .wrap {
  position: relative;
  background: #009fe8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #top-footer .btn1 .position .wrap {
    width: 20px;
    height: 20px;
  }
}
#top-footer .btn1 .position .wrap > .vertical,
#top-footer .btn1 .position .wrap > .horizontal {
  content: '';
  position: absolute;
  top: 50%;
  left: 48%;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 7px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #top-footer .btn1 .position .wrap > .vertical,
  #top-footer .btn1 .position .wrap > .horizontal {
    width: 5px;
    height: 1px;
  }
}
#top-footer .btn1 .position .wrap > .vertical {
  transform: translate(-50%, -50%) rotate(40deg);
  transform-origin: right;
}
#top-footer .btn1 .position .wrap > .horizontal {
  transform-origin: right;
  transform: translate(-50%, -50%) rotate(-40deg);
}
#top-footer ._blue {
  color: #009fe8;
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new {
  min-width: 1200px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new {
    min-width: initial;
  }
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new._other .other_mobile {
  display: block;
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new._other .is-app .app-wrap .app-store {
  display: none;
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .other_mobile {
  display: none;
  padding: 0 4.6875%;
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .other_mobile > p {
  padding: 10px 0;
  color: #009fe8;
  font-size: 10px;
  text-align: center;
  background: #fff;
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app {
  padding: 80px 0 100px;
  background: #e5f6ff;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app {
    padding: 30px 0 25px;
  }
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner {
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner {
    padding: 0 4.6875%;
  }
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app._last .app-wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app._last .app-wrap {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: initial;
    align-items: center;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-caption {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-caption .app-caption-icon .icon-image {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-caption .app-caption-title {
    padding: 0 0 0 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-caption .app-caption-title .mod-box-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-caption .app-caption-title .mod-box-text {
    font-size: 10px;
    margin: 2px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-store {
    width: 120px;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-store {
    width: 110px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-store .app-store-btn {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-store .app-store-btn._none {
    display: none;
  }
}
#top-footer .ly-section.lv-1.is-top.util-bgc-pickup.new .ly-section.has-underline.is-app .util-inner .mod-box.is-app .app-wrap .app-store .app-store-btn .store-btn-link {
  transition: all 0.2s linear;
}
#top-footer > .footer_content {
  min-width: 1200px;
  background: #009fe8;
}
@media screen and (max-width: 768px) {
  #top-footer > .footer_content {
    min-width: initial;
  }
}
#top-footer > .footer_content > .slider_carousel .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-footer > .footer_content > .inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top-footer > .footer_content > .inner {
    padding: 50px 4.6875%;
  }
}
#top-footer > .footer_content > .inner > .ttl_1 {
  color: #fff;
  margin: 0 auto;
}
#top-footer > .footer_content > .inner > .ttl_1:before {
  background: #fff;
}
#top-footer > .footer_content > .inner > .txt_1 {
  margin: 50px 0 0;
  text-align: center;
  color: #fff;
}
#top-footer > .footer_content > .inner > .btn1 {
  border: none;
  background: #fff;
  margin: 50px auto 0;
}
#top-footer > .footer_content > .inner > .btn1:hover {
  background: #e5f6ff;
}
#top-footer > .footer_content > .inner > .btn_mail > .inner {
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #fff;
  width: 860px;
  height: 60px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s ease;
}
#top-footer > .footer_content > .inner > .btn_mail > .inner:hover {
  background: #fff;
  color: #009fe8;
}
#top-footer > .footer_content > .inner > .btn_mail > .inner:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
#top-footer > .footer_content > .inner > .btn_mail > .inner:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  margin: auto 0;
}
#top-footer > .footer_content > .inner > .btn_mail > .inner .subj {
  position: relative;
  margin: 0 44px 0 0;
}
#top-footer > .footer_content > .inner > .btn_mail > .inner .subj:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -22px;
}
#top-footer > .footer_content > .inner .mailwrap_sp ._mail {
  margin: 25px auto 0;
  border: 1px solid #fff;
  background: #009fe8;
}
#top-footer > .footer_content > .inner .mailwrap_sp ._mail > p {
  color: #fff;
}
#top-footer > .footer_content > .inner .mailwrap_sp ._mail .position > .wrap {
  background: #fff;
}
#top-footer > .footer_content > .inner .mailwrap_sp ._mail .position > .wrap > .vertical,
#top-footer > .footer_content > .inner .mailwrap_sp ._mail .position > .wrap .horizontal {
  background: #009fe8;
}
#top-footer > .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 0 50px;
  }
}
#top-footer > .inner > .left {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .left {
    width: 100%;
    text-align: center;
  }
}
#top-footer > .inner > .left .page_top {
  margin: 0;
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
#top-footer > .inner > .left .page_top > .txt {
  position: relative;
  padding: 0 0 0 15px;
  color: #009fe8;
  font-size: 12px;
}
#top-footer > .inner > .left .page_top > .txt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #009fe8 transparent;
  transform: translateY(-50%);
}
#top-footer > .inner > .left > .banner {
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .left > .banner {
    display: inline-block;
    margin: 50px auto 0;
  }
}
#top-footer > .inner > .left > .banner > img {
  width: 190px;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .left > .banner > img {
    width: 120px;
  }
}
#top-footer > .inner > .left .flex {
  margin: 25px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .left .flex {
    justify-content: center;
  }
}
#top-footer > .inner > .left .flex > .items {
  transition: all 0.2s linear;
}
#top-footer > .inner > .left .flex > .items:nth-child(2) {
  margin: 0 0 0 10px;
}
#top-footer > .inner > .left .flex > .items > img {
  width: 40px;
}
@media all and (-ms-high-contrast: none) {
  #top-footer > .inner > .left .flex > .items > img {
    height: 40px;
  }
}
#top-footer > .inner > .left > .txt {
  margin: 65px 0 0;
  font-size: 12px;
}
#top-footer > .inner > .right {
  width: calc(100% - 300px);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column.column_3 {
    border-bottom: 1px solid #e6e6e6;
  }
}
#top-footer > .inner > .right > ul.column > li {
  width: 200px;
  margin: 0 0 15px;
  font-size: 1.6em;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column > li {
    width: 50%;
    height: 45px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
  }
  #top-footer > .inner > .right > ul.column > li:nth-child(1), #top-footer > .inner > .right > ul.column > li:nth-child(3) {
    border-right: 1px solid #e6e6e6;
  }
  #top-footer > .inner > .right > ul.column > li:nth-child(1), #top-footer > .inner > .right > ul.column > li:nth-child(2) {
    border-bottom: 1px solid #e6e6e6;
  }
  #top-footer > .inner > .right > ul.column > li:nth-child(3), #top-footer > .inner > .right > ul.column > li:nth-child(4) {
    margin: 0;
  }
}
#top-footer > .inner > .right > ul.column > li > a {
  position: relative;
  color: #009fe8;
}
#top-footer > .inner > .right > ul.column > li > a:hover:before {
  content: none;
}
#top-footer > .inner > .right > ul.column > li > a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #009fe8;
  position: absolute;
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column > li > a:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column > li > a.outlink {
    left: -8px;
  }
}
#top-footer > .inner > .right > ul.column > li > a.outlink:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_outlink.png") no-repeat center center/contain;
  position: absolute;
  top: -2px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column > li > a.outlink:after {
    width: 14px;
    height: 14px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column > li > a {
    display: inline-block;
    font-size: 12px;
  }
}
#top-footer > .inner > .right > ul.column_1 {
  margin: 0 0 0 145px;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column_1 {
    display: none;
  }
}
#top-footer > .inner > .right > ul.column_2 {
  margin: 0 0 0 45px;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column_2 {
    display: none;
  }
}
#top-footer > .inner > .right > ul.column_3 {
  margin: 0 0 0 85px;
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column_3 {
    margin: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #top-footer > .inner > .right > ul.column_3 li.last {
    display: none;
  }
}

/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  opacity: 0;
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 アプリダウンロード
================================= */
.ly-section.is-top .section-body:first-child {
  margin-top: 0;
}
.ly-section.is-top .section-body:first-child .mod-box {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .ly-section.is-top .section-body:first-child .mod-box {
    margin-top: 50px;
  }
}
.ly-section.is-top .section-body:first-child .mod-box:first-child {
  margin-top: 0;
}
.ly-section.is-top .section-media {
  position: relative;
  width: 100%;
}
.ly-section.is-top .section-media:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ly-section.is-top .section-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ly-section.is-news-banner {
  padding: 26px 0;
  text-align: left;
  font-size: 14px;
  background-color: #FFF;
}
.ly-section.is-news-banner .mod-box-list > li {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
}
.ly-section.is-news-banner .mod-box-list > li a:before {
  top: 2px;
}
.ly-section.is-voice {
  margin-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .ly-section.is-voice {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.ly-section.is-voice .mod-box {
  padding: 70px 0;
}
.ly-section.is-voice .mod-box:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .ly-section.is-voice .mod-box {
    padding: 18px 0;
  }
}
.ly-section.is-voice .mod-box .mod-box-title {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .ly-section.is-voice .mod-box .mod-box-title {
    font-size: 24px;
  }
}
.ly-section.is-voice .mod-box .mod-box-text {
  margin-top: 18px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ly-section.is-voice .mod-box .mod-box-text {
    margin-top: 4px;
  }
}
.ly-section.is-voice .mod-box .mod-box-action {
  margin-top: 18px;
}
.ly-section.is-voice .mod-box .mod-box-annotation.is-voice-offer {
  margin-top: 12px;
}
.ly-section.is-voice .section-action {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .ly-section.is-voice .section-action {
    margin-top: 18px;
  }
}
.ly-section.is-voice .voice-read {
  padding: 60px 0;
  color: #3f3935;
  font-size: 29px;
  line-height: 1.6;
  border-bottom: 1px solid #e2e2e2;
}
.ly-section.is-app {
  padding: 60px 0;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ly-section.is-app {
    padding: 0;
  }
}
.ly-section.is-news {
  padding: 70px 0;
  background-color: #f9f8f6;
  text-align: left;
}
.ly-section.is-news .mod-box-list > li {
  position: relative;
}
.ly-section.is-news .mod-box-text.is-news-link {
  margin-top: 72px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ly-section.is-news {
    padding: 28px 0;
  }
}
.ly-section.lv-3 .section-heading {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .ly-section.lv-3 .section-heading {
    font-size: 18px;
  }
}
.ly-section.lv-3 .section-heading:after {
  content: '';
}

.mod-box .mod-box-action {
  margin-top: 30px;
  text-align: right;
}
.mod-box .mod-box-list > li {
  font-size: 18px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .mod-box .mod-box-list > li {
    margin-top: 12px;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
  }
}
.mod-box .mod-box-list > li:first-child {
  margin-top: 0;
}
.mod-box .mod-box-list > li .is-new {
  display: inline-block;
  content: '';
  background-image: url("/images/pc/common/icon_new.png");
  width: 29px;
  height: 9px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .mod-box .mod-box-list > li .is-new {
    margin-left: 4px;
    background-image: url("/images/sp/common/icon_new.png");
    background-size: 37px 11px;
    width: 37px;
    height: 11px;
  }
}
.mod-box .mod-text-annotation {
  left: -0.4em;
}
.mod-box .section-description-annotation {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  color: #3f3935;
}
.mod-box.is-case-list {
  border-bottom: 1px solid #e2e2e2;
}
.mod-box.is-case-list .mod-box-left {
  position: relative;
  max-width: 400px;
  width: 30%;
}
.mod-box.is-case-list .mod-box-left .mod-box-label {
  text-align: left;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .mod-box.is-case-list .mod-box-left {
    width: 48%;
  }
  .mod-box.is-case-list .mod-box-left .mod-label {
    padding: 3px 16px;
    font-size: 10px;
    font-weight: bold;
  }
}
.mod-box.is-case-list .mod-box-right {
  width: 66%;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .mod-box.is-case-list .mod-box-right {
    margin-top: 0;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .mod-box.is-case-list .mod-box-right .mod-box-title {
    font-size: 18px;
  }
}
.mod-box.is-case-list .mod-box-right .mod-box-text.has-label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mod-box.is-case-list .mod-box-right .mod-box-text.has-label {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mod-box.is-case-list .mod-box-right .mod-box-text.has-label .mod-label {
  margin-left: 20px;
  flex: 0 0 auto;
}
.mod-box.is-case-list .mod-box-right .mod-box-text.has-label .mod-label.is-prefecture {
  font-size: 12px;
  padding: 3px 20px;
}
@media screen and (max-width: 768px) {
  .mod-box.is-case-list .mod-box-right .mod-box-text.has-label .mod-label {
    margin: 12px 0;
  }
  .mod-box.is-case-list .mod-box-right .mod-box-text.has-label .mod-label.is-prefecture {
    font-size: 10px;
    padding: 2px 12px;
  }
}
@media screen and (max-width: 768px) {
  .mod-box.is-case-list .mod-box-right .mod-box-text {
    font-size: 14px;
  }
}
.mod-box.is-case-list .mod-box-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mod-box.is-case-list .mod-box-action {
    top: 0;
  }
}
.mod-box.is-app {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (min-width: 769px) {
  .mod-box.is-app._single {
    padding-right: calc(350px + 10%);
  }
  .mod-box.is-app._single .app-wrap:first-child {
    margin-right: 0;
    min-width: 350px;
    flex-shrink: 0;
  }
}
.mod-box.is-app img.btn {
  display: block;
  width: 100%;
}
.mod-box.is-app .app-wrap {
  flex: 0 1 45%;
  display: flex;
  flex-direction: column;
  max-width: 350px;
}
.mod-box.is-app .app-wrap._textmin .app-caption .app-caption-title .mod-box-title {
  font-size: 25px;
}
.mod-box.is-app .app-wrap .app-caption {
  flex: 1 0 auto;
}
.mod-box.is-app .app-wrap .app-caption .app-caption-icon {
  display: table-cell;
}
.mod-box.is-app .app-wrap .app-caption .app-caption-icon .icon-image {
  width: 80px;
}
.mod-box.is-app .app-wrap .app-caption .app-caption-title {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.mod-box.is-app .app-wrap .app-caption .app-caption-title .mod-box-title {
  font-size: 28px;
  line-height: 1.2em;
}
.mod-box.is-app .app-wrap .app-caption .app-caption-title .mod-box-text {
  font-size: 16px;
  margin-top: 10px;
}
.mod-box.is-app .app-wrap .app-store {
  margin-top: 20px;
}
.mod-box.is-app .app-wrap .app-store .app-store-btn {
  display: table-cell;
}
.mod-box.is-app .app-wrap .app-store .app-store-btn .store-btn-link {
  display: block;
  max-width: 180px;
  width: 100%;
}
.mod-box.is-app .app-wrap .app-store .app-store-btn:first-child {
  padding-right: 10px;
}

.mod-box.is-app .app-wrap {
  padding-bottom: 5%;
}
.mod-box.is-app .app-wrap:first-child {
  margin-right: 10%;
}

@media screen and (max-width: 768px) {
  .mod-box.is-app {
    border-bottom: 1px solid #fff;
    flex-direction: column;
  }
  .mod-box.is-app:last-child {
    border-bottom: none;
  }
  .mod-box.is-app .app-wrap {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
  }
  .mod-box.is-app .app-wrap:last-child {
    border-bottom: none;
  }
  .mod-box.is-app .app-wrap .app-inner {
    display: inline-block;
    padding: 30px 0;
  }
  .mod-box.is-app .app-wrap .app-caption .app-caption-icon .icon-image {
    width: 100px;
  }
  .mod-box.is-app .app-wrap .app-caption .app-caption-title .mod-box-title {
    font-size: 22px;
  }
  .mod-box.is-app .app-wrap .app-caption .app-caption-title .mod-box-text {
    font-size: 14px;
    margin-top: 8px;
  }
}
/* =================================
 l_emergency
================================= */
.l_emergency {
  width: 100%;
  position: fixed;
  cursor: pointer;
  bottom: 0;
  height: 48px;
  z-index: 996;
  background: #e54545;
}
@media screen and (max-width: 768px) {
  .l_emergency {
    height: 50px;
  }
}
.l_emergency > .inner {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .l_emergency > .inner {
    padding: 0 54px;
  }
}
.l_emergency > .inner:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/common/icon_caution.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .l_emergency > .inner:before {
    width: 20px;
    height: 20px;
    left: 20px;
  }
}
.l_emergency > .inner:after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff url("../img/common/icon_modal.svg") no-repeat center center/50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .l_emergency > .inner:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.l_emergency > .inner .overtext {
  font-size: 1.6rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  .l_emergency > .inner .overtext {
    font-size: 1.4rem;
  }
}
.l_emergency > .inner .overtext .txt {
  font-size: 1.6rem;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0) 95%, #ffffff 0%);
  padding: 2px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_emergency > .inner .overtext .txt {
    font-size: 1.4rem;
  }
}

/* =================================
 l_modal
================================= */
.l_modal {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
.l_modal > .outer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_modal > .outer > .inner {
  width: 740px;
  background: #fff;
  padding: 60px 40px 60px 60px;
  border-radius: 20px;
  position: relative;
  max-height: 80%;
}
@media screen and (max-width: 768px) {
  .l_modal > .outer > .inner {
    width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 50px 20px 50px 35px;
  }
}
.l_modal > .outer > .inner #modaltxt a {
  position: relative;
  color: #009fe8;
  border-bottom: 1px solid #009fe8;
}
.l_modal > .outer > .inner #modaltxt a.outlink {
  margin-right: 4px;
}
.l_modal > .outer > .inner #modaltxt a.outlink:after {
  content: "";
  width: 20px;
  height: 16px;
  background: url("../img/common/icon_outlink.png") no-repeat right center/contain;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l_modal > .outer > .inner #modaltxt a.outlink:after {
    width: 17px;
    height: 14px;
  }
}
.l_modal > .outer > .inner.__max100 {
  height: 100%;
}
.l_modal > .outer > .inner.__max100 #modaltxt {
  height: 100%;
}
.l_modal > .outer > .inner #closebtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #009fe8 url("../img/common/icon_close.svg") no-repeat center center/40% 40%;
}
@media screen and (max-width: 768px) {
  .l_modal > .outer > .inner #closebtn {
    width: 45px;
    height: 45px;
    top: -10px;
    right: -10px;
  }
}
.l_modal > .outer > .inner .wrap {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .l_modal > .outer > .inner .wrap {
    -webkit-overflow-scrolling: touch;
  }
}
.l_modal > .outer > .inner .wrap .textwrap {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .l_modal > .outer > .inner .wrap .textwrap {
    margin: 0 15px 0 0;
  }
}
.l_modal > .outer > .inner .wrap .textwrap .ttl {
  font-size: 2rem;
  line-height: 1.67;
  font-weight: bold;
  margin: 0 0 36px;
}
.l_modal > .outer > .inner .wrap .textwrap .txt {
  height: 100%;
  overflow-y: auto;
  font-size: 1.6rem;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .l_modal > .outer > .inner .wrap .textwrap .txt {
    font-size: 1.4rem;
  }
}
.l_modal._active {
  visibility: visible;
  opacity: 1;
}

.list_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_01 .item {
  max-width: 270px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .list_01 .item {
    max-width: 46%;
    margin-bottom: 40px;
  }
}
.list_01 .item.emty {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .list_01 .item.emty {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .list_01 .item.no-mg {
    margin: 0;
  }
}
.list_01 .item .top {
  margin-bottom: 20px;
}
.list_01 .item .top a {
  display: block;
}
.list_01 .item .top img {
  width: 100%;
  margin-bottom: 15px;
}
.list_01 .item .top p {
  text-align: center;
}
.list_01 .item .top .bold {
  font-weight: bold;
}
.list_01 .item .c_btn_1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .list_01 .item .c_btn_1 p {
    font-size: 12px;
    padding-right: 22px;
  }
}

/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

/*# sourceMappingURL=style.css.map */
