@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFF;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 13px;
  }
}

html[data-size="lg"] {
  font-size: 17px;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #2a90cd;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
}

body .wrap {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(42, 144, 205, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(42, 144, 205, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  z-index: 10;
}

header .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 60px;
  height: 90px;
  margin-bottom: 15px;
  margin-top:10px;
}

@media screen and (max-width: 1200px) {
  header .head-top {
    padding-left: 30px;
    padding-right: 30px;
  }
}

header .head-top .logo {
  line-height: 0;
  margin-right: auto;
}

header .head-top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-top .right .tokyo {
  line-height: 0;
  margin-right: 25px;
}

header .head-top .right .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 30px;
}

header .head-top .right .size > span {
  margin-right: 15px;
}

header .head-top .right .size ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #d6dee0;
  background-color: #eeeeee;
}

header .head-top .right .size ul li {
  width: 50px;
  height: 30px;
  font-size: 13px;
  font-size: 0.9285714286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-top .right .size ul li:not(:last-child) {
  border-right: 1px solid #d6dee0;
}

header .head-top .right .size ul li:hover {
  background: #fff;
}

header .head-top .right .size ul li.current {
  background: #fff;
}

header .head-top .right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-top .right > ul li:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #f2f2f2;
}

header .head-top .right > ul li a {
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-top .right > ul li a:hover {
  color: #00a040;
  text-decoration: none;
}

header .head-top .right > ul li a span:nth-child(1) {
  line-height: 0;
  margin-right: 8px;
}

header .head-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
}

header .head-nav > ul > li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #f2f2f2;
}

header .head-nav > ul > li > a {
  color: #000000;
  display: block;
  position: relative;
}

header .head-nav > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  bottom: -22px;
  background: #00a040;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav > ul > li > a:hover {
  text-decoration: none;
  color: #00a040;
}

header .head-nav > ul > li > a:hover:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-nav > ul > li.current a {
  color: #00a040;
}

header .head-nav > ul > li.current a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-nav > ul > li > ul {
  display: none;
}

header .head-nav > ul > li.menu-li {
  position: relative;
}

header .head-nav > ul > li.menu-li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  bottom: -30px;
}

header .head-nav > ul > li.menu-li:hover > a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-nav > ul > li.menu-li:hover ul {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 701px) {
  header .head-nav > ul > li.menu-li ul {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50;
    top: 55px;
    width: 200px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #00a040;
    pointer-events: none;
  }
  header .head-nav > ul > li.menu-li ul:before, header .head-nav > ul > li.menu-li ul:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #00a040 transparent;
    position: absolute;
    left: 10px;
    top: -10px;
  }
  header .head-nav > ul > li.menu-li ul:after {
    border-bottom-color: #FFF;
    top: -7px;
  }
  header .head-nav > ul > li.menu-li ul li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
  }
  header .head-nav > ul > li.menu-li ul li a {
    display: block;
    color: #000000;
    padding: 10px 15px;
  }
  header .head-nav > ul > li.menu-li ul li a:hover {
    color: #00a040;
    text-decoration: none;
  }
}

header .head-menu, header .head-hidden {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  header .head-top .right {
    width: 60%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  header .head-top .right .size {
    margin-right: 0;
  }
  header .head-top .right > ul {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 15px;
  }
  header .head-nav > ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .head-nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .head-nav > ul > li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
  header .head-nav > ul > li > a {
    font-size: 13px;
    font-size: 0.9285714286rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
  }
}

@media screen and (max-width: 700px) {
  header {
    padding-right: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
  }
  header + * {
    margin-top: 65px;
  }
  header .head-top {
    padding-left: 20px;
    padding-right: 20px;
    height: 65px;
    margin-bottom: 0;
  }
  header .head-top .right .size, header .head-top .right > ul {
    display: none;
  }
  header .head-top .right .tokyo {
    margin-right: 15px;
    width: 70px;
  }
  header .head-top .logo {
    width: 170px;
    margin-bottom: 10px;
  }
  header .head-nav {
    display: none;
  }
  header .head-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 37px;
    width: 37px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    background: #00a040;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  header .head-menu span {
    display: block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: calc(100vh - 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    z-index: 2;
    pointer-events: none;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  header .head-hidden > * {
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  header .head-hidden .head-top {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
    height: auto;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-bottom: 50px;
  }
  header .head-hidden .head-top .logo {
    display: none;
  }
  header .head-hidden .head-top .menu {
    display: none;
  }
  header .head-hidden .head-top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-hidden .head-top .right .tokyo {
    width: 80px;
    margin-right: 15px;
    display: none;
  }
  header .head-hidden .head-top .right .size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 0;
  }
  header .head-hidden .head-top .right .size > span {
    font-size: 13px;
    font-size: 0.9285714286rem;
    margin-right: 10px;
  }
  header .head-hidden .head-top .right .size ul li {
    width: 40px;
  }
  header .head-hidden .head-top .right > ul {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .head-hidden .head-top .right > ul li:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
  }
  header .head-hidden .head-top .right > ul li a {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  header .head-hidden .head-menu {
    display: none;
  }
  header .head-hidden .head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  header .head-hidden .head-nav > ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    border-top: 1px solid #e7eaee;
  }
  header .head-hidden .head-nav > ul > li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e7eaee;
  }
  header .head-hidden .head-nav > ul > li:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  header .head-hidden .head-nav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    color: #222222;
  }
  header .head-hidden .head-nav > ul > li > a:after {
    display: none;
  }
  header .head-hidden .head-nav > ul > li.menu-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .head-hidden .head-nav > ul > li.menu-li > a {
    width: calc(100% - 60px);
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-hidden .head-nav > ul > li.menu-li .btn-menu {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  header .head-hidden .head-nav > ul > li.menu-li .btn-menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon-plus.svg) no-repeat center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-hidden .head-nav > ul > li.menu-li ul {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e7eaee;
    background: #eeeeee;
    padding: 15px 50px;
    display: none;
  }
  header .head-hidden .head-nav > ul > li.menu-li ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .head-hidden .head-nav > ul > li.menu-li ul li a {
    color: #00a040;
  }
  header .head-hidden .head-nav > ul > li.menu-li.tap .btn-menu:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header .head-hidden .head-nav > ul > li.menu-li.tap ul {
    display: block;
  }
  header .head-hidden .btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 2;
    border-top: 1px solid #e7eaee;
  }
  header.active .head-menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  background: #00a040;
  color: #FFF;
  position: relative;
}

footer a {
  color: #FFF;
}

footer .inside {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer .foot-pagetop {
  position: absolute;
  right: 40px;
  z-index: 9;
  display: none;
}

footer .foot-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #00a040;
  line-height: 0;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-pagetop a:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

footer .foot-nav {
  padding: 50px 30px 30px;
  position: relative;
  overflow: hidden;
}

footer .foot-nav .inside {
  position: relative;
}

footer .foot-nav .inside > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

footer .foot-nav .inside > div ul li:not(:last-child) {
  margin-bottom: 15px;
}

footer .foot-nav .inside > div ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

footer .foot-nav .inside > div ul li a:hover:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

footer .foot-nav .inside > div ul li a:before {
  content: "";
  width: 7px;
  height: 10px;
  background: url(../img/common/arrow-link_white.svg) no-repeat center;
  margin-right: 10px;
  position: relative;
  top: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-nav .inside > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: -10px;
}

footer .foot-nav .inside > ul li {
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin: 0 12px 10px;
}

footer .foot-nav .inside .logo {
  display: none;
}

footer .foot-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  width: 650px;
  height: 650px;
  background: url(../img/common/logo-foot.svg) no-repeat center;
  right: 7%;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 60s;
  -moz-animation-duration: 60s;
  -ms-animation-duration: 60s;
  -o-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

footer .foot-copy {
  background: #018d39;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  position: relative;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  footer .foot-nav:before {
    right: -20%;
  }
}

@media screen and (max-width: 700px) {
  footer .foot-pagetop {
    right: 15px;
  }
  footer .foot-pagetop a {
    width: 45px;
    height: 45px;
  }
  footer .foot-pagetop a img {
    width: 16px;
  }
  footer .foot-nav {
    padding: 0;
  }
  footer .foot-nav .inside > div {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    display: none;
  }
  footer .foot-nav .inside > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .foot-nav .inside > div ul:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .foot-nav .inside > div ul li {
    width: calc(50% - 10px);
    margin-bottom: 5px;
  }
  footer .foot-nav .inside > div ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .foot-nav .inside > div ul li a:before {
    margin-right: 5px;
    top: 6px;
  }
  footer .foot-nav .inside > ul {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  footer .foot-nav .inside > ul li {
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #FFF;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  footer .foot-nav .inside > ul li:nth-child(even) {
    border-left: 1px solid #FFF;
  }
  footer .foot-nav .inside > ul li:last-child a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .foot-nav .inside > ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .foot-nav .inside .logo {
    display: block;
    text-align: center;
    line-height: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .foot-nav:before {
    width: 350px;
    height: 350px;
    background-size: contain;
    right: -150px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  position: relative;
}

#mainimg.top {
  height: 560px;
}

#mainimg.top .kv-slides {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  display: none;
}

#mainimg.top .kv-slides .slick-list {
  height: 100%;
}

#mainimg.top .kv-slides .slick-track {
  height: 100%;
}

#mainimg.top .kv-slides .slick-track li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 80px;
}

#mainimg.top .kv-slides .slick-track li.slick-active .item-bg > span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 8s linear;
  -moz-transition: all 8s linear;
  -ms-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

#mainimg.top .kv-slides .slick-dots {
  left: 80px;
  top: auto;
  bottom: 25%;
  width: 550px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#mainimg.top .kv-slides .slick-dots li {
  width: 8px;
  height: 8px;
}

#mainimg.top .kv-slides .slick-dots li button {
  background-color: #00a040;
}

#mainimg.top .kv-slides .slick-dots li.slick-active button {
  background-color: #29c668;
}

#mainimg.top .kv-slides .slick-next {
  right: 0;
}

#mainimg.top .kv-slides .slick-prev {
  left: inherit;
  right: 60px;
  border-right: 1px solid #008033;
}

#mainimg.top .kv-slides .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#mainimg.top .kv-slides .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: inherit;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 8;
}

#mainimg.top .kv-slides .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00a040 url(../img/top/arrow-slide.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

#mainimg.top .kv-slides .slick-arrow:hover:before {
  background-color: #00ba4a;
}

#mainimg.top .kv-slides .item-bg {
  position: absolute;
  top: 0;
  width: calc(100% - 160px);
  height: 100%;
  right: 0;
  overflow: hidden;
}

#mainimg.top .kv-slides .item-bg > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

#mainimg.top .kv-slides .item-bg > span > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}

#mainimg.top .kv-slides .item-text {
  width: 550px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 75px 35px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
}

#mainimg.top .kv-slides .item-text > * {
  position: relative;
  z-index: 2;
}

#mainimg.top .kv-slides .item-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -80px;
  background: url(../img/top/shadow-kv_slide.png) no-repeat center bottom/contain;
  z-index: -1;
}

#mainimg.top .kv-slides .item-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#mainimg.top .kv-slides .item-text h3 {
  text-align: center;
}

#mainimg.top .kv-slides .item-text h3:not(:last-child) {
  margin-bottom: 45px;
  min-height: 70px;
}

#mainimg.top .kv-slides .item-text h3 span {
  display: block;
  line-height: 1.3;
}

#mainimg.top .kv-slides .item-text h3 span:nth-child(1) {
  font-size: 27px;
  font-size: 1.9285714286rem;
  font-weight: bold;
  color: #00a040;
  margin-bottom: 10px;
}

#mainimg.top .kv-slides .item-text h3 span:nth-child(2) {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: normal;
}

#mainimg.top .kv-slides .item-text .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mainimg.top .text {
  position: fixed;
  width: 210px;
  height: 210px;
  right: 7%;
  bottom: 30px;
  background: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border: 1px solid #00a040;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainimg.top .text.hidden {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 701px) {
  #mainimg.top .text {
    -webkit-animation-name: floating;
    -moz-animation-name: floating;
    -ms-animation-name: floating;
    -o-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  #mainimg.top .text:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }
}

#mainimg.top .text h3 {
  font-size: 12px;
  font-size: 0.8571428571rem;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#mainimg.top .text h4 {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.2;
  color: #00a040;
  margin-bottom: 15px;
}

#mainimg.top .text h4 span {
  font-size: 36px;
  font-size: 2.5714285714rem;
}

#mainimg.top .text:before, #mainimg.top .text:after {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}

#mainimg.top .text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #00a040 transparent transparent transparent;
}

#mainimg.top .text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #FFF transparent transparent transparent;
  bottom: -9px;
}

#mainimg.top .text .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  #mainimg.top {
    height: 500px;
  }
  #mainimg.top .kv-slides .slick-track li {
    padding-left: 20px;
  }
  #mainimg.top .kv-slides .slick-dots {
    width: 33%;
    top: 24%;
  }
  #mainimg.top .kv-slides .item-bg {
    width: calc(100% - 80px);
  }
  #mainimg.top .kv-slides .item-text {
    width: 40%;
    padding: 45px;
  }
  #mainimg.top .kv-slides .item-text h3:not(:last-child) {
    margin-bottom: 35px;
  }
  #mainimg.top .kv-slides .item-text h3 span:nth-child(1) {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  #mainimg.top .kv-slides .item-text h3 span:nth-child(2) {
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.top {
    height: auto;
    display: none;
  }
  #mainimg.top .kv-slides {
    height: 410px;
  }
  #mainimg.top .kv-slides .slick-track li {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #mainimg.top .kv-slides .slick-dots {
    left: inherit;
    right: 10%;
    top: 155px;
    padding-right: 0px;
  }
  #mainimg.top .kv-slides .slick-prev {
    right: 40px;
  }
  #mainimg.top .kv-slides .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #mainimg.top .kv-slides .slick-arrow:before {
    background-size: 10px auto;
  }
  #mainimg.top .kv-slides .item-bg {
    width: 100%;
    height: calc(100% - 80px);
  }
  #mainimg.top .kv-slides .item-text {
    width: 100%;
    height: 220px;
    padding: 20px;
    margin-bottom: 40px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #mainimg.top .kv-slides .item-text:before {
    bottom: -30px;
  }
  #mainimg.top .kv-slides .item-text h3 {
    text-align: center;
  }
  #mainimg.top .kv-slides .item-text h3:not(:last-child) {
    margin-bottom: 25px;
  }
  #mainimg.top .kv-slides .item-text h3 span {
    display: block;
    line-height: 1.3;
  }
  #mainimg.top .kv-slides .item-text h3 span:nth-child(1) {
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 5px;
  }
  #mainimg.top .kv-slides .item-text h3 span:nth-child(2) {
    font-size: 14px;
    font-size: 1rem;
  }
  #mainimg.top .kv-slides .item-text .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #mainimg.top .kv-slides .item-text .btn a {
    width: 260px;
  }
  #mainimg.top .text {
    position: relative;
    bottom: 0;
    width: calc(100% - 40px);
    height: auto;
    right: inherit;
    left: 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: none;
  }
  #mainimg.top .text h3 {
    margin-right: 20px;
    text-align: left;
    margin-bottom: 0;
  }
  #mainimg.top .text .bottom h4 {
    margin-bottom: 10px;
  }
  #mainimg.top .text .bottom h4 span {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
}

main .content {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main > section {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

main .news-list:not(:last-child) {
  margin-bottom: 60px;
}

main .news-list li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7eaee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .news-list .item-date {
  width: 150px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #5a5a5a;
  padding-top: 2px;
}

main .news-list .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -35px;
  position: relative;
}

main .event-list:not(:last-child) {
  margin-bottom: 0;
}

main .event-list li {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 35px;
  position: relative;
}

main .event-list li > a {
  display: block;
}

main .event-list li > a:hover {
  text-decoration: none;
}

main .event-list li > a:hover .item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main .event-list li > a:hover .item-text .title {
  text-decoration: underline;
}

main .event-list .item-img {
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

main .event-list .item-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease;
}

main .event-list .item-img a {
  display: block;
}

main .event-list .item-img a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main .event-list .item-img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main .event-list .item-text {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: -5px;
  margin-right: -5px;
}

main .event-list .item-text > * {
  margin-bottom: 5px;
  margin-right: 5px;
}

main .event-list .item-text .cat {
  width: 90px;
  position: relative;
  z-index: 2;
}

main .event-list .item-text .cat a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .event-list .item-text time {
  color: #999999;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-bottom: 5px;
  display: block;
}

main .event-list .item-text .title {
  width: calc(100% - 5px);
}

main .event-list .item-text .title a {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main .event-list .item-text .title a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main .event-list .item-text .title a:hover {
  text-decoration: none;
  color: #00a040;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main
------------------------------------------------------------*/
  main .news-list .item-date {
    width: 110px;
  }
  /* main next
------------------------------------------------------------*/
  main.next .purpose-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  main.next .purpose-list .item-img {
    width: 120px;
    height: 100px;
  }
  main.next .comp-list {
    margin: 0 -25px -15px 0;
  }
  main.next .comp-list li {
    margin: 0 25px 15px 0;
  }
  main.next .link-list {
    margin-right: -30px;
  }
  main.next .link-list li {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
  main.next .link-list li a {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .link-list li a small {
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: bold;
  }
  main.next .column-02 article {
    padding-right: 40px;
  }
  main.next .column-02 aside {
    width: 140px;
  }
  main.next .overseas-plus-list .card .pict .caption {
    width: 50%;
    text-align: center;
  }
  main.next .overseas-companies {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -40px;
  }
  main.next .overseas-companies > li {
    list-style-type: none;
    width: calc(33.3% - 40px);
    margin-right: 40px;
  }
  main.next .flow-img {
    margin-right: -24px;
  }
  main.next .howto-list .item-img {
    width: 120px;
    margin-right: 20px;
    height: 80px;
  }
  main.next .josei-hyperlink {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .josei-hyperlink li {
    width: 100%;
  }
  main.next .josei-hyperlink li:not(:last-child) {
    border-right: 1px solid #00a040;
    border-bottom: none;
  }
  main.next #tokyo-subsidy {
    padding-top: 0px;
  }
  main.next #tokyo-subsidy .tokyo-info {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next #tokyo-subsidy .tokyo-info .info {
    margin: 0 auto;
    text-align: center;
  }
  main.next #tokyo-subsidy .tokyo-info .info a {
    text-align: center;
  }
  main.next #tokyo-subsidy .tokyo-info .info a span {
    padding: 10px 0 0px 0px;
  }
  main.next #tokyo-subsidy .tokyo-info .info a span:before {
    content: url(../img/common/arrow-right-green.png);
    position: absolute;
    top: 12px;
    left: 55px;
  }
  main.next .josei-inner .recruit-info .contents {
    height: 100px;
  }
  main.next .josei-inner .recruit-info .contents h4 {
    width: 120px;
  }
  main.next .josei-inner .recruit-info .contents h4 span {
    width: 120px;
    height: 40px;
  }
  main.next .josei-inner .recruit-info .contents p {
    padding-left: 20px;
  }
  main.next .result-header br {
    display: block;
  }
  main.next .result-header-sub {
    margin-left: 0;
    display: block;
  }
  main.next .search-fix .item-right {
    margin-left: 30px;
  }
  main.next .search-fix .item-right > a {
    width: 130px;
  }
  main.next .search-fix .item-right > a:not(:last-child) {
    margin-right: 10px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
  main > section {
    padding-left: 20px;
    padding-right: 20px;
  }
  main .news-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main .news-list li {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .news-list .item-date {
    width: 150px;
    padding-top: 0;
    margin-bottom: 5px;
  }
  main .news-list .item-title {
    width: 100%;
  }
  main .event-list {
    margin-bottom: -20px;
  }
  main .event-list:not(:last-child) {
    margin-bottom: 0px;
  }
  main .event-list li {
    margin-bottom: 20px;
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 560px) {
  main .event-list li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 700px) {
  main .event-list .item-img {
    margin-bottom: 10px;
  }
  /* main next
------------------------------------------------------------*/
  main.next {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  main.next .post:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .cordinator-list {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .cordinator-list li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .cordinator-list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #d6dee0;
  }
  main.next .purpose-list {
    padding-left: 0;
    padding-right: 0;
  }
  main.next .purpose-list > li {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .purpose-list > li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  main.next .purpose-list .item-img {
    width: 100%;
    max-width: 300px;
    height: 120px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  main.next .purpose-list .item-text {
    width: auto;
  }
  main.next .comp-list {
    margin: 0 -20px -15px 0;
  }
  main.next .comp-list li {
    margin: 0 20px 15px 0;
    max-width: calc(50% - 20px);
  }
  main.next .achievement-block:after {
    height: 40px;
    bottom: -40px;
  }
  main.next .achievement-block:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .achievement-block .item-title {
    padding: 15px;
  }
  main.next .achievement-block .item-title h3 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .achievement-block .item-title h2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next .achievement-block .item-title .link {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .achievement-block .item-text {
    padding: 20px;
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .column-02 {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .column-02 article {
    width: auto;
    padding-right: 0;
    padding-bottom: 30px;
  }
  main.next .column-02 aside {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
  main.next .column-02 aside:before {
    display: none;
  }
  main.next .column-02 aside h2 {
    padding: 10px 20px;
  }
  main.next .wp-pagenavi:not(:first-child) {
    margin-top: 20px;
  }
  main.next .wp-pagenavi > * {
    width: 24px;
    height: 24px;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next .event-list li {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 560px) {
  main.next .event-list li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 700px) {
  main.next .event-detail .item-title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    line-height: 1.6;
  }
  main.next .event-detail .item-title span {
    margin-bottom: 10px;
  }
  main.next .event-detail .item-title h1 {
    width: auto;
  }
  main.next .event-detail .item-info {
    padding: 15px;
    margin-bottom: 15px;
  }
  main.next .event-detail .item-info > * {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.next .event-detail .item-info > *:before {
    margin-top: 4px;
  }
  main.next .event-detail .item-btns {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 25px 0;
  }
  main.next .event-detail .item-btns > * {
    width: calc(50% - 5px);
    margin: 0 5px 5px 0;
  }
  main.next .event-detail .item-text {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .event-detail .item-text:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .event-detail .item-text .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.next .event-detail .item-text .text {
    width: auto;
  }
  main.next .event-detail .item-btn:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .link-list {
    margin-right: 0;
  }
  main.next .link-list li {
    padding: 15px 0;
    width: 100%;
    margin-right: 0;
  }
  main.next .link-list li a {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .link-list li a small {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next .overseas-banner {
    padding: 20px;
    margin-bottom: 20px;
  }
  main.next .overseas-banner .message {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: 20px;
  }
  main.next .overseas-banner .message .icon {
    max-width: 20px;
  }
  main.next .overseas-plus-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.next .overseas-plus-list .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }
  main.next .overseas-plus-list .card .desc {
    max-width: 250px;
    position: relative;
  }
  main.next .overseas-plus-list .card:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next .overseas-plus-list .card:not(:last-child) .pict:after {
    display: none;
  }
  main.next .overseas-plus-list .card:not(:last-child) .desc:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    background: url(../img/next/overseas/icon-plus.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -40px;
  }
  main.next .overseas-companies {
    margin-right: -10px;
  }
  main.next .overseas-companies > li {
    list-style-type: none;
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}

@media screen and (max-width: 700px) and (max-width: 450px) {
  main.next .overseas-companies > li {
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 700px) {
  main.next .overseas-achievements {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .overseas-achievements .card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  main.next .overseas-achievements .card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .overseas-achievements .card-txt {
    margin: 0 auto;
    max-width: 235px;
  }
  main.next .img-text-block {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
  }
  main.next .img-text-block > * {
    margin-right: 0;
  }
  main.next .img-text-block > *:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .img-text-block .item-text {
    width: auto;
  }
  main.next .flow-img {
    margin-right: -20px;
  }
  main.next .faq-list dt {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
    padding: 10px;
  }
  main.next .faq-list dt:not(:first-child) {
    margin-top: 25px;
  }
  main.next .faq-list dd {
    padding-left: 30px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .faq-list dd:before {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
    top: -2px;
    left: 5px;
  }
  main.next .howto-list {
    padding-left: 0;
    padding-right: 0;
    margin-top: -20px;
  }
  main.next .howto-list li {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
  }
  main.next .howto-list .item-img {
    width: 100px;
    margin-right: 15px;
    height: 70px;
  }
  main.next .regist-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
  }
  main.next .regist-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .regist-list li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  main.next .regist-list li a span:nth-child(1) {
    margin-bottom: 5px;
    text-align: center;
  }
  main.next .regist-list li a span:nth-child(2) {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .result-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    color: black;
    margin-bottom: 20px;
  }
  main.next .result-header .heading-lv02 {
    margin: 0;
    padding: 0;
  }
  main.next .result-header .heading-lv02 .title {
    display: -moz-inline-box;
    display: inline-block;
  }
  main.next .result-header-sub {
    display: -moz-inline-box;
    display: inline-block;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: normal;
    margin-left: 30px;
  }
  main.next .result-header-btn {
    display: -moz-inline-box;
    display: inline-block;
    margin-left: auto;
  }
  main.next .result-category {
    font-size: 16px;
    font-size: 1.1428571429rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: black;
    margin-bottom: 40px;
  }
  main.next .result-category .head {
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  main.next .result-category .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .result-category .categories > span {
    display: -moz-inline-box;
    display: inline-block;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: white;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    background-color: #00a040;
  }
  main.next .result-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 35px;
  }
  main.next .result-search .select {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    z-index: 0;
  }
  main.next .result-search .select:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    display: block;
    background: url("../img/common/icon-select.svg");
    width: 8px;
    height: 11px;
    right: 20px;
    top: 50%;
    pointer-events: none;
    z-index: 1;
  }
  main.next .result-search .select .prefecture {
    padding-right: 50px;
  }
  main.next .result-search .select .facility {
    padding-right: 110px;
  }
  main.next .result-search .searchbar {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
  }
  main.next .result-search .searchbar input[type="search"] {
    width: 100%;
    position: relative;
    padding-right: 40px;
  }
  main.next .result-search .searchbar input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: url("../img/common/icon-search-green.svg") no-repeat center center;
    outline: none;
  }
  main.next .result-search .searchbar input[type="submit"]:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.6;
  }
  main.next .result-page-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  main.next .result-page-control .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main.next .result-page-control .sort > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .result-page-control .sort > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 20px;
  }
  main.next .result-page-control .sort > ul li a {
    color: black;
    padding: 0 5px;
    line-height: 20px;
  }
  main.next .result-page-control .sort > ul li .current {
    color: #00a040;
  }
  main.next .result-page-control .sort > ul li:not(:last-child):after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "";
    display: block;
    background: #aaaaaa;
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
  }
  main.next .result-page-control .flip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px #d6dee0 solid;
  }
  main.next .result-page-control .flip .gray, main.next .result-page-control .flip > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    font-size: 0.9285714286rem;
    color: black;
    height: 35px;
    line-height: 35px;
    width: 60px;
  }
  main.next .result-page-control .flip .gray:after, main.next .result-page-control .flip .gray:before, main.next .result-page-control .flip > a:after, main.next .result-page-control .flip > a:before {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
  }
  main.next .result-page-control .flip .gray {
    background-color: #eeeeee;
  }
  main.next .result-page-control .flip .gray:before {
    margin-right: 8px;
    background: url("../img/common/arr-gray.svg") no-repeat;
  }
  main.next .result-page-control .flip .gray:after {
    display: none;
  }
  main.next .result-page-control .flip > a {
    font-weight: bold;
  }
  main.next .result-page-control .flip > a:before {
    display: none;
  }
  main.next .result-page-control .flip > a:after {
    margin-left: 8px;
    background: url("../img/common/arr-green.svg") no-repeat;
  }
  main.next .result-page-control .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
  }
  main.next .result-page-control .number > * {
    margin-right: 10px;
  }
  main.next .result-page-control .number .select:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    right: 0;
    background: #e7eaee url(../img/common/arrow-select_02.svg) no-repeat center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  main.next .result-page-control .number .select select {
    padding-right: 25px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
  }
  main.next .result-list .card-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  main.next .result-list .card-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .result-list .card-cont:not(:last-child) {
    border-bottom: 1px #e7eaee solid;
  }
  main.next .result-list .card-cont .details p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    font-size: 1.0714285714rem;
    margin-bottom: 10px;
  }
  main.next .result-list .card-cont .details p > span {
    margin-right: 15px;
  }
  main.next .result-list .card-cont .desc {
    font-size: 15px;
    font-size: 1.0714285714rem;
    width: 600px;
  }
  main.next .result-list .card-device {
    padding: 10px 0;
  }
  main.next .result-list .card-device p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .result-list .card-device p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .result-list .card-device p strong {
    font-weight: bold;
    color: black;
  }
  main.next .result-list .card-btn > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    background-color: #ececec;
    color: #aaaaaa;
    height: 30px;
    line-height: 30px;
  }
  main.next .result-list .card-btn > a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
  }
  main.next .josei-hyperlink {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .josei-hyperlink li {
    width: 100%;
  }
  main.next .josei-hyperlink li:not(:last-child) {
    border-right: 1px solid #00a040;
    border-bottom: none;
  }
  main.next .josei-hyperlink li a {
    padding: 15px;
  }
  main.next #tokyo-subsidy {
    padding-top: 0px;
  }
  main.next #tokyo-subsidy .tokyo-info {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next #tokyo-subsidy .tokyo-info .info {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  main.next #tokyo-subsidy .tokyo-info .info a {
    text-align: center;
  }
  main.next #tokyo-subsidy .tokyo-info .info a span {
    padding: 10px 0 0px 0px;
  }
  main.next #tokyo-subsidy .tokyo-info .info a span:before {
    content: url(../img/common/arrow-right-green.png);
    position: absolute;
    top: 12px;
    left: 45px;
  }
  main.next #tokyo-subsidy .tokyo-info .info .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .josei-inner {
    padding: 10px 0;
  }
  main.next .josei-inner .img50, main.next .josei-inner .graph, main.next .josei-inner .business-list {
    padding: 0px;
  }
  main.next .josei-inner .img50 .warning, main.next .josei-inner .graph .warning, main.next .josei-inner .business-list .warning {
    color: #5a5a5a;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next .josei-inner .recruit-info {
    padding-top: 0px;
  }
  main.next .josei-inner .recruit-info .contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 0px;
  }
  main.next .josei-inner .recruit-info .contents:not(:last-child) {
    padding-bottom: 20px;
  }
  main.next .josei-inner .recruit-info .contents h4, main.next .josei-inner .recruit-info .contents p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main.next .josei-inner .recruit-info .contents h4 {
    color: #007c32;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    border-right: none;
    padding-bottom: 5px;
  }
  main.next .josei-inner .recruit-info .contents h4 span {
    border-right: none;
    display: none;
  }
  main.next .josei-inner .recruit-info .contents p {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next .josei-inner .recruit-info.joint {
    padding: 0 0 0 10px;
  }
  main.next .josei-inner .recruit-info.joint .contents {
    height: auto;
  }
  main.next .josei-inner .recruit-info.joint .contents h4 {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0);
  }
  main.next .josei-inner .recruit-info.joint .contents > div {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    border-left: 2px solid #d2d9e0;
    position: relative;
    padding: 15px 0 15px 15px;
  }
  main.next .josei-inner .recruit-info.joint .contents > div p {
    padding-left: 0;
  }
  main.next .josei-inner .recruit-info.joint .contents > div span {
    position: absolute;
    top: 0;
    left: -2px;
    width: 0px;
    height: 40px;
    border-right: 2px solid #00a040;
  }
  main.next .josei-inner .business-list {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding-bottom: 20px;
    color: #222222;
  }
  main.next .josei-inner .business-list .warning {
    color: #222222;
  }
  main.next .josei-inner .img50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
  }
  main.next .josei-inner .img50 .img {
    width: 100%;
  }
  main.next .josei-inner .img50 .img img {
    width: 100%;
  }
  main.next .josei-inner-grey {
    padding: 15px;
  }
  main.next .josei-inner-grey p {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main.next .result-header {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  main.next .result-header-sub {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  main.next .result-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  main.next .result-category {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  main.next .result-category .head {
    width: 100%;
    margin-bottom: 10px;
  }
  main.next .result-category .categories > span {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next .result-search {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  main.next .result-search .select {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  main.next .result-search .select .prefecture {
    padding-right: 0;
    width: 100%;
  }
  main.next .result-search .select .facility {
    padding-right: 0;
    width: 100%;
  }
  main.next .result-page-control {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  main.next .result-page-control .sort {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-bottom: 0;
    margin-top: 10px;
  }
  main.next .result-page-control .sort > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  main.next .result-page-control .number {
    margin-right: 10px;
  }
  main.next .result-page-control .number > * {
    margin-right: 5px;
  }
  main.next .result-list {
    margin-bottom: 20px;
  }
  main.next .result-list .card {
    margin-bottom: 20px;
  }
  main.next .result-list .card-txt {
    padding: 10px;
  }
  main.next .result-list .card-header {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    margin-bottom: 10px;
  }
  main.next .result-list .card-header .tag {
    margin: 0 auto 10px;
    height: 30px;
    line-height: 30px;
  }
  main.next .result-list .card-cont {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .result-list .card-cont:not(:last-child) {
    padding-bottom: 10px;
  }
  main.next .result-list .card-cont .details p {
    margin-bottom: 5px;
  }
  main.next .result-list .card-cont .desc {
    font-size: 15px;
    font-size: 1.0714285714rem;
    width: 100%;
  }
  main.next .result-list .card-device p {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .result-list .card-device p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .radio-list {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  main.next .radio-list > li {
    width: calc(100% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  main.next .radio-list-card {
    padding: 15px;
  }
  main.next .radio-list-card .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
  main.next .radio-list-card .title span {
    margin-right: 15px;
  }
  main.next .department .body {
    margin-bottom: 10px;
  }
  main.next .department .body-img {
    display: none;
  }
  main.next .department .body-radio {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .department .body-radio .head, main.next .department .body-radio .chest, main.next .department .body-radio .stomach, main.next .department .body-radio .misc {
    margin-bottom: 10px;
  }
  main.next .department .body-radio .head .title, main.next .department .body-radio .chest .title, main.next .department .body-radio .stomach .title, main.next .department .body-radio .misc .title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 10px;
  }
  main.next .department .body-radio .head .dep-radio, main.next .department .body-radio .chest .dep-radio, main.next .department .body-radio .stomach .dep-radio, main.next .department .body-radio .misc .dep-radio {
    padding: 0;
    margin-right: -5px;
  }
  main.next .department .body-radio .head .dep-radio > li, main.next .department .body-radio .chest .dep-radio > li, main.next .department .body-radio .stomach .dep-radio > li, main.next .department .body-radio .misc .dep-radio > li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  main.next .department .body-radio .head .dep-radio-tag, main.next .department .body-radio .chest .dep-radio-tag, main.next .department .body-radio .stomach .dep-radio-tag, main.next .department .body-radio .misc .dep-radio-tag {
    font-size: 14px;
    font-size: 1rem;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
  }
  main.next .condition-form {
    margin-bottom: 30px;
    border: 1px solid #d6dee0;
  }
  main.next .condition-form > tbody {
    display: block;
  }
  main.next .condition-form > tbody > tr {
    display: block;
  }
  main.next .condition-form > tbody > tr th, main.next .condition-form > tbody > tr td {
    display: block;
    padding: 10px;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .condition-form > tbody > tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main.next .condition-form > tbody > tr td > div {
    width: calc(100% + 10px);
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
  }
  main.next .condition-form > tbody > tr td > div > * {
    margin-right: 10px;
  }
  main.next .condition-form > tbody > tr td > div .select {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 10px;
  }
  main.next .condition-form > tbody > tr td > div .select select {
    width: 100%;
  }
  main.next .condition-form > tbody > tr td > .select {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
  }
  main.next .condition-form > tbody > tr td > .select .needs {
    padding-right: 0;
    width: 100%;
  }
  main.next .search-fix {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .search-fix .content {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .search-fix .item-left {
    width: auto;
  }
  main.next .search-fix .item-left > p {
    line-height: 1.3;
  }
  main.next .search-fix .item-right {
    display: none;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn a, .btn input, .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background: #00a040;
  border: none;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 1.3;
  top: 0;
}

.btn a:hover, .btn input:hover, .btn span:hover {
  text-decoration: none;
  background-color: #00ba4a;
}

.btn a.small, .btn input.small, .btn span.small {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  height: 35px;
}

.btn a.gray, .btn input.gray, .btn span.gray {
  background-color: #eeeeee;
  color: #999999;
}

.btn a.orange, .btn input.orange, .btn span.orange {
  background-color: #f6aa00;
  color: white;
}

.btn a.orange:hover, .btn input.orange:hover, .btn span.orange:hover {
  background-color: #ffb511;
}

.btn a.white, .btn input.white, .btn span.white {
  background-color: #FFF;
  color: #000000;
  border: 1px solid #00a040;
}

.btn a.white:hover, .btn input.white:hover, .btn span.white:hover {
  background-color: #00a040;
  color: #FFF;
}

.btn a.white:hover.arrow:before, .btn input.white:hover.arrow:before, .btn span.white:hover.arrow:before {
  content: url(../img/common/arrow-right-white.svg);
}

.btn a.green, .btn input.green, .btn span.green {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.btn a.mdl, .btn input.mdl, .btn span.mdl {
  height: 40px;
}

.btn a.sml, .btn input.sml, .btn span.sml {
  font-size: 12px;
  font-size: 0.8571428571rem;
  height: 25px;
}

.btn a.square, .btn input.square, .btn span.square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.btn a.arrow:before, .btn input.arrow:before, .btn span.arrow:before {
  content: url(../img/common/arrow-right-green.svg);
  margin-right: 10px;
  line-height: 0;
}

.btn a.search:before, .btn input.search:before, .btn span.search:before {
  content: url(../img/common/icon-search.svg);
  margin-right: 10px;
  line-height: 0;
}

@media screen and (max-width: 700px) {
  .btn a, .btn input, .btn span {
    height: 40px;
    font-size: 14px;
    font-size: 1rem;
  }
}

.btn a:after, .btn input:after, .btn span:after {
  margin-left: 10px;
  background: no-repeat center;
}

.btn a[target="_blank"]:after, .btn input[target="_blank"]:after, .btn span[target="_blank"]:after {
  width: 15px;
  height: 13px;
  content: "";
  background-image: url(../img/common/icon-external_white.svg);
}

.btn a[href$=".pdf"]:after, .btn a.pdf:after, .btn input[href$=".pdf"]:after, .btn input.pdf:after, .btn span[href$=".pdf"]:after, .btn span.pdf:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/icon-pdf.svg);
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block:not(:last-child) {
  margin-bottom: 10px;
}

.btn-block > * {
  margin: 0 10px 15px;
}

@media screen and (max-width: 700px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
}

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

.btn2 a, .btn2 input, .btn2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 65px;
  width: 400px;
  margin: 0 auto;
  border: 1px solid #00a040;
  color: #222222;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 1.3;
  top: 0;
  position: relative;
}

.btn2 a:before, .btn2 input:before, .btn2 span:before {
  content: url(../img/common/arrow-right-green.svg);
  line-height: 0;
  margin-right: 10px;
}

.btn2 a:hover, .btn2 input:hover, .btn2 span:hover {
  text-decoration: none;
  background-color: #00a040;
  color: white;
}

.btn2 a:hover:before, .btn2 input:hover:before, .btn2 span:hover:before {
  content: url(../img/common/arrow-right-white.svg);
}

@media screen and (max-width: 700px) {
  .btn2 a, .btn2 input, .btn2 span {
    height: 50px;
    width: 300px;
  }
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 45px;
  line-height: 45px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d6dee0;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  border: 1px solid #d6dee0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #5a5a5a;
}

textarea {
  -webkit-appearance: none;
  height: 230px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #d6dee0;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #5a5a5a;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #d6dee0;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #d6dee0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #000000;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin: 0 15px 5px 0;
}

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

label.select:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  display: block;
  background: url("../img/common/icon-select.svg");
  width: 8px;
  height: 11px;
  right: 20px;
  top: 50%;
  pointer-events: none;
  z-index: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d6dee0;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f7f7f7;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

select::-ms-expand {
  display: none;
}

/* form */
/* table */
table:not(.blank) {
  width: 100%;
  background-color: #FFF;
}

table:not(.blank) th, table:not(.blank) td {
  padding: 15px 20px;
  border: 1px solid #d6dee0;
  vertical-align: top;
}

table:not(.blank) th {
  background-color: #eef4fa;
  font-weight: bold;
}

table.blank th, table.blank td {
  vertical-align: top;
  padding-right: 15px;
  padding-bottom: 5px;
}

@media screen and (max-width: 700px) {
  .sp-scroll-block {
    overflow: scroll;
  }
  .sp-scroll-block table {
    min-width: 800px;
  }
}

/* table */
/* text */
.heading, .heading-lv04, .heading-lv03, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv04:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv04:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 20px;
  }
}

.heading-lv01 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  text-align: center;
}

.heading-lv01.tal {
  text-align: left;
}

.heading-lv01 span {
  display: block;
}

.heading-lv01 span:nth-child(1) {
  color: #00a040;
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin-bottom: 10px;
}

.heading-lv01 span:nth-child(1).img {
  line-height: 0;
}

@media screen and (max-width: 700px) {
  .heading-lv01 span:nth-child(1) {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}

.heading-lv01 span:nth-child(2) {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

@media screen and (max-width: 700px) {
  .heading-lv01 span:nth-child(2) {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}

.heading-lv02 {
  color: #222222;
  font-size: 30px;
  font-size: 2.1428571429rem;
  padding-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .heading-lv02 {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}

.heading-lv03 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  color: #222222;
  padding: 20px 20px;
  background: #eef4fa;
  position: relative;
  line-height: 1.2;
}

.heading-lv03 small {
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #5a5a5a;
  margin-left: 5px;
}

.heading-lv03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 5px;
  height: calc(100% - 40px);
  background: #00a040;
}

@media screen and (max-width: 700px) {
  .heading-lv03 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.heading-lv04 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  color: #222222;
  padding: 0 20px;
  position: relative;
  line-height: 1.2;
}

.heading-lv04:not(:last-child) {
  margin-bottom: 20px;
}

.heading-lv04:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 5px;
  margin-top: -2px;
  background: #00a040;
}

@media screen and (max-width: 700px) {
  .heading-lv04 {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.red {
  color: #ff5252;
}

.link a:after {
  content: "";
  background: no-repeat center;
  width: 15px;
  height: 15px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.link a[target="_blank"]:after {
  background-image: url(../img/common/icon-external.svg);
}

.link a[href*=".pdf"]:after, .link a.pdf:after {
  width: 18px;
  height: 18px;
  background-image: url(../img/next/icon-pdf.svg);
}

.link a[href*=".doc"]:after, .link a.doc:after {
  width: 18px;
  height: 18px;
  background-image: url(../img/next/icon-doc.svg);
}

.bold {
  font-weight: bold;
}

.cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 3px 2px;
  background: #aaaaaa;
  color: #FFF;
  font-size: 12px;
  font-size: 0.8571428571rem;
  letter-spacing: 0em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.cat a.seminar {
  background-color: #00a040;
}

.cat a.matching, .cat a.cluster {
  background-color: #ff5252;
}

.cat a.human-resource, .cat a.jinzai {
  background-color: #2a90cd;
}

.cat a.exhibition, .cat a.tenji {
  background-color: #ff9800;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w1p {
  width: 1%;
}

.w2p {
  width: 2%;
}

.w3p {
  width: 3%;
}

.w4p {
  width: 4%;
}

.w5p {
  width: 5%;
}

.w6p {
  width: 6%;
}

.w7p {
  width: 7%;
}

.w8p {
  width: 8%;
}

.w9p {
  width: 9%;
}

.w10p {
  width: 10%;
}

.w11p {
  width: 11%;
}

.w12p {
  width: 12%;
}

.w13p {
  width: 13%;
}

.w14p {
  width: 14%;
}

.w15p {
  width: 15%;
}

.w16p {
  width: 16%;
}

.w17p {
  width: 17%;
}

.w18p {
  width: 18%;
}

.w19p {
  width: 19%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
/* column */
[class^="column"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

[class^="column"]:last-child {
  margin-bottom: -30px;
}

[class^="column"] > * {
  width: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 501px) {
  [class^="column"] > *.w5p {
    width: calc(5% - 30px);
  }
  [class^="column"] > *.w10p {
    width: calc(10% - 30px);
  }
  [class^="column"] > *.w15p {
    width: calc(15% - 30px);
  }
  [class^="column"] > *.w20p {
    width: calc(20% - 30px);
  }
  [class^="column"] > *.w25p {
    width: calc(25% - 30px);
  }
  [class^="column"] > *.w30p {
    width: calc(30% - 30px);
  }
  [class^="column"] > *.w35p {
    width: calc(35% - 30px);
  }
  [class^="column"] > *.w40p {
    width: calc(40% - 30px);
  }
  [class^="column"] > *.w45p {
    width: calc(45% - 30px);
  }
  [class^="column"] > *.w50p {
    width: calc(50% - 30px);
  }
  [class^="column"] > *.w55p {
    width: calc(55% - 30px);
  }
  [class^="column"] > *.w60p {
    width: calc(60% - 30px);
  }
  [class^="column"] > *.w65p {
    width: calc(65% - 30px);
  }
  [class^="column"] > *.w70p {
    width: calc(70% - 30px);
  }
  [class^="column"] > *.w75p {
    width: calc(75% - 30px);
  }
  [class^="column"] > *.w80p {
    width: calc(80% - 30px);
  }
  [class^="column"] > *.w85p {
    width: calc(85% - 30px);
  }
  [class^="column"] > *.w90p {
    width: calc(90% - 30px);
  }
  [class^="column"] > *.w95p {
    width: calc(95% - 30px);
  }
  [class^="column"] > *.w100p {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 700px) {
  [class^="column"] {
    margin-right: -20px;
  }
  [class^="column"]:last-child {
    margin-bottom: -20px;
  }
  [class^="column"] > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.column-02 > * {
  width: calc(50% - 30px);
}

.column-03 > * {
  width: calc(33.3333% - 30px);
}

.column-04 > * {
  width: calc(25% - 30px);
}

@media screen and (max-width: 700px) {
  .column-02 > * {
    width: calc(50% - 20px);
  }
  .column-03 > * {
    width: calc(50% - 20px);
  }
  .column-04 > * {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  .column-02 > * {
    width: calc(100% - 20px);
  }
  .column-03 > * {
    width: calc(100% - 20px);
  }
  .column-04 > * {
    width: calc(50% - 20px);
  }
}

/* column */
.post ul:not(:last-child) {
  /*margin-bottom: $margin;*/
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post ol ul li {
  list-style-type: none;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #5a5a5a;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: #eeeeee;
  clear: both;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 45px;
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}

.post .h + .h:not(:first-child), .post h5 + .h:not(:first-child), .post .h + h5:not(:first-child), .post h5 + h5:not(:first-child), .post h4 + .h:not(:first-child), .post h4 + h5:not(:first-child), .post .h + h4:not(:first-child), .post h5 + h4:not(:first-child), .post h4 + h4:not(:first-child), .post h3 + .h:not(:first-child), .post h3 + h5:not(:first-child), .post h3 + h4:not(:first-child), .post .h + h3:not(:first-child), .post h5 + h3:not(:first-child), .post h4 + h3:not(:first-child), .post h3 + h3:not(:first-child), .post h2 + .h:not(:first-child), .post h2 + h5:not(:first-child), .post h2 + h4:not(:first-child), .post h2 + h3:not(:first-child), .post .h + h2:not(:first-child), .post h5 + h2:not(:first-child), .post h4 + h2:not(:first-child), .post h3 + h2:not(:first-child), .post h2 + h2:not(:first-child), .post h1 + .h:not(:first-child), .post h1 + h5:not(:first-child), .post h1 + h4:not(:first-child), .post h1 + h3:not(:first-child), .post h1 + h2:not(:first-child), .post .h + h1:not(:first-child), .post h5 + h1:not(:first-child), .post h4 + h1:not(:first-child), .post h3 + h1:not(:first-child), .post h2 + h1:not(:first-child), .post h1 + h1:not(:first-child) {
  margin-top: 30px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.9285714286rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  color: #222222;
  padding: 20px 20px;
  background: #eef4fa;
  position: relative;
  line-height: 1.2;
  clear: both;
}

.post h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 5px;
  height: calc(100% - 40px);
  background: #00a040;
}

@media screen and (max-width: 700px) {
  .post h2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.post h3 {
  color: #222222;
  font-size: 20px;
  font-size: 1.4285714286rem;
  color: #222222;
  padding: 0 20px;
  position: relative;
  clear: both;
  line-height: 1.2;
}

.post h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 5px;
  background: #00a040;
}

@media screen and (max-width: 700px) {
  .post h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .post h3:before {
    top: 8px;
  }
}

.post h4 {
  color: #1D622A;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 35px;
}

.post .alignright + .h, .post .alignright + h1, .post .alignright + h2, .post .alignright + h3, .post .alignright + h4, .post .alignright + h5 {
  margin-top: 10px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 35px 10px 0;
}

.post .alignleft + .h, .post .alignleft + h1, .post .alignleft + h2, .post .alignleft + h3, .post .alignleft + h4, .post .alignleft + h5 {
  margin-top: 10px;
}

.post .wp-caption {
  font-size: 14px;
  font-size: 1rem;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post .wp-caption-text {
  text-align: center;
}

.post .border-left {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #00a040;
}

.post .border-left:not(:last-child) {
  margin-bottom: 30px;
}

.post .border-left h5 {
  margin-bottom: 5px;
}

.post .border-left h5:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #00a040;
  margin: 0 5px -1px 0;
}

.post p {
  word-break: break-all;
}

.post p:not(:last-child) {
  margin-bottom: 15px;
}

.post table:not(:last-child), .post .sp-scroll-block:not(:last-child) {
  margin-bottom: 30px;
}

.post table:not(.blank) th, .post table:not(.blank) td, .post .sp-scroll-block:not(.blank) th, .post .sp-scroll-block:not(.blank) td {
  padding: 10px 15px;
}

.post table:not(.blank) td p:not(:last-child), .post .sp-scroll-block:not(.blank) td p:not(:last-child) {
  margin-bottom: 15px;
}

.post cite {
  border: 1px solid #d6dee0;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

@media screen and (max-width: 700px) {
  .post .wp-caption {
    margin-left: 0;
    margin-right: 0;
  }
  .post .wp-caption:not(:last-child) {
    margin-bottom: 20px;
  }
  .post .alignright, .post .alignleft {
    text-align: center;
    max-width: 100%;
    float: inherit;
    height: auto;
    margin: 0;
  }
  .post .alignright:not(:last-child), .post .alignleft:not(:last-child) {
    margin-bottom: 20px;
  }
  .post .border-left {
    padding-left: 10px;
    margin-left: 10px;
  }
  .post .border-left:not(:last-child) {
    margin-bottom: 20px;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%);
    clip-path: polygon(0 0, 220% 0, 0 220%);
  }
}

/* rotate */
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
