@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 951px) and (max-width: 1300px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 950px) {
    html {
      font-size: 14px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #fff;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .wf-active body::after {
    opacity: 0; }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px; }

section {
  position: relative; }

small {
  font-size: 13px; }
  @media screen and (max-width: 950px) {
    small {
      font-size: 12px; } }

strong, b {
  font-weight: 700; }

table {
  border-top: 1px solid #5F5F5F;
  border-left: 1px solid #5F5F5F;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  table th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #5F5F5F;
    background-color: #5F5F5F;
    color: #fff; }
    table th:last-child {
      border-right: 1px solid #5F5F5F; }
  table td {
    border-right: 1px solid #5F5F5F;
    border-bottom: 1px solid #5F5F5F; }
  table th, table td {
    vertical-align: middle;
    padding: 20px;
    line-height: 1.5;
    font-size: 18px; }
    @media screen and (max-width: 950px) {
      table th, table td {
        padding: 5px;
        font-size: 12px; } }
  table .cbg {
    background-color: #E9E9E9; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline; }

.lead {
  font-size: 18px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline;
  margin-bottom: 50px; }
  @media screen and (max-width: 950px) {
    .lead {
      font-size: 14px;
      text-align: justify;
      text-justify: inter-ideograph; } }

.m1 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 120px;
  background: url("../img/bg_grid.png") center top;
  background-size: 18px;
  background-color: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (max-width: 950px) {
    .m1 {
      font-size: 20px;
      height: 90px;
      margin-bottom: 30px;
      background: url("../img/bg_grid.png") center top;
      background-size: 12px;
      background-color: #fff; } }
  .m1 i {
    display: block;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    letter-spacing: 0.1em;
    margin-bottom: 5px; }
    @media screen and (max-width: 950px) {
      .m1 i {
        font-size: 14px; } }

.m2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (max-width: 950px) {
    .m2 {
      margin-bottom: 20px; } }
  .m2 div {
    width: 400px; }
    @media screen and (max-width: 950px) {
      .m2 div {
        width: 260px; } }
  .m2 i {
    position: relative;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 950px) {
      .m2 i {
        font-size: 14px; } }
    .m2 i::before {
      position: absolute;
      bottom: -20px;
      left: 0;
      content: '';
      width: 1000px;
      height: 1px;
      background-color: #000; }
      @media screen and (max-width: 950px) {
        .m2 i::before {
          bottom: -15px; } }
    .m2 i::after {
      position: absolute;
      bottom: -17px;
      left: -1px;
      content: '';
      width: 10px;
      height: 1px;
      background-color: #000;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media screen and (max-width: 950px) {
        .m2 i::after {
          bottom: -12px; } }
  .m2 b {
    display: block;
    font-size: 30px;
    margin-top: 40px;
    text-align: right; }
    @media screen and (max-width: 950px) {
      .m2 b {
        font-size: 20px;
        margin-top: 30px; } }

.m3 {
  position: relative;
  font-weight: bold;
  margin-bottom: 30px; }
  @media screen and (max-width: 950px) {
    .m3 {
      margin-bottom: 20px; } }
  .m3 i {
    position: relative;
    display: block;
    width: 400px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    text-align: right;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 950px) {
      .m3 i {
        font-size: 14px;
        width: 260px; } }
    .m3 i::before {
      position: absolute;
      bottom: -20px;
      right: 0;
      content: '';
      width: 1000px;
      height: 1px;
      background-color: #000; }
      @media screen and (max-width: 950px) {
        .m3 i::before {
          bottom: -15px; } }
    .m3 i::after {
      position: absolute;
      bottom: -17px;
      right: -1px;
      content: '';
      width: 10px;
      height: 1px;
      background-color: #000;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 950px) {
        .m3 i::after {
          bottom: -12px; } }
  .m3 b {
    display: block;
    font-size: 30px;
    margin-top: 40px; }
    @media screen and (max-width: 950px) {
      .m3 b {
        font-size: 20px;
        margin-top: 30px; } }

.m4 {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 25px; }
  @media screen and (max-width: 950px) {
    .m4 {
      font-size: 20px;
      margin-bottom: 20px; } }
  .m4 b {
    display: inline-block;
    position: relative; }
    .m4 b::before {
      position: absolute;
      top: 15px;
      left: -40px;
      content: '';
      width: 30px;
      height: 1px;
      background-color: #000; }
      @media screen and (max-width: 950px) {
        .m4 b::before {
          top: 12px; } }
    .m4 b::after {
      position: absolute;
      top: 15px;
      right: -40px;
      content: '';
      width: 30px;
      height: 1px;
      background-color: #000; }
      @media screen and (max-width: 950px) {
        .m4 b::after {
          top: 12px; } }

.btn1 {
  -webkit-transition: 0s;
  transition: 0s;
  width: 200px;
  border: 1px solid #000;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 950px) {
    .btn1 {
      width: 150px; } }
  .btn1 b {
    width: calc(100% - 50px);
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 18px; }
    @media screen and (max-width: 950px) {
      .btn1 b {
        width: calc(100% - 40px);
        height: 40px;
        font-size: 14px; } }
  .btn1 svg {
    width: 50px;
    height: 50px;
    background-color: #000;
    stroke: #fff; }
    @media screen and (max-width: 950px) {
      .btn1 svg {
        width: 40px;
        height: 40px; } }
  @media print, screen and (min-width: 951px) {
    .btn1:hover {
      opacity: 1;
      background-color: #eee; }
      .btn1:hover svg {
        background-color: #FF5A00; } }

.btn2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 420px;
  height: 80px;
  border: 2px solid #FF5A00;
  color: #FF5A00;
  border-radius: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer; }
  @media screen and (max-width: 950px) {
    .btn2 {
      width: 300px;
      height: 55px;
      font-size: 16px; } }
  @media print, screen and (min-width: 951px) {
    .btn2:hover {
      opacity: 1;
      background-color: rgba(255, 90, 0, 0.2); } }

.picbtn {
  display: block;
  position: relative; }
  .picbtn figure {
    overflow: hidden; }
    .picbtn figure img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  @media print, screen and (min-width: 951px) {
    .picbtn:hover {
      opacity: 1; }
      .picbtn:hover figure img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); } }

.picbg {
  display: block;
  position: relative; }
  .picbg::after {
    position: absolute;
    top: 20px;
    right: -20px;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    z-index: -1;
    background: url("../img/bg_grid.png") center;
    background-size: 10px; }
    @media screen and (max-width: 950px) {
      .picbg::after {
        top: 15px;
        right: -15px; } }
  @media screen and (max-width: 950px) {
    .picbg.exsp::after {
      top: 15px;
      left: -15px; } }

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ol {
  padding-top: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
  counter-reset: 0; }
  ol > li {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 0.5em; }
  ol.ex1 > li {
    list-style-type: upper-roman; }
  ol.ex2 {
    padding-left: 2em; }
    ol.ex2 > li {
      list-style-type: katakana-iroha; }

.list1 {
  line-height: 1.5; }
  .list1 > li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative; }
    .list1 > li::before {
      position: absolute;
      top: 10px;
      left: 2px;
      content: '';
      width: 7px;
      height: 7px;
      background: #FF5A00;
      border-radius: 20px; }
      @media screen and (max-width: 950px) {
        .list1 > li::before {
          top: 8px; } }

.title {
  height: 300px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media screen and (max-width: 950px) {
    .title {
      height: 200px; } }
  .title h1 {
    text-align: center;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 950px) {
      .title h1 {
        font-size: 24px;
        margin-top: 35px; } }

#bread {
  max-width: 1160px;
  margin: 0px auto 50px;
  padding-top: 10px;
  line-height: 1.5; }
  @media screen and (max-width: 950px) {
    #bread {
      margin: 0;
      height: 50px; } }
  #bread ul {
    color: #D2D2D2;
    font-size: 14px; }
    @media screen and (max-width: 950px) {
      #bread ul {
        display: none; } }
    #bread ul li {
      display: inline;
      position: relative; }
      #bread ul li a {
        display: inline-block;
        color: #D2D2D2; }
      #bread ul li::after {
        content: '＞';
        margin-left: 0.5em;
        margin-right: 0.4em; }
      #bread ul li:first-child a {
        padding-left: 25px;
        background: url("../img/home.png") no-repeat left center;
        background-size: 17px auto; }
      #bread ul li:last-child::after {
        display: none; }
      #bread ul li br {
        display: none; }

@media print, screen and (min-width: 951px) {
  .kijilist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 30px; }
    .kijilist.swiper-wrapper li {
      height: auto; }
      .kijilist.swiper-wrapper li .in {
        height: calc(100% - 55px); } }

@media screen and (max-width: 950px) {
  .kijilist {
    margin-bottom: 10px; } }

.kijilist li {
  width: calc(100% / 3);
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000; }
  @media screen and (max-width: 950px) {
    .kijilist li {
      width: 100%;
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .kijilist li a {
    display: block;
    position: relative;
    padding: 0 30px 55px;
    border-right: 1px solid #000;
    height: 100%; }
    @media screen and (max-width: 950px) {
      .kijilist li a {
        padding: 0 0 50px;
        border-right: 0; } }
    .kijilist li a .t1 {
      margin-bottom: 15px; }
      .kijilist li a .t1 i {
        display: inline-block;
        border: 1px solid #000;
        font-weight: bold;
        padding: 5px;
        font-size: 15px; }
        @media screen and (max-width: 950px) {
          .kijilist li a .t1 i {
            font-size: 12px; } }
    .kijilist li a figure {
      margin-bottom: 15px; }
      @media print, screen and (min-width: 951px) {
        .kijilist li a figure {
          height: 180px; }
          .kijilist li a figure img {
            height: 180px;
            object-fit: cover; } }
      .kijilist li a figure.ex {
        width: 178px;
        height: 178px;
        border: 1px solid #000;
        border-radius: 90px;
        margin-left: auto;
        margin-right: auto; }
        .kijilist li a figure.ex img {
          height: 178px;
          object-fit: cover; }
    .kijilist li a .t2 {
      font-size: 18px;
      line-height: 1.5;
      font-weight: bold; }
      @media screen and (max-width: 950px) {
        .kijilist li a .t2 {
          font-size: 15px; } }
    .kijilist li a .tag {
      margin-top: 15px;
      font-size: 13px; }
      @media screen and (max-width: 950px) {
        .kijilist li a .tag {
          font-size: 11px; } }
      .kijilist li a .tag i {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px; }
    .kijilist li a .date {
      position: absolute;
      bottom: 0;
      left: 30px;
      font-family: "Poppins", sans-serif;
      font-style: italic;
      font-size: 20px;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 950px) {
        .kijilist li a .date {
          left: 0;
          font-size: 16px; } }
      .kijilist li a .date i {
        position: absolute;
        top: -22px;
        left: 0;
        color: #FF5A00;
        font-style: normal;
        font-size: 16px; }
        @media screen and (max-width: 950px) {
          .kijilist li a .date i {
            top: -20px;
            font-size: 13px; } }
    .kijilist li a svg {
      position: absolute;
      bottom: 0;
      right: 30px;
      width: 40px;
      height: 40px;
      background-color: #000;
      stroke: #fff; }
      @media screen and (max-width: 950px) {
        .kijilist li a svg {
          right: 0;
          width: 35px;
          height: 35px; } }
    .kijilist li a:hover svg {
      background-color: #FF5A00; }
  .kijilist li:last-child a, .kijilist li:nth-of-type(3n) a {
    border-right: 1px solid #fff; }

.kijilist_problem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media screen and (max-width: 950px) {
    .kijilist_problem {
      margin-bottom: 10px; } }
  .kijilist_problem li {
    width: calc(100% / 2);
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000; }
    @media screen and (max-width: 950px) {
      .kijilist_problem li {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .kijilist_problem li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 0 30px;
      border-right: 1px solid #000; }
      @media screen and (max-width: 950px) {
        .kijilist_problem li a {
          padding: 0;
          border-right: 0; } }
      .kijilist_problem li a figure {
        width: 145px;
        border-radius: 100px;
        border: 1px solid #000; }
        @media screen and (max-width: 950px) {
          .kijilist_problem li a figure {
            width: 100px; } }
      .kijilist_problem li a .set {
        width: calc(100% - 175px); }
        @media screen and (max-width: 950px) {
          .kijilist_problem li a .set {
            width: calc(100% - 115px); } }
        .kijilist_problem li a .set .t1 i {
          display: inline-block;
          border-bottom: 10px solid #FFC8AA;
          font-weight: bold;
          font-size: 15px; }
          @media screen and (max-width: 950px) {
            .kijilist_problem li a .set .t1 i {
              border-bottom: 6px solid #FFC8AA;
              font-size: 13px; } }
        .kijilist_problem li a .set .t2 {
          font-size: 18px;
          line-height: 1.5;
          font-weight: bold;
          margin: 15px 0; }
          @media screen and (max-width: 950px) {
            .kijilist_problem li a .set .t2 {
              font-size: 15px;
              margin: 5px 0 10px; } }
        .kijilist_problem li a .set .bt {
          width: 140px;
          border: 1px solid #000;
          background-color: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media screen and (max-width: 950px) {
            .kijilist_problem li a .set .bt {
              width: 110px; } }
          .kijilist_problem li a .set .bt b {
            width: calc(100% - 30px);
            height: 30px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            font-size: 14px; }
            @media screen and (max-width: 950px) {
              .kijilist_problem li a .set .bt b {
                width: calc(100% - 25px);
                height: 25px;
                font-size: 12px; } }
          .kijilist_problem li a .set .bt svg {
            width: 30px;
            height: 30px;
            background-color: #000;
            stroke: #fff; }
            @media screen and (max-width: 950px) {
              .kijilist_problem li a .set .bt svg {
                width: 25px;
                height: 25px; } }
      .kijilist_problem li a:hover .bt svg {
        background-color: #FF5A00; }
    .kijilist_problem li:last-child a, .kijilist_problem li:nth-of-type(2n) a {
      border-right: 0; }

.sec_btnset1 {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 80px; }
  @media screen and (max-width: 950px) {
    .sec_btnset1 {
      margin-bottom: 50px; } }
  .sec_btnset1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media print, screen and (min-width: 951px) {
      .sec_btnset1 ul li {
        width: 48%; } }
    @media screen and (max-width: 950px) {
      .sec_btnset1 ul li {
        width: 100%;
        margin-bottom: 30px; } }
    .sec_btnset1 ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .sec_btnset1 ul li a figure {
        width: 145px;
        border-radius: 100px;
        border: 1px solid #000; }
        @media screen and (max-width: 950px) {
          .sec_btnset1 ul li a figure {
            width: 100px; } }
      .sec_btnset1 ul li a .set {
        width: calc(100% - 175px); }
        @media screen and (max-width: 950px) {
          .sec_btnset1 ul li a .set {
            width: calc(100% - 115px); } }
        .sec_btnset1 ul li a .set .t1 i {
          display: inline-block;
          border-bottom: 10px solid #FFC8AA;
          font-weight: bold;
          font-size: 15px; }
          @media print, screen and (min-width: 951px) {
            .sec_btnset1 ul li a .set .t1 i {
              white-space: nowrap; } }
          @media screen and (max-width: 950px) {
            .sec_btnset1 ul li a .set .t1 i {
              border-bottom: 6px solid #FFC8AA;
              font-size: 13px; } }
        .sec_btnset1 ul li a .set .t2 {
          font-size: 18px;
          line-height: 1.5;
          font-weight: bold;
          margin: 15px 0; }
          @media print, screen and (min-width: 951px) {
            .sec_btnset1 ul li a .set .t2 {
              white-space: nowrap; } }
          @media screen and (max-width: 950px) {
            .sec_btnset1 ul li a .set .t2 {
              font-size: 15px;
              margin: 5px 0 10px; } }
        .sec_btnset1 ul li a .set .bt {
          width: 140px;
          border: 1px solid #000;
          background-color: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media screen and (max-width: 950px) {
            .sec_btnset1 ul li a .set .bt {
              width: 110px; } }
          .sec_btnset1 ul li a .set .bt b {
            width: calc(100% - 30px);
            height: 30px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            font-size: 14px; }
            @media screen and (max-width: 950px) {
              .sec_btnset1 ul li a .set .bt b {
                width: calc(100% - 25px);
                height: 25px;
                font-size: 12px; } }
          .sec_btnset1 ul li a .set .bt svg {
            width: 30px;
            height: 30px;
            background-color: #000;
            stroke: #fff; }
            @media screen and (max-width: 950px) {
              .sec_btnset1 ul li a .set .bt svg {
                width: 25px;
                height: 25px; } }
      .sec_btnset1 ul li a:hover .bt svg {
        background-color: #FF5A00; }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

.wp-pagenavi {
  margin-bottom: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media screen and (max-width: 950px) {
    .wp-pagenavi {
      margin-top: 50px; } }
  .wp-pagenavi .pages,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .prev,
  .wp-pagenavi .extend {
    display: none; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page, .wp-pagenavi span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    border: 1px solid #000;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 950px) {
      .wp-pagenavi .previouspostslink,
      .wp-pagenavi .nextpostslink,
      .wp-pagenavi .page, .wp-pagenavi span {
        width: 30px;
        height: 30px; } }
  .wp-pagenavi .previouspostslink {
    border: 0;
    margin-right: 1em;
    background: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5,15.2l-6,6.7h19" stroke="black" stroke-width="2" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: 2em auto; }
  .wp-pagenavi .nextpostslink {
    border: 0;
    margin-left: 1em;
    background: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4756 21.9047H29.5232L23.5368 15.238" stroke="black" stroke-width="2" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: 2em auto; }
  .wp-pagenavi .current {
    background-color: #000;
    color: #fff; }
  .wp-pagenavi a:hover {
    background-color: #eee;
    opacity: 1; }

.grecaptcha-badge {
  visibility: hidden; }

#toc_container {
  background-color: #F5F5F5;
  padding: 40px 50px 0px;
  line-height: 1;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media screen and (max-width: 950px) {
    #toc_container {
      padding: 20px 20px 0px; } }
  #toc_container .toc_title {
    font-weight: bold;
    font-size: 25px;
    width: 100%; }
    @media screen and (max-width: 950px) {
      #toc_container .toc_title {
        font-size: 18px; } }
  #toc_container .toc_list {
    line-height: 1.5;
    padding-bottom: 10px;
    width: 100%; }
    @media screen and (max-width: 950px) {
      #toc_container .toc_list {
        padding-bottom: 0; } }
    #toc_container .toc_list a {
      display: block;
      text-decoration: underline;
      font-size: 18px; }
      @media screen and (max-width: 950px) {
        #toc_container .toc_list a {
          font-size: 14px; } }
  #toc_container .toc_toggle {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px; }
    #toc_container .toc_toggle a {
      padding: 2px; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 90px;
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 950px) {
    header {
      height: 70px;
      padding-left: 30px; } }
  header .logo {
    width: 150px; }
    @media screen and (max-width: 950px) {
      header .logo {
        width: 100px; } }
  header #menubtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media print, screen and (min-width: 951px) {
      header #menubtn:hover {
        background-color: #FF5A00; } }
    @media screen and (max-width: 950px) {
      header #menubtn {
        width: 70px;
        height: 70px; } }

#menu {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  background-color: #000;
  z-index: 10000;
  pointer-events: none;
  opacity: 0; }
  @media screen and (max-width: 950px) {
    #menu {
      height: 100%;
      overflow-y: auto; } }
  #menu.on {
    opacity: 1;
    pointer-events: auto; }
  #menu a {
    color: #ffffff; }
  #menu .sec1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #menu .sec1 .logo {
      width: 150px;
      margin-left: 50px; }
      @media screen and (max-width: 950px) {
        #menu .sec1 .logo {
          margin-left: 30px;
          width: 100px; } }
    #menu .sec1 #close {
      width: 90px;
      height: 90px;
      background-color: #000;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      cursor: pointer; }
      @media screen and (max-width: 950px) {
        #menu .sec1 #close {
          width: 70px;
          height: 70px; } }
  #menu .in {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px; }
    @media screen and (max-width: 950px) {
      #menu .in {
        padding: 30px; } }
    @media print, screen and (min-width: 951px) {
      #menu .in .sec2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 90px; }
        #menu .in .sec2 .logo {
          width: 290px; } }
    @media screen and (max-width: 950px) {
      #menu .in .sec2 {
        margin-bottom: 30px; }
        #menu .in .sec2 .logo {
          width: 180px;
          margin-bottom: 30px; } }
    #menu .in .sec2 .search {
      background-color: #fff;
      width: calc(100% - 350px);
      height: 80px;
      border-radius: 40px; }
      @media screen and (max-width: 950px) {
        #menu .in .sec2 .search {
          width: 100%;
          height: 50px; } }
      #menu .in .sec2 .search #form {
        position: relative;
        width: 100%; }
      #menu .in .sec2 .search #s-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 70px);
        font-size: 18px;
        font-weight: bold;
        height: 80px;
        padding-left: 40px; }
        @media screen and (max-width: 950px) {
          #menu .in .sec2 .search #s-box {
            width: calc(100% - 40px);
            height: 50px;
            padding-left: 25px;
            font-size: 13px; } }
      #menu .in .sec2 .search #s-btn-area {
        position: absolute;
        top: 26px;
        right: 30px; }
        @media screen and (max-width: 950px) {
          #menu .in .sec2 .search #s-btn-area {
            top: 14px;
            right: 16px; } }
        #menu .in .sec2 .search #s-btn-area img {
          width: 28px; }
          @media screen and (max-width: 950px) {
            #menu .in .sec2 .search #s-btn-area img {
              width: 18px; } }
    #menu .in .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #menu .in .nav li {
        width: calc(20% - 20px);
        margin-bottom: 30px; }
        @media screen and (max-width: 950px) {
          #menu .in .nav li {
            width: 100%;
            margin-bottom: 20px; } }
        #menu .in .nav li.ex {
          width: calc(40% - 15px); }
          @media screen and (max-width: 950px) {
            #menu .in .nav li.ex {
              width: 100%; } }
        #menu .in .nav li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          height: 40px;
          font-size: 13px;
          line-height: 1.2;
          border-bottom: 1px solid #fff;
          background: none no-repeat right bottom;
          background-size: 40px; }
          @media screen and (max-width: 950px) {
            #menu .in .nav li a {
              background: url("../img/arrow2.png") no-repeat right bottom;
              background-size: 40px; } }
          @media print, screen and (min-width: 951px) {
            #menu .in .nav li a:hover {
              opacity: 1;
              background: url("../img/arrow2.png") no-repeat right bottom;
              background-size: 40px; } }
    #menu .in .sec3 {
      margin-top: 20px; }
      #menu .in .sec3 .t1 {
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 30px; }
        @media screen and (max-width: 950px) {
          #menu .in .sec3 .t1 {
            font-size: 15px;
            margin-bottom: 20px; } }
      #menu .in .sec3 .tags ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        #menu .in .sec3 .tags ul li {
          margin-right: 1em;
          margin-bottom: 1em; }
        #menu .in .sec3 .tags ul a {
          display: block;
          padding: 0.8em 1em;
          font-size: 13px;
          color: #000;
          border-radius: 2em;
          background-color: #fff; }
          @media screen and (max-width: 950px) {
            #menu .in .sec3 .tags ul a {
              font-size: 11px; } }
          #menu .in .sec3 .tags ul a:hover {
            opacity: 1;
            background-color: #FFC8AA; }
          #menu .in .sec3 .tags ul a::before {
            content: '#';
            padding-right: 0.2em; }

.fbtn {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 20px;
  text-align: center; }
  @media screen and (max-width: 950px) {
    .fbtn {
      margin-bottom: 50px; } }
  .fbtn .bt {
    width: 200px;
    margin: auto;
    border: 1px solid #000;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 950px) {
      .fbtn .bt {
        width: 150px; } }
    .fbtn .bt b {
      width: calc(100% - 50px);
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 18px; }
      @media screen and (max-width: 950px) {
        .fbtn .bt b {
          width: calc(100% - 40px);
          height: 40px;
          font-size: 14px; } }
    .fbtn .bt svg {
      width: 50px;
      height: 50px;
      background-color: #000;
      stroke: #fff; }
      @media screen and (max-width: 950px) {
        .fbtn .bt svg {
          width: 40px;
          height: 40px; } }
  .fbtn a {
    display: block;
    height: 300px;
    padding-top: 50px; }
    @media screen and (max-width: 950px) {
      .fbtn a {
        height: 200px;
        padding-top: 20px; } }
    .fbtn a .t1 {
      font-size: 15px; }
      @media screen and (max-width: 950px) {
        .fbtn a .t1 {
          font-size: 13px; } }
    .fbtn a .t2 {
      font-size: 22px;
      font-weight: bold;
      margin: 15px; }
      @media screen and (max-width: 950px) {
        .fbtn a .t2 {
          font-size: 18px; } }
    @media print, screen and (min-width: 951px) {
      .fbtn a:hover {
        opacity: 1; }
        .fbtn a:hover svg {
          background-color: #FF5A00; } }
  .fbtn .sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media screen and (max-width: 950px) {
      .fbtn .sec {
        margin-bottom: 50px; } }
    .fbtn .sec .mailmagazine {
      width: 50%;
      background: url("../img/bg_grid.png") center;
      background-size: 18px;
      border: 3px solid #000;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 950px) {
        .fbtn .sec .mailmagazine {
          width: 100%;
          margin-bottom: 50px; } }
      .fbtn .sec .mailmagazine figure {
        width: 38px;
        margin: auto;
        background-color: #fff;
        margin-bottom: 15px; }
        @media screen and (max-width: 950px) {
          .fbtn .sec .mailmagazine figure {
            margin-bottom: 10px; } }
      @media print, screen and (min-width: 951px) {
        .fbtn .sec .mailmagazine a:hover {
          background-color: rgba(0, 0, 0, 0.1); } }
    .fbtn .sec .yoyaku {
      width: 50%;
      background: url("../img/bg_yoyaku.jpg") no-repeat center;
      background-size: cover; }
      @media screen and (max-width: 950px) {
        .fbtn .sec .yoyaku {
          width: 100%; } }
      .fbtn .sec .yoyaku a {
        color: #fff; }
        .fbtn .sec .yoyaku a .t1 {
          padding-top: 47px; }
          @media screen and (max-width: 950px) {
            .fbtn .sec .yoyaku a .t1 {
              padding-top: 35px; } }
        .fbtn .sec .yoyaku a .bt {
          border: 1px solid #fff;
          background-color: #000; }
        .fbtn .sec .yoyaku a svg {
          background-color: #fff;
          stroke: #000; }
        @media print, screen and (min-width: 951px) {
          .fbtn .sec .yoyaku a:hover {
            background-color: rgba(255, 255, 255, 0.1); }
            .fbtn .sec .yoyaku a:hover svg {
              background-color: #FF5A00;
              stroke: #fff; } }
  .fbtn .sec.result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media screen and (max-width: 950px) {
      .fbtn .sec.result {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 50px; } }
  .fbtn .storesearch {
    background: url("../img/bg_storesearch.png") no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 950px) {
      .fbtn .storesearch {
        background: url("../img/bg_storesearch_sp.png") no-repeat center;
        background-size: cover; } }
    .fbtn .storesearch a {
      padding-top: 100px; }
      @media print, screen and (min-width: 951px) {
        .fbtn .storesearch a:hover {
          background-color: rgba(0, 0, 0, 0.1); } }
      @media screen and (max-width: 950px) {
        .fbtn .storesearch a {
          padding-top: 55px; } }

.btn_model {
  max-width: 800px;
  margin: auto;
  background: url("../img/bg_model.jpg") no-repeat center;
  background-size: cover; }
  .btn_model a {
    display: block;
    height: 250px;
    padding-top: 70px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 950px) {
      .btn_model a {
        height: 200px;
        padding-top: 50px; } }
    .btn_model a .t1 {
      font-size: 15px; }
      @media screen and (max-width: 950px) {
        .btn_model a .t1 {
          font-size: 13px; } }
    .btn_model a .t2 {
      font-size: 22px;
      font-weight: bold;
      margin: 15px; }
      @media screen and (max-width: 950px) {
        .btn_model a .t2 {
          font-size: 18px; } }
    .btn_model a .bt {
      width: 200px;
      margin: auto;
      border: 1px solid #fff;
      background-color: #000;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 950px) {
        .btn_model a .bt {
          width: 150px; } }
      .btn_model a .bt b {
        width: calc(100% - 50px);
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 18px; }
        @media screen and (max-width: 950px) {
          .btn_model a .bt b {
            width: calc(100% - 40px);
            height: 40px;
            font-size: 14px; } }
      .btn_model a .bt svg {
        width: 50px;
        height: 50px;
        background-color: #fff;
        stroke: #000; }
        @media screen and (max-width: 950px) {
          .btn_model a .bt svg {
            width: 40px;
            height: 40px; } }
    @media print, screen and (min-width: 951px) {
      .btn_model a:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.1); }
        .btn_model a:hover svg {
          background-color: #FF5A00;
          stroke: #fff; } }

.btn_gotop {
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
  background: url("../img/bg_gotop.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 950px) {
    .btn_gotop {
      margin-bottom: 50px; } }
  .btn_gotop a {
    display: block;
    height: 250px;
    padding-top: 70px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 950px) {
      .btn_gotop a {
        height: 200px;
        padding-top: 50px; } }
    .btn_gotop a .t1 {
      font-size: 15px; }
      @media screen and (max-width: 950px) {
        .btn_gotop a .t1 {
          font-size: 13px; } }
    .btn_gotop a .t2 {
      font-size: 22px;
      font-weight: bold;
      margin: 15px; }
      @media screen and (max-width: 950px) {
        .btn_gotop a .t2 {
          font-size: 18px; } }
    .btn_gotop a .bt {
      width: 200px;
      margin: auto;
      border: 1px solid #fff;
      background-color: #000;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 950px) {
        .btn_gotop a .bt {
          width: 150px; } }
      .btn_gotop a .bt b {
        width: calc(100% - 50px);
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 18px; }
        @media screen and (max-width: 950px) {
          .btn_gotop a .bt b {
            width: calc(100% - 40px);
            height: 40px;
            font-size: 14px; } }
      .btn_gotop a .bt svg {
        width: 50px;
        height: 50px;
        background-color: #fff;
        stroke: #000; }
        @media screen and (max-width: 950px) {
          .btn_gotop a .bt svg {
            width: 40px;
            height: 40px; } }
    @media print, screen and (min-width: 951px) {
      .btn_gotop a:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.1); }
        .btn_gotop a:hover svg {
          background-color: #FF5A00;
          stroke: #fff; } }

footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 100px 20px;
  color: #fff; }
  @media screen and (max-width: 950px) {
    footer {
      padding: 50px 40px 30px; } }
  footer a {
    color: #fff; }
  @media print, screen and (min-width: 951px) {
    footer .in {
      max-width: 1160px;
      margin: auto; } }
  @media print, screen and (min-width: 951px) {
    footer .in .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 90px; }
      footer .in .sec .logo {
        width: 290px; } }
  @media screen and (max-width: 950px) {
    footer .in .sec {
      margin-bottom: 40px; }
      footer .in .sec .logo {
        width: 220px; } }
  footer .in .sec ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 200px; }
    @media screen and (max-width: 950px) {
      footer .in .sec ul {
        position: absolute;
        bottom: 90px;
        left: 40px; } }
    footer .in .sec ul li {
      width: 50px; }
  footer .in .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px; }
    footer .in .nav > li {
      width: calc(20% - 20px); }
      @media screen and (max-width: 950px) {
        footer .in .nav > li {
          width: 100%;
          margin-bottom: 50px; } }
      footer .in .nav > li b {
        display: block;
        font-weight: bold;
        padding-bottom: 1em;
        border-bottom: 1px solid #fff;
        letter-spacing: 0.2em; }
      footer .in .nav > li ul li {
        line-height: 1.5;
        margin-top: 1em; }
  footer .in .copyright {
    font-size: 15px;
    margin-top: 90px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif; }
    @media screen and (max-width: 950px) {
      footer .in .copyright {
        margin-top: 100px;
        font-size: 10px; } }

#toppage .wrap {
  overflow: hidden; }

#toppage .text {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em; }
  @media screen and (max-width: 950px) {
    #toppage .text {
      font-size: 14px; } }

#toppage #zone_kv {
  overflow: hidden; }
  #toppage #zone_kv .topslide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #toppage #zone_kv .topslide .swiper-custom-parent {
      width: calc(50% - 5px); }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .topslide .swiper-custom-parent {
          width: 100%;
          margin-bottom: 0.7em; } }
    #toppage #zone_kv .topslide .set {
      position: absolute;
      top: calc(50% - 150px);
      left: calc(50% - 145px);
      width: 290px;
      z-index: 1; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .topslide .set {
          width: 230px;
          left: calc(50% - 115px); } }
      #toppage #zone_kv .topslide .set h1 {
        background-color: rgba(255, 255, 255, 0.6);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        margin-bottom: 20px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_kv .topslide .set h1 {
            width: 200px;
            margin: auto;
            margin-bottom: 10px; } }
  #toppage #zone_kv .scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 35px 0 80px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv .scroll {
        margin-bottom: 50px; } }
    #toppage #zone_kv .scroll a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 13px;
      font-family: "Poppins", sans-serif; }
      #toppage #zone_kv .scroll a i {
        width: 50px;
        border: 1px solid #000;
        border-radius: 30px;
        margin-right: 15px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      #toppage #zone_kv .scroll a:hover i {
        background-color: #ccc; }

#toppage #zone_pickup {
  margin-bottom: 160px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_pickup {
      margin-bottom: 80px; } }
  #toppage #zone_pickup .sec1 {
    margin-bottom: 120px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_pickup .sec1 {
        margin-bottom: 80px; } }
    #toppage #zone_pickup .sec1 .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
  #toppage #zone_pickup .sec2 {
    max-width: 800px;
    margin: auto;
    border: 1px solid #000;
    box-shadow: 10px 10px 0px #000; }
    #toppage #zone_pickup .sec2 h3 {
      text-align: center;
      font-weight: bold;
      font-size: 18px;
      padding: 20px;
      border-bottom: 1px solid #000; }
      @media screen and (max-width: 950px) {
        #toppage #zone_pickup .sec2 h3 {
          font-size: 14px;
          padding: 15px; } }
    #toppage #zone_pickup .sec2 .tags {
      padding: 10px;
      background: url("../img/bg_grid.png") center top;
      background-size: 18px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_pickup .sec2 .tags {
          background: url("../img/bg_grid.png") center top;
          background-size: 12px; } }
      #toppage #zone_pickup .sec2 .tags ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
        #toppage #zone_pickup .sec2 .tags ul li {
          margin: 10px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_pickup .sec2 .tags ul li {
              margin: 5px; } }
        #toppage #zone_pickup .sec2 .tags ul a {
          display: block;
          padding: 0.6em;
          font-size: 15px;
          border-radius: 2em;
          border: 1px solid #000A32;
          background-color: #fff; }
          @media screen and (max-width: 950px) {
            #toppage #zone_pickup .sec2 .tags ul a {
              font-size: 12px; } }
          #toppage #zone_pickup .sec2 .tags ul a:hover {
            opacity: 1;
            background-color: #FFC8AA; }
          #toppage #zone_pickup .sec2 .tags ul a::before {
            content: '#';
            color: #656565;
            padding-right: 0.2em; }

#toppage #zone_news {
  margin-bottom: 160px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_news {
      margin-bottom: 80px; } }
  #toppage #zone_news h2 {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    letter-spacing: 0.1em;
    font-size: 35px;
    padding-bottom: 30px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_news h2 {
        font-size: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    #toppage #zone_news h2 b {
      display: inline-block;
      position: relative; }
      #toppage #zone_news h2 b::before {
        position: absolute;
        top: 17px;
        left: -40px;
        content: '';
        width: 30px;
        height: 1px;
        background-color: #000; }
        @media screen and (max-width: 950px) {
          #toppage #zone_news h2 b::before {
            top: 12px; } }
      #toppage #zone_news h2 b::after {
        position: absolute;
        top: 17px;
        right: -40px;
        content: '';
        width: 30px;
        height: 1px;
        background-color: #000; }
        @media screen and (max-width: 950px) {
          #toppage #zone_news h2 b::after {
            top: 12px; } }
  #toppage #zone_news .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 50px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_news .link {
        margin-top: 10px; } }

#toppage #zone_sns {
  margin-bottom: 120px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_sns {
      margin-bottom: 80px; } }

#toppage .type1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px; }
  @media screen and (max-width: 950px) {
    #toppage .type1 {
      margin-bottom: 80px; } }
  #toppage .type1 .set {
    width: 50%;
    padding-right: 50px; }
    @media screen and (max-width: 950px) {
      #toppage .type1 .set {
        width: 100%;
        padding-right: 0px; } }
    #toppage .type1 .set .text {
      margin-bottom: 50px; }
      @media screen and (max-width: 950px) {
        #toppage .type1 .set .text {
          margin-bottom: 20px; } }
  #toppage .type1 figure {
    position: relative;
    width: 50%;
    margin-top: 40px; }
    @media screen and (max-width: 950px) {
      #toppage .type1 figure {
        width: 100%; } }
    #toppage .type1 figure::after {
      position: absolute;
      top: 20px;
      right: -20px;
      content: '';
      width: 100%;
      height: 100%;
      border: 1px solid #000;
      z-index: -1;
      background: url("../img/bg_grid.png") center;
      background-size: 10px; }
      @media screen and (max-width: 950px) {
        #toppage .type1 figure::after {
          top: 10px;
          right: -10px; } }

#toppage .type2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 120px; }
  @media screen and (max-width: 950px) {
    #toppage .type2 {
      margin-bottom: 80px; } }
  #toppage .type2 .set {
    width: 50%;
    padding-left: 50px; }
    @media screen and (max-width: 950px) {
      #toppage .type2 .set {
        width: 100%;
        padding-left: 0px; } }
    #toppage .type2 .set .text {
      margin-bottom: 50px;
      text-align: right; }
      @media screen and (max-width: 950px) {
        #toppage .type2 .set .text {
          margin-bottom: 20px;
          text-align: left; } }
    #toppage .type2 .set .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  #toppage .type2 figure {
    position: relative;
    width: 50%;
    margin-top: 40px; }
    @media screen and (max-width: 950px) {
      #toppage .type2 figure {
        width: 100%; } }
    #toppage .type2 figure::after {
      position: absolute;
      top: 20px;
      left: -20px;
      content: '';
      width: 100%;
      height: 100%;
      border: 1px solid #000;
      z-index: -1;
      background: url("../img/bg_grid.png") center;
      background-size: 10px; }
      @media screen and (max-width: 950px) {
        #toppage .type2 figure::after {
          top: 10px;
          left: -10px; } }

#toppage #zone_lineup {
  margin-bottom: 120px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_lineup {
      margin-bottom: 80px; } }
  #toppage #zone_lineup .sec {
    margin-bottom: 60px; }
    #toppage #zone_lineup .sec h3 {
      background-color: #000;
      color: #fff;
      text-align: center;
      padding: 20px;
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 30px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_lineup .sec h3 {
          padding: 15px;
          font-size: 16px;
          margin-bottom: 20px; } }
    #toppage #zone_lineup .sec .list_lineup {
      margin-bottom: 30px; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_lineup .sec .list_lineup {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-bottom: 1px solid #000; } }
      @media screen and (max-width: 950px) {
        #toppage #zone_lineup .sec .list_lineup {
          margin-bottom: 20px; } }
      #toppage #zone_lineup .sec .list_lineup li {
        width: calc(100% / 3);
        padding-bottom: 30px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_lineup .sec .list_lineup li {
            width: 100%;
            height: 100%;
            padding-bottom: 0; } }
        #toppage #zone_lineup .sec .list_lineup li .set {
          display: block;
          position: relative;
          padding: 0 30px;
          border-right: 1px solid #000;
          height: 100%; }
          @media screen and (max-width: 950px) {
            #toppage #zone_lineup .sec .list_lineup li .set {
              padding: 0 20px; } }
          #toppage #zone_lineup .sec .list_lineup li .set figure {
            margin-bottom: 15px; }
          #toppage #zone_lineup .sec .list_lineup li .set .t1 {
            border: 1px solid #000;
            font-weight: bold;
            padding: 8px;
            margin-bottom: 15px;
            font-size: 18px;
            text-align: center; }
            @media screen and (max-width: 950px) {
              #toppage #zone_lineup .sec .list_lineup li .set .t1 {
                font-size: 15px; } }
          #toppage #zone_lineup .sec .list_lineup li .set .t2 {
            text-align: left;
            font-size: 15px;
            line-height: 1.5; }
            @media screen and (max-width: 950px) {
              #toppage #zone_lineup .sec .list_lineup li .set .t2 {
                font-size: 14px; } }
          #toppage #zone_lineup .sec .list_lineup li .set a {
            display: block; }
            @media print, screen and (min-width: 951px) {
              #toppage #zone_lineup .sec .list_lineup li .set a:hover {
                opacity: 1; }
                #toppage #zone_lineup .sec .list_lineup li .set a:hover .t1 {
                  border: 1px solid #FF5A00;
                  background-color: #FF5A00;
                  color: #fff; } }
        #toppage #zone_lineup .sec .list_lineup li:last-child .set {
          border-right: 0; }
  @media screen and (max-width: 950px) {
    #toppage #zone_lineup .swiper-custom-parent {
      position: relative;
      padding-bottom: 55px;
      margin-bottom: 30px; }
      #toppage #zone_lineup .swiper-custom-parent .swiper-container {
        border-bottom: 1px solid #000; }
      #toppage #zone_lineup .swiper-custom-parent .swiper-pagination-info {
        position: absolute;
        bottom: 0;
        left: calc(50% - 40px);
        width: 80px;
        height: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-family: Jost; }
        #toppage #zone_lineup .swiper-custom-parent .swiper-pagination-info .swiper-pagination-current {
          font-size: 1.4em;
          margin-right: 3px; }
        #toppage #zone_lineup .swiper-custom-parent .swiper-pagination-info .swiper-pagination-total {
          margin-left: 3px; }
      #toppage #zone_lineup .swiper-custom-parent .swiper-button-prev {
        position: absolute;
        top: auto;
        left: auto;
        right: calc(50% + 40px);
        bottom: 0;
        width: 35px;
        height: 35px;
        background-color: #000; }
        #toppage #zone_lineup .swiper-custom-parent .swiper-button-prev svg {
          width: 35px;
          height: 35px;
          stroke: #fff; }
      #toppage #zone_lineup .swiper-custom-parent .swiper-button-next {
        position: absolute;
        top: auto;
        left: calc(50% + 40px);
        bottom: 0;
        width: 35px;
        height: 35px;
        background-color: #000; }
        #toppage #zone_lineup .swiper-custom-parent .swiper-button-next svg {
          width: 35px;
          height: 35px;
          stroke: #fff; }
      #toppage #zone_lineup .swiper-custom-parent .swiper-slide {
        border-bottom: 0;
        margin-bottom: 0; } }

#zone_article {
  margin-bottom: 120px; }
  @media screen and (max-width: 950px) {
    #zone_article {
      margin-bottom: 80px; } }
  #zone_article h3 {
    max-width: 580px;
    margin: auto;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px; }
    @media screen and (max-width: 950px) {
      #zone_article h3 {
        padding: 10px;
        font-size: 16px;
        margin-bottom: 20px; } }
  #zone_article .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media screen and (max-width: 950px) {
      #zone_article .tabs {
        margin-bottom: 30px; } }
    #zone_article .tabs li {
      width: calc(25% - 10px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      cursor: pointer;
      font-size: 18px;
      height: 60px;
      font-weight: bold;
      color: #ccc;
      border-bottom: 2px solid #ccc;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 950px) {
        #zone_article .tabs li {
          width: calc(25% - 5px);
          font-size: 12px;
          height: 40px; } }
      #zone_article .tabs li.active {
        color: #000;
        border-bottom: 2px solid #000; }
      @media print, screen and (min-width: 951px) {
        #zone_article .tabs li:hover {
          background-color: #eee;
          color: #000;
          border-bottom: 2px solid #000; } }
  #zone_article .tab-content {
    display: none; }
    @media screen and (max-width: 950px) {
      #zone_article .tab-content {
        margin-left: -20px;
        margin-right: -20px; } }
    #zone_article .tab-content.active {
      display: block; }
    #zone_article .tab-content .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    @media screen and (max-width: 950px) {
      #zone_article .tab-content .swiper-custom-parent {
        position: relative;
        padding-bottom: 55px;
        margin-bottom: 30px; }
        #zone_article .tab-content .swiper-custom-parent .swiper-container {
          border-bottom: 1px solid #000; }
        #zone_article .tab-content .swiper-custom-parent .swiper-pagination-info {
          position: absolute;
          bottom: 0;
          left: calc(50% - 40px);
          width: 80px;
          height: 35px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          font-family: Jost; }
          #zone_article .tab-content .swiper-custom-parent .swiper-pagination-info .swiper-pagination-current {
            font-size: 1.4em;
            margin-right: 3px; }
          #zone_article .tab-content .swiper-custom-parent .swiper-pagination-info .swiper-pagination-total {
            margin-left: 3px; }
        #zone_article .tab-content .swiper-custom-parent .swiper-button-prev {
          position: absolute;
          top: auto;
          left: auto;
          right: calc(50% + 40px);
          bottom: 0;
          width: 35px;
          height: 35px;
          background-color: #000; }
          #zone_article .tab-content .swiper-custom-parent .swiper-button-prev svg {
            width: 35px;
            height: 35px;
            stroke: #fff; }
        #zone_article .tab-content .swiper-custom-parent .swiper-button-next {
          position: absolute;
          top: auto;
          left: calc(50% + 40px);
          bottom: 0;
          width: 35px;
          height: 35px;
          background-color: #000; }
          #zone_article .tab-content .swiper-custom-parent .swiper-button-next svg {
            width: 35px;
            height: 35px;
            stroke: #fff; }
        #zone_article .tab-content .swiper-custom-parent .swiper-slide {
          border-bottom: 0;
          margin-bottom: 0; }
          #zone_article .tab-content .swiper-custom-parent .swiper-slide a {
            padding-left: 20px;
            padding-right: 20px;
            border-right: 1px solid #000; }
            #zone_article .tab-content .swiper-custom-parent .swiper-slide a .date {
              left: 20px; }
            #zone_article .tab-content .swiper-custom-parent .swiper-slide a svg {
              right: 20px; }
          #zone_article .tab-content .swiper-custom-parent .swiper-slide:last-child a {
            border-right: 0; } }

#zone_problem {
  margin-bottom: 160px; }
  @media screen and (max-width: 950px) {
    #zone_problem {
      margin-bottom: 80px; } }
  #zone_problem .sec1 {
    margin-bottom: 50px; }
  #zone_problem .sec2 {
    max-width: 800px;
    margin: auto;
    border: 1px solid #000;
    box-shadow: 10px 10px 0px #000; }
    #zone_problem .sec2 h3 {
      text-align: center;
      font-weight: bold;
      font-size: 18px;
      padding: 20px;
      border-bottom: 1px solid #000;
      background-color: #FFC8AA; }
      @media screen and (max-width: 950px) {
        #zone_problem .sec2 h3 {
          font-size: 14px;
          padding: 15px; } }
    #zone_problem .sec2 .tags {
      padding: 10px;
      background: url("../img/bg_grid.png") center top;
      background-size: 18px; }
      @media screen and (max-width: 950px) {
        #zone_problem .sec2 .tags {
          background: url("../img/bg_grid.png") center top;
          background-size: 12px; } }
      #zone_problem .sec2 .tags ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
        #zone_problem .sec2 .tags ul li {
          margin: 10px; }
          @media screen and (max-width: 950px) {
            #zone_problem .sec2 .tags ul li {
              margin: 5px; } }
        #zone_problem .sec2 .tags ul a {
          display: block;
          padding: 0.6em;
          font-size: 15px;
          border-radius: 2em;
          border: 1px solid #000A32;
          background-color: #fff; }
          @media screen and (max-width: 950px) {
            #zone_problem .sec2 .tags ul a {
              font-size: 12px; } }
          #zone_problem .sec2 .tags ul a:hover {
            opacity: 1;
            background-color: #FFC8AA; }
  #zone_problem .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 50px; }

#about .title {
  background: url("../img/about/kv.jpg") no-repeat center;
  background-size: cover; }

#about #zone1 h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px; }
  @media screen and (max-width: 950px) {
    #about #zone1 h3 {
      font-size: 20px;
      margin-bottom: 20px; } }
  #about #zone1 h3 i {
    display: block;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    letter-spacing: 0.05em;
    font-size: 20px; }
    @media screen and (max-width: 950px) {
      #about #zone1 h3 i {
        font-size: 13px; } }

#about #zone1 h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px; }
  @media screen and (max-width: 950px) {
    #about #zone1 h4 {
      font-size: 20px;
      margin-bottom: 10px; } }

#about #zone1 .pos {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  color: #eee;
  font-size: 90px;
  letter-spacing: 0.07em;
  opacity: 0.5; }
  @media screen and (max-width: 950px) {
    #about #zone1 .pos {
      font-size: 45px; } }

#about #zone1 .sec1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #about #zone1 .sec1 figure {
    width: 410px; }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec1 figure {
        width: 100%;
        margin-left: -20px; }
        #about #zone1 .sec1 figure i {
          max-width: 410px; } }
  #about #zone1 .sec1 .set {
    width: calc(100% - 500px);
    padding-top: 80px; }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec1 .set {
        width: 100%;
        padding-top: 50px; } }
    #about #zone1 .sec1 .set .text {
      max-width: 585px; }
  #about #zone1 .sec1 .pos {
    position: absolute; }
    @media print, screen and (min-width: 951px) {
      #about #zone1 .sec1 .pos {
        top: 360px;
        left: 550px; } }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec1 .pos {
        bottom: -60px;
        right: -20px; } }

#about #zone1 .sec2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 170px; }
  @media screen and (max-width: 950px) {
    #about #zone1 .sec2 {
      padding-bottom: 100px; } }
  #about #zone1 .sec2 figure {
    width: 290px; }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec2 figure {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        #about #zone1 .sec2 figure i {
          width: 290px;
          margin-right: -20px; } }
  #about #zone1 .sec2 .set {
    width: calc(100% - 380px);
    padding-top: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec2 .set {
        width: 100%;
        padding-top: 80px;
        margin-bottom: 30px; } }
    #about #zone1 .sec2 .set .text {
      max-width: 625px; }
  #about #zone1 .sec2 .pos {
    position: absolute; }
    @media print, screen and (min-width: 951px) {
      #about #zone1 .sec2 .pos {
        top: 410px;
        left: -100px; } }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec2 .pos {
        bottom: 20px;
        left: -20px; } }

#about #zone1 .sec3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 100px; }
  @media screen and (max-width: 950px) {
    #about #zone1 .sec3 {
      padding-bottom: 20px; } }
  #about #zone1 .sec3 figure {
    width: 320px;
    margin-right: 60px; }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec3 figure {
        width: 100%;
        margin-right: 20px; }
        #about #zone1 .sec3 figure i {
          max-width: 320px;
          margin-left: -20px; } }
  #about #zone1 .sec3 .set {
    width: calc(100% - 380px); }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec3 .set {
        width: 100%;
        margin-top: 50px; } }
    #about #zone1 .sec3 .set .text {
      max-width: 655px; }
  #about #zone1 .sec3 .pos {
    position: absolute;
    z-index: -1; }
    @media print, screen and (min-width: 951px) {
      #about #zone1 .sec3 .pos {
        bottom: 20px;
        left: 470px; } }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec3 .pos {
        bottom: -40px;
        right: -20px; } }

#about #zone1 .sec4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media screen and (max-width: 950px) {
    #about #zone1 .sec4 {
      margin-top: 50px;
      margin-bottom: 80px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  #about #zone1 .sec4 figure {
    width: 410px; }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec4 figure {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        #about #zone1 .sec4 figure i {
          width: 410px;
          margin-right: -20px;
          margin-top: 30px; } }
  #about #zone1 .sec4 .set {
    width: calc(100% - 500px); }
    @media screen and (max-width: 950px) {
      #about #zone1 .sec4 .set {
        width: 100%; } }

#about #zone1 .list1 {
  margin-top: 1em;
  margin-bottom: 1em; }

#compare .title {
  background: url("../img/compare/kv.jpg") no-repeat center;
  background-size: cover; }

#compare .compare__info {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(35 / 18); }
  @media screen and (max-width: 950px) {
    #compare .compare__info {
      font-size: 15px;
      line-height: calc(35 / 15); } }

#compare .compare__contentBlock {
  margin-top: 90px; }
  #compare .compare__contentBlock:first-of-type {
    margin-top: 30px; }
  #compare .compare__contentBlock:last-child {
    margin-bottom: 112px; }
  @media screen and (max-width: 950px) {
    #compare .compare__contentBlock {
      margin-top: 40px; } }

#compare .compare__contentTitle {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: calc(35 / 22);
  color: #fff;
  background-color: #000000;
  text-align: center;
  padding: 12.5px; }
  @media screen and (max-width: 950px) {
    #compare .compare__contentTitle {
      font-size: 15px;
      line-height: calc(35 / 15);
      padding: 2.5px; } }

#compare .compare__contents {
  margin-top: 30px; }

#compare .compare__contentItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  #compare .compare__contentItems:nth-child(n + 2) {
    margin-top: 60px; }
    @media screen and (max-width: 950px) {
      #compare .compare__contentItems:nth-child(n + 2) {
        margin-top: 20px; } }
  #compare .compare__contentItems::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -30px;
    border-bottom: 1px solid #000; }
    @media screen and (max-width: 950px) {
      #compare .compare__contentItems::after {
        content: none; } }

#compare .compare__contentItem {
  padding: 0 30px;
  position: relative; }
  #compare .compare__contentItem:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 273px;
    background-color: #000000;
    top: 11.5%;
    left: -0.5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media screen and (max-width: 950px) {
      #compare .compare__contentItem:nth-child(n + 2)::before {
        height: 213px;
        top: 31%; } }
    @media screen and (max-width: 550px) {
      #compare .compare__contentItem:nth-child(n + 2)::before {
        top: clamp(0.375rem, -13.145rem + 50.86vw, 6.838rem); } }
  #compare .compare__contentItem img {
    aspect-ratio: 233/233;
    object-fit: cover;
    height: auto;
    max-width: 233px;
    width: 100%; }
  @media screen and (max-width: 950px) {
    #compare .compare__contentItem {
      padding: 0 11px; }
      #compare .compare__contentItem::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -30px;
        border-bottom: 1px solid #000; } }
  @media screen and (max-width: 950px) {
    #compare .compare__contentItem:nth-child(odd)::before {
      display: none; }
    #compare .compare__contentItem.is-last-row::after {
      display: none; } }

#compare .compare__contentItem.compare__contentItem--topAdjust {
  padding: 0 30px;
  position: relative; }
  #compare .compare__contentItem.compare__contentItem--topAdjust:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 273px;
    background-color: #000000;
    top: 55.5%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1200px) {
      #compare .compare__contentItem.compare__contentItem--topAdjust:nth-child(n + 2)::before {
        height: clamp(13.563rem, 0.195rem + 22.49vw, 19.063rem); } }
    @media screen and (max-width: 950px) {
      #compare .compare__contentItem.compare__contentItem--topAdjust:nth-child(n + 2)::before {
        height: 213px; } }
  #compare .compare__contentItem.compare__contentItem--topAdjust img {
    aspect-ratio: 233/233;
    object-fit: cover;
    height: auto;
    max-width: 233px;
    width: 100%; }

#compare .compare__contentItemImage {
  margin-top: 8px; }

#compare .compare__checkBox label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(30 / 18);
  margin-left: 10px;
  position: relative; }
  #compare .compare__checkBox label::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #555;
    border-right: solid 3px #555;
    width: 12px;
    height: 20px;
    left: -34px;
    margin-top: -14px;
    opacity: 0; }
    @media screen and (max-width: 950px) {
      #compare .compare__checkBox label::after {
        width: 10px;
        height: 18px;
        left: -32px;
        margin-top: -10px; } }
  @media screen and (max-width: 950px) {
    #compare .compare__checkBox label {
      font-size: 16px; } }

#compare .compare__checkBox input {
  max-width: 30px;
  width: 100%;
  min-height: 30px;
  height: 100%;
  border: 1px solid #000; }
  @media screen and (max-width: 950px) {
    #compare .compare__checkBox input {
      max-width: 26px;
      min-height: 26px; } }

#compare .compare__checkBox input[type="checkbox"]:checked + label {
  color: #ff0000;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#compare .compare__checkBox input[type="checkbox"]:checked,
#compare .compare__checkBox input[type="checkbox"]:checked + label::after {
  border-color: #ff0000;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#compare .compare__checkBox input[type="checkbox"]:checked + label:after {
  opacity: 1; }

#compare .compare__contentItemTitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(30 / 18);
  border: 1px solid #000;
  padding: 4px;
  text-align: center; }

#compare input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

@media screen and (max-width: 950px) {
  #compare .u-pc {
    display: none; } }

#compare .u-sp {
  display: none; }
  @media screen and (max-width: 950px) {
    #compare .u-sp {
      display: block; } }

#compare .compare__contentItems.u-sp {
  display: none; }
  @media screen and (max-width: 950px) {
    #compare .compare__contentItems.u-sp {
      display: -ms-grid;
      display: grid;
      gap: 60px 0;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

#compare .compare-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  box-sizing: border-box;
  z-index: 9999; }

#compare .compare-bar__header {
  background: #252525;
  height: clamp(4.688rem, 3.601rem + 4.46vw, 7.5rem);
  position: relative; }

#compare .compare-bar__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: calc(35 / 25);
  color: #fff;
  white-space: nowrap; }
  @media screen and (max-width: 950px) {
    #compare .compare-bar__title {
      font-size: 16px;
      line-height: calc(35 / 16);
      left: 9rem; } }

#compare .compare-bar__compareBtn {
  position: absolute;
  top: 0;
  right: 0;
  max-width: clamp(4.688rem, 3.601rem + 4.46vw, 7.5rem);
  width: 100%;
  height: 100%;
  background: red;
  color: white;
  font-size: 28px;
  border: none;
  cursor: pointer; }
  #compare .compare-bar__compareBtn svg {
    stroke: #fff;
    width: 50px;
    height: 50px; }

@media (any-hover: hover) {
  #compare .compare-bar__compareBtn:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s; } }

#compare .compare-bar__models {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #252525; }

#compare .compare-bar__slot {
  width: 50%;
  background: #5f5f5f;
  position: relative;
  padding: 20px 30px; }
  #compare .compare-bar__slot:nth-child(2) {
    background: #535353; }
  @media screen and (max-width: 950px) {
    #compare .compare-bar__slot {
      padding: 10px; } }

#compare .compare-bar__slot img {
  max-width: 260px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 950px) {
    #compare .compare-bar__slot img {
      max-width: 130px; } }

#compare .compare-bar__slot-title {
  background: white;
  color: #000;
  display: block;
  padding: 2px 10px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 0;
  max-width: 150px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: calc(30 / 15);
  letter-spacing: 0.05em; }
  @media screen and (max-width: 950px) {
    #compare .compare-bar__slot-title {
      max-width: 128px;
      font-size: 13px; } }

#compare .compare-bar__emptyMsg {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #fff; }
  @media screen and (max-width: 950px) {
    #compare .compare-bar__emptyMsg {
      font-size: 13px;
      line-height: calc(16 / 13); } }

#compare .compare-bar__remove {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: transparent;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer; }
  #compare .compare-bar__remove::before, #compare .compare-bar__remove::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 3px;
    background: white;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
    @media screen and (max-width: 950px) {
      #compare .compare-bar__remove::before, #compare .compare-bar__remove::after {
        width: 28px;
        height: 1px; } }
  #compare .compare-bar__remove::before {
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
    -ms-transform: translate(-50%, -50%) rotate(25deg);
    transform: translate(-50%, -50%) rotate(25deg); }
  #compare .compare-bar__remove::after {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    -ms-transform: translate(-50%, -50%) rotate(-25deg);
    transform: translate(-50%, -50%) rotate(-25deg); }

#compare .compare-bar__slot-number {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 130px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  font-style: italic; }
  @media screen and (max-width: 950px) {
    #compare .compare-bar__slot-number {
      font-size: 60px; } }

#compare .compare-result__container {
  margin-top: 53px; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__container {
      margin-top: 20px; } }

#compare .compare-result__info {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: calc(35 / 20); }
  @media screen and (max-width: 950px) {
    #compare .compare-result__info {
      font-size: 18px;
      line-height: calc(35 / 18); } }

#compare .compare-result__productBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__productBlock {
      gap: 20px; } }

#compare .compare-result__productBlockLeft,
#compare .compare-result__productBlockRight {
  max-width: 490px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#compare .compare-result__productBlockRight:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 142px;
  background-color: #000000;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 950px) {
    #compare .compare-result__productBlockRight:before {
      text-align: center;
      height: 133px; } }
  @media screen and (max-width: 740px) {
    #compare .compare-result__productBlockRight:before {
      top: clamp(14.188rem, 2.837rem + 50.14vw, 29.625rem); } }

#compare .compare-result__productImage {
  text-align: center; }
  #compare .compare-result__productImage img {
    max-width: 340px;
    width: 100%;
    aspect-ratio: 340/340;
    object-fit: contain;
    height: auto; }

#compare .compare-result__productTitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(30 / 24);
  background: #000;
  color: #fff;
  text-align: center;
  max-width: 490px;
  width: 100%;
  padding: 15px 5px; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__productTitle {
      font-size: 13px;
      line-height: 1;
      padding: 10px; } }

#compare .compare-result__contentBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 490px;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__contentBtn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0; } }
  #compare .compare-result__contentBtn .bt {
    margin: auto;
    border: 1px solid #000;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #compare .compare-result__contentBtn .bt b {
      width: calc(100% - 50px);
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 18px; }
      @media screen and (max-width: 950px) {
        #compare .compare-result__contentBtn .bt b {
          width: calc(100% - 40px);
          height: 40px;
          font-size: 13px;
          letter-spacing: 0.15em; } }
    #compare .compare-result__contentBtn .bt svg {
      width: 50px;
      height: 50px;
      background-color: #000;
      stroke: #fff; }
      @media screen and (max-width: 950px) {
        #compare .compare-result__contentBtn .bt svg {
          width: 40px;
          height: 40px; } }
  #compare .compare-result__contentBtn a {
    display: block;
    width: 100%;
    padding-top: 32px; }
    @media screen and (max-width: 950px) {
      #compare .compare-result__contentBtn a {
        padding-top: 10px; } }
    #compare .compare-result__contentBtn a .t1 {
      font-size: 15px; }
      @media screen and (max-width: 950px) {
        #compare .compare-result__contentBtn a .t1 {
          font-size: 13px; } }
    #compare .compare-result__contentBtn a .t2 {
      font-size: 22px;
      font-weight: bold;
      margin: 15px; }
      @media screen and (max-width: 950px) {
        #compare .compare-result__contentBtn a .t2 {
          font-size: 18px; } }
    @media print, screen and (min-width: 951px) {
      #compare .compare-result__contentBtn a:hover {
        opacity: 1; }
        #compare .compare-result__contentBtn a:hover svg {
          background-color: #FF5A00; } }

#compare .compare-result__contentBlockWrap {
  margin-top: 40px; }

#compare .compare-result__contentBlock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding-top: 50px; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__contentBlock {
      padding-top: 20px; } }

#compare .compare-result__contentTitle {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(35 / 25);
  text-align: center;
  padding: 31.5px 16px;
  background: #f5f5f5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__contentTitle {
      font-size: 18px;
      line-height: 1;
      padding: 20px 10px; } }

#compare .compare-result__contentBlockLeft,
#compare .compare-result__contentBlockRight {
  max-width: 490px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__contentBlockLeft,
    #compare .compare-result__contentBlockRight {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 950px) {
  #compare .compare-result__contentBlockLeft {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

#compare .compare-result__contentImage img {
  max-width: 100px;
  width: 100%;
  aspect-ratio: 100/100;
  object-fit: contain;
  height: auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__contentImage img {
      max-width: 80px; } }

@media screen and (max-width: 950px) {
  #compare .compare-result__contentValueWrap {
    text-align: center;
    margin-top: 0; } }

@media screen and (max-width: 950px) {
  #compare .compare-result__contentValueWrap02 {
    text-align: center; } }

#compare .compare-result__value {
  font-size: 55px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__value {
      font-size: 45px; } }

#compare .compare-result__text,
#compare .compare-result__unit,
#compare .compare-result__type,
#compare .compare-result__typePlus,
#compare .compare-result__before,
#compare .compare-result__after,
#compare .compare-result__valueNone,
#compare .compare-result__label {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(35 / 22); }
  @media screen and (max-width: 950px) {
    #compare .compare-result__text,
    #compare .compare-result__unit,
    #compare .compare-result__type,
    #compare .compare-result__typePlus,
    #compare .compare-result__before,
    #compare .compare-result__after,
    #compare .compare-result__valueNone,
    #compare .compare-result__label {
      font-size: 16px;
      text-align: center;
      letter-spacing: 0; } }

#compare .compare-result__multipl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(35 / 22);
  text-align: center; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__multipl {
      font-size: 16px;
      text-align: center;
      letter-spacing: 0;
      padding: 13px 0 10px; } }

@media screen and (max-width: 950px) {
  #compare .compare-result__type {
    margin-top: 7px; } }

#compare .compare-result__text {
  text-align: center; }

#compare .compare-result__other {
  font-size: 13px;
  margin-top: 7px; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__other {
      font-size: 12px; } }

#compare .compare-result__contentBlockRight {
  border-left: 1px solid #000; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__contentBlockRight {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

#compare .compare-result__retryBtn {
  max-width: 200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__retryBtn {
      margin-top: 60px; } }
  #compare .compare-result__retryBtn .bt {
    margin: auto;
    border: 1px solid #000;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #compare .compare-result__retryBtn .bt b {
      width: calc(100% - 50px);
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 18px;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 950px) {
        #compare .compare-result__retryBtn .bt b {
          width: calc(100% - 40px);
          height: 40px;
          font-size: 13px; } }
    #compare .compare-result__retryBtn .bt svg {
      width: 50px;
      height: 50px;
      background-color: #000;
      stroke: #fff; }
      @media screen and (max-width: 950px) {
        #compare .compare-result__retryBtn .bt svg {
          width: 40px;
          height: 40px; } }
  #compare .compare-result__retryBtn a {
    display: block;
    width: 100%;
    padding-top: 32px; }
    @media screen and (max-width: 950px) {
      #compare .compare-result__retryBtn a {
        padding-top: 10px; } }
    #compare .compare-result__retryBtn a .t1 {
      font-size: 15px; }
      @media screen and (max-width: 950px) {
        #compare .compare-result__retryBtn a .t1 {
          font-size: 13px; } }
    #compare .compare-result__retryBtn a .t2 {
      font-size: 22px;
      font-weight: bold;
      margin: 15px; }
      @media screen and (max-width: 950px) {
        #compare .compare-result__retryBtn a .t2 {
          font-size: 18px; } }
    @media print, screen and (min-width: 951px) {
      #compare .compare-result__retryBtn a:hover {
        opacity: 1; }
        #compare .compare-result__retryBtn a:hover svg {
          background-color: #FF5A00; } }

#compare .compare-result__messageWrap {
  margin: 144px 0 70px;
  background: url("../img/bg_grid.png") center;
  background-size: 18px;
  border: 3px solid #000;
  text-align: center; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__messageWrap {
      margin: 50px 0; } }

#compare .compare-result__messageInner {
  padding: 48px 24px; }

#compare .compare-result__messageTitle {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(35 / 30);
  display: inline;
  background: -webkit-linear-gradient(transparent 70%, #ffc8aa 0%);
  background: linear-gradient(transparent 70%, #ffc8aa 0%); }
  @media screen and (max-width: 950px) {
    #compare .compare-result__messageTitle {
      font-size: 20px;
      line-height: calc(35 / 20); } }

#compare .compare-result__message {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(30 / 22);
  margin-top: 10px; }
  #compare .compare-result__message span {
    color: #fa9862; }
  @media screen and (max-width: 950px) {
    #compare .compare-result__message {
      font-size: 16px;
      line-height: calc(30 / 16); } }

#difference {
  overflow-x: hidden; }
  #difference .title {
    background: url("../img/difference/kv.jpg") no-repeat center;
    background-size: cover; }
  #difference .list1 {
    margin-top: 0.5em;
    margin-bottom: 1em; }
  #difference #zone1 {
    margin-bottom: 170px; }
    @media screen and (max-width: 950px) {
      #difference #zone1 {
        margin-bottom: 80px; } }
    #difference #zone1 .lead {
      max-width: 700px;
      margin: 0 auto 50px; }
    #difference #zone1 .c1 {
      font-weight: bold; }
      @media print, screen and (min-width: 951px) {
        #difference #zone1 .c1 {
          white-space: nowrap; } }
    @media print, screen and (min-width: 951px) {
      #difference #zone1 .c2 {
        text-align: center;
        white-space: nowrap; } }
  #difference #zone2 {
    margin-bottom: 100px; }
    #difference #zone2 h3 {
      font-weight: bold;
      font-size: 30px;
      line-height: 1.5;
      margin-bottom: 30px; }
      @media screen and (max-width: 950px) {
        #difference #zone2 h3 {
          font-size: 20px;
          margin-bottom: 20px; } }
      #difference #zone2 h3 i {
        display: block;
        font-family: "Poppins", sans-serif;
        font-style: italic;
        letter-spacing: 0.05em;
        font-size: 20px;
        color: #FFC8AA; }
        @media screen and (max-width: 950px) {
          #difference #zone2 h3 i {
            font-size: 13px; } }
    #difference #zone2 .pos {
      font-family: "Poppins", sans-serif;
      font-style: italic;
      color: #eee;
      font-size: 90px;
      letter-spacing: 0.07em;
      opacity: 0.5; }
      @media screen and (max-width: 950px) {
        #difference #zone2 .pos {
          font-size: 45px; } }
    #difference #zone2 .sec1 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 120px; }
      @media screen and (max-width: 950px) {
        #difference #zone2 .sec1 {
          padding-bottom: 80px; } }
      #difference #zone2 .sec1 figure {
        width: 410px; }
        @media screen and (max-width: 950px) {
          #difference #zone2 .sec1 figure {
            width: 100%;
            margin-left: -20px; }
            #difference #zone2 .sec1 figure i {
              max-width: 410px; } }
      #difference #zone2 .sec1 .set {
        width: calc(100% - 500px);
        padding-top: 20px; }
        @media screen and (max-width: 950px) {
          #difference #zone2 .sec1 .set {
            width: 100%;
            padding-top: 80px; } }
      #difference #zone2 .sec1 .pos1 {
        position: absolute; }
        @media print, screen and (min-width: 951px) {
          #difference #zone2 .sec1 .pos1 {
            top: -80px;
            right: -100px; } }
        @media screen and (max-width: 950px) {
          #difference #zone2 .sec1 .pos1 {
            top: 370px;
            right: -20px; } }
      #difference #zone2 .sec1 .pos2 {
        position: absolute; }
        @media print, screen and (min-width: 951px) {
          #difference #zone2 .sec1 .pos2 {
            bottom: 20px;
            left: 470px; } }
        @media screen and (max-width: 950px) {
          #difference #zone2 .sec1 .pos2 {
            bottom: 20px;
            left: -20px; } }
    #difference #zone2 .sec2 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-bottom: 100px; }
      @media screen and (max-width: 950px) {
        #difference #zone2 .sec2 {
          padding-bottom: 0px; } }
      #difference #zone2 .sec2 figure {
        width: 410px; }
        @media screen and (max-width: 950px) {
          #difference #zone2 .sec2 figure {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
            #difference #zone2 .sec2 figure i {
              max-width: 320px;
              margin-right: -20px; } }
      #difference #zone2 .sec2 .set {
        width: calc(100% - 500px); }
        @media screen and (max-width: 950px) {
          #difference #zone2 .sec2 .set {
            width: 100%;
            margin-top: 50px; } }
      #difference #zone2 .sec2 .pos {
        position: absolute;
        z-index: -1; }
        @media print, screen and (min-width: 951px) {
          #difference #zone2 .sec2 .pos {
            bottom: 0;
            left: -100px; } }
        @media screen and (max-width: 950px) {
          #difference #zone2 .sec2 .pos {
            bottom: -60px;
            right: -20px; } }

#history .bg {
  background: url("../img/history/bg.jpg") no-repeat center top;
  background-size: cover;
  padding-bottom: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 950px) {
    #history .bg {
      padding-bottom: 50px;
      margin-bottom: 50px;
      background: url("../img/history/bg_sp.jpg") #000 no-repeat center top;
      background-size: 100% auto; } }

#history .title {
  background: url("../img/history/kv.jpg") no-repeat center;
  background-size: cover; }

#history h3 {
  font-family: Amiri;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  letter-spacing: 15%;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px;
  padding-top: 35px;
  margin-bottom: 80px; }
  #history h3.ex {
    font-size: 60px;
    font-style: normal;
    padding: 20px;
    padding-top: 25px;
    margin-bottom: 0; }
  @media screen and (max-width: 950px) {
    #history h3 {
      font-size: 22px;
      padding: 20px;
      padding-top: 25px;
      margin-bottom: 30px; } }

#history .sec_btnset1 {
  padding: 0 20px; }

#history #zone1 {
  margin-bottom: 100px; }
  @media screen and (max-width: 950px) {
    #history #zone1 {
      margin-bottom: 50px; } }
  #history #zone1 .lead {
    max-width: 720px;
    margin: auto;
    color: #fff; }

#history #zone2 {
  color: #fff; }
  #history #zone2 .set figure {
    margin-bottom: 20px; }
  #history #zone2 .set .t1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px 12px;
    font-size: 25px;
    background-color: #6C6C6C;
    line-height: 1.2; }
    @media screen and (max-width: 950px) {
      #history #zone2 .set .t1 {
        font-size: 18px; } }
  #history #zone2 .set .t2 i {
    display: inline-block;
    font-family: Amiri;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 5%;
    border-bottom: 1px solid #fff;
    margin: 15px 0; }
  #history #zone2 .set .text {
    font-size: 18px;
    text-align: left;
    margin-bottom: 60px; }
    @media screen and (max-width: 950px) {
      #history #zone2 .set .text {
        margin-bottom: 50px;
        font-size: 14px; } }
  @media print, screen and (min-width: 951px) {
    #history #zone2 dd {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #history #zone2 dd::before {
        position: absolute;
        top: 0;
        left: 50%;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #fff; }
      #history #zone2 dd .years {
        position: absolute;
        top: 100px;
        right: calc(50% + 150px);
        font-family: Amiri;
        font-size: 60px;
        padding-right: 10px; }
        #history #zone2 dd .years::before {
          position: absolute;
          right: -160px;
          top: calc(50% - 10px);
          content: '';
          width: 20px;
          height: 20px;
          background-color: #fff;
          border-radius: 10px; }
        #history #zone2 dd .years::after {
          position: absolute;
          right: -150px;
          top: 50%;
          content: '';
          width: 150px;
          height: 1px;
          background-color: #fff; }
      #history #zone2 dd .sec {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 50%; }
        #history #zone2 dd .sec .year {
          position: relative;
          font-family: Amiri;
          font-size: 25px;
          width: 150px;
          text-align: center;
          border-bottom: 1px solid #fff;
          margin-top: 90px; }
          #history #zone2 dd .sec .year::before {
            position: absolute;
            bottom: -10px;
            content: '';
            width: 20px;
            height: 20px;
            background-color: #fff;
            border-radius: 10px; }
        #history #zone2 dd .sec .set {
          width: calc(100% - 150px); }
      #history #zone2 dd .left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        #history #zone2 dd .left .year::before {
          right: -10px; }
      #history #zone2 dd .right .year::before {
        left: -10px; }
    #history #zone2 .history1 .sec2 {
      margin-top: 200px; }
    #history #zone2 .history1 .sec3 {
      margin-top: -280px; }
    #history #zone2 .history2 .sec1 {
      margin-top: 80px; }
    #history #zone2 .history2 .sec2 {
      margin-top: 250px; }
    #history #zone2 .history2 .sec3 {
      margin-top: -500px; }
    #history #zone2 .history2 .sec4 {
      margin-top: 50px; }
    #history #zone2 .history2 .sec5 {
      margin-top: -350px; }
    #history #zone2 .history3 .sec1 .years {
      top: -500px; }
    #history #zone2 .history3 .sec3 {
      margin-top: -250px; }
    #history #zone2 .history3 .sec4 {
      margin-top: 50px; }
    #history #zone2 .history3 .sec5 {
      margin-top: -200px; }
    #history #zone2 .history3 .sec6 {
      margin-top: 1400px; }
    #history #zone2 .history3 .sec7 {
      margin-top: -150px; }
    #history #zone2 .history3 .sec8 {
      margin-top: 100px; }
    #history #zone2 .history4 .sec1 {
      margin-top: -500px; }
    #history #zone2 .history4 .sec2 {
      margin-top: 50px; }
    #history #zone2 .history4 .sec3 {
      margin-top: -400px; }
    #history #zone2 .history4 dd::after {
      position: absolute;
      bottom: 2px;
      left: calc(50% - 10px);
      content: '';
      width: 20px;
      height: 20px;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); } }
  @media screen and (max-width: 950px) {
    #history #zone2 .acobtn {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-family: Amiri;
      font-weight: 700;
      letter-spacing: 15%;
      text-align: center;
      font-size: 25px;
      height: 45px;
      margin-bottom: 30px;
      border: 1px solid #fff; }
      #history #zone2 .acobtn::before {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        width: 43px;
        height: 43px;
        background-color: #fff; }
      #history #zone2 .acobtn i {
        display: block;
        position: absolute;
        top: calc(50% - 8px);
        right: 11px;
        width: 19px;
        height: 17px;
        background-color: #000;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      #history #zone2 .acobtn.active i {
        -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
        clip-path: polygon(50% 100%, 0 0, 100% 0); }
    #history #zone2 .year {
      display: none; } }

#notfound .title {
  background: url("../img/notfound.jpg") no-repeat center;
  background-size: cover; }

#notfound #zone1 {
  max-width: 1000px;
  margin: 100px auto; }
  #notfound #zone1 .link {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

.eyecatch {
  margin-bottom: 80px; }
  @media screen and (max-width: 950px) {
    .eyecatch {
      margin-bottom: 50px; } }

.single_sec {
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px; }
  @media screen and (max-width: 950px) {
    .single_sec {
      margin-bottom: 50px; } }
  .single_sec h2 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    border-left: 10px solid #FFC8AA;
    padding-left: 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 950px) {
      .single_sec h2 {
        font-size: 20px; } }
  .single_sec .date {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    letter-spacing: 0.05em;
    margin-bottom: 30px; }
  .single_sec .tags {
    margin-bottom: 20px; }
    .single_sec .tags ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .single_sec .tags ul li {
        margin-right: 15px;
        margin-bottom: 10px; }
      .single_sec .tags ul a {
        display: block;
        font-size: 13px; }
        @media screen and (max-width: 950px) {
          .single_sec .tags ul a {
            font-size: 11px; } }
        .single_sec .tags ul a::before {
          content: '#';
          padding-right: 0.2em; }
  .single_sec .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 110px; }
    @media screen and (max-width: 950px) {
      .single_sec .share {
        width: 90px; } }
    .single_sec .share a {
      width: 30px; }
      @media screen and (max-width: 950px) {
        .single_sec .share a {
          width: 25px; } }
  .single_sec .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 50px; }
  .single_sec .single_contents {
    margin-top: 80px; }
    @media screen and (max-width: 950px) {
      .single_sec .single_contents {
        margin-top: 50px; } }

.single_contents {
  line-height: 2; }
  .single_contents h2 {
    margin-top: 80px; }
    @media screen and (max-width: 950px) {
      .single_contents h2 {
        margin-top: 50px; } }
  .single_contents h3 {
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media screen and (max-width: 950px) {
      .single_contents h3 {
        padding-left: 25px;
        font-size: 16px; } }
    .single_contents h3::before {
      position: absolute;
      top: 5px;
      left: 0px;
      content: '';
      width: 20px;
      height: 20px;
      background-color: #FFC8AA; }
      @media screen and (max-width: 950px) {
        .single_contents h3::before {
          top: 4px;
          width: 16px;
          height: 16px; } }
  .single_contents h4 {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media screen and (max-width: 950px) {
      .single_contents h4 {
        font-size: 15px; } }
  .single_contents img {
    margin-bottom: 20px; }
  .single_contents p {
    margin-bottom: 30px; }
  .single_contents a {
    text-decoration: underline; }
  .single_contents .box {
    margin: 50px 0;
    padding: 50px;
    padding-bottom: 10px;
    background-color: #F5F5F5; }
    @media screen and (max-width: 950px) {
      .single_contents .box {
        padding: 20px; } }
  .single_contents ul {
    line-height: 1.5;
    margin-bottom: 30px; }
    .single_contents ul > li {
      padding-bottom: 10px;
      padding-left: 15px;
      position: relative; }
      .single_contents ul > li::before {
        position: absolute;
        top: 10px;
        left: 2px;
        content: '';
        width: 7px;
        height: 7px;
        background: #FF5A00;
        border-radius: 20px; }
        @media screen and (max-width: 950px) {
          .single_contents ul > li::before {
            top: 8px; } }
  .single_contents ol {
    margin-bottom: 30px; }
  .single_contents table {
    margin-bottom: 30px; }
    .single_contents table td, .single_contents table th {
      padding: 10px;
      font-size: 16px; }
      @media screen and (max-width: 950px) {
        .single_contents table td, .single_contents table th {
          padding: 5px;
          font-size: 12px; } }
  .single_contents .aligncenter {
    display: block;
    margin: 0 auto 20px; }
    @media print, screen and (min-width: 951px) {
      .single_contents .aligncenter {
        width: auto;
        max-width: 800px; } }
  .single_contents .alignright {
    float: right;
    margin: 0 0 20px 20px; }
  .single_contents .alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  .single_contents .wp-caption {
    border: 1px solid #ddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px; }
  .single_contents .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none; }
  .single_contents .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0; }

#zone_recommend {
  margin-top: 140px;
  margin-bottom: 100px; }
  @media screen and (max-width: 950px) {
    #zone_recommend {
      margin-top: 100px;
      margin-bottom: 50px; } }
  #zone_recommend .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

#article .title {
  background: url("../img/article/kv.jpg") no-repeat center;
  background-size: cover; }

#blog .title {
  background: url("../img/blog/kv.jpg") no-repeat center;
  background-size: cover; }

#video .title {
  background: url("../img/video/kv.jpg") no-repeat center;
  background-size: cover; }

#faq .title {
  background: url("../img/faq/kv.jpg") no-repeat center;
  background-size: cover; }

#faq #zone1 .search {
  background-color: #fff;
  max-width: 800px;
  margin: auto;
  margin-bottom: 80px;
  height: 80px;
  border: 1px solid #ddd; }
  @media screen and (max-width: 950px) {
    #faq #zone1 .search {
      margin-bottom: 50px; } }
  @media screen and (max-width: 950px) {
    #faq #zone1 .search {
      width: 100%;
      height: 50px; } }
  #faq #zone1 .search #form {
    position: relative;
    width: 100%; }
  #faq #zone1 .search #s-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 70px);
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    padding-left: 40px; }
    @media screen and (max-width: 950px) {
      #faq #zone1 .search #s-box {
        width: calc(100% - 40px);
        height: 50px;
        padding-left: 25px;
        font-size: 13px; } }
  #faq #zone1 .search #s-btn-area {
    position: absolute;
    top: 26px;
    right: 30px; }
    @media screen and (max-width: 950px) {
      #faq #zone1 .search #s-btn-area {
        top: 14px;
        right: 16px; } }
    #faq #zone1 .search #s-btn-area img {
      width: 28px; }
      @media screen and (max-width: 950px) {
        #faq #zone1 .search #s-btn-area img {
          width: 18px; } }

#faq #zone1 .sec_faqlist {
  max-width: 800px;
  margin: auto;
  margin-bottom: 80px; }
  @media screen and (max-width: 950px) {
    #faq #zone1 .sec_faqlist {
      margin-bottom: 50px; } }
  #faq #zone1 .sec_faqlist ul {
    margin-bottom: 50px; }
    #faq #zone1 .sec_faqlist ul li {
      line-height: 2; }
      #faq #zone1 .sec_faqlist ul li a {
        position: relative;
        display: block;
        padding: 10px;
        padding-left: 35px; }
        #faq #zone1 .sec_faqlist ul li a::before {
          position: absolute;
          top: 10px;
          left: 10px;
          content: 'Q'; }
        #faq #zone1 .sec_faqlist ul li a:hover {
          opacity: 1;
          background-color: #eee; }

#faq #zone1 .sec_single {
  max-width: 800px;
  margin: auto;
  margin-bottom: 140px; }
  @media screen and (max-width: 950px) {
    #faq #zone1 .sec_single {
      margin-bottom: 100px; } }
  #faq #zone1 .sec_single h3 {
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 50px; }
    @media screen and (max-width: 950px) {
      #faq #zone1 .sec_single h3 {
        padding-left: 25px;
        font-size: 16px;
        margin-bottom: 40px; } }
    #faq #zone1 .sec_single h3::before {
      position: absolute;
      top: 0px;
      left: 0px;
      content: 'Q'; }
  #faq #zone1 .sec_single .answer {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media screen and (max-width: 950px) {
      #faq #zone1 .sec_single .answer {
        font-size: 16px;
        margin-bottom: 20px; } }
  #faq #zone1 .sec_single .link {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

#news .title {
  background: url("../img/news/kv.jpg") no-repeat center;
  background-size: cover; }

#news #zone1 {
  margin-bottom: 100px; }
  #news #zone1 .sec {
    max-width: 800px;
    margin: auto; }
    #news #zone1 .sec ul {
      margin-bottom: 50px; }
      #news #zone1 .sec ul li {
        border-bottom: 1px solid #000; }
        #news #zone1 .sec ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 25px 10px;
          line-height: 1.5; }
          @media screen and (max-width: 950px) {
            #news #zone1 .sec ul li a {
              padding: 20px 0px; } }
          #news #zone1 .sec ul li a .date {
            width: 180px;
            font-family: "Poppins", sans-serif;
            font-style: italic;
            letter-spacing: 0.1em; }
            @media screen and (max-width: 950px) {
              #news #zone1 .sec ul li a .date {
                width: 100%;
                margin-bottom: 10px; } }
            #news #zone1 .sec ul li a .date i {
              color: #FF5A00;
              margin-left: 10px; }
          #news #zone1 .sec ul li a .t1 {
            width: calc(100% - 180px); }
            @media screen and (max-width: 950px) {
              #news #zone1 .sec ul li a .t1 {
                width: 100%;
                padding-right: 0px; } }
          #news #zone1 .sec ul li a:hover {
            opacity: 1;
            background-color: #eee; }

#problem .title {
  background: url("../img/problem/kv.jpg") no-repeat center;
  background-size: cover; }

#problem #zone_single .sec1 {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 950px) {
    #problem #zone_single .sec1 {
      margin-bottom: 50px; } }
  #problem #zone_single .sec1 figure {
    width: 230px; }
    #problem #zone_single .sec1 figure img {
      border-radius: 200px;
      border: 1px solid #000; }
    @media screen and (max-width: 950px) {
      #problem #zone_single .sec1 figure {
        width: 100px; } }
  #problem #zone_single .sec1 .set {
    width: calc(100% - 280px); }
    @media screen and (max-width: 950px) {
      #problem #zone_single .sec1 .set {
        width: calc(100% - 115px); } }
    #problem #zone_single .sec1 .set .t1 i {
      display: inline-block;
      border-bottom: 10px solid #FFC8AA;
      font-weight: bold;
      font-size: 25px; }
      @media screen and (max-width: 950px) {
        #problem #zone_single .sec1 .set .t1 i {
          border-bottom: 6px solid #FFC8AA;
          font-size: 13px; } }
    #problem #zone_single .sec1 .set .t2 {
      font-size: 25px;
      line-height: 1.5;
      font-weight: bold;
      margin: 15px 0; }
      @media screen and (max-width: 950px) {
        #problem #zone_single .sec1 .set .t2 {
          font-size: 15px;
          margin: 5px 0 10px; } }
    #problem #zone_single .sec1 .set .text {
      font-size: 18px; }
      @media screen and (max-width: 950px) {
        #problem #zone_single .sec1 .set .text {
          font-size: 14px; } }

#problem #zone_single .answer {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 20px;
  background-color: #FFC8AA;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 30px; }

@media screen and (max-width: 950px) {
  .none, .pc {
    display: none; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000; } }

@media print, screen and (min-width: 951px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #000;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000; }
    a:hover {
      opacity: 0.7; } }

/*# sourceMappingURL=style.css.map */
