@charset "UTF-8";
/*--------------------------
Common Styles
---------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
  height: auto;
  position: relative;
}

*, *::before, *::after {
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

body {
  width: 100%;
  height: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
  color: #101010;
  padding-top: 62px;
}
body * {
  text-rendering: optimizeLegibility;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    padding-top: 50px;
  }
}

main {
  display: block; /* IE fix */
}

@media only screen and (max-width: 768px) {
  .onlypc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .onlysp {
    display: none;
  }
}

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

.scroll-prevent {
  overflow: hidden;
  height: 100%;
}

/*--------------------------
Header
---------------------------*/
header {
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}
header .logoarea a {
  display: inline-block;
  margin: 14px 0 0 40px;
}
@media only screen and (max-width: 768px) {
  header .logoarea a {
    margin: 12px 0 0 10px;
  }
  header .logoarea a img {
    width: 206px;
  }
}
header #globalnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  height: 62px;
}
@media only screen and (max-width: 768px) {
  header #globalnavi {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  header #globalnavi.mini-menu > li {
    position: relative;
  }
}

header #globalnavi > li {
  height: 62px;
  font-size: 1.6rem;
  margin: 0 24px;
}
header #globalnavi > li > a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header #globalnavi > li > a span {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header #globalnavi > li:hover > a span, header #globalnavi > li.active > a span {
  color: #00954d;
}
header #globalnavi > li:hover > a span::after, header #globalnavi > li.active > a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00954d;
  position: absolute;
  bottom: 0;
}
header #globalnavi > li:last-child {
  background-color: #00954d;
  margin: 0 0 0 24px;
}
header #globalnavi > li:last-child a {
  color: #ffffff;
  padding: 0 24px;
}
header #globalnavi > li:last-child:hover > a span, header #globalnavi > li:last-child.active > a span {
  color: #ffffff;
}
header #globalnavi > li:last-child:hover > a span::after, header #globalnavi > li:last-child.active > a span::after {
  content: none;
}
header #globalnavi > li.globalmenu {
  margin-right: 44px;
}
header #globalnavi > li.globalmenu > a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 6px);
  right: -20px;
  border-bottom: 1px solid #00954d;
  border-right: 1px solid #00954d;
  transform: rotate(45deg);
}
header #globalnavi > li .subnavigation {
  position: absolute;
  width: 100%;
  height: 86px;
  background-color: #00954d;
  top: 62px;
  left: 0;
  z-index: 3000;
  display: none;
}
@media only screen and (min-width: 769px) {
  header #globalnavi.mini-menu > li .subnavigation {
    width: 200px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
header #globalnavi > li .subnavigation ul {
  width: 980px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  header #globalnavi.mini-menu > li .subnavigation ul {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
header #globalnavi > li .subnavigation ul li {
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  header #globalnavi.mini-menu > li .subnavigation ul li {
    width: 100%;
    height: auto;
  }
  header #globalnavi.mini-menu > li .subnavigation ul li + li {
    margin-left: 0;
  }
}
header #globalnavi > li .subnavigation ul li + li {
  margin-left: 40px;
}
header #globalnavi > li .subnavigation ul li a {
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  header #globalnavi.mini-menu > li .subnavigation ul li a {
    width: 100%;
    transition: all 0.3s ease;
    text-align: center;
    padding: 20px 10px;
  }
  header #globalnavi.mini-menu > li .subnavigation ul li:hover {
    background: #006a37;
  }
}
header #globalnavi > li .subnavigation ul li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/gln-arrow-right_pc.png");
  margin-left: 10px;
}
header #globalnavi > li .subnavigation ul li:first-child {
  padding-right: 40px;
}
header #globalnavi > li .subnavigation ul li:first-child a {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  header #globalnavi.mini-menu > li .subnavigation ul li:first-child {
    padding-right: 0;
  }
  header #globalnavi.mini-menu > li .subnavigation ul li:first-child a,
  header #globalnavi.mini-menu > li .subnavigation.font-large ul li:first-child a {
    font-size: 1.6rem;
  }
}
header #globalnavi > li .subnavigation.font-large ul li:first-child {
  padding-right: 0;
}
header #globalnavi > li .subnavigation.font-large ul li a {
  font-size: 2rem;
}
header #globalnavi > li .subnavigation.font-large ul li a::after {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
header #globalnavi > li .subnavigation ul li:first-child a::after {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media only screen and (min-width: 769px) {
  header #globalnavi.mini-menu > li .subnavigation.font-large ul li a {
    font-size: 1.6rem;
  }
}
header #globalnavi > li .subnavigation ul li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #9ac7b1;
  position: absolute;
  top: 27px;
  right: 0;
}
header #globalnavi > li .subnavigation.font-large ul li:first-child::after {
  display: none;
}
@media only screen and (min-width: 769px) {
  header #globalnavi.mini-menu > li .subnavigation ul li a::after,
  header #globalnavi.mini-menu > li .subnavigation ul li:first-child::after {
    display: none;
  }
}
header #spglntrig {
  display: none;
  width: 50px;
  height: 50px;
  margin-left: auto;
  background-size: contain;
  cursor: pointer;
}
header #spglntrig.close {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/gln-open_sp.png");
}
header #spglntrig.open {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/gln-close_sp.png");
}
@media only screen and (max-width: 768px) {
  header #spglntrig {
    display: block;
  }
}

/*--------------------------
SP globalnavi
---------------------------*/
#spglobalnavi {
  width: 100%;
  height: 100%;
  background-color: #00954d;
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  padding-top: 60px;
  overflow-y: scroll;
  display: none;
}
#spglobalnavi > ul {
  width: 90%;
  margin: 0 auto;
}
#spglobalnavi > ul > li {
  border-bottom: 1px solid #9ac7b1;
}
#spglobalnavi > ul > li a {
  display: block;
  color: #ffffff;
  padding: 25px 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
#spglobalnavi > ul > li a.toggle {
  background-size: 8px 5px;
  background-position: calc(100% - 10px) center;
}
#spglobalnavi > ul > li ul.subnavigation {
  padding: 0 0 15px 20px;
  display: none;
}
#spglobalnavi > ul > li ul.subnavigation li a {
  padding: 13px 10px;
  font-size: 1.4rem;
}
#spglobalnavi > ul > li.close > a.toggle {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/gln-arrow-down_sp.png");
}
#spglobalnavi > ul > li.open > a.toggle {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/gln-arrow-up_sp.png");
}
#spglobalnavi .inquirybutton {
  width: 90%;
  margin: 20px auto 0;
}
#spglobalnavi .inquirybutton a {
  background-color: #006a37;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 20px 0;
}

/*--------------------------
Cover
---------------------------*/
section.cover {
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cover h1 .jpn {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.6rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.12em;
  display: block;
  text-align: center;
}
section.cover h1 .eng {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #00954d;
}
@media only screen and (max-width: 768px) {
  section.cover {
    height: 39vw;
  }
  section.cover h1 .jpn {
    font-size: 6.2vw;
  }
  section.cover h1 .eng {
    font-size: 3.2vw;
  }
}

/*--------------------------
Content Style
---------------------------*/
ul.breadcrumb {
  width: 1100px;
  margin: 20px auto 0;
  font-size: 1.4rem;
  line-height: 1em;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li a {
  color: #00954d;
}
ul.breadcrumb li + li::before {
  content: "/";
  padding: 0 8px 0 3px;
}
@media only screen and (max-width: 768px) {
  ul.breadcrumb {
    display: none;
  }
}

h2.line {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  h2.line {
    width: 90%;
  }
}
h2.line::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  position: absolute;
  top: calc(50% - 1px);
}
h2.line span {
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  h2.line span {
    font-size: 5.4vw;
    line-height: 1.3em;
  }
}

h2.nonline {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  h2.nonline {
    width: 90%;
    font-size: 5.4vw;
    line-height: 1.3em;
  }
}

a.colorlink {
  color: #00954d;
}

div.gradwrap {
  position: relative;
  overflow: hidden;
}
div.gradwrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -o-linear-gradient(135deg, #eafbf3 0%, #f6fde9 76%);
  background-image: linear-gradient(-45deg, #eafbf3 0%, #f6fde9 76%);
}

ul.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
ul.pagenation li {
  border: 1px solid #00954d;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
}
ul.pagenation li a {
  color: #00954d;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.pagenation li.active {
  background-color: #00954d;
}
ul.pagenation li.active a {
  color: #ffffff;
}
ul.pagenation li.next {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/pager-arrow-right_pc.png");
  background-size: 8px 13px;
  background-position: center center;
}
ul.pagenation li.prev {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/pager-arrow-left_pc.png");
  background-size: 8px 13px;
  background-position: center center;
}
ul.pagenation li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  ul.pagenation {
    margin-top: 30px;
  }
}

sup.reg {
  font-family: "Roboto", sans-serif;
  vertical-align: 0;
}

.kerning {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/*--------------------------
Banner Area
---------------------------*/
section.bannerarea {
  background-color: #f1f1f1;
  padding: 60px 0;
}
section.bannerarea ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.bannerarea ul li + li {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  section.bannerarea {
    padding: 12.5vw 0 18vw;
  }
  section.bannerarea ul {
    display: block;
  }
  section.bannerarea ul li {
    text-align: center;
  }
  section.bannerarea ul li + li {
    margin: 8vw 0 0 0;
  }
}

/*--------------------------
Footer
---------------------------*/
footer {
  width: 100%;
  height: 90px;
  background-color: #111111;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  footer {
    height: auto;
  }
}
footer .inner {
  width: 1100px;
  height: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0 0;
  }
}
footer .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  line-height: 1em;
}
@media only screen and (max-width: 768px) {
  footer .inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2vw;
  }
}
footer .inner ul li {
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  footer .inner ul li {
    padding: 0 12px;
  }
}
footer .inner ul li + li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  display: block;
  background-color: #7b7b7b;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  footer .inner ul li:last-child {
    margin-top: 12px;
  }
  footer .inner ul li:last-child::before {
    content: none;
  }
}
footer .inner .copyright {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1em;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  footer .inner .copyright {
    padding: 15px 0;
    font-size: 2.3vw;
    text-align: center;
  }
}

/*--------------------------
Totop
---------------------------*/
#totop {
  display: block;
  position: fixed;
  z-index: 3000;
  bottom: 90px;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #totop img {
    width: 45px;
    height: 45px;
  }
}

/*--------------------------
margin
---------------------------*/
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}

/*--------------------------
indent
---------------------------*/
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.indent-1_1 {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.indent-1_3 {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.indent-1_4 {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.indent-1_5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.indent-1_6 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.indent-1_7 {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.indent-1_8 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.indent-1_9 {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}
.indent-2_5 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.indent-3 {
  text-indent: -3em;
  padding-left: 3em;
}
.indent-3_5 {
  text-indent: -3.5em;
  padding-left: 3.5em;
}
.indent-4 {
  text-indent: -4em;
  padding-left: 4em;
}
.indent-4_5 {
  text-indent: -4.5em;
  padding-left: 4.5em;
}
.indent-5 {
  text-indent: -5em;
  padding-left: 5em;
}
.indent-5_5 {
  text-indent: -5.5em;
  padding-left: 5.5em;
}
.indent-6 {
  text-indent: -6em;
  padding-left: 6em;
}
.indent-6_5 {
  text-indent: -6.5em;
  padding-left: 6.5em;
}
.indent-7 {
  text-indent: -7em;
  padding-left: 7em;
}
.indent-7_5 {
  text-indent: -7.5em;
  padding-left: 7.5em;
}
.indent-8 {
  text-indent: -8em;
  padding-left: 8em;
}
.indent-8_5 {
  text-indent: -8.5em;
  padding-left: 8.5em;
}
.indent-9 {
  text-indent: -9em;
  padding-left: 9em;
}
.indent-9_5 {
  text-indent: -9.5em;
  padding-left: 9.5em;
}
.indent-10 {
  text-indent: -10em;
  padding-left: 10em;
}

/*--------------------------
flex w-Xem
---------------------------*/
.flex {
  display: flex;
}
.flex .flex-wrap {
  flex-wrap: wrap;
}
.flex .w-1em {
  width: 1em;
}
.flex .w-1em + * {
  width: calc(100% - 1em);
}
.flex .w-2em {
  width: 2em;
}
.flex .w-2em + * {
  width: calc(100% - 2em);
}
.flex .w-2\.5em {
  width: 2.5em;
}
.flex .w-2\.5em + * {
  width: calc(100% - 2.5em);
}
.flex .w-3em {
  width: 3em;
}
.flex .w-3em + * {
  width: calc(100% - 3em);
}
.flex .w-3\.5em {
  width: 3.5em;
}
.flex .w-3\.5em + * {
  width: calc(100% - 3.5em);
}
.flex .w-4em {
  width: 4em;
}
.flex .w-4em + * {
  width: calc(100% - 4em);
}
.flex .w-4\.5em {
  width: 4.5em;
}
.flex .w-4\.5em + * {
  width: calc(100% - 4.5em);
}
.flex .w-5em {
  width: 5em;
}
.flex .w-5em + * {
  width: calc(100% - 5em);
}
.flex .w-5\.5em {
  width: 5.5em;
}
.flex .w-5\.5em + * {
  width: calc(100% - 5.5em);
}
.flex .w-6em {
  width: 6em;
}
.flex .w-6em + * {
  width: calc(100% - 6em);
}
.flex .w-6\.5em {
  width: 6.5em;
}
.flex .w-6\.5em + * {
  width: calc(100% - 6.5em);
}
.flex .w-6em {
  width: 6em;
}
.flex .w-7em + * {
  width: calc(100% - 7em);
}
.flex .w-7\.5em {
  width: 7.5em;
}
.flex .w-7\.5em + * {
  width: calc(100% - 7.5em);
}
.flex .w-8em {
  width: 8em;
}
.flex .w-8em + * {
  width: calc(100% - 8em);
}
.flex .w-8\.5em {
  width: 8.5em;
}
.flex .w-8\.5em + * {
  width: calc(100% - 8.5em);
}
.flex .w-9em {
  width: 9em;
}
.flex .w-9em + * {
  width: calc(100% - 9em);
}
.flex .w-9\.5em {
  width: 9.5em;
}
.flex .w-9\.5em + * {
  width: calc(100% - 9.5em);
}
.flex .w-10em {
  width: 10em;
}
.flex .w-10em + * {
  width: calc(100% - 10em);
}
.flex .w-11em {
  width: 11em;
}
.flex .w-11em + * {
  width: calc(100% - 11em);
}
.flex .w-12em {
  width: 12em;
}
.flex .w-12em + * {
  width: calc(100% - 12em);
}
.flex .w-13em {
  width: 13em;
}
.flex .w-13em + * {
  width: calc(100% - 13em);
}
.flex .w-14em {
  width: 14em;
}
.flex .w-14em + * {
  width: calc(100% - 14em);
}
.flex .w-15em {
  width: 15em;
}
.flex .w-15em + * {
  width: calc(100% - 15em);
}
.flex .w-16em {
  width: 16em;
}
.flex .w-16em + * {
  width: calc(100% - 16em);
}
@media only screen and (max-width: 768px) {
  .flex .w-11em,
  .flex .w-11em + *,
  .flex .w-12em,
  .flex .w-12em + *,
  .flex .w-13em,
  .flex .w-13em + *,
  .flex .w-14em,
  .flex .w-14em + *,
  .flex .w-15em,
  .flex .w-15em + *,
  .flex .w-16em,
  .flex .w-16em + * {
    width: 100%;
  }
}

/*--------------------------
max-width
---------------------------*/
.max-w-266 {
  max-width: 266px;
}
.max-w-300 {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .\:max-w-266 {
    max-width: 266px;
  }
  .\:max-w-300 {
    max-width: 300px;
  }
}
