/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1280px;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.05em;
}

.mincho01 {
  font-family: "ten-mincho-text", serif !important;
  font-weight: 400;
  font-style: normal;
}

.en01 {
  font-family: "din-condensed-variable", sans-serif !important;
  font-variation-settings: "wght" 400;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  z-index: 100000000;
}
header.common_header .wrapper {
  width: 100%;
  height: 179px;
  padding: 30px 100px 0 40px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.common_header .wrapper .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url(../images/bg_header.png);
  background-size: 100% 100%;
}
header.common_header .wrapper .logo {
  width: 241px;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
header.common_header .wrapper .logo img {
  width: 100%;
  display: block;
}
header.common_header .wrapper #searchform {
  width: 252px;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none !important;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 2;
  margin-left: calc(100% - 493px);
}
header.common_header .wrapper #searchform #s {
  width: 200px;
  height: 40px;
  display: block !important;
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}
header.common_header .wrapper #searchform #searchsubmit {
  width: 52px;
  height: 40px;
  display: block !important;
  outline: none !important;
  font-size: 0 !important;
  background-image: url(../images/icon_search.svg);
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
}
header.common_header .ham {
  display: block;
  width: 36px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 2;
}
header.common_header .spmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  background-color: #1d738c;
  display: none;
  z-index: 2;
  z-index: 10000000;
  padding-bottom: 100px;
}
header.common_header .spmenu .spwrapper {
  padding: 150px 0 50px;
  width: 1000px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.common_header .spmenu .spwrapper ul li + li {
  margin-top: 15px;
}
header.common_header .spmenu .spwrapper ul li a,
header.common_header .spmenu .spwrapper ul li span {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
header.common_header .spmenu .close {
  width: 49px;
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  z-index: 2;
}
header.navi_header .wrapper {
  background-color: rgba(29, 115, 140, 0.8);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px;
}
header.navi_header .wrapper .logo {
  width: 219px;
  display: block;
}
header.navi_header .wrapper .logo img {
  width: 100%;
  display: block;
}
header.navi_header .wrapper .menubox {
  width: calc(100% - 219px);
}
header.navi_header .wrapper .menubox .searchformbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.navi_header .wrapper .menubox .searchformbox #searchform {
  width: 252px;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none !important;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 2;
  margin-left: calc(100% - 493px);
}
header.navi_header .wrapper .menubox .searchformbox #searchform #s {
  width: 200px;
  height: 40px;
  display: block !important;
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
}
header.navi_header .wrapper .menubox .searchformbox #searchform #searchsubmit {
  width: 52px;
  height: 40px;
  display: block !important;
  outline: none !important;
  font-size: 0 !important;
  background-image: url(../images/icon_search.svg);
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
}
header.navi_header .wrapper .menubox .gnav {
  margin-top: 35px;
}
header.navi_header .wrapper .menubox .gnav ul {
  text-align: right;
}
header.navi_header .wrapper .menubox .gnav ul li {
  display: inline-block;
  vertical-align: top;
}
header.navi_header .wrapper .menubox .gnav ul li + li {
  margin-left: 50px;
}
header.navi_header .wrapper .menubox .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
header.navi_header .ham {
  display: none;
}
header.navi_header .spmenu {
  display: none;
}

main {
  padding-top: 190px;
}
main .bc {
  padding: 0 40px 40px;
  position: relative;
  z-index: 5;
}
main .bc ul li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #000;
  line-height: 100%;
  padding: 0 10px;
}
main .bc ul li:first-child {
  padding-left: 0;
}
main .bc ul li:last-child {
  border: none;
}
main .bc ul li a,
main .bc ul li span {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
main section {
  position: relative;
}
main section .idpoint {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: -178px;
  left: 0;
}
main section .wrapper .ttlbox01 .icon {
  width: 134px;
  display: block;
  margin: 0 auto;
}
main section .wrapper .ttlbox01 h2 {
  text-align: center;
  font-size: 38px;
  color: #1d738c;
  margin-top: 5px;
}
main section .wrapper .ttlbox02 .icon {
  width: 134px;
  display: block;
  margin: 0 auto;
}
main section .wrapper .ttlbox02 h2 {
  text-align: center;
  font-size: 14px;
  color: #1d738c;
  margin-top: 5px;
}
main section .wrapper .ttlbox02 .en {
  text-align: center;
  color: #1d738c;
  font-size: 41px;
  line-height: 100%;
  letter-spacing: 3px;
}
main section .wrapper .pagination {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 40px;
}
main section .wrapper .pagination .page-numbers {
  width: 40px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  font-size: 18px;
  line-height: 100%;
  padding: 12px 0;
  letter-spacing: 0;
  text-align: center;
  color: #1d738c;
  font-family: "din-condensed-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
main section .wrapper .pagination .page-numbers.dots {
  background-color: #fff;
}
main section .wrapper .pagination .page-numbers.current {
  color: #fff;
  background-color: #1d738c;
}
main section .wrapper .navi_comingsoon {
  text-align: center;
  padding: 300px 0;
  font-size: 24px;
}

footer {
  background-image: url(../images/bg_footer.png);
  background-size: 100% 100%;
  padding: 150px 0 0;
  position: relative;
  z-index: 10;
}
footer .pagetop {
  width: 66px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
footer .pagetop img {
  width: 100%;
  display: block;
}
footer .wrapper {
  width: 1200px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .leftbox {
  width: 313px;
}
footer .wrapper .leftbox .logo {
  width: 100%;
  display: block;
}
footer .wrapper .leftbox .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .leftbox .snslist {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 55px;
}
footer .wrapper .leftbox .snslist li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  width: 54px;
}
footer .wrapper .leftbox .snslist li a {
  width: 100%;
  display: block;
}
footer .wrapper .leftbox .snslist li a img {
  width: 100%;
  display: block;
}
footer .wrapper .rightbox {
  width: calc(100% - 410px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .rightbox ul li + li {
  margin-top: 15px;
}
footer .wrapper .rightbox ul li a,
footer .wrapper .rightbox ul li span {
  font-size: 16px;
  color: #606060;
  text-decoration: none;
}
footer .copy {
  background-color: #1d738c;
  padding: 34px 0;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  margin-top: 80px;
}

main.not_found_contents {
  padding-bottom: 150px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
main.not_found_contents h1 {
  font-size: 24px;
}
main.not_found_contents #searchform {
  margin: 0 auto 30px;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    z-index: 100000000;
  }
  header.common_header .wrapper {
    width: 100%;
    height: 70px;
    padding: 7px 55px 0 10px;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.common_header .wrapper .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: url(../images/bg_header.png);
    background-size: 110% 100%;
  }
  header.common_header .wrapper .logo {
    width: 100px;
    display: block;
    text-decoration: none;
  }
  header.common_header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header.common_header .wrapper #searchform {
    width: 140px;
    height: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    outline: none !important;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: calc(100% - 240px);
  }
  header.common_header .wrapper #searchform #s {
    width: 110px;
    height: 30px;
    display: block !important;
    outline: none !important;
    border: none !important;
    background-color: transparent !important;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  header.common_header .wrapper #searchform #searchsubmit {
    width: 30px;
    height: 30px;
    display: block !important;
    outline: none !important;
    font-size: 0 !important;
    background-image: url(../images/icon_search.svg);
    background-size: 14px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
  }
  header.common_header .ham {
    display: block;
    width: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  header.common_header .spmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    background-color: #1d738c;
    display: none;
    padding-bottom: 50px;
  }
  header.common_header .spmenu .spwrapper {
    padding: 5px 20px 10px;
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.common_header .spmenu .spwrapper ul {
    width: 33.3%;
    margin-top: 30px;
  }
  header.common_header .spmenu .spwrapper ul li + li {
    margin-top: 15px;
  }
  header.common_header .spmenu .spwrapper ul li a,
  header.common_header .spmenu .spwrapper ul li span {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 100%;
    display: block;
  }
  header.common_header .spmenu #gt_float_wrapper {
    position: static !important;
    margin: 0 auto 0;
    text-align: center;
    float: right;
    padding-right: 20px;
  }
  header.common_header .spmenu .close {
    width: 24px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
  }
  header.navi_header .wrapper {
    background-color: rgba(29, 115, 140, 0.8);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7px 55px 7px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.navi_header .wrapper .logo {
    width: 80px;
    display: block;
  }
  header.navi_header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header.navi_header .wrapper .menubox {
    width: calc(100% - 219px);
  }
  header.navi_header .wrapper .menubox .searchformbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.navi_header .wrapper .menubox .searchformbox #searchform {
    width: 140px;
    height: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    outline: none !important;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: calc(100% - 240px);
  }
  header.navi_header .wrapper .menubox .searchformbox #searchform #s {
    width: 110px;
    height: 30px;
    display: block !important;
    outline: none !important;
    border: none !important;
    background-color: transparent !important;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  header.navi_header .wrapper .menubox .searchformbox #searchform #searchsubmit {
    width: 30px;
    height: 30px;
    display: block !important;
    outline: none !important;
    font-size: 0 !important;
    background-image: url(../images/icon_search.svg);
    background-size: 14px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
  }
  header.navi_header .wrapper .menubox .gnav {
    display: none;
  }
  header.navi_header .ham {
    display: block;
    width: 24px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
  }
  header.navi_header .spmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    background-color: #1d738c;
    display: none;
    z-index: 10000000;
    padding-bottom: 50px;
  }
  header.navi_header .spmenu .spwrapper {
    padding: 30px 20px 0;
    width: 100%;
    margin: 0 auto;
  }
  header.navi_header .spmenu .spwrapper ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header.navi_header .spmenu .spwrapper ul li a,
  header.navi_header .spmenu .spwrapper ul li span {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 100%;
    display: block;
    padding: 15px 0;
  }
  header.navi_header .spmenu #gt_float_wrapper {
    position: static !important;
    margin: 20px auto 0;
    text-align: center;
    float: right;
    padding-right: 20px;
  }
  header.navi_header .spmenu .close {
    width: 24px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
  }
  main {
    padding-top: 90px;
  }
  main .bc {
    display: none;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    top: -89px;
    left: 0;
  }
  main section .wrapper .ttlbox01 .icon {
    width: 60px;
    display: block;
    margin: 0 auto;
  }
  main section .wrapper .ttlbox01 h2 {
    text-align: center;
    font-size: 22px;
    color: #1d738c;
    margin-top: 3px;
  }
  main section .wrapper .ttlbox02 .icon {
    width: 60px;
    display: block;
    margin: 0 auto;
  }
  main section .wrapper .ttlbox02 h2 {
    text-align: center;
    font-size: 10px;
    color: #1d738c;
    margin-top: 3px;
  }
  main section .wrapper .ttlbox02 .en {
    text-align: center;
    color: #1d738c;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2px;
  }
  main section .wrapper .pagination {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 30px;
  }
  main section .wrapper .pagination .page-numbers {
    width: 30px;
    height: auto;
    display: inline-block;
    text-decoration: none;
    margin: 0 3px;
    font-size: 14px;
    line-height: 100%;
    padding: 9px 0 7px;
    letter-spacing: 0;
    text-align: center;
    color: #1d738c;
    font-family: "din-condensed-variable", sans-serif;
    font-variation-settings: "wght" 400;
  }
  main section .wrapper .pagination .page-numbers.dots {
    background-color: #fff;
  }
  main section .wrapper .pagination .page-numbers.current {
    color: #fff;
    background-color: #1d738c;
  }
  main section .wrapper .navi_comingsoon {
    text-align: center;
    padding: 100px 0;
    font-size: 14px;
  }
  footer {
    background-image: url(../images/bg_footer.png);
    background-size: 150% 100%;
    padding: 80px 0 0;
    position: relative;
    z-index: 10;
  }
  footer .pagetop {
    width: 40px;
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  footer .pagetop img {
    width: 100%;
    display: block;
  }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  footer .wrapper .leftbox {
    width: 100%;
    padding: 0 20px;
  }
  footer .wrapper .leftbox .logo {
    width: 170px;
    margin: 0 auto;
    display: block;
  }
  footer .wrapper .leftbox .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .leftbox .snslist {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 15px;
    text-align: center;
  }
  footer .wrapper .leftbox .snslist li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    width: 25px;
  }
  footer .wrapper .leftbox .snslist li a {
    width: 100%;
    display: block;
  }
  footer .wrapper .leftbox .snslist li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .rightbox {
    width: 100%;
    padding: 0 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  footer .wrapper .rightbox ul {
    width: 33.3%;
    margin-top: 20px;
  }
  footer .wrapper .rightbox ul li + li {
    margin-top: 10px;
  }
  footer .wrapper .rightbox ul li a,
  footer .wrapper .rightbox ul li span {
    font-size: 12px;
    text-decoration: none;
    line-height: 100%;
    display: block;
  }
  footer .copy {
    background-color: #1d738c;
    padding: 10px 0;
    text-align: center;
    font-size: 8px;
    line-height: 200%;
    color: #fff;
    margin-top: 30px;
  }
  main.not_found_contents {
    padding: 0 20px 80px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  main.not_found_contents h1 {
    font-size: 20px;
  }
  main.not_found_contents p {
    font-size: 14px !important;
  }
}