@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Vollkorn");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400");
@font-face {
  font-family: 'Moon Light';
  src: url("font/moon_light-webfont.woff2") format("woff2"), url("font/moon_light-webfont.woff") format("woff"), url("font/moon_light-webfont.otf") format("opentype");
  font-weight: lighter;
  font-style: normal;
}

html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 15px;
  background-color: #FFF;
}

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

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: #505050;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #505050;
  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 img.border, body picture.border {
  border: 1px solid #cccccc;
}

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

body ::selection {
  background: rgba(155, 211, 221, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(155, 211, 221, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  width: 100%;
}

header .item-top {
  padding: 25px 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;
}

header .item-top .inside {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header .item-top .item-logo {
  padding: 0;
}

header .item-logo {
  padding: 25px 0;
  text-align: center;
}

header .item-search {
  width: 300px;
  /* >*{
        border: 1px solid #505050;
      } */
}

header .item-search form.gsc-search-box {
  margin-bottom: 0;
}

header .item-search .gsc-control-cse {
  padding: 0;
}

header .item-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 5px;
}

header .item-text {
  margin-left: 25px;
  margin-right: 25px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #99cccc;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
}

header .item-text a {
  color: #0000de;
  text-decoration: underline;
}

header .item-text a:hover {
  color: #99cccc;
}

@media screen and (min-width: 961px) {
  header .item-text .link a:not(.lg) {
    white-space: nowrap;
  }
}

header .item-text .link a:not(.lg):after {
  display: none;
  background-image: url(../img/common/arrow-blue.svg);
}

@media screen and (min-width: 661px) and (max-width: 960px) {
  header .item-top {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .item-top .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .item-search .gsc-results-wrapper-overlay {
    width: 90%;
    height: 90%;
    left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
  }
  header .item-text {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 661px) and (max-width: 960px) and (max-width: 860px) {
  header .item-text {
    width: 100%;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 660px) {
  header .item-top {
    padding: 10px 15px;
  }
  header .item-top .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .item-top .item-logo {
    margin-right: 10px;
  }
  header .item-search {
    width: 156px;
  }
  header .item-search .cse .gsc-search-button-v2, header .item-search .gsc-search-button-v2 {
    width: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  header .item-search .gsc-results-wrapper-overlay {
    width: 90%;
    height: 90%;
    left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
  }
  header .item-logo {
    padding: 10px 0;
  }
  header .item-logo img {
    width: 130px;
    height: auto;
  }
  header .item-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: bold;
    width: 100%;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 5px;
  }
}

header.next {
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}

header.next .item-top {
  border-bottom: 1px solid #505050;
}

@media screen and (max-width: 660px) {
  header.next .item-top {
    border-bottom: none;
  }
}

@media screen and (min-width: 661px) and (max-width: 960px) {
  header.next {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 660px) {
  header.next {
    padding: 0;
    margin-bottom: 1px;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  padding: 45px;
  background-color: #dad6d0;
}

footer .foot-nav {
  margin-bottom: 40px;
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  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;
  line-height: 1.4;
}

footer .foot-nav dl {
  margin-right: 20px;
}

footer .foot-nav dl:last-child {
  margin-right: 0;
}

footer .foot-nav dl:last-child dt:not(:first-child) {
  margin-top: 10px;
}

footer .foot-nav dl dt {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
}

footer .foot-nav dl dt:not(:first-child) {
  margin-top: 25px;
}

footer .foot-nav dl dt:not(:last-child) {
  margin-bottom: 10px;
}

footer .foot-nav dl dd {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

footer .foot-nav dl dd ul li:not(:last-child) {
  margin-bottom: 5px;
}

footer .foot-pagetop {
  text-align: right;
  margin-bottom: -10px;
  line-height: 0;
}

footer .foot-pagetop a {
  display: -moz-inline-box;
  display: inline-block;
}

footer .foot-pagetop a img {
  -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 img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(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;
}

footer .foot-copy {
  display: block;
  text-align: center;
  background-color: #505050;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8666666667rem;
  padding: 10px;
}

@media screen and (max-width: 660px) {
  footer {
    padding: 25px 20px;
  }
  footer .foot-nav {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: 0px;
  }
  footer .foot-nav dl {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  footer .foot-nav dl:last-child {
    margin-right: 15px;
  }
  footer .foot-nav dl dt {
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: bold;
  }
  footer .foot-nav dl dt:not(:first-child) {
    margin-top: 20px;
  }
  footer .foot-nav dl dd {
    font-size: 12px;
    font-size: 0.8rem;
  }
  footer .foot-pagetop {
    margin-top: -20px;
  }
  footer .foot-pagetop a {
    display: -moz-inline-box;
    display: inline-block;
  }
  footer .foot-pagetop a img {
    -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 img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(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;
  }
  footer .foot-copy {
    display: block;
    text-align: center;
    background-color: #505050;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8666666667rem;
    padding: 10px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

#mainimg.top .item-kv {
  height: calc(100vh - 115px);
  min-height: 480px;
  position: relative;
}

#mainimg.top .item-kv .kv-slides {
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

#mainimg.top .item-kv .kv-slides .slick-track li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.top .item-kv .kv-slides .slick-track li.li2 .right {
  position: relative;
}

#mainimg.top .item-kv .kv-slides .slick-track li.li2 .right:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#mainimg.top .item-kv .kv-slides .slick-track li.slick-active .left {
  -webkit-animation-name: fadeInLeftKV;
  -moz-animation-name: fadeInLeftKV;
  -ms-animation-name: fadeInLeftKV;
  -o-animation-name: fadeInLeftKV;
  animation-name: fadeInLeftKV;
}

#mainimg.top .item-kv .kv-slides .slick-track li.slick-active .right {
  -webkit-animation-name: fadeInRightKV;
  -moz-animation-name: fadeInRightKV;
  -ms-animation-name: fadeInRightKV;
  -o-animation-name: fadeInRightKV;
  animation-name: fadeInRightKV;
}

#mainimg.top .item-kv .kv-slides .slick-arrow {
  width: 66px;
  height: 66px;
  z-index: 5;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
}
@media screen and (max-width: 660px) {
  #mainimg.top .item-kv .kv-slides .slick-arrow {
    width: 36px;
    height: 36px;
  }
}

#mainimg.top .item-kv .kv-slides .slick-arrow:before {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
  background: url(../img/common/arrow-next.svg) no-repeat center;
  opacity: 1;
  background-size: contain;
}

#mainimg.top .item-kv .kv-slides .slick-prev {
  left: 0;
}

#mainimg.top .item-kv .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 .item-kv .kv-slides .slick-next {
  right: 0;
}

#mainimg.top .item-kv .img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.top .item-kv .img > * {
  width: 50%;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: no-repeat center / cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#mainimg.top .item-kv .img > *.left, #mainimg.top .item-kv .img > *.right {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#mainimg.top .item-kv .img > *.text {
  background: #9bd3dd;
  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;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 2.6;
  padding-left: 20px;
  padding-right: 20px;
}

#mainimg.top .item-kv .img > *.text p:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.top .item-kv h2 {
  font-size: 60px;
  font-size: 4rem;
  position: absolute;
  line-height: 1;
  bottom: 50px;
  width: 100%;
  left: 0;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}

#mainimg.top .item-bnr {
  position: absolute;
  left: 55px;
  bottom: 135px;
  line-height: 0;
}

@media screen and (min-width: 661px) and (max-width: 960px) {
  #mainimg.top {
    padding-left: 30px;
    padding-right: 30px;
  }
  #mainimg.top .item-kv .img > *.text {
    line-height: 2.2;
  }
  #mainimg.top .item-kv h2 {
    font-size: 50px;
    font-size: 3.3333333333rem;
    bottom: 30px;
  }
  #mainimg.top .item-bnr {
    max-width: 15%;
  }
}

@media screen and (max-width: 660px) {
  #mainimg.top {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.top .item-kv {
    height: 520px;
  }
  #mainimg.top .item-kv .img {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #mainimg.top .item-kv .img > * {
    height: 50%;
    width: 100%;
  }
  #mainimg.top .item-kv .img > *.text {
    font-size: 13px;
    font-size: 0.8666666667rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainimg.top .item-kv h2 {
    font-size: 8vw;
    bottom: 20px;
  }
  #mainimg.top .item-bnr {
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    margin-top: 20px;
  }
}

#mainimg.next {
  height: 440px;
  overflow: hidden;
  position: relative;
  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;
}

#mainimg.next .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  background: #dad6d0 no-repeat center/cover;
}

#mainimg.next .item-bg.products {
  background-image: url(../img/next/bg-products.jpg);
}

#mainimg.next .item-bg.environmental {
  background-image: url(../img/next/bg-environmental.jpg);
}

#mainimg.next .item-bg.company {
  background-image: url(../img/next/bg-company.jpg);
}

@media screen and (min-width: 661px) and (max-width: 960px) {
  #mainimg.next {
    height: 340px;
  }
}

@media screen and (max-width: 660px) {
  #mainimg.next {
    height: 260px;
  }
}


/* mainimg
------------------------------------------------------------*/
#globalnav {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#globalnav ul {
  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;
  padding: 35px 0;
}

@media screen and (min-width: 661px) {
  #globalnav ul {
    display: flex !important;
  }
}

#globalnav ul li.current a {
  color: #90b023;
}

#globalnav ul li a {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#globalnav ul li a span {
  display: block;
  font-family: 'Vollkorn', serif;
}

#globalnav ul li a:hover {
  color: #90b023;
  text-decoration: none;
}

#globalnav .menu {
  display: none;
}

@media screen and (min-width: 661px) and (max-width: 960px) {
  #globalnav ul li a {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}

@media screen and (max-width: 660px) {
  #globalnav ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    padding: 0;
  }
  #globalnav ul li {
    width: 100%;
  }
  #globalnav ul li:nth-child(1) {
    background-color: rgba(155, 211, 221, 0.1);
  }
  #globalnav ul li:nth-child(2) {
    background-color: rgba(155, 211, 221, 0.2);
  }
  #globalnav ul li:nth-child(3) {
    background-color: rgba(155, 211, 221, 0.3);
  }
  #globalnav ul li:nth-child(4) {
    background-color: rgba(155, 211, 221, 0.4);
  }
  #globalnav ul li:nth-child(5) {
    background-color: rgba(155, 211, 221, 0.5);
  }
  #globalnav ul li:nth-child(6) {
    background-color: rgba(155, 211, 221, 0.6);
  }
  #globalnav ul li a {
    text-align: center;
    padding: 10px 0;
  }
  #globalnav .menu {
    margin-top: 1px;
    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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    background-color: #9bd3dd;
    color: #FFF;
    padding: 0 15px;
    font-family: 'Moon Light', sans-serif;
    font-weight: 200;
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  #globalnav .menu.active: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;
  }
  #globalnav .menu:after {
    content: "＋";
    font-size: 20px;
    font-size: 1.3333333333rem;
    line-height: 1;
    -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;
  }
  #globalnav .select {
    display: block;
  }
}

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

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

main .content.w780 {
  width: 780px;
}

main section {
  padding: 120px 0;
}

main section.bg {
  background-color: #dad6d0;
}

main section.pt70 {
  padding-top: 70px;
}

main section.pb70 {
  padding-bottom: 70px;
}

main section.pt90 {
  padding-top: 90px;
}

main section.pb80 {
  padding-bottom: 80px;
}

main section.pb0 {
  padding-bottom: 0px;
}

main .news-list {
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

main .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

main .news-list .item-date {
  width: 100px;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

main .news-list .item-cat {
  margin-right: 30px;
}

main .news-list .item-cat a {
  width: 90px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

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

main .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .link-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main .link-list li a, main .link-list li div {
  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;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

main .link-list:not(.sml) {
  margin: 0 -20px -20px 0;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .link-list:not(.sml) li {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .link-list:not(.sml) li > a, main .link-list:not(.sml) li div {
  width: 100%;
  border: 1px solid #505050;
  height: 125px;
}

main .link-list:not(.sml) li > a:hover, main .link-list:not(.sml) li div:hover {
  text-decoration: none;
  border-color: #90b023;
}

main .link-list:not(.sml) li > a span:first-child, main .link-list:not(.sml) li div span:first-child {
  font-size: 19px;
  font-size: 1.2666666667rem;
  line-height: 1.5;
}

main .link-list:not(.sml) li > a span:last-child, main .link-list:not(.sml) li div span:last-child {
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-top: 10px;
}

main .link-list:not(.sml).c2 li {
  width: calc(50% - 20px);
}

main .link-list.sml {
  margin: 0 -30px -20px 0;
}

main .link-list.sml li {
  width: calc(33.3333% - 30px);
  margin: 0 30px 20px 0;
}

main .link-list.sml li a {
  width: 100%;
  height: 70px;
  color: #867561;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  border: 2px solid #867561;
}

main .link-list.sml li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 9px;
  right: 10px;
  margin-top: -4px;
  background: url(../img/common/arrow-brown.svg) no-repeat center/contain;
  -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;
}

main .link-list.sml li a:hover {
  text-decoration: none;
  background: #867561;
  color: #FFF;
}

main .link-list.sml li a:hover:after {
  background-image: url(../img/common/arrow-white.svg);
}

main .link-list.text li {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .link-list.text li a {
  color: #867561;
  font-size: 23px;
  font-size: 1.5333333333rem;
  border: none;
}

@media screen and (min-width: 661px) and (max-width: 960px) {
  /* main
------------------------------------------------------------*/
  main .content {
    padding-left: 30px;
    padding-right: 30px;
    -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 .link-list.sml {
    margin: 0 -20px -15px 0;
  }
  main .link-list.sml li {
    width: calc(33.3333% - 20px);
    margin: 0 20px 15px 0;
  }
}

/*sp*/
@media screen and (max-width: 660px) {
  /* main
------------------------------------------------------------*/
  main .content {
    padding-left: 20px;
    padding-right: 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 section {
    padding: 80px 0;
  }
  main section.pt70 {
    padding-top: 50px;
  }
  main section.pb70 {
    padding-bottom: 50px;
  }
  main section.pt90 {
    padding-top: 70px;
  }
  main section.pb80 {
    padding-bottom: 60px;
  }
  main section.pb0 {
    padding-bottom: 0px;
  }
  main .news-list:not(:last-child) {
    margin-bottom: 25px;
  }
  main .news-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .news-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  main .news-list .item-date {
    width: 80px;
    font-size: 15px;
    font-size: 1rem;
  }
  main .news-list .item-title {
    width: 100%;
    font-size: 15px;
    font-size: 1rem;
    margin-top: 5px;
  }
  main .link-list:not(.sml) {
    margin: 0 -15px -15px 0;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main .link-list:not(.sml) li {
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
  main .link-list:not(.sml) li > a {
    height: 100px;
  }
  main .link-list:not(.sml) li > a span:first-child {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main .link-list:not(.sml) li > a span:last-child {
    margin-top: 5px;
  }
  main .link-list.sml {
    margin: 0 -10px -10px 0;
  }
  main .link-list.sml li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
  main .link-list.sml li a {
    height: 50px;
    border-width: 1px;
    font-size: 15px;
    font-size: 1rem;
    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;
  }
  main .link-list.sml li a:after {
    width: 12px;
  }
  main .link-list.text li a {
    height: 50px;
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}

/* 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;
}

.pt0 {
  padding-top: 0px;
}

.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;
}

.pb0 {
  padding-bottom: 0px;
}

.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;
}

.mt0 {
  margin-top: 0px;
}

.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;
}

.mb0 {
  margin-bottom: 0px;
}

.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: 660px) {
  .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.tar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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: 28px;
  padding-left: 10px;
  padding-right: 10px;
  background: #505050;
  font-size: 13px;
  font-size: 0.8666666667rem;
  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-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #505050;
  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;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
}

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

.btn a.white, .btn input.white, .btn span.white {
  background-color: #FFF;
  color: #505050;
  border-color: #505050;
}

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

.btn a.clear, .btn input.clear, .btn span.clear {
  background-color: transparent;
  color: #505050;
  border-color: #505050;
}

.btn a.clear:hover, .btn input.clear:hover, .btn span.clear:hover {
  background-color: #505050;
  color: #FFF;
}

.btn a.clear.arrow:after, .btn input.clear.arrow:after, .btn span.clear.arrow:after {
  color: #505050;
}

.btn a.clear.arrow:hover:after, .btn input.clear.arrow:hover:after, .btn span.clear.arrow:hover:after {
  color: #FFF;
}

.btn a.arrow:after, .btn input.arrow:after, .btn span.arrow:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  color: #FFF;
  margin-left: 0.5em;
  -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;
}

.btn a.arrow:hover:after, .btn input.arrow:hover:after, .btn span.arrow:hover:after {
  -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;
}

.btn a.gray, .btn a.reset, .btn input.gray, .btn input.reset, .btn span.gray, .btn span.reset {
  background-color: #aaaaaa;
}

.btn a.gray:hover, .btn a.reset:hover, .btn input.gray:hover, .btn input.reset:hover, .btn span.gray:hover, .btn span.reset:hover {
  background-color: #c4c3c3;
}

.btn a.lg, .btn input.lg, .btn span.lg {
  height: 50px;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.btn a.xl, .btn input.xl, .btn span.xl {
  height: 70px;
  font-size: 18px;
  font-size: 1.2rem;
}

@media screen and (max-width: 660px) {
  .btn a.xl, .btn input.xl, .btn span.xl {
    height: 55px;
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}

.btn a.sml, .btn input.sml, .btn span.sml {
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  font-size: 0.6666666667rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn a.pdf, .btn input.pdf, .btn span.pdf {
  background-color: #FFF;
  color: #505050;
  border-color: #dad6d0;
}

.btn a.pdf:hover, .btn input.pdf:hover, .btn span.pdf:hover {
  background-color: #dad6d0;
}

.btn a.pdf:before, .btn input.pdf:before, .btn span.pdf:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(../img/next/icon-pdf.svg) no-repeat center/contain;
}

.btn a.img, .btn input.img, .btn span.img {
  background-color: transparent;
  border: 2px solid #867561;
  padding-left: 35px;
  padding-right: 35px;
}

.btn a.img:after, .btn input.img:after, .btn span.img:after {
  content: "";
  display: block;
  background: url(../img/next/arrow-next.svg) no-repeat center;
  width: 24px;
  height: 9px;
  margin-left: 30px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 660px) {
  .btn a.img, .btn input.img, .btn span.img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn a.img:after, .btn input.img:after, .btn span.img:after {
    margin-left: 10px;
    display: none;
  }
}

.btn a.brown, .btn input.brown, .btn span.brown {
  background-color: #fff;
  color: #867561;
  border: 1px solid #867561;
}

.btn a.brown.arrow:after, .btn input.brown.arrow:after, .btn span.brown.arrow:after {
  color: #867561;
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "游ゴシック体", "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 > * {
  margin: 0 10px 15px;
}

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

/* btn */
/* form */
*:not(.gsc-control-cse) input[type="text"], *:not(.gsc-control-cse) input[type="email"], *:not(.gsc-control-cse) input[type="tel"], *:not(.gsc-control-cse) input[type="password"] {
  -webkit-appearance: none;
  height: 35px;
  line-height: 35px;
  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 #b3b3b3;
  font-size: 14px;
  font-size: 0.9333333333rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*:not(.gsc-control-cse) input[type="text"]:focus, *:not(.gsc-control-cse) input[type="email"]:focus, *:not(.gsc-control-cse) input[type="tel"]:focus, *:not(.gsc-control-cse) input[type="password"]: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);
}

*:not(.gsc-control-cse) input[type="text"].lg, *:not(.gsc-control-cse) input[type="email"].lg, *:not(.gsc-control-cse) input[type="tel"].lg, *:not(.gsc-control-cse) input[type="password"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
}

*:not(.gsc-control-cse) textarea {
  -webkit-appearance: none;
  height: 170px;
  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 #b3b3b3;
  background: #FFF;
  font-size: 14px;
  font-size: 0.9333333333rem;
  padding: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*:not(.gsc-control-cse) 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);
}

*:not(.gsc-control-cse) textarea.h100 {
  height: 100px;
}

*:not(.gsc-control-cse) input[type="checkbox"] {
  display: none;
}

*:not(.gsc-control-cse) 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;
}

*:not(.gsc-control-cse) input[type="radio"] {
  display: none;
}

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

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

*:not(.gsc-control-cse) label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

*:not(.gsc-control-cse) label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #FFF;
  border: 1px solid #b3b3b3;
}

*:not(.gsc-control-cse) label.checkbox:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #505050;
  border-bottom: 2px solid #505050;
  -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;
}

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

*:not(.gsc-control-cse) label.radio.single {
  width: 20px;
  padding-left: 0;
}

*:not(.gsc-control-cse) label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  -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%;
}

*:not(.gsc-control-cse) label.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #b3b3b3;
  -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;
}

*:not(.gsc-control-cse) .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;
}

*:not(.gsc-control-cse) .check-radios > * {
  margin: 0 15px 5px 0;
}

*:not(.gsc-control-cse) label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

*:not(.gsc-control-cse) label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #b3b3b3 transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

*:not(.gsc-control-cse) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 35px;
  width: 100%;
  line-height: 35px;
  max-width: 100%;
  padding: 0 30px 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 #b3b3b3;
  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;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: normal;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*:not(.gsc-control-cse) select option {
  padding: 8px;
  border: none;
}

*:not(.gsc-control-cse) select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
}

*:not(.gsc-control-cse) select::-ms-expand {
  display: none;
}

*:not(.gsc-control-cse) .form-block .jfilestyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

*:not(.gsc-control-cse) .form-block .jfilestyle label {
  border: 1px solid #b3b3b3;
  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;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
}

*:not(.gsc-control-cse) .form-block .jfilestyle > input {
  border: none;
  max-width: 50%;
}

/* form */
/* table */
table:not([class*="gs"]) {
  width: 100%;
  background-color: #FFF;
}

table:not([class*="gs"]) th, table:not([class*="gs"]) td {
  padding: 15px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

@media screen and (max-width: 660px) {
  table:not([class*="gs"]) th, table:not([class*="gs"]) td {
    padding: 10px;
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}

table:not([class*="gs"]) th {
  background-color: #dad6d0;
  font-weight: bold;
}

table:not([class*="gs"]) thead th {
  background-color: #dad6d0;
  text-align: center;
}

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

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

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

.heading-lv01 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  z-index: 2;
  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;
}

.heading-lv01 > span {
  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;
  display: -moz-inline-box;
  display: inline-block;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  position: relative;
  min-width: 180px;
}

.heading-lv01 > span span {
  display: block;
  margin: 0 auto;
}

.heading-lv01 > span span:first-child {
  font-family: 'Moon Light', sans-serif;
  font-weight: 200;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 660px) {
  .heading-lv01 > span span:first-child {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}

.heading-lv01 > span span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 120px;
  height: 1px;
  margin-left: -60px;
  bottom: 0;
  background-color: #505050;
}

.heading-lv01 > span span:last-child {
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 1;
}

@media screen and (max-width: 660px) {
  .heading-lv01 > span span:last-child {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.heading-lv01 > span:before, .heading-lv01 > span:after {
  z-index: -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;
  pointer-events: none;
}

.heading-lv01 > span:before {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  top: -25px;
  width: 88px;
  height: 78px;
  background-color: #9bd3dd;
}

@media screen and (max-width: 660px) {
  .heading-lv01 > span:before {
    width: 50px;
    height: 45px;
    left: -25px;
    top: -15px;
  }
}

.heading-lv01 > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #505050;
}

.heading-lv01.white {
  border-color: #FFF;
  color: #FFF;
}

.heading-lv01.white > span:after {
  border-color: #FFF;
}

.heading-lv01.white > span span:first-child:after {
  background-color: #FFF;
}

.heading-lv01.right > span:before {
  left: initial;
  top: initial;
  right: -60px;
  bottom: -45px;
}

@media screen and (max-width: 660px) {
  .heading-lv01.right > span:before {
    right: -30px;
    bottom: -25px;
  }
}

.heading-lv01:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 660px) {
  .heading-lv01:not(:last-child) {
    margin-bottom: 45px;
  }
}

.heading-lv02 {
  font-size: 25px;
  font-size: 1.6666666667rem;
  font-family: 'Moon Light', sans-serif;
  font-weight: 200;
  text-align: center;
}

.heading-lv02:not(:last-child) {
  margin-bottom: 70px;
}

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

@media screen and (max-width: 660px) {
  .heading-lv02 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  .heading-lv02:not(:last-child) {
    margin-bottom: 45px;
  }
}

.heading-lv03 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
  color: #867561;
  border-left: 10px solid #867561;
  padding-left: 15px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 660px) {
  .heading-lv03 {
    font-size: 24px;
    font-size: 1.6rem;
    border-left-width: 5px;
  }
}

.heading-lv04 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: center;
}

.heading-lv04 small {
  font-size: 15px;
  font-size: 1rem;
}

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

@media screen and (max-width: 660px) {
  .heading-lv04:not(:last-child) {
    margin-bottom: 35px;
  }
}

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

.heading-lv04.bb {
  border-bottom: 1px solid #505050;
  padding-bottom: 10px;
}

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

.heading-lv05 {
  letter-spacing: 0.2em;
  text-align: center;
  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;
}

.heading-lv05 span:first-child {
  font-family: 'Moon Light', sans-serif;
  font-weight: 200;
  font-size: 15px;
  font-size: 1rem;
  letter-spacing: 0.2em;
}

.heading-lv05 span:last-child {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  padding-top: 10px;
  margin-top: 10px;
  position: relative;
}

.heading-lv05 span:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 110px;
  height: 1px;
  margin-left: -55px;
  background-color: #505050;
}

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

.heading-lv06 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 25px;
  font-size: 1.6666666667rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.more:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 0.5em;
}

.red {
  color: #ef4a36;
}

.link 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;
}

.link a.lg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  border: 1px solid #505050;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 19px;
  font-size: 1.2666666667rem;
  padding: 5px 15px;
  line-height: 1.4;
}

.link a.lg:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 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;
}

.link a.lg:hover {
  text-decoration: none;
}

.link a.lg:hover:after {
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(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;
}

@media screen and (max-width: 660px) {
  .link a.lg {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
  .link a.lg:after {
    margin-left: 20px;
  }
}

.link a:not(.lg) {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.link a:not(.lg):not(.sml):after {
  content: "";
  display: block;
  margin-left: 10px;
  background: url(../img/common/arrow.svg) no-repeat center;
  width: 24px;
  height: 9px;
  left: 0;
  position: relative;
  -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;
}

.link a:not(.lg):not(.sml):hover:after {
  left: 5px;
}

.link a:not(.lg).sml:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.link a:not(.lg).sml:hover {
  text-decoration: none;
}

.cat a {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
  background-color: #867561;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  line-height: 1.4;
  color: #FFF;
  padding: 2px 15px;
}

.bold {
  font-weight: bold;
}

/* 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;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.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: 660px) {
  .w10-sp {
    width: 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

br.tablet {
  display: none;
}

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

br.sp {
  display: none;
}

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

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

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

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

@media screen and (max-width: 660px) {
  .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: 660px) {
  [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: 660px) {
  .column-02 > * {
    width: calc(50% - 20px);
  }
  .column-03 > * {
    width: calc(50% - 20px);
  }
  .column-04 > * {
    width: calc(33.3333% - 20px);
  }
}

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

/* column */
.post .margin-tmp, .post ul, .post ol, .post blockquote, .post .wp-caption, .post p, .post table {
  margin-bottom: 30px;
}

.post .margin-tmp:last-child, .post ul:last-child, .post ol:last-child, .post blockquote:last-child, .post .wp-caption:last-child, .post p:last-child, .post table:last-child {
  margin-bottom: 0;
}

.post .margin-tmp.mb0, .post ul.mb0, .post ol.mb0, .post blockquote.mb0, .post .mb0.wp-caption, .post p.mb0, .post table.mb0 {
  margin-bottom: 0;
}

.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 li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

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

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

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

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

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

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

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

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

.post h2 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 15px;
  color: #867561;
  border-left: 10px solid #867561;
}

.post h3 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #867561;
}

.post h4 {
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: bold;
}

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

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

.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}

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

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

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 30px 15px 0;
}

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

.post .wp-caption img {
  display: block;
}

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

.post .wp-caption img:not(:last-child) + p {
  margin-top: -20px;
}

.post .wp-caption p.wp-caption-text {
  text-indent: 0;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.post cite {
  border: 1px solid #b3b3b3;
  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.8rem;
}

.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: 660px) {
  .post .alignright {
    max-width: 50%;
    height: auto;
    margin: 0 0 10px 20px;
  }
  .post .alignleft {
    max-width: 50%;
    height: auto;
    margin: 0 20px 10px 0;
  }
}

.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;
}

*[data-anm="skew"] {
  -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%);
}

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

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  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 fadeInLeftKV {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftKV {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-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 fadeInRightKV {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightKV {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-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;
}
