@charset "UTF-8";
/* header
--------------------------------------------------------- */
.color-main {
  color: #f53232;
}

.color-gray {
  color: #8b8c8b;
}

.color-lightgray {
  color: #b0b0af;
}

.color-white {
  color: #ffffff;
}

.color-btn {
  color: #707f89;
}

.color-bnr {
  color: #dcdddd;
}

.bk-main {
  background-color: #f53232;
}

.bk-gray {
  background-color: #8b8c8b;
}

.bk-lightgray {
  background-color: #b0b0af;
}

.bk-white {
  background-color: #ffffff;
}

.bk-btn {
  background-color: #707f89;
}

.bk-bnr {
  background-color: #dcdddd;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* media query
--------------------------------*/
@media (max-width: 575px) {
  .box {
    background-color: bisque;
  }
}
@media (min-width: 576px) {
  .box {
    background-color: yellow;
  }
}
@media (min-width: 768px) {
  .box {
    background-color: blue;
  }
}
@media (min-width: 1200px) {
  .box {
    background-color: red;
  }
}

.header > .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.header > .block .logo {
  margin: 10px 0 50px 0;
  z-index: 10000;
}
.header > .block .logo img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* footer
--------------------------------------------------------- */
.color-main {
  color: #f53232;
}

.color-gray {
  color: #8b8c8b;
}

.color-lightgray {
  color: #b0b0af;
}

.color-white {
  color: #ffffff;
}

.color-btn {
  color: #707f89;
}

.color-bnr {
  color: #dcdddd;
}

.bk-main {
  background-color: #f53232;
}

.bk-gray {
  background-color: #8b8c8b;
}

.bk-lightgray {
  background-color: #b0b0af;
}

.bk-white {
  background-color: #ffffff;
}

.bk-btn {
  background-color: #707f89;
}

.bk-bnr {
  background-color: #dcdddd;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* media query
--------------------------------*/
@media (max-width: 575px) {
  .box {
    background-color: bisque;
  }
}
@media (min-width: 576px) {
  .box {
    background-color: yellow;
  }
}
@media (min-width: 768px) {
  .box {
    background-color: blue;
  }
}
@media (min-width: 1200px) {
  .box {
    background-color: red;
  }
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* common
--------------------------------------------------------- */
html {
  font-size: 0.78125vw;
}

@media screen and (min-width: 1536px) {
  html {
    font-size: 75%;
  }
}
body {
  overflow: hidden;
  margin: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

@media screen and (max-width: 560px) {
  html {
    font-size: 2.66667vw;
  }
  body {
    font-size: 1.6rem;
  }
}
.spectable table {
  width: 90%;
  margin: 20px auto;
}
.spectable table caption {
  padding: 20px;
  caption-side: bottom;
  text-align: left;
}
.spectable table th {
  padding: 20px;
  text-align: center;
  border: solid 1px #1a1919;
  background-color: #e36a6b;
  color: white;
  font-size: 1.2em;
}
.spectable table td {
  padding: 20px;
  text-align: center;
  border: solid 1px #1a1919;
  font-size: 1.2em;
}

.color-main {
  color: #f53232;
}

.color-gray {
  color: #8b8c8b;
}

.color-lightgray {
  color: #b0b0af;
}

.color-white {
  color: #ffffff;
}

.color-btn {
  color: #707f89;
}

.color-bnr {
  color: #dcdddd;
}

.bk-main {
  background-color: #f53232;
}

.bk-gray {
  background-color: #8b8c8b;
}

.bk-lightgray {
  background-color: #b0b0af;
}

.bk-white {
  background-color: #ffffff;
}

.bk-btn {
  background-color: #707f89;
}

.bk-bnr {
  background-color: #dcdddd;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* media query
--------------------------------*/
@media (max-width: 575px) {
  .box {
    background-color: bisque;
  }
}
@media (min-width: 576px) {
  .box {
    background-color: yellow;
  }
}
@media (min-width: 768px) {
  .box {
    background-color: blue;
  }
}
@media (min-width: 1200px) {
  .box {
    background-color: red;
  }
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

/* 汎用
--------------------------------*/
hr {
  height: 1px;
  margin: 0;
  border: none;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.bold {
  font-weight: bold;
}

b {
  font-weight: 700;
}

.he5 {
  height: 3em;
}

.mt5 {
  margin-top: 5em !important;
}

.mb1 {
  margin-bottom: 1em;
}

.flc {
  display: block;
  margin: 0 auto;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.p1 {
  margin: 0 auto;
}
@media (max-width: 575px) {
  .p1 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .p1 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p1 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .p1 {
    width: 1200px;
  }
}

@media (max-width: 575px) {
  .p2 {
    width: 100%;
    margin: 50px 0;
  }
}
@media (min-width: 576px) {
  .p2 {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
@media (min-width: 768px) {
  .p2 {
    width: 100%;
    margin: 100px 0 0 500px;
  }
}
@media (min-width: 1200px) {
  .p2 {
    width: 1200px;
    margin: 100px 0 0 500px;
  }
}

.s01 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 3px 0 0 0;
}

.s02 {
  position: relative;
  font-size: 0.65em;
  line-height: 0.7em;
  color: #ffffff;
  margin: 10px 0;
  width: 100%;
  background-color: #b0b0af;
  padding: 2% 0;
}
.s02 .g1 {
  background-color: #8b8c8b;
  width: 20%;
  padding: 2px 10px;
}
.s02 .g2 {
  width: 80%;
  padding: 2%;
}
.s02 i {
  position: absolute;
  top: 0;
  right: 0;
}
.s02 i img {
  width: 55px !important;
}

.s03 {
  font-size: 0.8em;
  line-height: 1.2em;
}
.s03 span {
  width: 5em;
}

.s04 {
  font-weight: 400;
  margin: 5px 0 0 0;
}

.sec-inline--2 .s02 .g1 {
  padding: 4px 10px;
}

.sec-inline--4 h3 {
  margin: 0 auto;
  background-color: #727171 !important;
  color: #ffffff;
  padding: 3px 10px 10px 10px;
  font-size: 1.1em;
}
.sec-inline--4 h3 span:before {
  content: "■ ";
  color: #6caea1;
  font-size: 1.5em;
}
.sec-inline--4 h3 span i {
  font-size: 1.5em;
}
@media (max-width: 575px) {
  .sec-inline--4 h3 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .sec-inline--4 h3 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec-inline--4 h3 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sec-inline--4 h3 {
    width: 1200px;
  }
}

.sec-inline--3 h3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #b5b5b6));
  background: linear-gradient(transparent 80%, #b5b5b6 80%);
}
@media (max-width: 575px) {
  .sec-inline--3 h3 {
    width: 100%;
  }
  .sec-inline--3 h3 img {
    width: 60%;
    margin-bottom: 10px;
    margin-left: 50px;
  }
}
@media (min-width: 576px) {
  .sec-inline--3 h3 {
    width: 100%;
  }
  .sec-inline--3 h3 img {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .sec-inline--3 h3 {
    width: 100%;
  }
  .sec-inline--3 h3 img {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .sec-inline--3 h3 {
    width: 1200px;
  }
  .sec-inline--3 h3 img {
    width: 500px;
    margin-bottom: 10px;
    margin-left: 50px;
  }
}

#leglassimgtxt {
  position: relative;
}
#leglassimgtxt img {
  width: 100%;
}
#leglassimgtxt p {
  position: absolute;
  top: 450px;
  left: 0;
  width: 530px;
  line-height: 1.2em;
  font-size: 0.9em;
}
#leglassimgtxt p b {
  font-weight: 400;
  font-size: 1.5em;
}

.leglassimgtxtgai {
  margin: 20px;
}

#f45 {
  width: 1200px !important;
  margin: 0 auto;
}
#f45 table {
  width: 100%;
}
#f45 table .f4501 {
  width: 270px;
}
#f45 table .f4501 img {
  width: 270px;
}
#f45 table .f4502 {
  width: 40px;
}
#f45 table .f4503 {
  width: 900px;
}
#f45 table .f4503 img {
  width: 900px;
}

#r900 {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  font-size: 0.9em;
}
#r900 table {
  width: 100%;
}
#r900 table .r90001 {
  width: 280px;
}
#r900 table .r90001 img {
  width: 280px;
}
#r900 table .r90002 {
  width: 40px;
}
#r900 table .r90003 {
  width: 900px;
  padding: 0;
}
#r900 table .r90003 img {
  width: 100%;
}

.r9001 {
  position: relative; /*相対配置*/
}
.r9001 .r90004 {
  position: absolute;
  top: 70px;
  left: 550px;
  width: 210px;
}

.r9002 {
  position: relative; /*相対配置*/
  width: 100%;
  height: auto;
}
.r9002 .r90005 {
  position: absolute;
  top: 70px;
  left: 1000px;
  width: 210px;
}

.r9003 {
  position: relative; /*相対配置*/
}
.r9003 .r90006 {
  position: absolute;
  top: 300px;
  left: 320px;
  width: 1010px;
}

.color-main {
  color: #f53232;
}

.color-gray {
  color: #8b8c8b;
}

.color-lightgray {
  color: #b0b0af;
}

.color-white {
  color: #ffffff;
}

.color-btn {
  color: #707f89;
}

.color-bnr {
  color: #dcdddd;
}

.bk-main {
  background-color: #f53232;
}

.bk-gray {
  background-color: #8b8c8b;
}

.bk-lightgray {
  background-color: #b0b0af;
}

.bk-white {
  background-color: #ffffff;
}

.bk-btn {
  background-color: #707f89;
}

.bk-bnr {
  background-color: #dcdddd;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* media query
--------------------------------*/
@media (max-width: 575px) {
  .box {
    background-color: bisque;
  }
}
@media (min-width: 576px) {
  .box {
    background-color: yellow;
  }
}
@media (min-width: 768px) {
  .box {
    background-color: blue;
  }
}
@media (min-width: 1200px) {
  .box {
    background-color: red;
  }
}

/* section
-------------------------------------------------- */
.block::after {
  content: "";
  display: block;
  clear: both;
}

.sec-inline > .block {
  padding: 5vw;
}
.sec-inline > .block .list-return .ak-item .item__img {
  position: relative;
}
.sec-inline > .block .list-return .ak-item .item__img p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.sec-inline > .block .list-return .ak-item .item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-inline > .block .list-return .ak-item .item__img--circle img {
  border-radius: 100rem;
}
.sec-inline > .block .list-return .ak-button {
  margin-top: 2.4rem;
  text-align: center;
}

/* BigCenter
--------------------------------------------------------- */
.sec-big--center {
  position: relative;
  margin: 0 auto;
}
.sec-big--center img {
  width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  .sec-big--center {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .sec-big--center {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec-big--center {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sec-big--center {
    width: 1200px;
  }
}

.sec-big--center70 {
  position: relative;
  margin: 0 auto;
}
.sec-big--center70 img {
  width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  .sec-big--center70 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .sec-big--center70 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec-big--center70 {
    width: 80vw;
  }
}
@media (min-width: 1200px) {
  .sec-big--center70 {
    width: 900px;
  }
}

/* section 6box inline
-------------------------------------------------- */
.sec-inline--23, .sec-inline--24 {
  margin: 20px auto;
  padding: 0;
}
.sec-inline--23 .list-return, .sec-inline--24 .list-return {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec-inline--23 .list-return li {
  padding: 0;
}
.sec-inline--23 .list-return li:nth-child(1n) {
  width: 55%;
}
.sec-inline--23 .list-return li:nth-child(1n) figure img {
  width: 100%;
  height: auto;
}
.sec-inline--23 .list-return li:nth-child(2n) {
  width: 45%;
}
@media (max-width: 575px) {
  .sec-inline--23 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .sec-inline--23 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec-inline--23 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sec-inline--23 {
    width: 1200px;
  }
}

.sec-inline--24 .list-return li {
  padding: 0;
}
.sec-inline--24 .list-return li:nth-child(1n) {
  width: 45%;
}
.sec-inline--24 .list-return li:nth-child(2n) {
  width: 55%;
}
.sec-inline--24 .list-return li:nth-child(2n) figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .sec-inline--24 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .sec-inline--24 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec-inline--24 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sec-inline--24 {
    width: 1200px;
  }
}

/* section 2box inline
-------------------------------------------------- */
.sec-inline--2 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
.sec-inline--2 .list-return {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-inline--2 .list-return li .ak-item {
  margin-top: 5em;
}
.sec-inline--2 .list-return li .ak-item .s01 i {
  margin-left: 3.2em;
}
@media (max-width: 575px) {
  .sec-inline--2 {
    width: 100%;
    margin: 0 auto;
  }
  .sec-inline--2 .list-return li .ak-item .s01 i {
    margin-left: 10px;
  }
  .sec-inline--2 .list-return li .ak-item .s01 i img {
    width: 100px;
  }
  .sec-inline--2 .list-return li:nth-child(1n) {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .sec-inline--2 .list-return li:nth-child(1n) figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0em;
  }
  .sec-inline--2 .list-return li:nth-child(2n) {
    width: 100%;
    margin: 0px;
  }
  .sec-inline--2 .list-return li:nth-child(3n) {
    width: 100%;
    margin-top: -80px;
  }
  .sec-inline--2 .list-return li:nth-child(3n) img {
    width: 30% !important;
  }
}
@media (min-width: 576px) {
  .sec-inline--2 {
    width: 100%;
    margin: 0 auto;
  }
  .sec-inline--2 .list-return {
    margin: -4em auto !important;
  }
  .sec-inline--2 .list-return li .ak-item .s01 i {
    margin-left: 10px;
  }
  .sec-inline--2 .list-return li .ak-item .s01 i img {
    width: 50px;
  }
  .sec-inline--2 .list-return li:nth-child(1n) {
    padding: 0;
    width: 55%;
    margin: 0;
  }
  .sec-inline--2 .list-return li:nth-child(1n) figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0em;
  }
  .sec-inline--2 .list-return li:nth-child(2n) {
    width: 30%;
    margin-right: 10px;
  }
  .sec-inline--2 .list-return li:nth-child(3n) {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .sec-inline--2 {
    width: 100%;
    margin: 0 auto;
  }
  .sec-inline--2 .list-return {
    margin: -4em auto !important;
  }
  .sec-inline--2 .list-return li .ak-item .s01 i {
    margin-left: 10px;
  }
  .sec-inline--2 .list-return li .ak-item .s01 i img {
    width: 60px;
  }
  .sec-inline--2 .list-return li:nth-child(1n) {
    padding: 0;
    width: 55%;
    margin: 0;
  }
  .sec-inline--2 .list-return li:nth-child(1n) figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0em;
  }
  .sec-inline--2 .list-return li:nth-child(2n) {
    width: 30%;
    margin-right: 10px;
  }
  .sec-inline--2 .list-return li:nth-child(3n) {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .sec-inline--2 {
    width: 1200px;
    margin: 0 auto;
  }
  .sec-inline--2 .list-return {
    margin: -4em auto !important;
  }
  .sec-inline--2 .list-return li .ak-item .s01 i {
    margin-left: 10px;
  }
  .sec-inline--2 .list-return li .ak-item .s01 i img {
    width: 70px;
  }
  .sec-inline--2 .list-return li:nth-child(1n) {
    padding: 0;
    width: 50%;
    margin: 0;
  }
  .sec-inline--2 .list-return li:nth-child(1n) figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .sec-inline--2 .list-return li:nth-child(2n) {
    width: 35%;
    margin-right: 10px;
  }
  .sec-inline--2 .list-return li:nth-child(3n) {
    width: 10%;
  }
}

/* section 4box inline
-------------------------------------------------- */
.sec-inline--4 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
.sec-inline--4 .list-return {
  margin: 1em auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575px) {
  .sec-inline--4 .list-return li {
    padding: 10px;
    width: 100%;
    margin-right: 0;
  }
  .sec-inline--4 .list-return li img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .sec-inline--4 .list-return li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sec-inline--4 .list-return li {
    padding: 10px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .sec-inline--4 .list-return li img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .sec-inline--4 .list-return li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sec-inline--4 .list-return {
    width: 100%;
  }
  .sec-inline--4 .list-return li {
    padding: 0;
    width: calc(33.3333% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .sec-inline--4 .list-return li figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .sec-inline--4 .list-return li:nth-child(2n) {
    margin-right: 30px;
  }
  .sec-inline--4 .list-return li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .sec-inline--4 .list-return {
    width: 1200px;
  }
  .sec-inline--4 .list-return li {
    padding: 0;
    width: calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .sec-inline--4 .list-return li figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .sec-inline--4 .list-return li:nth-child(2n) {
    margin-right: 30px !important;
  }
  .sec-inline--4 .list-return li:nth-child(3n) {
    margin-right: 30px !important;
  }
  .sec-inline--4 .list-return li:nth-child(4n) {
    margin-right: 0 !important;
  }
}

/* section graybox inline
-------------------------------------------------- */
.sec-inline--gray {
  position: relative;
  background-color: #dcdddd;
  padding: 20px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .sec-inline--gray {
    width: 100%;
    padding: 10px;
  }
  .sec-inline--gray h2 {
    position: absolute;
    top: -5px;
    left: 10px;
  }
  .sec-inline--gray h2 img {
    width: 80%;
    margin: -25px 20px 20px 20px;
  }
  .sec-inline--gray img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 576px) {
  .sec-inline--gray {
    width: 100%;
    padding: 10px;
  }
  .sec-inline--gray h2 {
    position: absolute;
    top: -20px;
    left: 80px;
  }
  .sec-inline--gray h2 img {
    width: 300px;
  }
  .sec-inline--gray img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .sec-inline--gray {
    width: 100%;
    margin: 30px;
    padding: 10px;
  }
  .sec-inline--gray h2 {
    position: absolute;
    top: -20px;
    left: 80px;
  }
  .sec-inline--gray h2 img {
    width: 300px;
  }
  .sec-inline--gray img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1200px) {
  .sec-inline--gray {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .sec-inline--gray h2 {
    position: absolute;
    top: -22px;
    left: 80px;
  }
  .sec-inline--gray h2 img {
    width: 300px;
  }
  .sec-inline--gray img {
    width: 60%;
    height: auto;
  }
}

/* section 3box inline
-------------------------------------------------- */
.sec-inline--3 {
  margin: 0 auto;
}
.sec-inline--3 .list-return {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-inline--3 .list-return li div {
  font-size: 0.9em;
  text-align: center;
}
@media (max-width: 575px) {
  .sec-inline--3 .list-return li {
    padding: 10px;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .sec-inline--3 .list-return li img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .sec-inline--3 .list-return li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .sec-inline--3 .list-return li {
    padding: 10px;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .sec-inline--3 .list-return li img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .sec-inline--3 .list-return li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sec-inline--3 .list-return {
    margin: -40px auto 1em auto;
  }
  .sec-inline--3 .list-return li {
    width: calc(33% - 6.6666666667px);
    margin-right: 10px;
  }
  .sec-inline--3 .list-return li img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .sec-inline--3 .list-return li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .sec-inline--3 {
    width: 1200px;
  }
  .sec-inline--3 .list-return li {
    width: calc(33% - 6.6666666667px);
    margin-right: 10px;
  }
  .sec-inline--3 .list-return li img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .sec-inline--3 .list-return li:nth-child(3n) {
    margin-right: 0;
  }
}

/* ImageCenter
	ImageLeft
	ImageRight
--------------------------------------------------------- */
.ak-sec-image > .block {
  padding: 5vw;
}
.ak-sec-image > .block > .ak-button {
  margin-top: 2.4rem;
  text-align: center;
}
.ak-sec-image > .block > .ak-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
.ak-sec-image > .block > .ak-item .item__img {
  min-height: 0%;
}
.ak-sec-image > .block > .ak-item .item__img img {
  width: 40.625vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-image--center h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
.sec-image--center > .block > .ak-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec-image--center > .block > .ak-item .item__img {
  text-align: center;
}
.sec-image--center > .block > .ak-item .ak-item__contents {
  margin-top: 2.4rem;
}
.sec-image--center > .block > .ak-item .ak-item__contents > .ak-button {
  margin-top: 2.4rem;
  text-align: center;
}
.sec-image--center > .block .oval_contents div {
  margin: 20px 0;
  padding: 1em;
  font-size: 1em;
  text-align: center;
  border-radius: 10px;
  background-color: #dcdddd;
}
.sec-image--center > .block .oval_contents div:hover {
  opacity: 0.7;
}

.ak-sec-image--left > .block > .ak-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ak-sec-image--left > .block > .ak-item .item__img {
  margin-right: 2.5vw;
}
.ak-sec-image--left > .block > .ak-item .ak-item__contents > .ak-button {
  margin-top: 2.4rem;
  text-align: left;
}

.ak-sec-image--right > .block > .ak-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ak-sec-image--right > .block > .ak-item .item__img {
  margin-left: 2.5vw;
}
.ak-sec-image--right > .block > .ak-item .ak-item__contents > .ak-button {
  margin-top: 2.4rem;
  text-align: left;
}

@media screen and (max-width: 560px) {
  .ak-sec-image > .block {
    padding: 6.4vw;
  }
  .ak-sec-image > .block > .ak-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .ak-sec-image > .block > .ak-item .item__img img {
    width: 80%;
  }
  .sec-image--center > .block > .ak-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec-image--center > .block > .ak-item .ak-item__contents {
    margin-top: 1.6rem;
  }
  .sec-image--center > .block > .ak-item .ak-item__contents > .ak-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .ak-sec-image--left > .block > .ak-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ak-sec-image--left > .block > .ak-item .item__img {
    margin-right: 0;
    text-align: center;
  }
  .ak-sec-image--left > .block > .ak-item .ak-item__contents {
    margin-top: 1.6rem;
  }
  .ak-sec-image--left > .block > .ak-item .ak-item__contents > .ak-button {
    margin-top: 1.6rem;
    text-align: center;
  }
  .ak-sec-image--right > .block > .ak-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ak-sec-image--right > .block > .ak-item .item__img {
    margin-left: 0;
    text-align: center;
  }
  .ak-sec-image--right > .block > .ak-item .ak-item__contents {
    margin-top: 1.6rem;
  }
  .ak-sec-image--right > .block > .ak-item .ak-item__contents > .ak-button {
    margin-top: 1.6rem;
    text-align: center;
  }
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexbox._fxd_c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexbox._fxd_cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flexbox._fxd_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flexbox._fxd_rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flexbox._fxw_n {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flexbox._fxw_w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox._fxw_wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.flexbox._jc_c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexbox._jc_fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flexbox._jc_fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flexbox._jc_sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flexbox._jc_sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox._ai_b {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flexbox._ai_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox._ai_fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flexbox._ai_fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flexbox._ai_s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flexbox._ac_c {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flexbox._ac_fe {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.flexbox._ac_fs {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flexbox._ac_s {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.flexbox._ac_sa {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.flexbox._ac_sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.flex_item._ord_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flex_item._ord_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex_item._ord_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.flex_item._ord_4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.flex_item._ord_5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.flex_item._ord_6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.flex_item._ord_7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.flex_item._ord_8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.flex_item._ord_9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.flex_item._ord_10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

#chara {
  position: relative;
  background-color: #dcdddd;
  margin: 0 auto;
  padding: 30px;
}
#chara h2 {
  position: absolute;
  top: -5px;
  left: 10px;
}
#chara h2 img {
  width: 60%;
  margin: -25px 20px 20px 20px;
}
#chara img {
  max-width: 100%;
}
#chara .sz15 {
  font-size: 1.5em;
  line-height: 1.8em;
}
@media (max-width: 575px) {
  #chara {
    width: 100%;
  }
}
@media (min-width: 576px) {
  #chara {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #chara {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #chara {
    width: 1200px;
    height: 680px;
  }
  #chara #tm2 {
    position: absolute;
    top: 450px;
    left: 250px;
  }
  #chara #tm3 {
    position: absolute;
    top: 600px;
    left: 250px;
  }
}

#fb01, #fb02 {
  margin: 3em auto 0 auto;
}
#fb01 .flexbox div, #fb02 .flexbox div {
  margin-bottom: 2em;
}
#fb01 .flexbox div figure, #fb02 .flexbox div figure {
  padding: 0;
}
#fb01 .flexbox div figure img, #fb02 .flexbox div figure img {
  max-width: 100%;
}
#fb01 .flexbox div .s01, #fb02 .flexbox div .s01 {
  padding-top: 0.8em;
}
#fb01 .flexbox div .s02, #fb02 .flexbox div .s02 {
  font-size: 0.8em;
  line-height: 0.4em;
}
#fb01 .flexbox div .g1, #fb02 .flexbox div .g1 {
  font-size: 0.75em;
}
#fb01 .flexbox div .s04, #fb02 .flexbox div .s04 {
  padding: 0.5em 0 0.8em 0;
}

@media (max-width: 575px) {
  #fb01 {
    width: 100%;
    padding: 3em 1em;
  }
  #fb01 .flexbox div:nth-of-type(1), #fb01 .flexbox div:nth-of-type(3), #fb01 .flexbox div:nth-of-type(5), #fb01 .flexbox div:nth-of-type(7), #fb01 .flexbox div:nth-of-type(9), #fb01 .flexbox div:nth-of-type(11), #fb01 .flexbox div:nth-of-type(13), #fb01 .flexbox div:nth-of-type(15), #fb01 .flexbox div:nth-of-type(17), #fb01 .flexbox div:nth-of-type(19) {
    width: 100%;
    padding: 0;
  }
  #fb01 .flexbox div:nth-of-type(2), #fb01 .flexbox div:nth-of-type(4), #fb01 .flexbox div:nth-of-type(6), #fb01 .flexbox div:nth-of-type(8), #fb01 .flexbox div:nth-of-type(10), #fb01 .flexbox div:nth-of-type(12), #fb01 .flexbox div:nth-of-type(14), #fb01 .flexbox div:nth-of-type(16), #fb01 .flexbox div:nth-of-type(18), #fb01 .flexbox div:nth-of-type(20) {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) {
  #fb01 {
    width: 100%;
  }
  #fb01 .flexbox div:nth-of-type(1), #fb01 .flexbox div:nth-of-type(3), #fb01 .flexbox div:nth-of-type(5), #fb01 .flexbox div:nth-of-type(7), #fb01 .flexbox div:nth-of-type(9), #fb01 .flexbox div:nth-of-type(11), #fb01 .flexbox div:nth-of-type(13), #fb01 .flexbox div:nth-of-type(15), #fb01 .flexbox div:nth-of-type(17), #fb01 .flexbox div:nth-of-type(19) {
    width: 30%;
    padding: 0;
  }
  #fb01 .flexbox div:nth-of-type(2), #fb01 .flexbox div:nth-of-type(4), #fb01 .flexbox div:nth-of-type(6), #fb01 .flexbox div:nth-of-type(8), #fb01 .flexbox div:nth-of-type(10), #fb01 .flexbox div:nth-of-type(12), #fb01 .flexbox div:nth-of-type(14), #fb01 .flexbox div:nth-of-type(16), #fb01 .flexbox div:nth-of-type(18), #fb01 .flexbox div:nth-of-type(20) {
    width: 50%;
    padding: 0 0 0 25px;
    margin-left: 20%;
  }
}
@media (min-width: 768px) {
  #fb01 {
    width: 100%;
  }
  #fb01 .flexbox div:nth-of-type(1), #fb01 .flexbox div:nth-of-type(3), #fb01 .flexbox div:nth-of-type(5), #fb01 .flexbox div:nth-of-type(7), #fb01 .flexbox div:nth-of-type(9), #fb01 .flexbox div:nth-of-type(11), #fb01 .flexbox div:nth-of-type(13), #fb01 .flexbox div:nth-of-type(15), #fb01 .flexbox div:nth-of-type(17), #fb01 .flexbox div:nth-of-type(19) {
    width: 25%;
    padding: 0;
  }
  #fb01 .flexbox div:nth-of-type(2), #fb01 .flexbox div:nth-of-type(4), #fb01 .flexbox div:nth-of-type(6), #fb01 .flexbox div:nth-of-type(8), #fb01 .flexbox div:nth-of-type(10), #fb01 .flexbox div:nth-of-type(12), #fb01 .flexbox div:nth-of-type(14), #fb01 .flexbox div:nth-of-type(16), #fb01 .flexbox div:nth-of-type(18), #fb01 .flexbox div:nth-of-type(20) {
    width: 25%;
    padding: 0 0 0 25px;
    margin-left: 0;
  }


}
@media (min-width: 1200px) {
  #fb01 {
    width: 1200px;
  }
  #fb01 .flexbox div {
    margin-bottom: 3em;
  }
  #fb01 .flexbox div:nth-of-type(1), #fb01 .flexbox div:nth-of-type(5), #fb01 .flexbox div:nth-of-type(9), #fb01 .flexbox div:nth-of-type(13), #fb01 .flexbox div:nth-of-type(17) {
    width: 20%;
    padding: 0;
  }
  #fb01 .flexbox div:nth-of-type(3), #fb01 .flexbox div:nth-of-type(7), #fb01 .flexbox div:nth-of-type(11), #fb01 .flexbox div:nth-of-type(15), #fb01 .flexbox div:nth-of-type(19) {
    width: 20%;
    padding: 0;
  }
  #fb01 .flexbox div:nth-of-type(2), #fb01 .flexbox div:nth-of-type(6), #fb01 .flexbox div:nth-of-type(10),#fb01 .flexbox div:nth-of-type(14), #fb01 .flexbox div:nth-of-type(18) {
    width: 25%;
    padding: 0 0 0 25px;
    margin-right: 5%;
  }
  #fb01 .flexbox div:nth-of-type(4), #fb01 .flexbox div:nth-of-type(8), #fb01 .flexbox div:nth-of-type(12), #fb01 .flexbox div:nth-of-type(16), #fb01 .flexbox div:nth-of-type(20) {
    width: 25%;
    padding: 0 0 0 25px;
  }


  #fb01 .flexbox div:nth-of-type(4),#fb01 .flexbox div:nth-of-type(8),#fb01 .flexbox div:nth-of-type(12),#fb01 .flexbox div:nth-of-type(16) {
    margin-left: 60px;
  }
  #fb01 .flexbox div:nth-of-type(15) {
    width: 22%;
  }
  #fb01 .flexbox div:nth-of-type(17) {
    width: 22%;
  }
  #fb01 .flexbox div:nth-of-type(16) {
    margin-left: 36px;
  }
  #fb01 .flexbox div:nth-of-type(18) {
    padding-left: 0;
    margin-left: 0;
  }
  #fb01 .flexbox div:nth-of-type(19) {
    width: 23%;
  }
  #fb01 .flexbox div:nth-of-type(20) {
    margin-left: 0;
  }

}

@media (max-width: 575px) {
  #fb02 {
    width: 100%;
    padding: 3em 1em;
  }
  #fb02 .flexbox div:nth-of-type(1), #fb02 .flexbox div:nth-of-type(3), #fb02 .flexbox div:nth-of-type(5), #fb02 .flexbox div:nth-of-type(7), #fb02 .flexbox div:nth-of-type(9), #fb02 .flexbox div:nth-of-type(11) {
    margin-left: 0%;
    padding: 0;
    width: 100%;
  }
  #fb02 .flexbox div:nth-of-type(2), #fb02 .flexbox div:nth-of-type(4), #fb02 .flexbox div:nth-of-type(6), #fb02 .flexbox div:nth-of-type(8), #fb02 .flexbox div:nth-of-type(10), #fb02 .flexbox div:nth-of-type(12) {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) {
  #fb02 {
    width: 100%;
  }
  #fb02 .flexbox div:nth-of-type(1), #fb02 .flexbox div:nth-of-type(3), #fb02 .flexbox div:nth-of-type(5), #fb02 .flexbox div:nth-of-type(7), #fb02 .flexbox div:nth-of-type(9), #fb02 .flexbox div:nth-of-type(11) {
    margin-left: 0%;
    padding: 0;
    width: 35%;
  }
  #fb02 .flexbox div:nth-of-type(2), #fb02 .flexbox div:nth-of-type(4), #fb02 .flexbox div:nth-of-type(6), #fb02 .flexbox div:nth-of-type(8), #fb02 .flexbox div:nth-of-type(10), #fb02 .flexbox div:nth-of-type(12) {
    width: 50%;
    padding: 0 0 0 25px;
    margin-left: 15%;
  }

  #fb02 .flexbox div:nth-of-type(3) {
    width: 50%;
  }
  #fb02 .flexbox div:nth-of-type(4) {
    margin-left: 0;
  }
  #fb02 .flexbox div:nth-of-type(5) {
    width: 50%;
  }
  #fb02 .flexbox div:nth-of-type(6) {
    margin-left: 0;
  }
  #fb02 .flexbox div:nth-of-type(7) {
    width: 50%;
  }
  #fb02 .flexbox div:nth-of-type(8) {
    margin-left: 0;
  }
  #fb02 .flexbox div:nth-of-type(9) {
    width: 50%;
  }
  #fb02 .flexbox div:nth-of-type(10) {
    margin-left: 0;
  }

}
@media (min-width: 768px) {
  #fb02 {
    width: 100%;
  }
  #fb02 .flexbox div {
    margin-bottom: 2em;
  }
  #fb02 .flexbox div:nth-of-type(1), #fb02 .flexbox div:nth-of-type(3), #fb02 .flexbox div:nth-of-type(5), #fb02 .flexbox div:nth-of-type(7), #fb02 .flexbox div:nth-of-type(9), #fb02 .flexbox div:nth-of-type(11) {
    margin-left: 45%;
    padding: 0;
    width: 30%;
  }
  #fb02 .flexbox div:nth-of-type(2), #fb02 .flexbox div:nth-of-type(4), #fb02 .flexbox div:nth-of-type(6), #fb02 .flexbox div:nth-of-type(8), #fb02 .flexbox div:nth-of-type(10), #fb02 .flexbox div:nth-of-type(12) {
    width: 25%;
    padding: 0 0 0 25px;
    margin-left: 0;
  }

  #fb02 .flexbox div:nth-of-type(3) {
    width: 50%;
    margin-left: 25%;
  }
  #fb02 .flexbox div:nth-of-type(5) {
    width: 55%;
    margin-left: 20%;
  }
  #fb02 .flexbox div:nth-of-type(7) {
    width: 65%;
    margin-left: 10%;
  }
  #fb02 .flexbox div:nth-of-type(9) {
    width: 75%;
    margin-left: 0%;
  }

}
@media (min-width: 1200px) {
  #fb02 {
    width: 1200px;
  }
  #fb02 .flexbox div {
    margin-bottom: 5em;
  }
  #fb02 .flexbox div:nth-of-type(1), #fb02 .flexbox div:nth-of-type(3), #fb02 .flexbox div:nth-of-type(5), #fb02 .flexbox div:nth-of-type(7), #fb02 .flexbox div:nth-of-type(9), #fb02 .flexbox div:nth-of-type(11) {
    margin-left: 45%;
    padding: 0;
    width: 30%;
    margin-bottom: 2em;
  }
  #fb02 .flexbox div:nth-of-type(2), #fb02 .flexbox div:nth-of-type(4), #fb02 .flexbox div:nth-of-type(6), #fb02 .flexbox div:nth-of-type(8), #fb02 .flexbox div:nth-of-type(10), #fb02 .flexbox div:nth-of-type(12) {
    width: 25%;
    padding: 0 0 0 25px;
  }

  #fb02 .flexbox div:nth-of-type(3) {
    width: 50%;
    margin-left: 25%;
  }
  #fb02 .flexbox div:nth-of-type(5) {
    width: 55%;
    margin-left: 20%;
  }
  #fb02 .flexbox div:nth-of-type(7) {
    width: 65%;
    margin-left: 10%;
  }
  #fb02 .flexbox div:nth-of-type(9) {
    width: 75%;
    margin-left: 0%;
  }
  
}/*# sourceMappingURL=leglass-h.css.map */