@charset "UTF-8";
/*
Theme Name: original theme
Theme URI:
Author: miho yamane
Description: original theme
*/
/* CSS Document */
/* contents---------------
	 1.Reset
	 2.Base
	 3.Layout
	 4.Common
	 5.Page
	 6.Script
		------------ */
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
@import url("css/fonts/style.css");
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

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

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

ul, dl {
  list-style-type: none;
}

/*----------------------------------------------------------
	Base
--------------------------------------------------------- */
body {
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  * {
    -webkit-text-size-adjust: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 850px) {
  * {
    word-break: normal;
  }
}
img {
  max-width: 100%;
}

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

.clear {
  clear: both;
}

p {
  line-height: 1.6;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  color: #0c3e6b;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #486083;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

strong {
  font-weight: bold;
}

small {
  font-size: 85%;
  line-height: 1.1;
}

.cl1 {
  color: #2391bf;
}

blockquote {
  padding: 2px 0 2px 1em;
  border-left: 7px #C0D9FE solid;
  margin: 10px 0;
}

.spDisp {
  display: none;
}

@media screen and (max-width: 850px) {
  .spDisp {
    display: block;
  }

  .pcDisp {
    display: none;
  }

  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  br.sp {
    display: none;
  }

  br.pc {
    display: block;
  }
}
.nondisp {
  display: none !important;
}

/*----------------------------------------------------------
	Layout
--------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
  font-size: 15px;
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  /* sp */
}
@media screen and (max-width: 850px) {
  html, body {
    font-size: 0.9rem;
  }
}

.pagewidth {
  max-width: 1260px;
  margin: auto;
}

.sitewidth {
  max-width: 1080px;
  margin: auto;
}

.contwidth {
  max-width: 960px;
  margin: auto;
}

.layout2clm {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout2clm .layout_main {
  width: 80%;
  padding-right: 4%;
}
.layout2clm .layout_side {
  width: 20%;
}

/* tablet */
@media screen and (min-width: 851px) and (max-width: 1080px) {
  .sitewidth {
    padding: 0 2%;
  }
}
/* yubinpc */
@media screen and (max-width: 850px) {
  #wrapper {
    display: block;
  }
  #wrapper header {
    width: 100%;
  }
  #wrapper .mainArea {
    width: auto;
  }

  .sitewidth {
    padding: 0 2%;
  }

  .contwidth {
    padding: 0 4%;
  }

  .layout2clm {
    display: block;
  }
  .layout2clm .layout_main, .layout2clm .layout_side {
    width: 100%;
    padding: 3% 2%;
  }
}
/* sp */
/* Header
----------------------------------------------- */
header.common {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
header.common .siteid img {
  max-width: 30vw;
}
header.common #gloval-nav {
  position: absolute;
  right: 16px;
  top: 24px;
}
header.common #gloval-nav nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(1rem + (1vw - 0.5rem) * 0.6944);
}
header.common #gloval-nav nav ul li {
  line-height: 1;
  margin-right: 2.2vw;
}
header.common #gloval-nav nav ul li a {
  text-decoration: none;
  color: #1d1d1d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.common #gloval-nav nav ul li a:hover {
  color: #2391bf;
}
header.common #gloval-nav nav ul li.mark a:after {
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  font-weight: 900;
  content: "\f111";
  color: #c3202d;
  position: relative;
  top: -8px;
  margin-left: 3px;
}
header.common #gloval-nav nav ul li.sns {
  font-weight: normal;
}
header.common #gloval-nav nav ul li.sns a {
  margin: 0 0.4vw;
}
header.common #gloval-nav nav ul li.sns i {
  font-size: 34px;
}
header.common #gloval-nav nav ul li.sns span.tw i {
  color: #00acee;
}
header.common #gloval-nav nav ul li.sns span.fb i {
  color: #3b5998;
}
header.common #gloval-nav nav ul li:last-child {
  margin-right: 0;
}

/* tablet */
@media screen and (min-width: 851px) and (max-width: 1080px) {
  header.common .siteid img {
    max-width: 25vw;
  }
}
/* yubinpc */
@media screen and (max-width: 850px) {
  header.common {
    background: rgba(255, 255, 255, 0.5);
  }
  header.common .siteid img {
    max-width: 68vw;
  }
  header.common #gloval-nav {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 8vw;
  }
  header.common #gloval-nav nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.common #gloval-nav nav ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 0.5em 0;
  }
  header.common #gloval-nav nav ul li a {
    color: #FFF;
    padding: 1em;
    display: block;
    position: relative;
    padding-left: 40px;
  }
  header.common #gloval-nav nav ul li a:before {
    display: block;
    content: "";
    height: 1px;
    width: 30px;
    background: #FFF;
    left: 0;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header.common #gloval-nav nav ul li.sns {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: auto;
    text-align: center;
  }
  header.common #gloval-nav nav ul li.sns a {
    display: inline-block;
    padding: 1em;
  }
  header.common #gloval-nav nav ul li.sns a:before {
    display: none;
  }
  header.common #gloval-nav nav ul li.sns span.tw i {
    color: #FFF;
  }
  header.common #gloval-nav nav ul li.sns span.fb i {
    color: #FFF;
  }
}
/* sp */
#nav-toggle {
  display: none;
}

@media screen and (max-width: 850px) {
  #nav-toggle {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #FFF;
    position: absolute;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.3s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.5s ease;
    transition: transform 0.3s ease-in-out, top 0.5s ease, -webkit-transform 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 27px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }

  #container {
    z-index: 900;
  }

  #gloval-nav nav {
    z-index: 999;
  }

  .open header.common #gloval-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* sp */
/* Contents
----------------------------------------------- */
/* Footer
----------------------------------------------- */
footer {
  position: relative;
  border-top: 10px solid #dcdcdc;
  padding: 0 0 50px;
  margin-top: 60px;
  /* sp */
}
footer .pagetop a {
  position: fixed;
  right: 15px;
  bottom: -60px;
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
  padding: 12px 17px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .pagetop a i {
  font-size: 20px;
}
footer .pagetop a:hover {
  background: #2391bf;
}
footer .footinner nav.foot {
  background: #2391bf;
}
footer .footinner nav.foot ul {
  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;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 500;
}
footer .footinner nav.foot ul li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
footer .footinner nav.foot ul li a {
  display: block;
  padding: 1.5em 1em;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footinner nav.foot ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer .footinner .sub {
  font-size: 13px;
  text-align: center;
}
footer .footinner .sub li {
  display: inline-block;
  margin-right: 1em;
}
footer .footinner .sub li:after {
  content: "|";
  margin-left: 1em;
}
footer .footinner .sub li:last-child {
  margin-right: 0;
}
footer .footinner .sub li:last-child:after {
  content: none;
}
footer .info {
  max-width: 960px;
  margin: auto;
  padding: 20px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .info .inquiry {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  padding: 3%;
}
footer .info .inquiry .name img {
  width: 300px;
}
footer .info .inquiry .search {
  background: #EEE;
  margin-top: 10px;
  padding: 3%;
  text-align: center;
}
footer .info .inquiry .search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: #2391bf;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 500;
  font-size: 1.1em;
  padding: 0.7em 1em 0.8em;
  line-height: 1;
}
footer .info .link {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
  padding: 15px;
  border-left: 1px solid #dcdcdc;
  text-align: center;
}
footer .copy {
  text-align: center;
  font-size: 12px;
  color: #444;
  margin: 2.5em auto 1em;
}
@media screen and (max-width: 850px) {
  footer .footinner nav.foot ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footinner nav.foot ul li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
  footer .footinner .sub li {
    margin: 0.8em 0.6em 0.8em 0;
  }
  footer .footinner .sub li:after {
    content: "|";
    margin-left: 0.6em;
  }
  footer .info {
    display: block;
    padding-right: 5%;
    padding-left: 5%;
  }
  footer .info .inquiry {
    margin-bottom: 15px;
    padding: 0;
  }
  footer .info .inquiry .name {
    text-align: center;
  }
  footer .info .inquiry .search button {
    margin-top: 8px;
    width: 100%;
  }
  footer .info .link {
    border-top: 1px solid #dcdcdc;
    border-left: none;
    margin-right: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }
}

/*----------------------------------------------------------
	Page
--------------------------------------------------------- */
/*  page common
----------------------------------------------- */
.bg2 {
  background: #d8eef3;
}

.kvphoto {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #185c78;
}
.kvphoto .bgimg {
  width: 100%;
  height: 400px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
}

h2.pageTitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 34px;
  color: #FFF;
  margin: 125px auto 150px;
  letter-spacing: 0.2em;
  font-weight: 700;
}

/* tablet */
@media screen and (min-width: 851px) and (max-width: 1080px) {
  .kvphoto .bgimg {
    height: 370px;
  }
}
/* yubinpc */
@media screen and (max-width: 850px) {
  .kvphoto .bgimg {
    width: 100%;
    height: 300px;
    background-size: auto 100%;
  }

  h2.pageTitle {
    font-size: 30px;
    margin: 160px auto 40px;
    padding-left: 15px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.8);
  }
}
/* sp */
@media screen and (max-width: 850px) {
  body.category-column .kvphoto .bgimg {
    background-position: center;
  }
}
/* sp */
.breadcrumbs {
  margin: 15px auto;
}
.breadcrumbs ul {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 13px;
}
.breadcrumbs ul li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.breadcrumbs ul li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #b6e3f6;
  margin-left: 0.5em;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}

.contInner, .postDetail.single {
  line-height: 1.8;
}
.contInner h2, .postDetail.single h2 {
  position: relative;
  padding: 0.6em 0;
  border-bottom: 4px solid #ccc;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1.7em;
  font-weight: 500;
  margin: 1.1em auto 0.8em;
}
.contInner h2::after, .postDetail.single h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #2391bf;
}
.contInner h2.head_hr, .postDetail.single h2.head_hr {
  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;
  text-align: center;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #2391bf;
  font-size: 30px;
  margin: 1.5em 0;
  letter-spacing: 0.1em;
  border-bottom: 0;
}
.contInner h2.head_hr::before, .contInner h2.head_hr::after, .postDetail.single h2.head_hr::before, .postDetail.single h2.head_hr::after {
  content: "";
  border-bottom: 1px solid rgb(170, 170, 170);
  background-color: none;
}
.contInner h2.head_hr::before, .postDetail.single h2.head_hr::before {
  margin-right: 10px;
  padding-left: 15px;
  width: 40px;
}
.contInner h2.head_hr::after, .postDetail.single h2.head_hr::after {
  margin-left: 10px;
  padding-right: 15px;
  width: 40px;
  left: auto;
  bottom: auto;
  position: relative;
  height: auto;
}
.contInner h3, .postDetail.single h3 {
  background: #d8eef3;
  padding: 0.3em 0.8em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  margin: 1.8em 0 1em;
}
.contInner h3:before, .postDetail.single h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  margin-right: 0.4em;
  color: #2391bf;
  font-weight: 900;
}
.contInner h3 a, .postDetail.single h3 a {
  color: #2391bf;
  text-decoration: none;
}
.contInner h3 a:hover, .postDetail.single h3 a:hover {
  text-decoration: underline;
}
.contInner h3.title, .postDetail.single h3.title {
  background: none;
}

/*  top
----------------------------------------------- */
.topKVarea {
  position: relative;
  height: 90vh;
  background: url(img/bg_kv.jpg) no-repeat;
  background-size: 100% auto;
  /* sp */
}
.topKVarea .copy {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
  padding: 30px 5vw;
  width: 60vw;
  position: relative;
  top: 18vh;
}
.topKVarea .copy img {
  max-width: 40vw;
}
@media screen and (max-width: 850px) {
  .topKVarea {
    height: 60vh;
    background: url(img/bg_kv-sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .topKVarea .copy {
    padding: 25px 4vw;
    width: 60vw;
    position: relative;
    top: 16vh;
  }
  .topKVarea .copy img {
    max-width: 50vw;
  }
}
@media screen and (max-width: 850px) and (orientation: landscape) {
  .topKVarea {
    height: 100vh;
    background: url(img/bg_kv.jpg) no-repeat;
    background-size: 100% auto;
  }
}

body.home {
  /* sp */
}
body.home section.main .clm2-space .clm {
  text-align: center;
}
body.home section.main .clm2-space .clm dl dt {
  margin-bottom: 15px;
}
body.home section.main .clm2-space .clm dl dd .head {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1.5em;
  margin-bottom: 0.4em;
  font-weight: 700;
}
body.home section.main .clm2-space .clm dl dd .head a {
  text-decoration: none;
  color: #1d1d1d;
}
body.home section.main .clm2-space .clm dl dd .head a:hover {
  text-decoration: underline;
}
body.home section.sns .clm2-space .clm {
  text-align: center;
}
@media screen and (max-width: 850px) {
  body.home section.main .clm2-space .clm {
    margin-bottom: 15px;
  }
  body.home section.main .clm2-space .clm:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) and (orientation: landscape) {
  body.home section.main .clm2-space {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.home section.main .clm2-space .clm {
    max-width: 48% !important;
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
  }
}
@media screen and (max-width: 850px) {
  body.home section.sns .clm2-space .clm {
    margin-bottom: 20px;
    padding: 10px;
  }
  body.home section.sns .clm2-space .clm.tw {
    border: 1px solid #00acee;
  }
  body.home section.sns .clm2-space .clm.fb {
    border: 1px solid #3b5998;
  }
}

/*  profile
----------------------------------------------- */
.contInner.profile {
  /* sp */
}
.contInner.profile p {
  margin-bottom: 1em;
}
.contInner.profile .detail dl {
  border-left: 3px solid #b6e3f6;
  padding-left: 1em;
  margin: 0.8em 0 1em;
}
.contInner.profile .detail dl dt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contInner.profile .detail dl dd {
  margin-bottom: 1.8em;
}
.contInner.profile .profile {
  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;
  margin-bottom: 30px;
}
.contInner.profile .profile h3 {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
  max-width: 13%;
  background: #b6e3f6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 17px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  text-align: center;
  margin: 0;
}
.contInner.profile .profile .prof-photo {
  text-align: right;
}
.contInner.profile .profile .prof-photo img {
  display: block;
  width: 200px;
  max-height: 150px;
  margin-right: 0;
  margin-left: auto;
}
.contInner.profile .profile .prof-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2%;
  font-size: 14px;
}
.contInner.profile .profile .prof-text dl {
  margin-bottom: 0.5em;
}
.contInner.profile .profile .prof-text dl dt {
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .contInner.profile .profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contInner.profile .profile h3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .contInner.profile .profile .prof-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 2% 0 0;
  }
}

/*  policy
----------------------------------------------- */
.contInner.policy {
  /* sp */
}
.contInner.policy h2:after {
  content: none;
}
.contInner.policy .column .clm {
  border: 1px solid #2391bf;
  padding: 15px;
  position: relative;
}
.contInner.policy .column a {
  text-decoration: none;
  color: #1d1d1d;
  display: block;
}
.contInner.policy .column a h3 {
  margin-top: 0;
}
.contInner.policy .column a .imgBlockT .img img {
  width: 150px;
  overflow: hidden;
}
.contInner.policy .column span.btnS {
  background: #2391bf;
  color: #FFF;
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 13px;
  border-radius: 5px;
  margin: 1.5em 0 1em auto;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 850px) {
  .contInner.policy .column .clm {
    margin-bottom: 10px;
  }
  .contInner.policy .column span.btnS {
    display: block;
    position: static;
    text-align: center;
    margin: 1.5em 0 0 0;
  }
}

/*  download
----------------------------------------------- */
.illustList li {
  border: 1px solid #2391bf;
  border-radius: 5px;
  padding: 10px;
}
.illustList li a {
  display: block;
}

/*  kokkai
----------------------------------------------- */
.kokkai-ichiran.contInner .kokkai_topmenu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  max-width: 1080px;
  margin: auto;
  padding: 40px 0;
  /* sp */
}
.kokkai-ichiran.contInner .kokkai_topmenu dl {
  margin: 15px 0;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dt.title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #FFF;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dt.title::after {
  content: "";
  border-bottom: 1px solid #FFF;
  background-color: none;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dt.title::after {
  margin-left: 10px;
  padding-right: 15px;
  width: 5vw;
  left: auto;
  bottom: auto;
  position: relative;
  height: auto;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dt.photo {
  overflow: hidden;
  height: 300px;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dt.photo img {
  width: 100%;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dt.photo a {
  display: block;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dd {
  font-size: 14px;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dd .head {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  margin: 0.4em 0;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl dd .head a {
  text-decoration: none;
  color: #1d1d1d;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl.sec1, .kokkai-ichiran.contInner .kokkai_topmenu dl.sec2 {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl.sec3, .kokkai-ichiran.contInner .kokkai_topmenu dl.sec4, .kokkai-ichiran.contInner .kokkai_topmenu dl.sec5 {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
}
.kokkai-ichiran.contInner .kokkai_topmenu dl.sec3 dt.photo, .kokkai-ichiran.contInner .kokkai_topmenu dl.sec4 dt.photo, .kokkai-ichiran.contInner .kokkai_topmenu dl.sec5 dt.photo {
  height: 240px;
}
@media screen and (max-width: 850px) {
  .kokkai-ichiran.contInner .kokkai_topmenu {
    padding: 20px 3%;
  }
  .kokkai-ichiran.contInner .kokkai_topmenu dl {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .kokkai-ichiran.contInner .kokkai_topmenu dl dt.title {
    font-size: 8vw;
  }
  .kokkai-ichiran.contInner .kokkai_topmenu dl dt.title::after {
    width: 12vw;
  }
  .kokkai-ichiran.contInner .kokkai_topmenu dl dt.photo {
    height: auto;
  }
}

/*  kikkake
----------------------------------------------- */
.mainArea.kikkake .submenu {
  margin-top: 35px;
}
.mainArea.kikkake .submenu .clm {
  border: 1px solid #D8EEF3;
  position: relative;
  padding-bottom: 26px;
}
.mainArea.kikkake .submenu h3 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}
.mainArea.kikkake .submenu a {
  text-decoration: none;
  color: #1d1d1d;
}
.mainArea.kikkake .submenu .photo {
  margin: 15px auto;
  text-align: center;
}
.mainArea.kikkake .submenu .photo img {
  height: 150px;
}
.mainArea.kikkake .submenu p {
  padding: 15px;
}
.mainArea.kikkake .submenu .more {
  background: #2391bf;
  color: #FFF;
  text-align: right;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 0.4em 1em;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*  mail-magazine"
----------------------------------------------- */
.mainArea.mail-magazine .lead {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  border-top: 1px solid #2391bf;
  border-bottom: 1px solid #2391bf;
  margin: 1.3em auto 1.5em;
  font-size: 20px;
  padding: 0.5em;
}
.mainArea.mail-magazine .contInner p {
  margin-bottom: 1em;
}
.mainArea.mail-magazine .contInner .entryform {
  background: #ddf1fa;
  padding: 20px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: bold;
  border-radius: 5px;
}
.mainArea.mail-magazine .contInner .entryform dl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----------------------------------------------------------
	Module
--------------------------------------------------------- */
/*  sidearea
----------------------------------------------- */
.sideArea .bgArea {
  background: #eee;
  padding: 15px;
}
.sideArea .cat_title {
  background: #2391bf;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  padding: 0.5em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sideArea ul.ymList li {
  font-size: 14px;
}
.sideArea ul.ymList li a {
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}
.sideArea ul.ymList li a:before {
  content: "・";
}
.sideArea ul.ymList li a:hover {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
}
.sideArea ul.ymList li span {
  background: #FFF;
  display: inline-block;
  margin-left: 6px;
  padding: 0.2em 0.4em;
  line-height: 1;
  border-radius: 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 13px;
}
.sideArea .sublink a {
  background: #f08d24;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  padding: 0.8em 0.5em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sideArea .sublink a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  margin-right: 5px;
}
.sideArea .sublink a:hover {
  opacity: 0.7;
}
.sideArea .searchArea {
  margin-bottom: 20px;
  position: relative;
}
.sideArea .searchArea input[type=text] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #2391bf;
  border-radius: 3px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sideArea .searchArea button {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  background: none;
}
.sideArea .searchArea button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}

/*  archive
----------------------------------------------- */
/* kv写真 */
.kvphoto .bgimg.activity {
  background-image: url(img/img_kv_activity.png);
}
.kvphoto .bgimg.news {
  background-image: url(img/img_kv_jimusho.png);
}
.kvphoto .bgimg.kokkai {
  background-image: url(img/img_kv_kokkai.png);
}

.newsList {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* sp */
}
.newsList:after {
  content: "";
  display: block;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  height: 0;
}
.newsList dl {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  margin-bottom: 40px;
  position: relative;
  /* 子カテゴリー出力時のフォロー処理 */
}
.newsList dl span.category {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12.5px;
  padding: 0.3em 0.6em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
}
.newsList dl span.category a {
  text-decoration: none;
  color: #FFF;
}
.newsList dl span.category.news {
  background: #266f4f;
}
.newsList dl span.category.activity {
  background: #921823;
}
.newsList dl span.category.kokkai {
  background: #2391bf;
}
.newsList dl span.category.gijiroku {
  background: #152582;
}
.newsList dl span.category.column {
  background: #f08d24;
}
.newsList dl span.date {
  color: #7a7a7a;
  font-weight: bold;
  font-size: 13px;
}
.newsList dl .posttitle a {
  color: #2391bf;
  font-weight: bold;
  text-decoration: none;
}
.newsList dl dd.img {
  margin-bottom: 6px;
}
.newsList dl dd.img span.img {
  height: 200px;
  display: block;
}
.newsList dl dd.img span.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList dl.news span.category {
  background: #266f4f;
}
.newsList dl.activity span.category {
  background: #921823;
}
.newsList dl.column span.category {
  background: #f08d24;
}
.newsList dl.kokkai span.category {
  background: #2391bf;
}
.newsList dl.gijiroku span.category {
  background: #152582;
}
@media screen and (max-width: 850px) {
  .newsList dl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) and (orientation: landscape) {
  .newsList dl {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
}

/* カテゴリーページでは強制的にカテゴリーカラー処理 */
body.category-news .newsList dl dt span.category {
  background: #266f4f;
}

body.category-activity .newsList dl dt span.category {
  background: #921823;
}

body.category-column .newsList dl dt span.category {
  background: #f08d24;
}

body.category-kokkai .newsList dl dt span.category {
  background: #2391bf;
}

body.category-gijiroku .newsList dl dt span.category {
  background: #152582;
}

.moreBtn {
  text-align: center;
}
.moreBtn a {
  background: #2391bf;
  text-decoration: none;
  color: #FFF;
  padding: 1.5em 4em 1.5em 4em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  display: inline-block;
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.moreBtn a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  color: #b6e3f6;
  right: 10px;
  font-weight: 900;
  position: absolute;
  font-size: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1.2;
}
.moreBtn a:hover {
  opacity: 0.7;
}

.layout2clm .layout_main .newsList {
  /* sp */
}
.layout2clm .layout_main .newsList dl {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
}
@media screen and (max-width: 850px) {
  .layout2clm .layout_main .newsList dl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) and (orientation: landscape) {
  .layout2clm .layout_main .newsList dl {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
}

/*  search
----------------------------------------------- */
.mainArea.search .result {
  background: rgb(239, 241, 243);
  padding: 1em;
  margin: 10px auto 25px;
}

/*  single
----------------------------------------------- */
.postDetail {
  /* sp */
}
.postDetail .aligncenter {
  display: block;
  margin: 0 auto;
}
.postDetail .alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.postDetail .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.postDetail .wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}
.postDetail .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.postDetail .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.postDetail a.totop {
  display: block;
  text-align: right;
  margin: 1em 0 1em auto;
}
.postDetail a.totop:before {
  content: "";
  display: block;
  clear: both;
}
.postDetail .head {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  padding: 15px 0;
}
.postDetail .head .title {
  font-size: 1.8em;
  margin: 1em auto;
  border-left: 5px solid #2391bf;
  padding: 1em 0 1em 0.6em;
  position: relative;
}
.postDetail .head .title:before {
  height: 100%;
  width: 2px;
  content: "";
  display: block;
  background: #e2e2e2;
  position: absolute;
  top: 0;
  left: 3px;
}
.postDetail .head .date {
  font-size: 13px;
  color: #2391bf;
}
.postDetail .imgList .photo {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.postDetail .imgList .photo:after {
  content: "";
  display: block;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  height: 0;
}
.postDetail .imgList .photo li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
}
.postDetail .file {
  margin: 15px auto 25px;
  position: relative;
  border: 2px solid #CC0000;
  padding: 18px 15px 18px;
  border-radius: 5px;
}
.postDetail .file a {
  line-height: 1;
}
.postDetail .file a[href$=".pdf"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #CC0000;
  font-weight: 900;
  font-size: 24px;
  margin-right: 8px;
  position: relative;
  top: 0.1em;
}
.postDetail .file span.head {
  position: absolute;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
  background: #FFF;
  padding: 4px 6px;
  top: -16px;
  left: 10px;
}
.postDetail .file span.size {
  font-size: 12px;
  background: rgb(126, 126, 126);
  color: #FFF;
  padding: 3px 5px;
  margin-left: 4px;
}
.postDetail .top_gijiroku {
  border: 2px solid #CC0000;
  padding: 15px 15px 15px;
  margin: 15px auto 25px;
  border-radius: 5px;
  position: relative;
}
.postDetail .top_gijiroku h2, .postDetail .top_gijiroku h3, .postDetail .top_gijiroku h4, .postDetail .top_gijiroku h5 {
  position: absolute;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
  background: #FFF;
  padding: 4px 6px;
  top: -16px;
  left: 10px;
  margin: 0;
}
.postDetail .top_gijiroku h2:before, .postDetail .top_gijiroku h3:before, .postDetail .top_gijiroku h4:before, .postDetail .top_gijiroku h5:before {
  content: none;
}
.postDetail .entry-metaList {
  background: #eee;
  padding: 15px;
}
.postDetail .entry-metaList dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px auto;
  font-size: 13px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
}
.postDetail .entry-metaList dl dt {
  -ms-flex-preferred-size: 7em;
      flex-basis: 7em;
  max-width: 7em;
  font-weight: bold;
  background: #FFF;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  text-align: center;
}
.postDetail .entry-metaList dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5em;
}
.postDetail .entry-metaList dl dd ul li {
  display: inline-block;
  margin-right: 0.3em;
}
.postDetail .entry-metaList dl dd ul li:after {
  content: ",";
  margin-left: 0.3em;
}
.postDetail .entry-metaList dl dd ul li:last-child:after {
  content: none;
  margin-right: 0;
  margin-left: 0;
}
.postDetail iframe {
  display: block;
}
.postDetail .postEditor a[href$=".pdf"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #CC0000;
  font-weight: 900;
  font-size: 24px;
  margin-right: 8px;
  position: relative;
  top: 0.1em;
}
.postDetail .postEditor ul.photo {
  list-style-type: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.postDetail .postEditor ul.photo:after {
  content: "";
  display: block;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  height: 0;
}
.postDetail .postEditor ul.photo li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  margin: 0;
  list-style-type: none !important;
  margin-bottom: 10px;
  text-align: center;
}
.postDetail .postEditor ul.photo li img {
  max-width: 100%;
}
.postDetail .postEditor .alignright, .postDetail .postEditor img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}
.postDetail .postEditor .alignright:after, .postDetail .postEditor img.alignright:after {
  content: "";
  display: block;
  clear: both;
}
.postDetail .postEditor img {
  max-width: 100%;
  height: auto;
}
.postDetail .postEditor img.aligncenter, .postDetail .postEditor img.alignleft, .postDetail .postEditor img.alignright {
  margin-bottom: 12px;
}
.postDetail .postEditor p.text-right {
  text-align: right;
}
.postDetail .postEditor p.text-left {
  text-align: left;
}
.postDetail span.childPage_list_more.btn-primary {
  background: #2391bf;
  color: #FFF;
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 13px;
  border-radius: 5px;
  margin: 0.6em 0 1em auto;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .postDetail .head {
    margin: 0;
  }
  .postDetail .imgList .photo li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
}

/*----------------------------------------------------------
	Script
--------------------------------------------------------- */
/* page animation */
body {
  -webkit-animation: pagefadein 3s forwards;
          animation: pagefadein 3s forwards;
}

@-webkit-keyframes pagefadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pagefadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-up {
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 画面外にいる状態 */
.zoomin {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* 画面内に入った状態 */
.zoomin.scl_active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.latordisp {
  -webkit-animation-name: latordisp_anm;
          animation-name: latordisp_anm;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes latordisp_anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes latordisp_anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------------------
	common
--------------------------------------------------------- */
/*  common
----------------------------------------------- */
/*  headline
----------------------------------------------- */
h2.head_hr {
  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;
  text-align: center;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #2391bf;
  font-size: 30px;
  margin: 1.5em 0;
  letter-spacing: 0.1em;
}
h2.head_hr::before, h2.head_hr::after {
  content: "";
  border-bottom: 1px solid rgb(170, 170, 170);
}
h2.head_hr::before {
  margin-right: 10px;
  padding-left: 15px;
  width: 40px;
}
h2.head_hr::after {
  margin-left: 10px;
  padding-right: 15px;
  width: 40px;
}

/*  post archive
----------------------------------------------- */
.pagination {
  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;
  margin: 40px auto;
  position: relative;
  font-size: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 1em 1.5em;
  border: 1px solid #2391bf;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  color: #2391bf;
}

/* ページ番号 */
.pagination .pager {
  width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #2391bf;
  background-color: #2391bf;
}

/* 前へ */
.pagination a.before {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
/* 最後へ */
/* Page x / y */
.pagination span.page_num {
  display: none;
}

/* sp */
/*  page
----------------------------------------------- */
.ggmap {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------
	Common
--------------------------------------------------------- */
.ho_opacity {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ho_opacity:hover {
  opacity: 0.8;
}

.basicBtn a {
  display: inline-block;
  background: #2391bf;
  text-decoration: none;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 500;
  padding: 0.8em 1.3em;
  border-radius: 5px;
  font-size: 120%;
}

a.btnL {
  position: relative;
  display: inline-block;
  min-width: 20em;
  padding: 1.5em;
  text-align: center;
  background: #2391bf;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 400;
}
a.btnL[href$=".pdf"]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  margin-right: 0.3em;
  color: #FFF;
  font-weight: normal;
  font-size: 21px;
  display: inline-block;
  position: relative;
  top: 2px;
  padding-left: 0;
}
a.btnL[href$=".pdf"][target=_blank]:after {
  content: none;
}

/*  list
----------------------------------------------- */
ol {
  margin: 0;
  padding-left: 22px;
}

ol li {
  list-style: decimal;
  margin: 0.5em 0px;
  line-height: 1.5em;
}

ul.normal li, ul.border li, ul.arrow li, ul.dot li, ul.record li, ul.notice li, ul.notice-red li {
  margin: 0.5em 0;
}

ul.normal li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.normal li a[target=_blank]:after {
  font-family: "basicicon";
  content: "$";
  margin-left: 1.2em;
  position: relative;
  top: 0.1em;
  display: inline-block;
}
ul.normal li:before {
  font-family: "basicicon";
  content: "\e625";
  color: #2391bf;
}

ul.border li:before {
  font-family: "basicicon";
  content: "q";
  color: #2391bf;
}

ul.arrow li:before {
  font-family: "basicicon";
  content: "s";
  color: #2391bf;
}

ul.dot li:before {
  font-family: "basicicon";
  content: "\e625";
  color: #b6e3f6;
}

ul.record li:before {
  font-family: "basicicon";
  content: "\e620";
}

ul.notice-red li {
  color: #CC0000;
}

ul.notice li:before, ul.notice-red li:before {
  font-family: "basicicon";
  content: "1";
  font-size: 90%;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}

ul.indent {
  padding-left: 0;
  margin-left: 0;
}

ul.indent li {
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

ol.paren {
  counter-reset: item;
}
ol.paren li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-type: none;
}
ol.paren li:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}

ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.maru li {
  list-style: none;
  margin-bottom: 0.8em;
  padding-left: 35px;
  position: relative;
}
ol.maru li:before {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 500;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #2391bf;
  color: #FFF;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -35px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

ul.check li {
  margin: 0.7em 0;
}

ul.check li:before {
  font-family: "basicicon";
  content: "\e946";
  color: #2391bf;
  font-size: 150%;
  margin-right: 0.3em;
  position: relative;
  top: 0.1em;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*  table
----------------------------------------------- */
table.data {
  margin: 10px 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border: 1px solid #999;
  word-break: break-all;
}

table.data th {
  padding: 5px 8px;
  color: #333;
  background: #254676;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-size: 105%;
  text-align: center;
  color: #FFF;
  font-weight: 300;
}

table.data th.h2 {
  background: #C8D0E5;
  font-weight: 300;
  color: #4A4A4A;
}

table.data td.h1 {
  text-align: center !important;
}

table.data td {
  word-break: break-all;
  padding: 10px 8px;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: none;
}

/*
@media screen and (max-width: 850px){
table.data{width:100%; border-bottom:none;}
table.data td,table.data th{width:100%;display:block;text-align:left;}
table.data th{border:none;padding:8px;}
table.data td{border-right:none;padding-bottom:1.3em;}
table.data table.layout td,table.data table.layout th{width:auto;display:inline-table;}
table.data table.layout.line tr{border-bottom:$keycolor;}
}
*/
@media screen and (max-width: 850px) {
  table.data.sp {
    font-size: 13px;
    letter-spacing: -1px;
  }

  table.data.sp th {
    font-size: 12px;
  }
}
/* 表 (レイアウト用) */
table.layout {
  border: none;
  thpadding: 0;
  border: none;
}
table.layout td {
  padding: 0 5px;
  border: none;
}

/*  box float
----------------------------------------------- */
.inlineFrame {
  background-color: #FFFFFF;
  height: 40vh;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 5px 10px -3px #CCC inset;
          box-shadow: 0px 5px 10px -3px #CCC inset;
  font-size: 90%;
  /*&:hover:before{content:none;}*/
}
.inlineFrame:before {
  font-family: "basicicon";
  content: "\e950";
  position: absolute;
  font-size: 40px;
  width: 40px;
  right: 0;
  bottom: 4px;
  color: rgba(17, 67, 185, 0.4);
}

.inlineFrame::-webkit-scrollbar {
  height: 10px;
}

.inlineFrame::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}

.inlineFrame::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.inlineFrame::-webkit-scrollbar-track-piece {
  background: #efefef;
}

.contBox {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  padding: 10px;
  /*box-shadow:0px 5px 10px -3px #CCC inset;*/
  font-size: 90%;
}

.textclm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.textclm2 .clm {
  padding: 0 2.5% 0 0;
  width: 50%;
}
.textclm2 .clm:nth-child(even) {
  padding: 0 0 0 2.5%;
}

@media screen and (max-width: 850px) {
  .textclm2 {
    display: initial;
  }
  .textclm2 .clm {
    padding: 0;
  }
  .textclm2 .clm:nth-child(even) {
    padding: 0;
  }
}
/* sp */
.clearBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearBox {
  overflow: hidden;
  height: auto;
}
.clearBox .img-l, .clearBox .img-r {
  margin-bottom: 10px;
}
.clearBox .img-l {
  float: left;
  margin-right: 3vw !important;
}
.clearBox .img-r {
  float: right;
  margin-left: 3vw !important;
}
.clearBox .hidden {
  height: auto;
}
.clearBox .auto {
  overflow: auto;
  height: auto;
}

.imgBlockT {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.imgBlockB {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.imgBlockC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgBlockB, .imgBlockC, .imgBlockT {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.imgBlockB.imgL .cont, .imgBlockC.imgL .cont, .imgBlockT.imgL .cont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgBlockB.imgL .img, .imgBlockC.imgL .img, .imgBlockT.imgL .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 2vw;
  /*flex:1;*/
}

.imgBlockB.imgR .cont, .imgBlockC.imgR .cont, .imgBlockT.imgR .cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgBlockB.imgR .img, .imgBlockC.imgR .img, .imgBlockT.imgR .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 2vw;
  /* flex:1;*/
}

.w10vw {
  max-width: 10vw;
}
.w10vw + .text {
  width: 76vw;
}

.w20vw {
  max-width: 20vw;
}
.w20vw + .text {
  width: 66vw;
}

.w30vw {
  max-width: 30vw;
}
.w30vw + .text {
  width: 56vw;
}

.w40vw {
  max-width: 40vw;
}
.w40vw + .text {
  width: 46vw;
}

.w50vw {
  max-width: 50vw;
}
.w50vw + .text {
  width: 36vw;
}

.w60vw {
  max-width: 60vw;
}
.w60vw + .text {
  width: 26vw;
}

.w70vw {
  max-width: 70vw;
}
.w70vw + .text {
  width: 16vw;
}

.w80vw {
  max-width: 80vw;
}
.w80vw + .text {
  width: 6vw;
}

ul.clm2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.clm2 li {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

ul.clm3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.clm3 li {
  max-width: 33%;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

ul.clm4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.clm4 li {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

ul.clm2-space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
ul.clm2-space li {
  max-width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

ul.clm3-space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
ul.clm3-space::after {
  content: "";
  display: block;
  width: 33%;
}
ul.clm3-space li {
  max-width: 32%;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

ul.clm4-space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
ul.clm4-space::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
ul.clm4-space::after {
  content: "";
  display: block;
  width: 24%;
}
ul.clm4-space li {
  max-width: 24%;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

.clm2-space,
.clm3-space,
.clm4-space {
  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;
}

.clm2-space .clm {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm3-space::after {
  content: "";
  display: block;
  width: 32%;
}
.clm3-space .clm {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm4-space::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clm4-space::after {
  content: "";
  display: block;
  width: 24%;
}
.clm4-space .clm {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm2, .clm3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clm2 span.caption, .clm3 span.caption {
  display: block;
  margin: 0.5em 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.clm2 span.caption:before, .clm3 span.caption:before {
  font-family: "Font Awesome 5 Free";
  content: "w";
  margin-right: 0.2em;
}
.clm2 .sp1, .clm3 .sp1 {
  padding: 1vw;
}
.clm2 .sp2, .clm3 .sp2 {
  padding: 2vw;
}

.clm2 .clm {
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm3 .clm {
  width: 33%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 850px) {
  ul.clm2sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm2sp li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  ul.clm3sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm3sp li {
    max-width: 33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }

  ul.clm4sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm4sp li {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .spclm2-space,
.spclm3-space,
.spclm4-space {
    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;
  }

  .spclm2-space > * {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
    max-width: 48% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .spclm3-space > * {
    -ms-flex-preferred-size: 32% !important;
        flex-basis: 32% !important;
    max-width: 32% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .spclm4-space > * {
    -ms-flex-preferred-size: 24% !important;
        flex-basis: 24% !important;
    max-width: 24% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* sp */
/* tablet */
@media screen and (min-width: 851px) and (max-width: 1080px) {
  .tbclm1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm1 > * {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .tbclm2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50%;
  }

  .tbclm3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm3 > * {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    max-width: 33%;
  }
}
/* yubinpc */
@media screen and (max-width: 850px) {
  .clm2, .clm3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 複数行の場合 */
  }
  .clm2.multi, .clm3.multi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .clm2 span.caption, .clm3 span.caption {
    display: block;
    margin: 0.5em 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .clm2 span.caption:before, .clm3 span.caption:before {
    font-family: "yubin";
    content: "w";
    margin-right: 0.2em;
  }
  .clm2 .sp1, .clm3 .sp1 {
    padding: 1vw;
  }
  .clm2 .sp2, .clm3 .sp2 {
    padding: 2vw;
  }

  .clm2 .clm {
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .clm3 .clm {
    width: 33%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .spclm1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm1 > * {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .spclm2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50%;
  }

  .spclm3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm3 > * {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    max-width: 33%;
  }

  .imgBlockB, .imgBlockC, .imgBlockT {
    display: block;
  }
  .imgBlockB.imgL .img, .imgBlockB.imgR .img, .imgBlockC.imgL .img, .imgBlockC.imgR .img, .imgBlockT.imgL .img, .imgBlockT.imgR .img {
    margin: 15px auto;
  }
  .imgBlockB .cont, .imgBlockC .cont, .imgBlockT .cont {
    width: 100%;
  }
}
/* sp */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-valignT {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-valignB {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-valignC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-alignL {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-alignR {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-alignC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

* .flexbasis01, .flex-between .flexbasis01 {
  -ms-flex-preferred-size: 1%;
      flex-basis: 1%;
  max-width: 1%;
}
* .flexbasis02, .flex-between .flexbasis02 {
  -ms-flex-preferred-size: 2%;
      flex-basis: 2%;
  max-width: 2%;
}
* .flexbasis03, .flex-between .flexbasis03 {
  -ms-flex-preferred-size: 3%;
      flex-basis: 3%;
  max-width: 3%;
}
* .flexbasis04, .flex-between .flexbasis04 {
  -ms-flex-preferred-size: 4%;
      flex-basis: 4%;
  max-width: 4%;
}
* .flexbasis05, .flex-between .flexbasis05 {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%;
}
* .flexbasis06, .flex-between .flexbasis06 {
  -ms-flex-preferred-size: 6%;
      flex-basis: 6%;
  max-width: 6%;
}
* .flexbasis07, .flex-between .flexbasis07 {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  max-width: 7%;
}
* .flexbasis08, .flex-between .flexbasis08 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  max-width: 8%;
}
* .flexbasis09, .flex-between .flexbasis09 {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
  max-width: 9%;
}
* .flexbasis10, .flex-between .flexbasis10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}
* .flexbasis11, .flex-between .flexbasis11 {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  max-width: 11%;
}
* .flexbasis12, .flex-between .flexbasis12 {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  max-width: 12%;
}
* .flexbasis13, .flex-between .flexbasis13 {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
  max-width: 13%;
}
* .flexbasis14, .flex-between .flexbasis14 {
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  max-width: 14%;
}
* .flexbasis15, .flex-between .flexbasis15 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
}
* .flexbasis16, .flex-between .flexbasis16 {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  max-width: 16%;
}
* .flexbasis17, .flex-between .flexbasis17 {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  max-width: 17%;
}
* .flexbasis18, .flex-between .flexbasis18 {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  max-width: 18%;
}
* .flexbasis19, .flex-between .flexbasis19 {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  max-width: 19%;
}
* .flexbasis20, .flex-between .flexbasis20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
* .flexbasis21, .flex-between .flexbasis21 {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  max-width: 21%;
}
* .flexbasis22, .flex-between .flexbasis22 {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  max-width: 22%;
}
* .flexbasis23, .flex-between .flexbasis23 {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%;
}
* .flexbasis24, .flex-between .flexbasis24 {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
}
* .flexbasis25, .flex-between .flexbasis25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
* .flexbasis26, .flex-between .flexbasis26 {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  max-width: 26%;
}
* .flexbasis27, .flex-between .flexbasis27 {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  max-width: 27%;
}
* .flexbasis28, .flex-between .flexbasis28 {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  max-width: 28%;
}
* .flexbasis29, .flex-between .flexbasis29 {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
  max-width: 29%;
}
* .flexbasis30, .flex-between .flexbasis30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}
* .flexbasis31, .flex-between .flexbasis31 {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  max-width: 31%;
}
* .flexbasis32, .flex-between .flexbasis32 {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
}
* .flexbasis33, .flex-between .flexbasis33 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
}
* .flexbasis34, .flex-between .flexbasis34 {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  max-width: 34%;
}
* .flexbasis35, .flex-between .flexbasis35 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
}
* .flexbasis36, .flex-between .flexbasis36 {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  max-width: 36%;
}
* .flexbasis37, .flex-between .flexbasis37 {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  max-width: 37%;
}
* .flexbasis38, .flex-between .flexbasis38 {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  max-width: 38%;
}
* .flexbasis39, .flex-between .flexbasis39 {
  -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
  max-width: 39%;
}
* .flexbasis40, .flex-between .flexbasis40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}
* .flexbasis41, .flex-between .flexbasis41 {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
  max-width: 41%;
}
* .flexbasis42, .flex-between .flexbasis42 {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  max-width: 42%;
}
* .flexbasis43, .flex-between .flexbasis43 {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
  max-width: 43%;
}
* .flexbasis44, .flex-between .flexbasis44 {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  max-width: 44%;
}
* .flexbasis45, .flex-between .flexbasis45 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}
* .flexbasis46, .flex-between .flexbasis46 {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%;
}
* .flexbasis47, .flex-between .flexbasis47 {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%;
}
* .flexbasis48, .flex-between .flexbasis48 {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
}
* .flexbasis49, .flex-between .flexbasis49 {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
}
* .flexbasis50, .flex-between .flexbasis50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
* .flexbasis51, .flex-between .flexbasis51 {
  -ms-flex-preferred-size: 51%;
      flex-basis: 51%;
  max-width: 51%;
}
* .flexbasis52, .flex-between .flexbasis52 {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  max-width: 52%;
}
* .flexbasis53, .flex-between .flexbasis53 {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%;
}
* .flexbasis54, .flex-between .flexbasis54 {
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  max-width: 54%;
}
* .flexbasis55, .flex-between .flexbasis55 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
}
* .flexbasis56, .flex-between .flexbasis56 {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  max-width: 56%;
}
* .flexbasis57, .flex-between .flexbasis57 {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
  max-width: 57%;
}
* .flexbasis58, .flex-between .flexbasis58 {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  max-width: 58%;
}
* .flexbasis59, .flex-between .flexbasis59 {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
  max-width: 59%;
}
* .flexbasis60, .flex-between .flexbasis60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
* .flexbasis61, .flex-between .flexbasis61 {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  max-width: 61%;
}
* .flexbasis62, .flex-between .flexbasis62 {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  max-width: 62%;
}
* .flexbasis63, .flex-between .flexbasis63 {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
  max-width: 63%;
}
* .flexbasis64, .flex-between .flexbasis64 {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  max-width: 64%;
}
* .flexbasis65, .flex-between .flexbasis65 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
}
* .flexbasis66, .flex-between .flexbasis66 {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  max-width: 66%;
}
* .flexbasis67, .flex-between .flexbasis67 {
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  max-width: 67%;
}
* .flexbasis68, .flex-between .flexbasis68 {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  max-width: 68%;
}
* .flexbasis69, .flex-between .flexbasis69 {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
  max-width: 69%;
}
* .flexbasis70, .flex-between .flexbasis70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}
* .flexbasis71, .flex-between .flexbasis71 {
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
  max-width: 71%;
}
* .flexbasis72, .flex-between .flexbasis72 {
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
  max-width: 72%;
}
* .flexbasis73, .flex-between .flexbasis73 {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  max-width: 73%;
}
* .flexbasis74, .flex-between .flexbasis74 {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
  max-width: 74%;
}
* .flexbasis75, .flex-between .flexbasis75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
* .flexbasis76, .flex-between .flexbasis76 {
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
  max-width: 76%;
}
* .flexbasis77, .flex-between .flexbasis77 {
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
  max-width: 77%;
}
* .flexbasis78, .flex-between .flexbasis78 {
  -ms-flex-preferred-size: 78%;
      flex-basis: 78%;
  max-width: 78%;
}
* .flexbasis79, .flex-between .flexbasis79 {
  -ms-flex-preferred-size: 79%;
      flex-basis: 79%;
  max-width: 79%;
}
* .flexbasis80, .flex-between .flexbasis80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}
* .flexbasis81, .flex-between .flexbasis81 {
  -ms-flex-preferred-size: 81%;
      flex-basis: 81%;
  max-width: 81%;
}
* .flexbasis82, .flex-between .flexbasis82 {
  -ms-flex-preferred-size: 82%;
      flex-basis: 82%;
  max-width: 82%;
}
* .flexbasis83, .flex-between .flexbasis83 {
  -ms-flex-preferred-size: 83%;
      flex-basis: 83%;
  max-width: 83%;
}
* .flexbasis84, .flex-between .flexbasis84 {
  -ms-flex-preferred-size: 84%;
      flex-basis: 84%;
  max-width: 84%;
}
* .flexbasis85, .flex-between .flexbasis85 {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%;
}
* .flexbasis86, .flex-between .flexbasis86 {
  -ms-flex-preferred-size: 86%;
      flex-basis: 86%;
  max-width: 86%;
}
* .flexbasis87, .flex-between .flexbasis87 {
  -ms-flex-preferred-size: 87%;
      flex-basis: 87%;
  max-width: 87%;
}
* .flexbasis88, .flex-between .flexbasis88 {
  -ms-flex-preferred-size: 88%;
      flex-basis: 88%;
  max-width: 88%;
}
* .flexbasis89, .flex-between .flexbasis89 {
  -ms-flex-preferred-size: 89%;
      flex-basis: 89%;
  max-width: 89%;
}
* .flexbasis90, .flex-between .flexbasis90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%;
}
* .flexbasis91, .flex-between .flexbasis91 {
  -ms-flex-preferred-size: 91%;
      flex-basis: 91%;
  max-width: 91%;
}
* .flexbasis92, .flex-between .flexbasis92 {
  -ms-flex-preferred-size: 92%;
      flex-basis: 92%;
  max-width: 92%;
}
* .flexbasis93, .flex-between .flexbasis93 {
  -ms-flex-preferred-size: 93%;
      flex-basis: 93%;
  max-width: 93%;
}
* .flexbasis94, .flex-between .flexbasis94 {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  max-width: 94%;
}
* .flexbasis95, .flex-between .flexbasis95 {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%;
}
* .flexbasis96, .flex-between .flexbasis96 {
  -ms-flex-preferred-size: 96%;
      flex-basis: 96%;
  max-width: 96%;
}
* .flexbasis97, .flex-between .flexbasis97 {
  -ms-flex-preferred-size: 97%;
      flex-basis: 97%;
  max-width: 97%;
}
* .flexbasis98, .flex-between .flexbasis98 {
  -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
  max-width: 98%;
}
* .flexbasis99, .flex-between .flexbasis99 {
  -ms-flex-preferred-size: 99%;
      flex-basis: 99%;
  max-width: 99%;
}
* .flexbasis100, .flex-between .flexbasis100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

/* tablet */
@media screen and (min-width: 851px) and (max-width: 1080px) {
  * .tbflexbasis01, .flex-between .tbflexbasis01 {
    -ms-flex-preferred-size: 1%;
        flex-basis: 1%;
    max-width: 1%;
  }
  * .tbflexbasis02, .flex-between .tbflexbasis02 {
    -ms-flex-preferred-size: 2%;
        flex-basis: 2%;
    max-width: 2%;
  }
  * .tbflexbasis03, .flex-between .tbflexbasis03 {
    -ms-flex-preferred-size: 3%;
        flex-basis: 3%;
    max-width: 3%;
  }
  * .tbflexbasis04, .flex-between .tbflexbasis04 {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%;
  }
  * .tbflexbasis05, .flex-between .tbflexbasis05 {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  * .tbflexbasis06, .flex-between .tbflexbasis06 {
    -ms-flex-preferred-size: 6%;
        flex-basis: 6%;
    max-width: 6%;
  }
  * .tbflexbasis07, .flex-between .tbflexbasis07 {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    max-width: 7%;
  }
  * .tbflexbasis08, .flex-between .tbflexbasis08 {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  * .tbflexbasis09, .flex-between .tbflexbasis09 {
    -ms-flex-preferred-size: 9%;
        flex-basis: 9%;
    max-width: 9%;
  }
  * .tbflexbasis10, .flex-between .tbflexbasis10 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  * .tbflexbasis11, .flex-between .tbflexbasis11 {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    max-width: 11%;
  }
  * .tbflexbasis12, .flex-between .tbflexbasis12 {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  * .tbflexbasis13, .flex-between .tbflexbasis13 {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    max-width: 13%;
  }
  * .tbflexbasis14, .flex-between .tbflexbasis14 {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-width: 14%;
  }
  * .tbflexbasis15, .flex-between .tbflexbasis15 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
  * .tbflexbasis16, .flex-between .tbflexbasis16 {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%;
  }
  * .tbflexbasis17, .flex-between .tbflexbasis17 {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    max-width: 17%;
  }
  * .tbflexbasis18, .flex-between .tbflexbasis18 {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    max-width: 18%;
  }
  * .tbflexbasis19, .flex-between .tbflexbasis19 {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    max-width: 19%;
  }
  * .tbflexbasis20, .flex-between .tbflexbasis20 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  * .tbflexbasis21, .flex-between .tbflexbasis21 {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    max-width: 21%;
  }
  * .tbflexbasis22, .flex-between .tbflexbasis22 {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    max-width: 22%;
  }
  * .tbflexbasis23, .flex-between .tbflexbasis23 {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    max-width: 23%;
  }
  * .tbflexbasis24, .flex-between .tbflexbasis24 {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
  }
  * .tbflexbasis25, .flex-between .tbflexbasis25 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  * .tbflexbasis26, .flex-between .tbflexbasis26 {
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    max-width: 26%;
  }
  * .tbflexbasis27, .flex-between .tbflexbasis27 {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    max-width: 27%;
  }
  * .tbflexbasis28, .flex-between .tbflexbasis28 {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    max-width: 28%;
  }
  * .tbflexbasis29, .flex-between .tbflexbasis29 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
  * .tbflexbasis30, .flex-between .tbflexbasis30 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  * .tbflexbasis31, .flex-between .tbflexbasis31 {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
  }
  * .tbflexbasis32, .flex-between .tbflexbasis32 {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
  }
  * .tbflexbasis33, .flex-between .tbflexbasis33 {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
  * .tbflexbasis34, .flex-between .tbflexbasis34 {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%;
  }
  * .tbflexbasis35, .flex-between .tbflexbasis35 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
  * .tbflexbasis36, .flex-between .tbflexbasis36 {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%;
  }
  * .tbflexbasis37, .flex-between .tbflexbasis37 {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    max-width: 37%;
  }
  * .tbflexbasis38, .flex-between .tbflexbasis38 {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
  }
  * .tbflexbasis39, .flex-between .tbflexbasis39 {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    max-width: 39%;
  }
  * .tbflexbasis40, .flex-between .tbflexbasis40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  * .tbflexbasis41, .flex-between .tbflexbasis41 {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    max-width: 41%;
  }
  * .tbflexbasis42, .flex-between .tbflexbasis42 {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
  }
  * .tbflexbasis43, .flex-between .tbflexbasis43 {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    max-width: 43%;
  }
  * .tbflexbasis44, .flex-between .tbflexbasis44 {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    max-width: 44%;
  }
  * .tbflexbasis45, .flex-between .tbflexbasis45 {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
  * .tbflexbasis46, .flex-between .tbflexbasis46 {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 46%;
  }
  * .tbflexbasis47, .flex-between .tbflexbasis47 {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 47%;
  }
  * .tbflexbasis48, .flex-between .tbflexbasis48 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  * .tbflexbasis49, .flex-between .tbflexbasis49 {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
  * .tbflexbasis50, .flex-between .tbflexbasis50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  * .tbflexbasis51, .flex-between .tbflexbasis51 {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
    max-width: 51%;
  }
  * .tbflexbasis52, .flex-between .tbflexbasis52 {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    max-width: 52%;
  }
  * .tbflexbasis53, .flex-between .tbflexbasis53 {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    max-width: 53%;
  }
  * .tbflexbasis54, .flex-between .tbflexbasis54 {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    max-width: 54%;
  }
  * .tbflexbasis55, .flex-between .tbflexbasis55 {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
  }
  * .tbflexbasis56, .flex-between .tbflexbasis56 {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    max-width: 56%;
  }
  * .tbflexbasis57, .flex-between .tbflexbasis57 {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    max-width: 57%;
  }
  * .tbflexbasis58, .flex-between .tbflexbasis58 {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    max-width: 58%;
  }
  * .tbflexbasis59, .flex-between .tbflexbasis59 {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    max-width: 59%;
  }
  * .tbflexbasis60, .flex-between .tbflexbasis60 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  * .tbflexbasis61, .flex-between .tbflexbasis61 {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    max-width: 61%;
  }
  * .tbflexbasis62, .flex-between .tbflexbasis62 {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    max-width: 62%;
  }
  * .tbflexbasis63, .flex-between .tbflexbasis63 {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    max-width: 63%;
  }
  * .tbflexbasis64, .flex-between .tbflexbasis64 {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    max-width: 64%;
  }
  * .tbflexbasis65, .flex-between .tbflexbasis65 {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
  }
  * .tbflexbasis66, .flex-between .tbflexbasis66 {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%;
  }
  * .tbflexbasis67, .flex-between .tbflexbasis67 {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%;
  }
  * .tbflexbasis68, .flex-between .tbflexbasis68 {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    max-width: 68%;
  }
  * .tbflexbasis69, .flex-between .tbflexbasis69 {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
    max-width: 69%;
  }
  * .tbflexbasis70, .flex-between .tbflexbasis70 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  * .tbflexbasis71, .flex-between .tbflexbasis71 {
    -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
    max-width: 71%;
  }
  * .tbflexbasis72, .flex-between .tbflexbasis72 {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    max-width: 72%;
  }
  * .tbflexbasis73, .flex-between .tbflexbasis73 {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    max-width: 73%;
  }
  * .tbflexbasis74, .flex-between .tbflexbasis74 {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    max-width: 74%;
  }
  * .tbflexbasis75, .flex-between .tbflexbasis75 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  * .tbflexbasis76, .flex-between .tbflexbasis76 {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
    max-width: 76%;
  }
  * .tbflexbasis77, .flex-between .tbflexbasis77 {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    max-width: 77%;
  }
  * .tbflexbasis78, .flex-between .tbflexbasis78 {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    max-width: 78%;
  }
  * .tbflexbasis79, .flex-between .tbflexbasis79 {
    -ms-flex-preferred-size: 79%;
        flex-basis: 79%;
    max-width: 79%;
  }
  * .tbflexbasis80, .flex-between .tbflexbasis80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  * .tbflexbasis81, .flex-between .tbflexbasis81 {
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
    max-width: 81%;
  }
  * .tbflexbasis82, .flex-between .tbflexbasis82 {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    max-width: 82%;
  }
  * .tbflexbasis83, .flex-between .tbflexbasis83 {
    -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
    max-width: 83%;
  }
  * .tbflexbasis84, .flex-between .tbflexbasis84 {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    max-width: 84%;
  }
  * .tbflexbasis85, .flex-between .tbflexbasis85 {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
  }
  * .tbflexbasis86, .flex-between .tbflexbasis86 {
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    max-width: 86%;
  }
  * .tbflexbasis87, .flex-between .tbflexbasis87 {
    -ms-flex-preferred-size: 87%;
        flex-basis: 87%;
    max-width: 87%;
  }
  * .tbflexbasis88, .flex-between .tbflexbasis88 {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  * .tbflexbasis89, .flex-between .tbflexbasis89 {
    -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
    max-width: 89%;
  }
  * .tbflexbasis90, .flex-between .tbflexbasis90 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  * .tbflexbasis91, .flex-between .tbflexbasis91 {
    -ms-flex-preferred-size: 91%;
        flex-basis: 91%;
    max-width: 91%;
  }
  * .tbflexbasis92, .flex-between .tbflexbasis92 {
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    max-width: 92%;
  }
  * .tbflexbasis93, .flex-between .tbflexbasis93 {
    -ms-flex-preferred-size: 93%;
        flex-basis: 93%;
    max-width: 93%;
  }
  * .tbflexbasis94, .flex-between .tbflexbasis94 {
    -ms-flex-preferred-size: 94%;
        flex-basis: 94%;
    max-width: 94%;
  }
  * .tbflexbasis95, .flex-between .tbflexbasis95 {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
  }
  * .tbflexbasis96, .flex-between .tbflexbasis96 {
    -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
    max-width: 96%;
  }
  * .tbflexbasis97, .flex-between .tbflexbasis97 {
    -ms-flex-preferred-size: 97%;
        flex-basis: 97%;
    max-width: 97%;
  }
  * .tbflexbasis98, .flex-between .tbflexbasis98 {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    max-width: 98%;
  }
  * .tbflexbasis99, .flex-between .tbflexbasis99 {
    -ms-flex-preferred-size: 99%;
        flex-basis: 99%;
    max-width: 99%;
  }
  * .tbflexbasis100, .flex-between .tbflexbasis100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
/* yubinpc */
@media screen and (max-width: 850px) {
  * .spflexbasis01, .flex-between .spflexbasis01 {
    -ms-flex-preferred-size: 1%;
        flex-basis: 1%;
    max-width: 1%;
  }
  * .spflexbasis02, .flex-between .spflexbasis02 {
    -ms-flex-preferred-size: 2%;
        flex-basis: 2%;
    max-width: 2%;
  }
  * .spflexbasis03, .flex-between .spflexbasis03 {
    -ms-flex-preferred-size: 3%;
        flex-basis: 3%;
    max-width: 3%;
  }
  * .spflexbasis04, .flex-between .spflexbasis04 {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%;
  }
  * .spflexbasis05, .flex-between .spflexbasis05 {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  * .spflexbasis06, .flex-between .spflexbasis06 {
    -ms-flex-preferred-size: 6%;
        flex-basis: 6%;
    max-width: 6%;
  }
  * .spflexbasis07, .flex-between .spflexbasis07 {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    max-width: 7%;
  }
  * .spflexbasis08, .flex-between .spflexbasis08 {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  * .spflexbasis09, .flex-between .spflexbasis09 {
    -ms-flex-preferred-size: 9%;
        flex-basis: 9%;
    max-width: 9%;
  }
  * .spflexbasis10, .flex-between .spflexbasis10 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  * .spflexbasis11, .flex-between .spflexbasis11 {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    max-width: 11%;
  }
  * .spflexbasis12, .flex-between .spflexbasis12 {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  * .spflexbasis13, .flex-between .spflexbasis13 {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    max-width: 13%;
  }
  * .spflexbasis14, .flex-between .spflexbasis14 {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-width: 14%;
  }
  * .spflexbasis15, .flex-between .spflexbasis15 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
  * .spflexbasis16, .flex-between .spflexbasis16 {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%;
  }
  * .spflexbasis17, .flex-between .spflexbasis17 {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    max-width: 17%;
  }
  * .spflexbasis18, .flex-between .spflexbasis18 {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    max-width: 18%;
  }
  * .spflexbasis19, .flex-between .spflexbasis19 {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    max-width: 19%;
  }
  * .spflexbasis20, .flex-between .spflexbasis20 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  * .spflexbasis21, .flex-between .spflexbasis21 {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    max-width: 21%;
  }
  * .spflexbasis22, .flex-between .spflexbasis22 {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    max-width: 22%;
  }
  * .spflexbasis23, .flex-between .spflexbasis23 {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    max-width: 23%;
  }
  * .spflexbasis24, .flex-between .spflexbasis24 {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
  }
  * .spflexbasis25, .flex-between .spflexbasis25 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  * .spflexbasis26, .flex-between .spflexbasis26 {
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    max-width: 26%;
  }
  * .spflexbasis27, .flex-between .spflexbasis27 {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    max-width: 27%;
  }
  * .spflexbasis28, .flex-between .spflexbasis28 {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    max-width: 28%;
  }
  * .spflexbasis29, .flex-between .spflexbasis29 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
  * .spflexbasis30, .flex-between .spflexbasis30 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  * .spflexbasis31, .flex-between .spflexbasis31 {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
  }
  * .spflexbasis32, .flex-between .spflexbasis32 {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
  }
  * .spflexbasis33, .flex-between .spflexbasis33 {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
  * .spflexbasis34, .flex-between .spflexbasis34 {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%;
  }
  * .spflexbasis35, .flex-between .spflexbasis35 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
  * .spflexbasis36, .flex-between .spflexbasis36 {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%;
  }
  * .spflexbasis37, .flex-between .spflexbasis37 {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    max-width: 37%;
  }
  * .spflexbasis38, .flex-between .spflexbasis38 {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
  }
  * .spflexbasis39, .flex-between .spflexbasis39 {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    max-width: 39%;
  }
  * .spflexbasis40, .flex-between .spflexbasis40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  * .spflexbasis41, .flex-between .spflexbasis41 {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    max-width: 41%;
  }
  * .spflexbasis42, .flex-between .spflexbasis42 {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
  }
  * .spflexbasis43, .flex-between .spflexbasis43 {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    max-width: 43%;
  }
  * .spflexbasis44, .flex-between .spflexbasis44 {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    max-width: 44%;
  }
  * .spflexbasis45, .flex-between .spflexbasis45 {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
  * .spflexbasis46, .flex-between .spflexbasis46 {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 46%;
  }
  * .spflexbasis47, .flex-between .spflexbasis47 {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 47%;
  }
  * .spflexbasis48, .flex-between .spflexbasis48 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  * .spflexbasis49, .flex-between .spflexbasis49 {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
  * .spflexbasis50, .flex-between .spflexbasis50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  * .spflexbasis51, .flex-between .spflexbasis51 {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
    max-width: 51%;
  }
  * .spflexbasis52, .flex-between .spflexbasis52 {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    max-width: 52%;
  }
  * .spflexbasis53, .flex-between .spflexbasis53 {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    max-width: 53%;
  }
  * .spflexbasis54, .flex-between .spflexbasis54 {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    max-width: 54%;
  }
  * .spflexbasis55, .flex-between .spflexbasis55 {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
  }
  * .spflexbasis56, .flex-between .spflexbasis56 {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    max-width: 56%;
  }
  * .spflexbasis57, .flex-between .spflexbasis57 {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    max-width: 57%;
  }
  * .spflexbasis58, .flex-between .spflexbasis58 {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    max-width: 58%;
  }
  * .spflexbasis59, .flex-between .spflexbasis59 {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    max-width: 59%;
  }
  * .spflexbasis60, .flex-between .spflexbasis60 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  * .spflexbasis61, .flex-between .spflexbasis61 {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    max-width: 61%;
  }
  * .spflexbasis62, .flex-between .spflexbasis62 {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    max-width: 62%;
  }
  * .spflexbasis63, .flex-between .spflexbasis63 {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    max-width: 63%;
  }
  * .spflexbasis64, .flex-between .spflexbasis64 {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    max-width: 64%;
  }
  * .spflexbasis65, .flex-between .spflexbasis65 {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
  }
  * .spflexbasis66, .flex-between .spflexbasis66 {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%;
  }
  * .spflexbasis67, .flex-between .spflexbasis67 {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%;
  }
  * .spflexbasis68, .flex-between .spflexbasis68 {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    max-width: 68%;
  }
  * .spflexbasis69, .flex-between .spflexbasis69 {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
    max-width: 69%;
  }
  * .spflexbasis70, .flex-between .spflexbasis70 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  * .spflexbasis71, .flex-between .spflexbasis71 {
    -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
    max-width: 71%;
  }
  * .spflexbasis72, .flex-between .spflexbasis72 {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    max-width: 72%;
  }
  * .spflexbasis73, .flex-between .spflexbasis73 {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    max-width: 73%;
  }
  * .spflexbasis74, .flex-between .spflexbasis74 {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    max-width: 74%;
  }
  * .spflexbasis75, .flex-between .spflexbasis75 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  * .spflexbasis76, .flex-between .spflexbasis76 {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
    max-width: 76%;
  }
  * .spflexbasis77, .flex-between .spflexbasis77 {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    max-width: 77%;
  }
  * .spflexbasis78, .flex-between .spflexbasis78 {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    max-width: 78%;
  }
  * .spflexbasis79, .flex-between .spflexbasis79 {
    -ms-flex-preferred-size: 79%;
        flex-basis: 79%;
    max-width: 79%;
  }
  * .spflexbasis80, .flex-between .spflexbasis80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  * .spflexbasis81, .flex-between .spflexbasis81 {
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
    max-width: 81%;
  }
  * .spflexbasis82, .flex-between .spflexbasis82 {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    max-width: 82%;
  }
  * .spflexbasis83, .flex-between .spflexbasis83 {
    -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
    max-width: 83%;
  }
  * .spflexbasis84, .flex-between .spflexbasis84 {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    max-width: 84%;
  }
  * .spflexbasis85, .flex-between .spflexbasis85 {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
  }
  * .spflexbasis86, .flex-between .spflexbasis86 {
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    max-width: 86%;
  }
  * .spflexbasis87, .flex-between .spflexbasis87 {
    -ms-flex-preferred-size: 87%;
        flex-basis: 87%;
    max-width: 87%;
  }
  * .spflexbasis88, .flex-between .spflexbasis88 {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  * .spflexbasis89, .flex-between .spflexbasis89 {
    -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
    max-width: 89%;
  }
  * .spflexbasis90, .flex-between .spflexbasis90 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  * .spflexbasis91, .flex-between .spflexbasis91 {
    -ms-flex-preferred-size: 91%;
        flex-basis: 91%;
    max-width: 91%;
  }
  * .spflexbasis92, .flex-between .spflexbasis92 {
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    max-width: 92%;
  }
  * .spflexbasis93, .flex-between .spflexbasis93 {
    -ms-flex-preferred-size: 93%;
        flex-basis: 93%;
    max-width: 93%;
  }
  * .spflexbasis94, .flex-between .spflexbasis94 {
    -ms-flex-preferred-size: 94%;
        flex-basis: 94%;
    max-width: 94%;
  }
  * .spflexbasis95, .flex-between .spflexbasis95 {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
  }
  * .spflexbasis96, .flex-between .spflexbasis96 {
    -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
    max-width: 96%;
  }
  * .spflexbasis97, .flex-between .spflexbasis97 {
    -ms-flex-preferred-size: 97%;
        flex-basis: 97%;
    max-width: 97%;
  }
  * .spflexbasis98, .flex-between .spflexbasis98 {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    max-width: 98%;
  }
  * .spflexbasis99, .flex-between .spflexbasis99 {
    -ms-flex-preferred-size: 99%;
        flex-basis: 99%;
    max-width: 99%;
  }
  * .spflexbasis100, .flex-between .spflexbasis100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
/* sp */
/*  Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.valign-t {
  vertical-align: top;
}

*.bl-center {
  margin: auto;
}

*.bl-left {
  margin-right: auto;
  margin-left: 0 !important;
}

*.bl-right {
  margin-left: auto;
  margin-right: 0 !important;
}

@media screen and (max-width: 850px) {
  .spalign-r {
    text-align: right;
  }

  .spalign-c {
    text-align: center;
  }

  .spalign-l {
    text-align: left;
  }
}
/* sp */
/*----------------------------------------------------------
	margin / position
--------------------------------------------------------- */
*.height1em {
  min-height: 1em;
}

*.height1_5em {
  min-height: 1.5em;
}

*.height2em {
  min-height: 2em;
}

*.height2_5em {
  min-height: 2.5em;
}

*.height3em {
  min-height: 3em;
}

*.height3_5em {
  min-height: 3.5em;
}

*.height4em {
  min-height: 4em;
}

*.height4_5em {
  min-height: 4.5em;
}

*.height5em {
  min-height: 5em;
}

*.sp-b1em {
  margin-bottom: 1em;
}

*.sp-b2em {
  margin-bottom: 2em;
}

*.sp-b3em {
  margin-bottom: 3em;
}

*.sp-t1em {
  margin-top: 1em;
}

*.sp-t2em {
  margin-top: 2em;
}

*.sp-t3em {
  margin-top: 3em;
}

*.sp-r1em {
  margin-right: 1em;
}

*.sp-r2em {
  margin-right: 2em;
}

*.sp-r3em {
  margin-right: 3em;
}

*.sp-l1em {
  margin-left: 1em;
}

*.sp-l2em {
  margin-left: 2em;
}

*.sp-l3em {
  margin-left: 3em;
}

*.sp-v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.sp-v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

*.sp-v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

*.sp-v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

*.sp-v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

*.sp-v25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

*.sp-v30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

*.sp-v40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

*.sp-v50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

*.sp-v60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

*.sp-v70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

*.sp-v80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

*.sp-v90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

*.sp-t0 {
  margin-top: 0px !important;
}

*.sp-t5 {
  margin-top: 5px !important;
}

*.sp-t10 {
  margin-top: 10px !important;
}

*.sp-t15 {
  margin-top: 15px !important;
}

*.sp-t20 {
  margin-top: 20px !important;
}

*.sp-t25 {
  margin-top: 25px !important;
}

*.sp-t30 {
  margin-top: 30px !important;
}

*.sp-t40 {
  margin-top: 40px !important;
}

*.sp-t50 {
  margin-top: 50px !important;
}

*.sp-t60 {
  margin-top: 60px !important;
}

*.sp-t70 {
  margin-top: 70px !important;
}

*.sp-t80 {
  margin-top: 80px !important;
}

*.sp-t90 {
  margin-top: 90px !important;
}

*.sp-b0 {
  margin-bottom: 0px !important;
}

*.sp-b5 {
  margin-bottom: 5px !important;
}

*.sp-b10 {
  margin-bottom: 10px !important;
}

*.sp-b15 {
  margin-bottom: 15px !important;
}

*.sp-b20 {
  margin-bottom: 20px !important;
}

*.sp-b25 {
  margin-bottom: 25px !important;
}

*.sp-b30 {
  margin-bottom: 30px !important;
}

*.sp-b40 {
  margin-bottom: 40px !important;
}

*.sp-b50 {
  margin-bottom: 50px !important;
}

*.sp-b60 {
  margin-bottom: 60px !important;
}

*.sp-b70 {
  margin-bottom: 70px !important;
}

*.sp-b80 {
  margin-bottom: 80px !important;
}

*.sp-b90 {
  margin-bottom: 90px !important;
}

*.sp-r0 {
  margin-right: 0px !important;
}

*.sp-r5 {
  margin-right: 5px !important;
}

*.sp-r10 {
  margin-right: 10px !important;
}

*.sp-r15 {
  margin-right: 15px !important;
}

*.sp-r20 {
  margin-right: 20px !important;
}

*.sp-r25 {
  margin-right: 25px !important;
}

*.sp-r30 {
  margin-right: 30px !important;
}

*.sp-r40 {
  margin-right: 40px !important;
}

*.sp-r50 {
  margin-right: 50px !important;
}

*.sp-r60 {
  margin-right: 60px !important;
}

*.sp-r70 {
  margin-right: 70px !important;
}

*.sp-r80 {
  margin-right: 80px !important;
}

*.sp-r90 {
  margin-right: 90px !important;
}

*.sp-l0 {
  margin-left: 0px !important;
}

*.sp-l5 {
  margin-left: 5px !important;
}

*.sp-l10 {
  margin-left: 10px !important;
}

*.sp-l15 {
  margin-left: 15px !important;
}

*.sp-l20 {
  margin-left: 20px !important;
}

*.sp-l25 {
  margin-left: 25px !important;
}

*.sp-l30 {
  margin-left: 30px !important;
}

*.sp-l40 {
  margin-left: 40px !important;
}

*.sp-l50 {
  margin-left: 50px !important;
}

*.sp-l60 {
  margin-left: 60px !important;
}

*.sp-l70 {
  margin-left: 70px !important;
}

*.sp-l80 {
  margin-left: 80px !important;
}

*.sp-l90 {
  margin-left: 90px !important;
}

*.sp-mt5 {
  margin-top: -5px !important;
}

*.sp-mt10 {
  margin-top: -10px !important;
}

*.sp-mt15 {
  margin-top: -15px !important;
}

*.sp-mt20 {
  margin-top: -20px !important;
}

*.sp-mt25 {
  margin-top: -25px !important;
}

*.sp-mt30 {
  margin-top: -30px !important;
}

*.sp-mt40 {
  margin-top: -40px !important;
}

*.sp-mt50 {
  margin-top: -50px !important;
}

*.sp-mb5 {
  margin-bottom: -5px !important;
}

*.sp-mb10 {
  margin-bottom: -10px !important;
}

*.sp-mb15 {
  margin-bottom: -15px !important;
}

*.sp-mb20 {
  margin-bottom: -20px !important;
}

*.sp-mb25 {
  margin-bottom: -25px !important;
}

*.sp-mb30 {
  margin-bottom: -30px !important;
}

*.sp-mb40 {
  margin-bottom: -40px !important;
}

*.sp-mb50 {
  margin-bottom: -50px !important;
}

*.sp-lr0 {
  margin-left: 0px !important;
  margin-left: 0px !important;
}

*.sp-lr5 {
  margin-left: 5px !important;
  margin-left: 5px !important;
}

*.sp-lr10 {
  margin-left: 10px !important;
  margin-left: 10px !important;
}

*.sp-lr15 {
  margin-left: 15px !important;
  margin-left: 15px !important;
}

*.sp-lr20 {
  margin-left: 20px !important;
  margin-left: 20px !important;
}

*.sp-lr25 {
  margin-left: 25px !important;
  margin-left: 25px !important;
}

*.sp-lr30 {
  margin-left: 30px !important;
  margin-left: 30px !important;
}

*.sp-lr40 {
  margin-left: 40px !important;
  margin-left: 40px !important;
}

*.sp-lr50 {
  margin-left: 50px !important;
  margin-left: 50px !important;
}

*.sp-lr60 {
  margin-left: 60px !important;
  margin-left: 60px !important;
}

*.sp-lr70 {
  margin-left: 70px !important;
  margin-left: 70px !important;
}

*.sp-lr80 {
  margin-left: 80px !important;
  margin-left: 80px !important;
}

*.sp-lr90 {
  margin-left: 90px !important;
  margin-left: 90px !important;
}

*.sp-lr3p {
  margin-right: 3%;
  margin-left: 3%;
}

*.sp-lr4p {
  margin-right: 4%;
  margin-left: 4%;
}

*.sp-lr5p {
  margin-right: 5%;
  margin-left: 5%;
}

*.sp-lr10p {
  margin-right: 10%;
  margin-left: 10%;
}

*.sp-lr15p {
  margin-right: 15%;
  margin-left: 15%;
}

*.sp-lr20p {
  margin-right: 20%;
  margin-left: 20%;
}

*.sp-lr30p {
  margin-right: 30%;
  margin-left: 30%;
}

* .w10p {
  width: 10% !important;
}

* .w20p {
  width: 20% !important;
}

* .w30p {
  width: 30% !important;
}

* .w40p {
  width: 40% !important;
}

* .w50p {
  width: 50% !important;
}

* .w60p {
  width: 60% !important;
}

* .w70p {
  width: 70% !important;
}

* .w80p {
  width: 80% !important;
}

* .w90p {
  width: 90% !important;
}

* .w100p {
  width: 100% !important;
}

*.pd5 {
  padding: 5px;
}

*.pd10 {
  padding: 10px;
}

*.pd15 {
  padding: 15px;
}

*.pd20 {
  padding: 20px;
}

*.pd25 {
  padding: 25px;
}

*.pd30 {
  padding: 30px;
}

*.pd40 {
  padding: 40px;
}

*.pd50 {
  padding: 50px;
}

*.pd-lr5 {
  padding-right: 5px;
  padding-left: 5px;
}

*.pd-lr10 {
  padding-right: 10px;
  padding-left: 10px;
}

*.pd-lr15 {
  padding-right: 15px;
  padding-left: 15px;
}

*.pd-lr20 {
  padding-right: 20px;
  padding-left: 20px;
}

*.pd-lr25 {
  padding-right: 25px;
  padding-left: 25px;
}

*.pd-lr30 {
  padding-right: 30px;
  padding-left: 30px;
}

*.pd-lr40 {
  padding-right: 40px;
  padding-left: 40px;
}

*.pd-lr50 {
  padding-right: 50px;
  padding-left: 50px;
}

*.pd-lr3p {
  padding-right: 3%;
  padding-left: 3%;
}

*.pd-lr4p {
  padding-right: 4%;
  padding-left: 4%;
}

*.pd-lr5p {
  padding-right: 5%;
  padding-left: 5%;
}

*.pd-lr10p {
  padding-right: 10%;
  padding-left: 10%;
}

*.pd-lr15p {
  padding-right: 15%;
  padding-left: 15%;
}

*.pd-lr20p {
  padding-right: 20%;
  padding-left: 20%;
}

*.pd-lr30p {
  padding-right: 30%;
  padding-left: 30%;
}

*.pd-v5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

*.pd-v10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

*.pd-v15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

*.pd-v20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

*.pd-v25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

*.pd-v30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

*.pd-v40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

*.pd-v50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

*.pd-t0 {
  padding-top: 0px !important;
}

*.pd-t5 {
  padding-top: 5px !important;
}

*.pd-t10 {
  padding-top: 10px !important;
}

*.pd-t15 {
  padding-top: 15px !important;
}

*.pd-t20 {
  padding-top: 20px !important;
}

*.pd-t25 {
  padding-top: 25px !important;
}

*.pd-t30 {
  padding-top: 30px !important;
}

*.pd-t40 {
  padding-top: 40px !important;
}

*.pd-t50 {
  padding-top: 50px !important;
}

*.pd-t60 {
  padding-top: 60px !important;
}

*.pd-t70 {
  padding-top: 70px !important;
}

*.pd-t80 {
  padding-top: 80px !important;
}

*.pd-t90 {
  padding-top: 90px !important;
}

*.pd-b0 {
  padding-bottom: 0px !important;
}

*.pd-b5 {
  padding-bottom: 5px !important;
}

*.pd-b10 {
  padding-bottom: 10px !important;
}

*.pd-b15 {
  padding-bottom: 15px !important;
}

*.pd-b20 {
  padding-bottom: 20px !important;
}

*.pd-b25 {
  padding-bottom: 25px !important;
}

*.pd-b30 {
  padding-bottom: 30px !important;
}

*.pd-b40 {
  padding-bottom: 40px !important;
}

*.pd-b50 {
  padding-bottom: 50px !important;
}

*.pd-b60 {
  padding-bottom: 60px !important;
}

*.pd-b70 {
  padding-bottom: 70px !important;
}

*.pd-b80 {
  padding-bottom: 80px !important;
}

*.pd-b90 {
  padding-bottom: 90px !important;
}

*.pd-r0 {
  padding-right: 0px !important;
}

*.pd-r5 {
  padding-right: 5px !important;
}

*.pd-r10 {
  padding-right: 10px !important;
}

*.pd-r15 {
  padding-right: 15px !important;
}

*.pd-r20 {
  padding-right: 20px !important;
}

*.pd-r25 {
  padding-right: 25px !important;
}

*.pd-r30 {
  padding-right: 30px !important;
}

*.pd-r40 {
  padding-right: 40px !important;
}

*.pd-r50 {
  padding-right: 50px !important;
}

*.pd-r60 {
  padding-right: 60px !important;
}

*.pd-r70 {
  padding-right: 70px !important;
}

*.pd-r80 {
  padding-right: 80px !important;
}

*.pd-r90 {
  padding-right: 90px !important;
}

*.pd-l0 {
  padding-left: 0px !important;
}

*.pd-l5 {
  padding-left: 5px !important;
}

*.pd-l10 {
  padding-left: 10px !important;
}

*.pd-l15 {
  padding-left: 15px !important;
}

*.pd-l20 {
  padding-left: 20px !important;
}

*.pd-l25 {
  padding-left: 25px !important;
}

*.pd-l30 {
  padding-left: 30px !important;
}

*.pd-l40 {
  padding-left: 40px !important;
}

*.pd-l50 {
  padding-left: 50px !important;
}

*.pd-l60 {
  padding-left: 60px !important;
}

*.pd-l70 {
  padding-left: 70px !important;
}

*.pd-l80 {
  padding-left: 80px !important;
}

*.pd-l90 {
  padding-left: 90px !important;
}

.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius30 {
  border-radius: 30px;
}

.radius40 {
  border-radius: 40px;
}

.radius50 {
  border-radius: 50px;
}

.o-hidden {
  overflow: hidden;
}

.indent {
  margin-left: 1em;
}

.nominW {
  min-width: auto !important;
}

.nominH {
  min-height: auto !important;
}

.nomaxW {
  max-width: auto !important;
}

.nomaxH {
  max-height: auto !important;
}

/* tablet */
@media screen and (min-width: 851px) and (max-width: 1080px) {
  .w10p-tb {
    width: 10% !important;
  }

  .w20p-tb {
    width: 20% !important;
  }

  .w30p-tb {
    width: 30% !important;
  }

  .w40p-tb {
    width: 40% !important;
  }

  .w50p-tb {
    width: 50% !important;
  }

  .w60p-tb {
    width: 60% !important;
  }

  .w70p-tb {
    width: 70% !important;
  }

  .w80p-tb {
    width: 80% !important;
  }

  .w90p-tb {
    width: 90% !important;
  }

  .w100p-tb {
    width: 100% !important;
  }

  *.sp-v0tb {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  *.sp-v5tb {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  *.sp-v10tb {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  *.sp-v15tb {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  *.sp-v20tb {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  *.sp-v25tb {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  *.sp-v30tb {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  *.sp-v40tb {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  *.sp-v50tb {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  *.sp-v60tb {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  *.sp-v70tb {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  *.sp-v80tb {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  *.sp-v90tb {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  *.sp-t0tb {
    margin-top: 0px !important;
  }

  *.sp-t5tb {
    margin-top: 5px !important;
  }

  *.sp-t10tb {
    margin-top: 10px !important;
  }

  *.sp-t15tb {
    margin-top: 15px !important;
  }

  *.sp-t20tb {
    margin-top: 20px !important;
  }

  *.sp-t25tb {
    margin-top: 25px !important;
  }

  *.sp-t30tb {
    margin-top: 30px !important;
  }

  *.sp-t40tb {
    margin-top: 40px !important;
  }

  *.sp-t50tb {
    margin-top: 50px !important;
  }

  *.sp-t60tb {
    margin-top: 60px !important;
  }

  *.sp-t70tb {
    margin-top: 70px !important;
  }

  *.sp-t80tb {
    margin-top: 80px !important;
  }

  *.sp-t90tb {
    margin-top: 90px !important;
  }

  *.sp-b0tb {
    margin-bottom: 0px !important;
  }

  *.sp-b5tb {
    margin-bottom: 5px !important;
  }

  *.sp-b10tb {
    margin-bottom: 10px !important;
  }

  *.sp-b15tb {
    margin-bottom: 15px !important;
  }

  *.sp-b20tb {
    margin-bottom: 20px !important;
  }

  *.sp-b25tb {
    margin-bottom: 25px !important;
  }

  *.sp-b30tb {
    margin-bottom: 30px !important;
  }

  *.sp-b40tb {
    margin-bottom: 40px !important;
  }

  *.sp-b50tb {
    margin-bottom: 50px !important;
  }

  *.sp-b60tb {
    margin-bottom: 60px !important;
  }

  *.sp-b70tb {
    margin-bottom: 70px !important;
  }

  *.sp-b80tb {
    margin-bottom: 80px !important;
  }

  *.sp-b90tb {
    margin-bottom: 90px !important;
  }

  *.sp-mt5tb {
    margin-top: -5px !important;
  }

  *.sp-mt10tb {
    margin-top: -10px !important;
  }

  *.sp-mt15tb {
    margin-top: -15px !important;
  }

  *.sp-mt20tb {
    margin-top: -20px !important;
  }

  *.sp-mt25tb {
    margin-top: -25px !important;
  }

  *.sp-mt30tb {
    margin-top: -30px !important;
  }

  *.sp-mt40tb {
    margin-top: -40px !important;
  }

  *.sp-mt50tb {
    margin-top: -50px !important;
  }

  *.sp-mb5tb {
    margin-bottom: -5px !important;
  }

  *.sp-mb10tb {
    margin-bottom: -10px !important;
  }

  *.sp-mb15tb {
    margin-bottom: -15px !important;
  }

  *.sp-mb20tb {
    margin-bottom: -20px !important;
  }

  *.sp-mb25tb {
    margin-bottom: -25px !important;
  }

  *.sp-mb30tb {
    margin-bottom: -30px !important;
  }

  *.sp-mb40tb {
    margin-bottom: -40px !important;
  }

  *.sp-mb50tb {
    margin-bottom: -50px !important;
  }

  *.sp-lr0tb {
    margin-left: 0px !important;
    margin-left: 0px !important;
  }

  *.sp-lr5tb {
    margin-left: 5px !important;
    margin-left: 5px !important;
  }

  *.sp-lr10tb {
    margin-left: 10px !important;
    margin-left: 10px !important;
  }

  *.sp-lr15tb {
    margin-left: 15px !important;
    margin-left: 15px !important;
  }

  *.sp-lr20tb {
    margin-left: 20px !important;
    margin-left: 20px !important;
  }

  *.sp-lr25tb {
    margin-left: 25px !important;
    margin-left: 25px !important;
  }

  *.sp-lr30tb {
    margin-left: 30px !important;
    margin-left: 30px !important;
  }

  *.sp-lr40tb {
    margin-left: 40px !important;
    margin-left: 40px !important;
  }

  *.sp-lr50tb {
    margin-left: 50px !important;
    margin-left: 50px !important;
  }

  *.sp-lr60tb {
    margin-left: 60px !important;
    margin-left: 60px !important;
  }

  *.sp-lr70tb {
    margin-left: 70px !important;
    margin-left: 70px !important;
  }

  *.sp-lr80tb {
    margin-left: 80px !important;
    margin-left: 80px !important;
  }

  *.sp-lr90tb {
    margin-left: 90px !important;
    margin-left: 90px !important;
  }

  *.sp-lr3p-tb {
    margin-right: 3%;
    margin-left: 3%;
  }

  *.sp-lr4p-tb {
    margin-right: 4%;
    margin-left: 4%;
  }

  *.sp-lr5p-tb {
    margin-right: 5%;
    margin-left: 5%;
  }

  *.sp-lr10p-tb {
    margin-right: 10%;
    margin-left: 10%;
  }

  *.sp-lr15p-tb {
    margin-right: 15%;
    margin-left: 15%;
  }

  *.sp-lr20p-tb {
    margin-right: 20%;
    margin-left: 20%;
  }

  *.sp-lr30p-tb {
    margin-right: 30%;
    margin-left: 30%;
  }

  *.pd5tb {
    padding: 5px;
  }

  *.pd10tb {
    padding: 10px;
  }

  *.pd15tb {
    padding: 15px;
  }

  *.pd20tb {
    padding: 20px;
  }

  *.pd25tb {
    padding: 25px;
  }

  *.pd30tb {
    padding: 30px;
  }

  *.pd40tb {
    padding: 40px;
  }

  *.pd50tb {
    padding: 50px;
  }

  *.pd-lr5tb {
    padding-right: 5px;
    padding-left: 5px;
  }

  *.pd-lr10tb {
    padding-right: 10px;
    padding-left: 10px;
  }

  *.pd-lr15tb {
    padding-right: 15px;
    padding-left: 15px;
  }

  *.pd-lr20tb {
    padding-right: 20px;
    padding-left: 20px;
  }

  *.pd-lr25tb {
    padding-right: 25px;
    padding-left: 25px;
  }

  *.pd-lr30tb {
    padding-right: 30px;
    padding-left: 30px;
  }

  *.pd-lr40tb {
    padding-right: 40px;
    padding-left: 40px;
  }

  *.pd-lr50tb {
    padding-right: 50px;
    padding-left: 50px;
  }

  *.pd-lr3ptb {
    padding-right: 3%;
    padding-left: 3%;
  }

  *.pd-lr4ptb {
    padding-right: 4%;
    padding-left: 4%;
  }

  *.pd-lr5ptb {
    padding-right: 5%;
    padding-left: 5%;
  }

  *.pd-lr10ptb {
    padding-right: 10%;
    padding-left: 10%;
  }

  *.pd-lr15ptb {
    padding-right: 15%;
    padding-left: 15%;
  }

  *.pd-lr20ptb {
    padding-right: 20%;
    padding-left: 20%;
  }

  *.pd-lr30ptb {
    padding-right: 30%;
    padding-left: 30%;
  }

  *.pd-v5tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  *.pd-v10tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  *.pd-v15tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  *.pd-v20tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  *.pd-v25tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  *.pd-v30tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  *.pd-v40tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  *.pd-v50tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  *.pd-t0tb {
    padding-top: 0px !important;
  }

  *.pd-t5tb {
    padding-top: 5px !important;
  }

  *.pd-t10tb {
    padding-top: 10px !important;
  }

  *.pd-t15tb {
    padding-top: 15px !important;
  }

  *.pd-t20tb {
    padding-top: 20px !important;
  }

  *.pd-t25tb {
    padding-top: 25px !important;
  }

  *.pd-t30tb {
    padding-top: 30px !important;
  }

  *.pd-t40tb {
    padding-top: 40px !important;
  }

  *.pd-t50tb {
    padding-top: 50px !important;
  }

  *.pd-t60tb {
    padding-top: 60px !important;
  }

  *.pd-t70tb {
    padding-top: 70px !important;
  }

  *.pd-t80tb {
    padding-top: 80px !important;
  }

  *.pd-t90tb {
    padding-top: 90px !important;
  }

  *.pd-b0tb {
    padding-bottom: 0px !important;
  }

  *.pd-b5tb {
    padding-bottom: 5px !important;
  }

  *.pd-b10tb {
    padding-bottom: 10px !important;
  }

  *.pd-b15tb {
    padding-bottom: 15px !important;
  }

  *.pd-b20tb {
    padding-bottom: 20px !important;
  }

  *.pd-b25tb {
    padding-bottom: 25px !important;
  }

  *.pd-b30tb {
    padding-bottom: 30px !important;
  }

  *.pd-b40tb {
    padding-bottom: 40px !important;
  }

  *.pd-b50tb {
    padding-bottom: 50px !important;
  }

  *.pd-b60tb {
    padding-bottom: 60px !important;
  }

  *.pd-b70tb {
    padding-bottom: 70px !important;
  }

  *.pd-b80tb {
    padding-bottom: 80px !important;
  }

  *.pd-b90tb {
    padding-bottom: 90px !important;
  }

  *.pd-r0tb {
    padding-right: 0px !important;
  }

  *.pd-r5tb {
    padding-right: 5px !important;
  }

  *.pd-r10tb {
    padding-right: 10px !important;
  }

  *.pd-r15tb {
    padding-right: 15px !important;
  }

  *.pd-r20tb {
    padding-right: 20px !important;
  }

  *.pd-r25tb {
    padding-right: 25px !important;
  }

  *.pd-r30tb {
    padding-right: 30px !important;
  }

  *.pd-r40tb {
    padding-right: 40px !important;
  }

  *.pd-r50tb {
    padding-right: 50px !important;
  }

  *.pd-r60tb {
    padding-right: 60px !important;
  }

  *.pd-r70tb {
    padding-right: 70px !important;
  }

  *.pd-r80tb {
    padding-right: 80px !important;
  }

  *.pd-r90tb {
    padding-right: 90px !important;
  }

  *.pd-l0tb {
    padding-left: 0px !important;
  }

  *.pd-l5tb {
    padding-left: 5px !important;
  }

  *.pd-l10tb {
    padding-left: 10px !important;
  }

  *.pd-l15tb {
    padding-left: 15px !important;
  }

  *.pd-l20tb {
    padding-left: 20px !important;
  }

  *.pd-l25tb {
    padding-left: 25px !important;
  }

  *.pd-l30tb {
    padding-left: 30px !important;
  }

  *.pd-l40tb {
    padding-left: 40px !important;
  }

  *.pd-l50tb {
    padding-left: 50px !important;
  }

  *.pd-l60tb {
    padding-left: 60px !important;
  }

  *.pd-l70tb {
    padding-left: 70px !important;
  }

  *.pd-l80tb {
    padding-left: 80px !important;
  }

  *.pd-l90tb {
    padding-left: 90px !important;
  }
}
/* yubinpc */
@media screen and (max-width: 850px) {
  .w10p-sp {
    width: 10% !important;
  }

  .w20p-sp {
    width: 20% !important;
  }

  .w30p-sp {
    width: 30% !important;
  }

  .w40p-sp {
    width: 40% !important;
  }

  .w50p-sp {
    width: 50% !important;
  }

  .w60p-sp {
    width: 60% !important;
  }

  .w70p-sp {
    width: 70% !important;
  }

  .w80p-sp {
    width: 80% !important;
  }

  .w90p-sp {
    width: 90% !important;
  }

  .w100p-sp {
    width: 100% !important;
  }

  *.sp-v0sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  *.sp-v5sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  *.sp-v10sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  *.sp-v15sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  *.sp-v20sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  *.sp-v25sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  *.sp-v30sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  *.sp-v40sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  *.sp-v50sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  *.sp-v60sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  *.sp-v70sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  *.sp-v80sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  *.sp-v90sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  *.sp-t0sp {
    margin-top: 0px !important;
  }

  *.sp-t5sp {
    margin-top: 5px !important;
  }

  *.sp-t10sp {
    margin-top: 10px !important;
  }

  *.sp-t15sp {
    margin-top: 15px !important;
  }

  *.sp-t20sp {
    margin-top: 20px !important;
  }

  *.sp-t25sp {
    margin-top: 25px !important;
  }

  *.sp-t30sp {
    margin-top: 30px !important;
  }

  *.sp-t40sp {
    margin-top: 40px !important;
  }

  *.sp-t50sp {
    margin-top: 50px !important;
  }

  *.sp-t60sp {
    margin-top: 60px !important;
  }

  *.sp-t70sp {
    margin-top: 70px !important;
  }

  *.sp-t80sp {
    margin-top: 80px !important;
  }

  *.sp-t90sp {
    margin-top: 90px !important;
  }

  *.sp-b0sp {
    margin-bottom: 0px !important;
  }

  *.sp-b5sp {
    margin-bottom: 5px !important;
  }

  *.sp-b10sp {
    margin-bottom: 10px !important;
  }

  *.sp-b15sp {
    margin-bottom: 15px !important;
  }

  *.sp-b20sp {
    margin-bottom: 20px !important;
  }

  *.sp-b25sp {
    margin-bottom: 25px !important;
  }

  *.sp-b30sp {
    margin-bottom: 30px !important;
  }

  *.sp-b40sp {
    margin-bottom: 40px !important;
  }

  *.sp-b50sp {
    margin-bottom: 50px !important;
  }

  *.sp-b60sp {
    margin-bottom: 60px !important;
  }

  *.sp-b70sp {
    margin-bottom: 70px !important;
  }

  *.sp-b80sp {
    margin-bottom: 80px !important;
  }

  *.sp-b90sp {
    margin-bottom: 90px !important;
  }

  *.sp-mt5sp {
    margin-top: -5px !important;
  }

  *.sp-mt10sp {
    margin-top: -10px !important;
  }

  *.sp-mt15sp {
    margin-top: -15px !important;
  }

  *.sp-mt20sp {
    margin-top: -20px !important;
  }

  *.sp-mt25sp {
    margin-top: -25px !important;
  }

  *.sp-mt30sp {
    margin-top: -30px !important;
  }

  *.sp-mt40sp {
    margin-top: -40px !important;
  }

  *.sp-mt50sp {
    margin-top: -50px !important;
  }

  *.sp-mb5sp {
    margin-bottom: -5px !important;
  }

  *.sp-mb10sp {
    margin-bottom: -10px !important;
  }

  *.sp-mb15sp {
    margin-bottom: -15px !important;
  }

  *.sp-mb20sp {
    margin-bottom: -20px !important;
  }

  *.sp-mb25sp {
    margin-bottom: -25px !important;
  }

  *.sp-mb30sp {
    margin-bottom: -30px !important;
  }

  *.sp-mb40sp {
    margin-bottom: -40px !important;
  }

  *.sp-mb50sp {
    margin-bottom: -50px !important;
  }

  *.sp-lr0sp {
    margin-left: 0px !important;
    margin-left: 0px !important;
  }

  *.sp-lr5sp {
    margin-left: 5px !important;
    margin-left: 5px !important;
  }

  *.sp-lr10sp {
    margin-left: 10px !important;
    margin-left: 10px !important;
  }

  *.sp-lr15sp {
    margin-left: 15px !important;
    margin-left: 15px !important;
  }

  *.sp-lr20sp {
    margin-left: 20px !important;
    margin-left: 20px !important;
  }

  *.sp-lr25sp {
    margin-left: 25px !important;
    margin-left: 25px !important;
  }

  *.sp-lr30sp {
    margin-left: 30px !important;
    margin-left: 30px !important;
  }

  *.sp-lr40sp {
    margin-left: 40px !important;
    margin-left: 40px !important;
  }

  *.sp-lr50sp {
    margin-left: 50px !important;
    margin-left: 50px !important;
  }

  *.sp-lr60sp {
    margin-left: 60px !important;
    margin-left: 60px !important;
  }

  *.sp-lr70sp {
    margin-left: 70px !important;
    margin-left: 70px !important;
  }

  *.sp-lr80sp {
    margin-left: 80px !important;
    margin-left: 80px !important;
  }

  *.sp-lr90sp {
    margin-left: 90px !important;
    margin-left: 90px !important;
  }

  *.sp-lr3p-sp {
    margin-right: 3%;
    margin-left: 3%;
  }

  *.sp-lr4p-sp {
    margin-right: 4%;
    margin-left: 4%;
  }

  *.sp-lr5p-sp {
    margin-right: 5%;
    margin-left: 5%;
  }

  *.sp-lr10p-sp {
    margin-right: 10%;
    margin-left: 10%;
  }

  *.sp-lr15p-sp {
    margin-right: 15%;
    margin-left: 15%;
  }

  *.sp-lr20p-sp {
    margin-right: 20%;
    margin-left: 20%;
  }

  *.sp-lr30p-sp {
    margin-right: 30%;
    margin-left: 30%;
  }

  *.pd5sp {
    padding: 5px;
  }

  *.pd10sp {
    padding: 10px;
  }

  *.pd15sp {
    padding: 15px;
  }

  *.pd20sp {
    padding: 20px;
  }

  *.pd25sp {
    padding: 25px;
  }

  *.pd30sp {
    padding: 30px;
  }

  *.pd40sp {
    padding: 40px;
  }

  *.pd50sp {
    padding: 50px;
  }

  *.pd-lr5sp {
    padding-right: 5px;
    padding-left: 5px;
  }

  *.pd-lr10sp {
    padding-right: 10px;
    padding-left: 10px;
  }

  *.pd-lr15sp {
    padding-right: 15px;
    padding-left: 15px;
  }

  *.pd-lr20sp {
    padding-right: 20px;
    padding-left: 20px;
  }

  *.pd-lr25sp {
    padding-right: 25px;
    padding-left: 25px;
  }

  *.pd-lr30sp {
    padding-right: 30px;
    padding-left: 30px;
  }

  *.pd-lr40sp {
    padding-right: 40px;
    padding-left: 40px;
  }

  *.pd-lr50sp {
    padding-right: 50px;
    padding-left: 50px;
  }

  *.pd-lr3psp {
    padding-right: 3%;
    padding-left: 3%;
  }

  *.pd-lr4psp {
    padding-right: 4%;
    padding-left: 4%;
  }

  *.pd-lr5psp {
    padding-right: 5%;
    padding-left: 5%;
  }

  *.pd-lr10psp {
    padding-right: 10%;
    padding-left: 10%;
  }

  *.pd-lr15psp {
    padding-right: 15%;
    padding-left: 15%;
  }

  *.pd-lr20psp {
    padding-right: 20%;
    padding-left: 20%;
  }

  *.pd-lr30psp {
    padding-right: 30%;
    padding-left: 30%;
  }

  *.pd-v5sp {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  *.pd-v10sp {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  *.pd-v15sp {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  *.pd-v20sp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  *.pd-v25sp {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  *.pd-v30sp {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  *.pd-v40sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  *.pd-v50sp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  *.pd-t0sp {
    padding-top: 0px !important;
  }

  *.pd-t5sp {
    padding-top: 5px !important;
  }

  *.pd-t10sp {
    padding-top: 10px !important;
  }

  *.pd-t15sp {
    padding-top: 15px !important;
  }

  *.pd-t20sp {
    padding-top: 20px !important;
  }

  *.pd-t25sp {
    padding-top: 25px !important;
  }

  *.pd-t30sp {
    padding-top: 30px !important;
  }

  *.pd-t40sp {
    padding-top: 40px !important;
  }

  *.pd-t50sp {
    padding-top: 50px !important;
  }

  *.pd-t60sp {
    padding-top: 60px !important;
  }

  *.pd-t70sp {
    padding-top: 70px !important;
  }

  *.pd-t80sp {
    padding-top: 80px !important;
  }

  *.pd-t90sp {
    padding-top: 90px !important;
  }

  *.pd-b0sp {
    padding-bottom: 0px !important;
  }

  *.pd-b5sp {
    padding-bottom: 5px !important;
  }

  *.pd-b10sp {
    padding-bottom: 10px !important;
  }

  *.pd-b15sp {
    padding-bottom: 15px !important;
  }

  *.pd-b20sp {
    padding-bottom: 20px !important;
  }

  *.pd-b25sp {
    padding-bottom: 25px !important;
  }

  *.pd-b30sp {
    padding-bottom: 30px !important;
  }

  *.pd-b40sp {
    padding-bottom: 40px !important;
  }

  *.pd-b50sp {
    padding-bottom: 50px !important;
  }

  *.pd-b60sp {
    padding-bottom: 60px !important;
  }

  *.pd-b70sp {
    padding-bottom: 70px !important;
  }

  *.pd-b80sp {
    padding-bottom: 80px !important;
  }

  *.pd-b90sp {
    padding-bottom: 90px !important;
  }

  *.pd-r0sp {
    padding-right: 0px !important;
  }

  *.pd-r5sp {
    padding-right: 5px !important;
  }

  *.pd-r10sp {
    padding-right: 10px !important;
  }

  *.pd-r15sp {
    padding-right: 15px !important;
  }

  *.pd-r20sp {
    padding-right: 20px !important;
  }

  *.pd-r25sp {
    padding-right: 25px !important;
  }

  *.pd-r30sp {
    padding-right: 30px !important;
  }

  *.pd-r40sp {
    padding-right: 40px !important;
  }

  *.pd-r50sp {
    padding-right: 50px !important;
  }

  *.pd-r60sp {
    padding-right: 60px !important;
  }

  *.pd-r70sp {
    padding-right: 70px !important;
  }

  *.pd-r80sp {
    padding-right: 80px !important;
  }

  *.pd-r90sp {
    padding-right: 90px !important;
  }

  *.pd-l0sp {
    padding-left: 0px !important;
  }

  *.pd-l5sp {
    padding-left: 5px !important;
  }

  *.pd-l10sp {
    padding-left: 10px !important;
  }

  *.pd-l15sp {
    padding-left: 15px !important;
  }

  *.pd-l20sp {
    padding-left: 20px !important;
  }

  *.pd-l25sp {
    padding-left: 25px !important;
  }

  *.pd-l30sp {
    padding-left: 30px !important;
  }

  *.pd-l40sp {
    padding-left: 40px !important;
  }

  *.pd-l50sp {
    padding-left: 50px !important;
  }

  *.pd-l60sp {
    padding-left: 60px !important;
  }

  *.pd-l70sp {
    padding-left: 70px !important;
  }

  *.pd-l80sp {
    padding-left: 80px !important;
  }

  *.pd-l90sp {
    padding-left: 90px !important;
  }
}
/* sp */
/*  hr
----------------------------------------------- */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
}

hr.type2 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

hr.type3 {
  border-top: 4px double #bbb;
}

/*  icon
----------------------------------------------- */
.mk-mp3:before {
  font-family: "basicicon";
  content: "m";
  font-size: 26px;
  color: #2c8eb2;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-doc:before {
  font-family: "basicicon";
  content: "d";
  font-size: 26px;
  color: #1f3c7c;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-xls:before {
  font-family: "basicicon";
  content: "x";
  font-size: 26px;
  color: #1f7c3f;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-pdf:before {
  font-family: "basicicon";
  content: "p";
  font-size: 26px;
  color: #a32731;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-ppt:before {
  font-family: "basicicon";
  content: "t";
  font-size: 26px;
  color: #e2671b;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-img:before {
  font-family: "basicicon";
  content: "j";
  font-size: 26px;
  color: #7d59a0;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-etc:before {
  font-family: "basicicon";
  content: "e";
  font-size: 26px;
  color: #7a7a7a;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-popup:before {
  font-family: "basicicon";
  content: "$";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

.mk-up:before {
  font-family: "basicicon";
  content: "\e94f";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

.mk-down:before {
  font-family: "basicicon";
  content: "\e94c";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

.mk-next:before {
  font-family: "basicicon";
  content: "\e94e";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

.mk-prev:before {
  font-family: "basicicon";
  content: "\e94d";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

p a[target=_blank]:after {
  font-family: "basicicon";
  content: "$";
  margin-left: 0.2em;
  position: relative;
  top: 0.1em;
  display: inline-block;
}

/*  form
----------------------------------------------- */
select, textarea,
input[type=text], input[type=email], input[type=tel] {
  border: #2391bf 1px solid;
  background: #FFF;
  color: #333;
  padding: 10px 6px;
  /* width:100%;*/
}

input[type=button], input[type=submit] {
  background: #2391bf !important;
  color: #FFF;
  padding: 0.4em 0.8em;
  font-weight: 100%;
  border: none;
  font-size: 20px;
  border-bottom: #8b8b8b 2px solid;
  border-radius: 4px;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.form {
  padding: 3%;
  background: #FFF;
  width: 70%;
  margin: auto;
}
.form span.required:after {
  font-family: "basicicon";
  content: "\e600";
  color: #F57E7E;
  font-size: 120%;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.form dl {
  margin-bottom: 1em;
}
.form dl dt {
  margin-bottom: 0.5em;
}
.form dl dt:before {
  font-family: "basicicon";
  content: "\e60f";
  color: #b6e3f6;
  margin-right: 0.3em;
}
.form .btnArea {
  margin: 15px auto;
  text-align: center;
}
.form .half {
  width: 60%;
}
.form .thin {
  width: 40%;
}
.form .full {
  width: 100%;
}
.form .year {
  width: 6em;
}
.form .month {
  width: 4em;
}

@media screen and (max-width: 850px) {
  .form {
    width: 100%;
  }
  .form dl dd input {
    margin-bottom: 10px;
  }

  input, select {
    width: 100%;
    font-size: 120%;
    padding: 8px 5px;
  }

  input[type=checkbox], input[type=radio], select {
    width: auto;
  }

  input:focus, input:hover {
    background: #FFF2F2;
  }

  /*input{-webkit-appearance: button;}*/
}
/* sp */
form.sent dl,
form.sent .btnArea,
form.sent .sentnodisp {
  display: none !important;
}

body.thanks div.wpcf7-mail-sent-ok {
  background: #eee;
  padding: 20px;
  border: none;
}

form div.wpcf7-response-output {
  background: #FFF;
  padding: 0.8em;
}

form span.wpcf7-not-valid-tip:before {
  font-family: "basicicon";
  content: "\e623";
  margin-right: 0.2em;
}

/*----------------------------------------------------------
	Font
--------------------------------------------------------- */
/*  iconfont
----------------------------------------------- */
/*  iconfont
----------------------------------------------- */
[class^=icon-]:before, [class*=" icon-"]:before,
[class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "basicicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.3;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  margin-right: 3px;
  font-size: 120%;
}

[class^=icon-]:after, [class*=" icon-"]:after {
  margin-left: 3px;
  font-size: 120%;
}

[class^=icon-fl_]:before, [class*=" icon-fl_"]:before,
[class^=icon-fl_]:after, [class*=" icon-fl_"]:after {
  font-size: 160%;
  vertical-align: middle;
}

/*----------------------------------------------------------
  Script
--------------------------------------------------------- */
.addtoany_content {
  margin: 8vh auto 3vh !important;
}

.addtoany_share_save_container {
  padding-top: 20px;
  /* border-top:6px double #FFF;*/
}

/* drwer menu */
.naver {
  margin: 0;
}

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

.naver-handle {
  background: #2391bf;
  color: #FFF;
  cursor: pointer;
  display: none;
  top: 0;
  right: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10;
}

.naver-handle:after {
  position: absolute;
  left: 20%;
  top: 20%;
  color: #FFF;
  font-family: "basicicon";
  content: "\e61e";
}

.naver.open .naver-handle:after {
  color: #FFF;
  font-family: "basicicon";
  content: "\e614";
}

.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* animation */
.naver.open .naver-wrapper {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.naver.enabled .naver-handle {
  display: block;
}
.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}
.naver.enabled .naver-container {
  height: auto;
}

.grecaptcha-badge {
  display: none;
}

@media screen and (max-width: 850px) {
  .bg_topslide {
    display: none;
  }
  .bg_topslide div {
    background-size: 15vw;
    width: 15vw;
    height: 22vw;
    z-index: 5;
  }
}
/* sp */
/*  post-single
----------------------------------------------- */
.postDetail {
  margin: 0 auto;
  position: relative;
}
.postDetail .meta {
  text-align: right;
}
.postDetail .img {
  text-align: center;
  margin-bottom: 15px;
}
.postDetail .img img {
  max-height: 40vh;
}
.postDetail .postEditor dl, .postDetail .postEditor dt, .postDetail .postEditor fieldset, .postDetail .postEditor form, .postDetail .postEditor frame, .postDetail .postEditor frameset, .postDetail .postEditor h1, .postDetail .postEditor h2, .postDetail .postEditor h3, .postDetail .postEditor h4, .postDetail .postEditor h5, .postDetail .postEditor h6, .postDetail .postEditor noframes, .postDetail .postEditor ol, .postDetail .postEditor p, .postDetail .postEditor ul, .postDetail .postEditor center,
.postDetail .postEditor dir, .postDetail .postEditor hr, .postDetail .postEditor menu, .postDetail .postEditor pre {
  display: block;
  unicode-bidi: embed;
}
.postDetail .postEditor li {
  display: list-item;
}
.postDetail .postEditor head {
  display: none;
}
.postDetail .postEditor table {
  display: table;
}
.postDetail .postEditor tr {
  display: table-row;
}
.postDetail .postEditor thead {
  display: table-header-group;
}
.postDetail .postEditor tbody {
  display: table-row-group;
}
.postDetail .postEditor tfoot {
  display: table-footer-group;
}
.postDetail .postEditor col {
  display: table-column;
}
.postDetail .postEditor colgroup {
  display: table-column-group;
}
.postDetail .postEditor td, .postDetail .postEditor th {
  display: table-cell;
}
.postDetail .postEditor caption {
  display: table-caption;
}
.postDetail .postEditor th {
  font-weight: bolder;
  text-align: center;
}
.postDetail .postEditor caption {
  text-align: center;
}
.postDetail .postEditor body {
  margin: 8px;
}
.postDetail .postEditor h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.postDetail .postEditor h4, .postDetail .postEditor p, .postDetail .postEditor blockquote, .postDetail .postEditor ul, .postDetail .postEditor fieldset, .postDetail .postEditor form, .postDetail .postEditor ol, .postDetail .postEditor dl, .postDetail .postEditor dir, .postDetail .postEditor menu {
  margin: 1.12em 0;
}
.postDetail .postEditor h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.postDetail .postEditor h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.postDetail .postEditor h1, .postDetail .postEditor h2, .postDetail .postEditor h3, .postDetail .postEditor h4, .postDetail .postEditor h5, .postDetail .postEditor h6, .postDetail .postEditor b, .postDetail .postEditor strong {
  font-weight: bolder;
}
.postDetail .postEditor blockquote {
  margin: 0 3%;
}
.postDetail .postEditor i, .postDetail .postEditor cite, .postDetail .postEditor em, .postDetail .postEditor var, .postDetail .postEditor address {
  font-style: italic;
}
.postDetail .postEditor pre, .postDetail .postEditor tt, .postDetail .postEditor code, .postDetail .postEditor kbd, .postDetail .postEditor samp {
  font-family: monospace;
}
.postDetail .postEditor pre {
  white-space: pre;
  overflow: auto;
}
.postDetail .postEditor button, .postDetail .postEditor textarea, .postDetail .postEditor input, .postDetail .postEditor select {
  display: inline-block;
}
.postDetail .postEditor big {
  font-size: 1.17em;
}
.postDetail .postEditor small, .postDetail .postEditor sub, .postDetail .postEditor sup {
  font-size: 0.83em;
}
.postDetail .postEditor sub {
  vertical-align: sub;
}
.postDetail .postEditor sup {
  vertical-align: super;
}
.postDetail .postEditor table {
  border-spacing: 2px;
}
.postDetail .postEditor thead, .postDetail .postEditor tbody, .postDetail .postEditor tfoot {
  vertical-align: middle;
}
.postDetail .postEditor td, .postDetail .postEditor th, .postDetail .postEditor tr {
  vertical-align: inherit;
}
.postDetail .postEditor s, .postDetail .postEditor strike, .postDetail .postEditor del {
  text-decoration: line-through;
}
.postDetail .postEditor hr {
  border: 1px inset;
}
.postDetail .postEditor ol, .postDetail .postEditor ul, .postDetail .postEditor dir, .postDetail .postEditor menu, .postDetail .postEditor dd {
  margin-left: 40px;
}
.postDetail .postEditor ol {
  list-style-type: decimal;
}
.postDetail .postEditor ol ul, .postDetail .postEditor ul ol, .postDetail .postEditor ul ul, .postDetail .postEditor ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.postDetail .postEditor u, .postDetail .postEditor ins {
  text-decoration: underline;
}
.postDetail .postEditor br:before {
  content: "\a";
  white-space: pre-line;
}
.postDetail .postEditor center {
  text-align: center;
}
.postDetail .postEditor :link, .postDetail .postEditor :visited {
  text-decoration: underline;
}
.postDetail .postEditor :focus {
  outline: thin dotted invert;
}
.postDetail .postEditor ul li {
  margin: 0.5em 0;
  padding-left: 0;
  list-style-type: disc !important;
}
.postDetail .postEditor blockquote {
  border-left: 4px double #F1F1F1;
  padding: 0.5em 1em;
}