@charset "utf-8";

/* --------------------------------

  id01: index

-------------------------------- */

/* --------------------------------
  流れるセミナーのバナー
-------------------------------- */

.gutter-seminar-banner {
  padding: 16px 0 12px;
  background: #EFEFEF;
}

.works-slider {
  position: relative;
  width: 100%;
  /*height: 140px;*/
  height: 172px;
  overflow: hidden;
  z-index: 1;
}

.works-slider .works-list {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.works-slider .works-item {
  float: left;
  margin-right: 12px;
  /*width: 200px;*/
  width: 230px;
  max-width: none;
  height: 100%;
}

.works-link {
  position: relative;
  display: block;
  line-height: 1;
  text-decoration: none;
  transition: .2s opacity;
}

.works-item-new .works-link:before {
  content: '開催間近';
  position: absolute;
  right: -.3em;
  top: 1.5em;
  display: block;
  line-height: 1;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  color: #fff;
  transform: rotate(45deg);
  z-index: 1;
}

.works-item-new .works-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent #F87828 transparent transparent;
}

.works-link:hover {
  text-decoration: none;
  opacity: .7;
}

.works-list .works-img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.works-list .works-img:before {
  content: "";
  display: block;
  /*padding-top: 70%;*/
  padding-top: 74%;
}

.works-list .works-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  /*max-width: 140%;
    max-height: 140%;*/
  max-width: 148%;
  max-height: 148%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .4s;
  transition: .4s;
}

/* セミナー・勉強会 一覧ページ */

.works-list-content {
  max-width: 230px;
  margin: 0 auto;
  padding-top: 2em;
}

.works-list-content .works-list {
  display: block;
  margin-bottom: -40px;
  overflow: hidden;
}

.works-list-content .works-item {
  margin-bottom: 40px;
}

.works-list-content .works-date,
.works-list-content .works-title {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
}

.works-list-content .works-date {
  padding: .5em 0;
}

.works-list-content .works-title {
  font-size: 1.15em;
}

@media print,
screen and (min-width: 531px) {

  .works-list-content {
    max-width: none;
  }

  .works-list-content .works-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
  }

  .works-list-content .works-item {
    padding-right: 20px;
    width: calc(100% / 3);
  }

}

@media print,
screen and (min-width: 769px) {

  .works-list-content .works-item {
    width: 25%;
  }

}

@media print,
screen and (min-width: 1001px) {

  .works-list-content {
    padding-left: 50px;
    padding-right: 50px;
  }

}

/* セミナー・勉強会 詳細ページ */

.gutter-seminar-info-detail .inner {
  max-width: 1200px;
}

.gutter-seminar-info-detail .border-title + .inner {
  padding-top: 3em;
}

.gutter-seminar-info-detail .works-img {
  margin-bottom: 2em;
  text-align: center;
}

.seminar-info-content:not(:last-child) {
  margin-bottom: 5em;
}

.seminar-info-content {}

.seminar-info-content-text {
  line-height: 1.8;
  font-size: 1.15em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.seminar-info-content-table {
  margin-left: -10px;
  margin-right: -10px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.seminar-info-content-table table {
  border-spacing: 10px;
}

.seminar-info-content-table th {
  padding: .1em 2em;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: #1D96AF;
}

.seminar-howto {
  display: table;
  width: 1200px;
  padding-top: 20px;
}

.seminar-howtoInner {
  width: 20%;
  display: table-cell;
}

.seminar-howtoInnerT1 {
  padding-bottom: 20px;
  background: url(../img/pages/seminar/seminar-information/arrow1.png) no-repeat bottom center;
}

.seminar-howtoInnerT1a {
  background: url(../img/pages/seminar/seminar-information/mark1.png) no-repeat 50% 20px #F3A06C;
}

.seminar-howtoInnerT1b {
  color: #F3A06C;
}

.seminar-howtoInnerT2 {
  padding-bottom: 20px;
  background: url(../img/pages/seminar/seminar-information/arrow2.png) no-repeat bottom center;
}

.seminar-howtoInnerT2a {
  background: url(../img/pages/seminar/seminar-information/mark2.png) no-repeat 50% 20px #7CB2E1;
}

.seminar-howtoInnerT2b {
  color: #7CB2E1;
}

.seminar-howtoInnerT3 {
  padding-bottom: 20px;
  background: url(../img/pages/seminar/seminar-information/arrow3.png) no-repeat bottom center;
}

.seminar-howtoInnerT3a {
  background: url(../img/pages/seminar/seminar-information/mark3.png) no-repeat 50% 20px #77BF99;
}

.seminar-howtoInnerT3b {
  color: #77BF99;
}

.seminar-howtoInnerT4 {
  padding-bottom: 20px;
  background: url(../img/pages/seminar/seminar-information/arrow4.png) no-repeat bottom center;
}

.seminar-howtoInnerT4a {
  background: url(../img/pages/seminar/seminar-information/mark4.png) no-repeat 50% 20px #C5C27D;
}

.seminar-howtoInnerT4b {
  color: #C5C27D;
}

.seminar-howtoInnerT5 {
  padding-bottom: 20px;
  background: url(../img/pages/seminar/seminar-information/arrow5.png) no-repeat bottom center;
}

.seminar-howtoInnerT5a {
  background: url(../img/pages/seminar/seminar-information/mark5.png) no-repeat 50% 20px #23B5CE;
}

.seminar-howtoInnerT5b {
  color: #23B5CE;
}

.seminar-howtoInnerT1a,
.seminar-howtoInnerT2a,
.seminar-howtoInnerT3a,
.seminar-howtoInnerT4a,
.seminar-howtoInnerT5a {
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  padding: 100px 0 20px 0;
}

.seminar-howtoInnerT1b,
.seminar-howtoInnerT2b,
.seminar-howtoInnerT3b,
.seminar-howtoInnerT4b,
.seminar-howtoInnerT5b {
  min-height: 180px;
  padding: 25px 10px;
  font-size: 1.2em;
}

.seminar-howtoInnerT1c,
.seminar-howtoInnerT2c,
.seminar-howtoInnerT3c,
.seminar-howtoInnerT4c,
.seminar-howtoInnerT5c {
  padding: 0 10px;
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  vertical-align: middle;
}

.seminar-howtoInnerT1c p {
  padding: 2.2em 0;
  background: #FFF1E8;
  border-radius: 10px;
  color: #F3A06C;
}

.seminar-howtoInnerT2c a {
  display: block;
  padding: 22px 0;
  background: #7CB2E1;
  border-radius: 10px;
  color: #fff;
}

.seminar-howtoInnerT3c a {
  display: block;
  padding: 22px 0;
  background: #77BF99;
  border-radius: 10px;
  color: #fff;
}

.seminar-howtoInnerT4c a {
  display: block;
  padding: 22px 0;
  background: #C5C27D;
  border-radius: 10px;
  color: #fff;
}

.seminar-howtoInnerT5c a {
  display: block;
  padding: 22px 0;
  background: #23B5CE;
  border-radius: 10px;
  color: #fff;
}




@media print,
screen and (min-width: 641px) {

  .seminar-info-content-table th {
    width: 200px;
  }

  .seminar-info-content-table td {
    padding-left: 1em;
  }

}

@media print,
screen and (min-width: 1100px) {}

@media screen and (max-width: 1200px) {
  .seminar-howto {
    display: block;
    width: auto;
    padding-top: 20px;
  }

  .seminar-howtoInner {
    width: 33%;
    float: left;
    margin-bottom: 2em;
  }

  .seminar-howtoInner:nth-child(3n+1) {
    clear: left;
  }

}

@media screen and (max-width: 640px) {

  .seminar-info-content-table th,
  .seminar-info-content-table td {
    display: block;
  }

  .seminar-howto {
    display: block;
    width: auto;
    padding-top: 20px;
  }

  .seminar-howtoInner {
    width: 100%;
    float: left;
    margin-bottom: 2em;
  }

  .seminar-howtoInnerT1b,
  .seminar-howtoInnerT2b,
  .seminar-howtoInnerT3b,
  .seminar-howtoInnerT4b,
  .seminar-howtoInnerT5b {
    min-height: auto;
  }

}

/* --------------------------------
  TOPページ共通
-------------------------------- */

.gray-bg-area {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #EFEFEF;
}

/* --------------------------------
  おすすめコンテンツ
-------------------------------- */

.gutter-pickup > .inner {
  padding-top: 3em;
  padding-bottom: 3em;
}

.pickup-list {
  margin-bottom: -40px;
  margin-right: -16px;
  overflow: hidden;
}

.pickup-list li {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 16px;
}

.pickup-link {
  display: block;
  text-decoration: none;
  color: #444;
}

.pickup-link:hover {
  color: #0B95C8;
}

.pickup-img {
  border: 1px solid #bbb;
  overflow: hidden;
}

.pickup-detail {
  padding-top: 1em;
}

.pickup-detail dt {
  margin-bottom: .5em;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.4em;
}

.pickup-detail dd {
  font-size: 1.05em;
}

@media print,
screen and (min-width: 481px) {

  .pickup-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pickup-list li {
    width: 50%;
  }

}

@media print,
screen and (min-width: 1101px) {

  .pickup-list {
    -webkit-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }

  .pickup-list li {
    width: 25%;
  }

  /* hoverした時の挙動 */

  .pickup-img {
    position: relative;
  }

  .pickup-img:after {
    content: '詳細はこちら';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 202px;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .4s;
  }

  .pickup-link:hover .pickup-img:after {
    opacity: 1;
  }

  .pickup-img img {
    transition: .4s;
  }

  .pickup-link:hover .pickup-img img {
    transform: scale(1.1, 1.1);
  }

  /* アニメーションボーダー */

  .link-border {
    display: block;
    position: absolute;
    background: #0B95C8;
    opacity: 0;
    z-index: 10;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .link-border-vt {
    width: 5px;
    height: 0;
  }

  .link-border-hr {
    width: 0;
    height: 5px;
  }

  a:hover .link-border {
    opacity: 1;
  }

  a:hover .link-border-vt {
    height: 100%;
  }

  a:hover .link-border-hr {
    width: 100%;
  }

  .link-border-top {
    top: 0;
    left: 0;
  }

  .link-border-right {
    top: 0;
    right: 0;
  }

  .link-border-bottom {
    right: 0;
    bottom: 0;
  }

  .link-border-left {
    bottom: 0;
    left: 0;
  }

}

@media screen and (max-width: 1100px) {

  .pickup-img img {
    width: 100%;
  }

}

/* --------------------------------
  新着情報
-------------------------------- */

.blog-banner {
  margin-top: 2.5em;
}

@media print,
screen and (min-width: 1101px) {

  .top-news-area {
    float: left;
    width: 550px;
  }

  .blog-banner a {
    transition: .2s;
  }

  .blog-banner a:hover {
    opacity: .7;
  }

  .fb-area {
    float: right;
    width: 500px;
  }

}

@media screen and (max-width: 1100px) {

  .top-news-area {
    margin-bottom: 3em;
  }

  .blog-banner {
    text-align: center;
  }

  .fb-area {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }

}

/* --------------------------------
  提供するサービス
-------------------------------- */

.gutter-service {
  margin-bottom: 95px;
}

#top .gutter-service {
  margin-bottom: 0;
  padding-top: 55px;
  padding-bottom: 95px;
  background: url(../img/top/pickup-bg.jpg) no-repeat top;
  background-size: cover;
}

.gutter-service .common-title {
  color: #fff;
}

.gutter-service .common-title .en:before,
.gutter-service .common-title .en:after {
  border-color: #fff;
}

.service-list {
  margin-bottom: -40px;
  overflow: hidden;
}

.service-list li {
  margin-bottom: 40px;
}

.service-link {
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #bbb;
}

.service-img {
  text-align: center;
}

.service-title {
  display: table;
  padding: 1.2em 1em .8em;
  width: 100%;
  line-height: 1.2;
  color: #fff;
  background: rgba(68, 68, 68, .9);
}

.service-title .en,
.service-title .jp {
  display: block;
  font-weight: bold;
}

.service-title .en {
  margin-bottom: .4em;
  font-size: .7em;
}

.service-title .jp {
  font-size: 1.6em;
}

.service-text-area > .inner {
  padding: 1.2em .8em 1em;
  height: 150px;
  background: rgba(255, 255, 255, .8);
}

.service-detail {
  color: #444;
}

.service-detail dt {
  margin-bottom: .5em;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.4em;
}

@media print,
screen and (min-width: 641px) {

  .service-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
  }

  .service-list li {
    padding-right: 25px;
    max-width: 375px;
    width: 33.33%;
  }

}

@media print,
screen and (min-width: 1101px) {

  .service-list {
    -webkit-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }

  .service-text-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    overflow: hidden;
    transition: .2s;
  }

  .service-link:hover .service-text-area {
    height: 224px;
  }

  .service-title {
    padding: 0 1em;
    height: 74px;
  }

}

@media screen and (max-width: 1100px) {

  .service-text-area > .inner {
    display: none;
  }

}

@media screen and (max-width: 640px) {

  .service-list {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

}

/* --------------------------------
  5つのバナー一覧
-------------------------------- */

.banner-list {
  position: relative;
  margin-bottom: -40px;
  overflow: hidden;
}

.banner-list li {
  margin-bottom: 40px;
}

.banner-link {
  display: block;
  text-decoration: none;
}

.banner-title {
  margin-bottom: .4em;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.4em;
  color: #444;
}

.banner-link:hover .banner-title {
  color: #00A5C4;
}

@media print,
screen and (min-width: 481px) {

  .banner-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
  }

  .banner-list li {
    padding-right: 25px;
    width: 50%;
  }

}

@media print,
screen and (min-width: 641px) {

  .banner-list li {
    width: 33.33%;
  }

}

@media print,
screen and (min-width: 1101px) {

  .banner-list {
    -webkit-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }


  .banner-img {
    position: relative;
    height: 130px;
    overflow: hidden;
  }

  .banner-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #fff url(../img/base/logo.png) no-repeat center 1.3em;
    background-size: 70px auto;
    z-index: 2;
    opacity: 0;
    transform: scale(3.0, 3.0);
    transition: .2s;
  }

  .banner-img:after {
    position: absolute;
    left: 0;
    bottom: .4em;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.15em;
    color: #000;
    opacity: 0;
    z-index: 3;
    transform: scale(3.0, 3.0);
    transition: .2s;
  }

  .banner-link-jinzaika .banner-img:after {
    content: '人財化セミナー 詳細はこちら';
  }

  .banner-link-recruit .banner-img:after {
    content: '採用情報 詳細はこちら';
  }

  .banner-link-member .banner-img:after {
    content: '会員購読 詳細はこちら';
  }

  .banner-link-sytax .banner-img:after {
    content: 'サクセスエール税理士法人 詳細はこちら';
  }

  .banner-link-sy-circle .banner-img:after {
    content: 'Ｓ・Ｙサークル 詳細はこちら';
  }

  .banner-link-training_program .banner-img:after {
    content: 'ダウンロードはこちら';
  }

  .banner-link-lien .banner-img:after {
    content: 'ナパワイン専門の通販 Lienはこちら';
  }

  .banner-link:hover .banner-img:before {
    opacity: 1;
    transform: scale(1.0, 1.0);
  }

  .banner-link:hover .banner-img:after {
    transform: scale(1.0, 1.0);
    opacity: 1;
  }

}

@media screen and (max-width: 480px) {

  .banner-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }

}

/* logo */

.banner-list-logo-area .banner-img {
  text-align: center;
}

.banner-list-logo-area .banner-img img {
  width: 304px;
  opacity: .4;
}

@media print,
screen and (min-width: 481px) {

  .banner-list-logo-area {
    padding-top: 3em;
  }

  .banner-list-logo-area .banner-img {
    display: table;
    height: auto;
  }

  .banner-list-logo-area .inner {
    display: table-cell;
    vertical-align: middle;
  }

}

@media print,
screen and (min-width: 1101px) {

  .banner-list-logo-area {
    display: none;
  }

}

/* --------------------------------
  サイトマップ
-------------------------------- */

.gutter-site-map > .inner {
  padding-top: 2em;
  padding-bottom: 45px;
}

/* 一覧 */

.site-map-area {}

.site-map-list > li:not(:last-child) {
  margin-bottom: 15px;
}

.site-link {
  display: table;
  width: 100%;
  line-height: 1.2;
  letter-spacing: .09em;
  text-decoration: none;
  transition: .2s;
}

.site-link-main {
  height: 68px;
  background: #EFEFEF;
}

.site-link-main:hover {
  background: #535353;
}

.site-link-sub {
  height: 57px;
  border: 1px solid #aaa;
  background: #fff;
}

.site-link-sub:hover {
  background: #00A5C4;
}

.site-link .name {
  display: table-cell;
  vertical-align: middle;
}

.site-link .en,
.site-link .jp {
  display: block;
  text-align: center;
  font-weight: bold;
  transition: .2s;
}

.site-link .en {
  margin-bottom: .3em;
}

.site-link-main .en {
  font-size: .95em;
  color: #535353;
}

.site-link-main .jp {
  font-size: 1.3em;
  color: #000;
}

.site-link-main:hover .en,
.site-link-main:hover .jp {
  color: #fff;
}

.site-link-sub .en {
  font-size: .85em;
  color: #00A5C4;
}

.site-link-sub .jp {
  font-size: 1.05em;
  color: #444;
}

.site-link-sub:hover .en,
.site-link-sub:hover .jp {
  color: #fff;
}

.contents-site-list {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #aaa;
  background: #fff;
}

.contents-site-list:before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 57px;
  background: #fff;
}

.contents-site-list > li {
  position: relative;
  padding-left: 24px;
}

.contents-site-list > li:not(:last-child) {
  margin-bottom: 22px;
}

.contents-site-list > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #aaa;
}

.contents-site-list .inner {
  z-index: 1;
}

@media print,
screen and (min-width: 481px) {

  .contents-site-list {
    margin-left: 40px;
    margin-right: 60px;
  }

  .contents-site-list > li {
    padding-left: 48px;
  }

}

@media print,
screen and (min-width: 1101px) {

  .site-map-container {
    position: relative;
    height: 580px;
  }

  .site-map-area {
    width: 340px;
  }

  .site-map-area:not(.site-map-area1) {
    position: absolute;
  }

  .site-map-area2,
  .site-map-area3 {
    top: 0;
  }

  .site-map-area4,
  .site-map-area5,
  .site-map-area6 {
    bottom: 0;
  }

  .site-map-area4 {
    left: 0;
  }

  .site-map-area2,
  .site-map-area5 {
    left: 380px;
  }

  .site-map-area3,
  .site-map-area6 {
    right: 0;
  }

}

@media screen and (max-width: 1100px) {

  .site-map-area4,
  .site-map-area5 {
    margin-bottom: 15px;
  }

}

/* --------------------------------

  topics

-------------------------------- */

/* お知らせ一覧 */

.news-link {
  display: block;
  padding: .7em .5em;
  font-size: 1.15em;
  text-decoration: none;
  border-bottom: 1px dashed #CCCC99;
  transition: .1s;
}

#top .news-link {
  font-size: .95em;
}

.news-list li:first-child .news-link {
  border-top: 1px dashed #CCCC99;
}

#top .news-list li:first-child .news-link {
  border-top: none;
}

.news-link:hover {
  background: #0B95C8;
}

.news-link .news-date,
.news-link .news-title {
  transition: .1s;
}

.news-link .news-date {
  font-weight: bold;
  color: #333;
}

.news-link .news-title {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  font-size: 1em;
  color: #0B95C8;
  border: none;
}

.news-link:hover .news-title {
  text-decoration: none;
}

.news-date {
  font-size: .9em;
}

.news-title {
  word-break: break-all;
  word-wrap: break-word;
}

.news-link:hover .news-date,
.news-link:hover .news-title {
  color: #fff;
}

.news-more {
  margin-top: 1em;
  text-align: right;
  font-size: .95em;
}

@media print,
screen and (min-width: 641px) {

  .news-link .news-date {
    clear: left;
    float: left;
    padding-top: .2em;
    width: 6em;
  }

  .news-link .news-title {
    margin-left: 6em;
  }

}

/* お知らせ詳細 */

.news-title {
  margin-bottom: 1em;
  padding-bottom: .4em;
  font-size: 1.7em;
  color: #0B94C7;
  border-bottom: 1px dashed #ddd;
}

.news-img img,
.news-text img {
  height: auto;
}

.news-img img {
  margin: 1em 0;
}

.news-text {
  margin: 1em 0;
  padding: 0 .5em;
  line-height: 1.8;
}

.news-back {
  margin: 1em 0 0;
  padding: .3em 0 0;
  text-align: right;
  font-size: 1.15em;
  border-top: 1px dashed #ddd;
}

/* --------------------------------

  blog

-------------------------------- */

/* --------------------------------
  blog-main-area
-------------------------------- */

.blog-main-area {
  margin-bottom: 5em;
}

@media print,
screen and (min-width: 1101px) {

  .blog-main-area {
    margin-bottom: 0;
  }

}

/* 間隔 */

.blog-gutter:not(:last-child) {
  margin-bottom: 5em;
}

/* タイトル */

.blog-title-container {
  padding-bottom: .4em;
  line-height: 1.2;
  border-bottom: 1px solid #199BCB;
}

.blog-date {
  margin-bottom: .5em;
  font-size: 1em;
  color: #000;
}

.blog-title {
  font-size: 1.7em;
  color: #0B94C7;
}

/* イメージ */

.blog-img {
  margin: 2em 0;
  max-width: 300px;
}

.blog-img img {
  height: auto;
}

/* テキスト */

.blog-text {
  margin: 2em 0;
  font-size: 1.15em;
  background-color: #fff;
  /*background-image: linear-gradient(rgba(238,238,238,1) 1px, transparent 1px);
    background-size: 100% 2em;*/
  line-height: 2;
  /*border-bottom: 1px solid #eee;*/
}

.blog-text img {
  max-width: 100%;
  height:auto;
  margin-bottom: 1em;
}


/* 投稿者　日時　パーマリンク　コメント */

.contributor {
  text-align: right;
}

/* コメントを投稿 */

.comment-form-area {
  margin-top: 2em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.comment-form-title {
  margin-bottom: 1em;
  padding: .5em .7em .4em;
  font-size: 1.3em;
  color: #fff;
  background: #199BCB;
}

.comment-form-area .text {
  margin-bottom: 1em;
}

.form-item-url input:not(:last-child) {
  margin-bottom: .5em;
}

.form-table-comment + .form-buttons .form-button {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* --------------------------------
  blog-side-area
-------------------------------- */

.blog-side-area {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* box */

.blog-side-box {
  padding: 17px;
  border-radius: 5px;
  box-shadow: #a3a3a3 0px 0px 4px;
}

/* title */

.blog-side-box .border-title {
  padding: 10px;
  font-size: 1.15em;
  color: #333;
  line-height: 1;
  border-color: #333;
}

/* 最近の記事一覧 */

.latest-list {
  margin-bottom: 1em;
}

.latest-list a {
  position: relative;
  display: block;
  padding: 1.1em 1em 1em 1.2em;
  text-decoration: none;
  font-size: .85em;
  color: #222;
  border-bottom: 1px dotted #eee;
}

.latest-list a:before {
  content: '';
  position: absolute;
  left: .4em;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  transform: rotate(-45deg);
}

/* リンク */

.blog-side-box .link-btn .link {
  display: block;
  padding-top: .7em;
  padding-bottom: .6em;
  font-size: 1em;
}

@media print,
screen and (min-width: 641px) {}

@media print,
screen and (min-width: 1101px) {

  .blog-main-area {
    float: left;
    width: 800px;
  }

  .blog-side-area {
    float: right;
    width: 240px;
  }

  .blog-side-area > .inner.fixed {
    position: fixed;
    top: 74px;
  }

}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 640px) {}

/* --------------------------------

  id02:

-------------------------------- */

@media print,
screen and (min-width: 641px) {}

@media print,
screen and (min-width: 1101px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 640px) {}


/* --------------------------------

  id03: privacy

-------------------------------- */

/* 個人情報保護方針 */

.gutter-privacy1:not(:last-child) {
  margin-bottom: 10em;
}

.payment {
  display: block;
}

.payment:not(:last-child) {
  margin-bottom: .5em;
}

.payment dt,
.payment dd {
  display: block;
}

.payment dt {
  white-space: nowrap;
  font-weight: bold;
}

.card-box {
  display: table;
  margin-top: .5em;
  padding: .4em .5em .3em;
  width: 273px;
  max-width: 100%;
  border: 1px solid #eee;
}

.card-img,
.card-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.card-img {
  width: 128px;
}

.card-text {
  font-size: .75em;
}

p + .square-list {
  margin-top: 1.4em;
}

.square-list {
  padding-left: .3em;
}

.square-list li {
  position: relative;
  padding-left: .7em;
}

.square-list li:not(:last-child) {
  margin-bottom: .5em;
}

.square-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 6px;
  background: #000;
}

@media print,
screen and (min-width: 641px) {

  .payment {
    display: table;
  }

  .payment:not(:last-child) {
    margin-bottom: 0;
  }

  .payment dt,
  .payment dd {
    display: table-cell;
  }

}

/* 個人情報保護方針 */

.gutter-privacy2:not(:last-child) {
  margin-bottom: 3em;
}

.gutter-privacy2 .border-title + .inner {
  font-size: 1.15em;
}

.number-title {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding-left: 46px;
  padding-top: .1em;
  padding-bottom: .1em;
  font-size: 1.4em;
}

.number-title .number {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #0B95C8;
}

.gutter-privacy2 .common-table {
  margin-top: 1em;
  margin-bottom: 2em;
}

.gutter-privacy2 .common-table th,
.gutter-privacy2 .common-table td {
  font-size: 1em;
}

@media print,
screen and (min-width: 641px) {

  .gutter-privacy2 .square-list {
    padding-left: 1.7em;
  }

}

/* --------------------------------

  id04: terms

-------------------------------- */

.gutter-policy .border-title + .inner {
  font-size: 1.15em;
}

.policy-list > li:not(:last-child) {
  margin-bottom: 5em;
}

.policy-list .decimal-list {
  padding-left: 2.9em;
}

p + .decimal-list {
  margin-top: 1.4em;
}

.decimal-list {
  padding-left: 1.4em;
}

.decimal-list li {
  padding-left: 1em;
  list-style-type: decimal;
}

.decimal-list li:not(:last-child) {
  margin-bottom: 1em;
}

/* --------------------------------

  id05: about

-------------------------------- */

/* 私たちの想い */

.intro-area-about {
  padding-top: 1em;
  min-height: 520px;
  background: url(../img/pages/about/intro_bg.jpg) no-repeat right top;
}

.intro-area-about > .inner {}

.intro-area-about .title {
  padding-bottom: .5em;
  padding-left: 15px;
  max-width: 746px;
  line-height: 1.2;
  font-size: 3.2em;
  border-bottom: 1px solid #eee;
}

.intro-area-about .text {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2;
  font-size: 1.3em;
  color: #333;
}

@media print,
screen and (min-width: 641px) {

  .intro-area-about .title {
    padding-left: 30px;
  }

  .intro-area-about .text {
    padding-left: 30px;
    padding-right: 30px;
  }

}

/* 会社情報 */

.gutter-about2:not(:last-child) {
  margin-bottom: 15em;
}

.gutter-about2 .border-title + .inner {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 02;
}

.about-info-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
  overflow: hidden;
}

.about-info-list li {
  margin-bottom: 20px;
  padding-right: 20px;
  width: 50%;
}

.about-info-list li:nth-child(odd) .link {
  background: #00A5C6;
}

.about-info-list li:nth-child(even) .link {
  background: #6DC9DE;
}

.about-info-list .link {
  position: relative;
  display: block;
  padding: 20px 24px 40px;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.about-info-list .link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}

.about-info-list .img {
  display: block;
  margin-bottom: 1em;
}

.about-info-list .link1 .img img {
  width: 54px;
}

.about-info-list .link2 .img img {
  width: 89px;
}

.about-info-list .link3 .img img {
  width: 78px;
}

.about-info-list .link4 .img img {
  width: 84px;
}

.about-info-list .link:hover {
  transition: .2s;
}

.about-info-list .title {
  text-align: center;
  line-height: 1.2;
  color: #fff;
}

.about-info-list .title span {
  display: block;
  font-weight: bold;
}

.about-info-list .title .jp {
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
}

.about-info-list .title .en {
  font-size: 1em;
}

@media print,
screen and (min-width: 641px) {

  .about-info-list li {
    width: 25%;
  }

}

@media print,
screen and (min-width: 1101px) {

  .gutter-about2 .border-title + .inner {
    padding-top: 40px;
    padding-left: 65px;
    padding-right: 65px;
  }

  .about-info-list .link {
    height: 220px;
  }

  .about-info-list .link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center 10px;
    z-index: 2;
    opacity: 0;
    transform: scale(3.0, 3.0);
    transition: .2s;
    z-index: 1;
  }

  .about-info-list .link1:after {
    background-color: #00A5C6;
    background-image: url(../img/pages/about/icon1.png);
  }

  .about-info-list .link2:after {
    background-color: #6DC9DE;
    background-image: url(../img/pages/about/icon2.png);
  }

  .about-info-list .link3:after {
    background-color: #00A5C6;
    background-image: url(../img/pages/about/icon3.png);
  }

  .about-info-list .link4:after {
    background-color: #6DC9DE;
    background-image: url(../img/pages/about/icon4.png);
  }

  .about-info-list .link:hover:after {
    opacity: 1;
    transform: scale(1.0, 1.0);
  }

  .about-info-list .img {
    transform: .2s opacity;
    opacity: 1;
  }

  .about-info-list .link:hover .img {
    opacity: 0;
  }

  .about-info-list .title {
    transition: .2s;
  }

  .about-info-list .link:hover .title {
    position: absolute;
    right: 0;
    left: 24px;
    bottom: 0;
    display: block;
    width: calc(100% - 48px);
    z-index: 2;
  }

  .about-info-list .title .jp,
  .about-info-list .title .en {
    transition: .2s;
  }

  .about-info-list .link:hover .title .jp {
    margin-bottom: .2em;
    padding-bottom: .1em;
    font-size: 1.7em;
  }

  .about-info-list .link:hover .title .en {
    font-size: 1.2em;
  }

}

/* 佐藤芳直プロフィール */

.profile-img-area {
  margin-bottom: 4em;
  text-align: center;
  background: url(../img/pages/about/profile_img_bg.jpg) repeat-x top;
}

.profile-name {
  margin-bottom: 3em;
  text-align: center;
}

.profile-name {
  padding: 1em 1em .9em;
  border: 1px solid#eee;
}

.profile-name .name,
.profile-name .job {
  display: block;
}

.profile-name .name {
  font-size: 2.8em;
}

.profile-name .job {
  padding-top: .5em;
  max-width: 374px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  border-top: 1px solid#eee;
}

.profile-text {
  line-height: 1.8;
  font-size: 1.3em;
}

.profile-text .m1 {
  margin-bottom: 2em;
}

/* --------------------------------

  id06: consultanting

-------------------------------- */

/* 共通 */

.consultanting-text {
  line-height: 2.2;
  font-size: 1.3em;
}

/* コンサルティング理念～百年企業を創る～ */

.gutter-consultanting1:not(:last-child) {
  margin-bottom: 4em;
}

/* すべての経営者に希望を */

.gutter-consultanting2:not(:last-child) {
  margin-bottom: 7em;
}

/* コンサルティングの種類 */

.gutter-consultanting3:not(:last-child) {
  margin-bottom: 5.5em;
}

.gutter-consultanting3 .square-title + .meiryo {
  margin-bottom: 2em;
  padding-top: .5em;
  text-align: center;
  font-size: 1.15em;
  color: #fff;
}

.consultanting-detail {
  display: table;
  width: 100%;
}

.consultanting-detail:not(:last-child) {
  margin-bottom: 4em;
}

.consultanting-detail dt,
.consultanting-detail dd {
  display: table-cell;
  vertical-align: middle;
}

.consultanting-detail dt {
  width: 105px;
}

.consultanting-detail dt span {
  display: block;
  text-align: center;
  font-size: 1.5em;
  color: #00A6C4;
  border-radius: 20px;
  background: #fff;
}

.consultanting-detail dd {
  padding-left: 10px;
  line-height: 1.35;
  font-size: 1.15em;
  color: #fff;
}

/* ご相談から現場コンサルまでの流れ */

.gutter-consultanting4:not(:last-child) {
  margin-bottom: 7em;
}

.gutter-consultanting4 .border-title + .inner {
  position: static;
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
}

.consultanting-flow-list {
  margin-bottom: -40px;
  overflow: hidden;
}

.consultanting-flow-list > li {
  margin-bottom: 20px;
}

.consultanting-flow-list > li > .inner {
  padding-top: 18px;
  padding-left: 22px;
  padding-bottom: 30px;
}

/*
  .consultanting-flow-list > li:not(:last-child) > .inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
  }
*/

.consultanting-flow-arrow {
  display: block;
  position: absolute;
  left: 0;
  right: -22px;
  bottom: 0;
  width: 24px;
  height: 12px;
  margin: auto;
}

.consultanting-flow-list6 .consultanting-flow-arrow {
  display: none;
}

.consultanting-flow-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #333 transparent transparent transparent;
}

.consultanting-flow-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}

/*
  .consultanting-flow-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    font-size: 2.8em;
    color: #fff;
    background: #00A6C4;
  }
*/

.consultanting-flow-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #00A6C4;
}

.consultanting-flow-number:before {
  content: "1";
  display: block;
  color: #fff;
  font-size: 2.8em;
  line-height: 54px;
  text-align: center;
}

.consultanting-flow-list1 .consultanting-flow-number:before {
  content: "1";
}

.consultanting-flow-list2 .consultanting-flow-number:before {
  content: "2";
}

.consultanting-flow-list3 .consultanting-flow-number:before {
  content: "3";
}

.consultanting-flow-list4 .consultanting-flow-number:before {
  content: "4";
}

.consultanting-flow-list5 .consultanting-flow-number:before {
  content: "5";
}

.consultanting-flow-list6 .consultanting-flow-number:before {
  content: "6";
}

.consultanting-flow-box {
  padding: 1em 20px;
  border: 3px solid #00A6C4;
  background: #fff;
}

.consultanting-flow-detail dt {
  margin-bottom: .5em;
  padding-left: 12px;
  padding-bottom: .2em;
  line-height: 1.2;
  font-size: 2em;
  color: #0B92C5;
  border-bottom: 1px solid #0B92C5;
}

.consultanting-flow-list > li:not(:last-child) .consultanting-flow-detail dt {
  font-size: 2em;
}

.consultanting-flow-list > li:last-child .consultanting-flow-detail dt {
  font-size: 1.35em;
}

.consultanting-flow-detail dd {
  color: #333;
}

@media print,
screen and (min-width: 641px) {

  .gutter-consultanting4 .border-title + .inner {
    padding-left: 22px;
    padding-right: 22px;
  }

}

@media print,
screen and (min-width: 1101px) {

  .consultanting-flow-list {
    display: flex;
    flex-wrap: wrap;
  }

  .consultanting-flow-list > li {
    margin-bottom: 40px;
  }

  .consultanting-flow-list > li:nth-child(3) {
    padding-left: 47px;
  }

  .consultanting-flow-list > li:nth-child(5) {
    padding-left: 87px;
  }

  .consultanting-flow-list > li > .inner {
    max-width: 471px;
    padding-right: 50px;
    padding-bottom: 0;
  }

  /*
  .consultanting-flow-list > li:not(:last-child) > .inner:before {
    left: auto;
    right: 15px;
    top: 0;
    margin: auto 0;
    transform: rotate(-45deg);
  }
*/

  .consultanting-flow-arrow {
    top: 20px;
    left: auto;
    right: 8px;
    bottom: 0;
    width: 12px;
    height: 24px;
    margin: auto;
  }

  .consultanting-flow-arrow:before {
    right: -2px;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #333;
  }

  .consultanting-flow-arrow:after {
    top: 0;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #fff;
  }

  .consultanting-flow-box {
    max-width: 391px;
  }

}

/* 主なコンサルティング業種・テーマ */

.gutter-consultanting5:not(:last-child) {
  margin-bottom: 10em;
}

.gutter-consultanting5 .border-title + .inner {
  padding-top: 35px;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-bottom: -6px;
  overflow: hidden;
}

.icon-list li {
  margin-right: 6px;
  margin-bottom: 6px;
  padding-top: 16px;
  padding-bottom: .2em;
  width: calc(100% / 2 - 6px);
  background: rgba(255, 255, 255, .85);
}

.icon-box {
  text-align: center;
}

.icon-img {
  margin-bottom: .8em;
}

.icon-title {
  display: table;
  width: 100%;
  height: 2.0em;
  line-height: 1.1;
  font-size: 1.5em;
}

.icon-title.br {
  font-size: 1.2em;
}

.icon-title.blue {
  color: #00A5C4;
}

.icon-title.orange {
  color: #FF7F00;
}

.icon-title .title {
  display: table-cell;
  vertical-align: middle;
}

.gutter-consultanting5 .grid-container {
  margin-top: 60px;
}

.gutter-consultanting5 .link-btn .link {
  display: block;
  max-width: 320px;
  padding-top: .7em;
  padding-bottom: .6em;
}

.gutter-consultanting5 .link-btn.right .link {
  margin-left: auto;
}

@media print,
screen and (min-width: 481px) {

  .icon-list li {
    width: calc(100% / 3 - 6px);
  }

}

@media print,
screen and (min-width: 641px) {

  .icon-list li {
    width: calc(100% / 4 - 6px);
  }

}

@media print,
screen and (min-width: 1101px) {

  .gutter-consultanting5 .border-title + .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon-list li {
    width: calc(100% / 6 - 6px);
  }

}

@media screen and (max-width: 1100px) {

  .gutter-consultanting5 .grid:not(:last-child) {
    margin-bottom: 20px;
  }

  .gutter-consultanting5 .link-btn {
    text-align: center;
  }

  .gutter-consultanting5 .link-btn .link {
    margin-left: auto;
    margin-right: auto;
  }

}

/* --------------------------------

  id07: seminar

-------------------------------- */

/* セミナー */

.seminar-text {
  line-height: 2;
  font-size: 1.3em;
}

.seminar-schedule-list {
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: -45px;
  overflow: hidden;
}

.seminar-schedule-list > li {
  margin-bottom: 45px;
  padding-right: 0;
  width: auto;
}

.seminar-schedule-list > li > .inner {
  padding-top: 15px;
}

.month-title {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: .3em;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 1;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #00A6C4;
}

.month-title span {
  display: block;
  font-weight: bold;
}

.month-title .text {
  font-size: .85em;
}

.month-title .month {
  margin: .2em 0;
  font-size: 1.3em;
}

.seminar-schedule-title {
  margin-left: 9px;
  margin-bottom: 1.5em;
  padding-left: 66px;
  padding-top: .2em;
  padding-bottom: .1em;
  font-size: 1.4em;
  color: #fff;
  border-radius: 0 30px 30px 0;
  background: #33B8D0;
}

.seminar-schedule-title + .text {
  line-height: 1.8;
}

.seminar-more {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}

.seminar-more .link {
  display: block;
  padding-top: .7em;
  padding-bottom: .6em;
}

@media print,
screen and (min-width: 1101px) {

  .seminar-schedule-list {
    margin-right: -45px;
  }

  .seminar-schedule-list > li {
    /*float: left;*/
    padding-right: 45px;
    width: 33%;
    /*width: calc(100%/3)*/
    /*以下20170706追加*/
    display: inline-block;
    vertical-align: top;
  }

}

/* 異業種勉強会　S・Yサークル */

.gutter-seminar5 > .inner {
  position: static;
}

.sy-map-area {
  position: relative;
}

.sy-map-img {
  margin-bottom: 2em;
  text-align: center;
}

.sy-note-box {
  margin: 0 auto;
  max-width: 318px;
}

.sy-note-img {}

.sy-note-text p,
.sy-note-text span {
  font-weight: bold;
}

.sy-note-text {
  line-height: 1.2;
  font-size: 1.5em;
  color: #fff;
}

.sy-note-text1 {
  background: #47AED4;
}

.sy-note-text2 {
  background: #199BCB;
}

.sy-note-text > .inner {
  padding: .5em .5em .4em;
}

@media print,
screen and (min-width: 769px) {

  .sy-note-box {
    position: relative;
    padding-left: 318px;
    max-width: 646px;
    z-index: 1;
  }

  .sy-note-img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .sy-note-text {
    display: table;
    width: 100%;
    font-size: 1.7em;
  }

  .sy-note-text1 {
    height: 102px;
  }

  .sy-note-text2 {
    height: 103px;
  }

  .sy-note-text > .inner {
    display: table-cell;
    padding: 0 0 0 .5em;
    vertical-align: middle;
  }

}

@media print,
screen and (min-width: 1101px) {

  .sy-map-area {
    min-height: 399px;
  }

  .sy-map-img {
    position: absolute;
    right: 50px;
    top: 0;
    margin-bottom: 0;
  }

  .sy-note-box {
    margin: 0;
  }

}

/* 会員特典 */

.membership-area {
  margin-top: 40px;
}

.sato-img {
  text-align: center;
}

.membership-title {
  padding-top: .3em;
  padding-bottom: .1em;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 2.8em;
  color: #fff;
  background: #00468C;
  border-radius: 36px;
}

.membership-title + .inner {
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.membership-list {
  padding-top: 3px;
  border-top: 1px dotted #eee;
}

.membership-list li {
  position: relative;
  padding-left: 46px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #eee;
}

.membership-list li:not(:last-child) {
  margin-bottom: 3px;
}

.membership-list .link-btn {
  margin-top: .5em;
  text-align: left;
}

.membership-list .number {
  position: absolute;
  left: 10px;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background: #199BCB;
}

.membership-list .text {
  padding-top: .1em;
  font-size: 1.4em;
  color: #0B92C5;
}

.trial-box {
  margin: 35px 0 0;
  text-align: center;
  border: 5px solid #000;
}

.trial-title {
  padding: .2em 1em .3em;
  font-weight: bold;
  font-size: 1.8em;
  color: #fff;
  background: #000;
}

.trial-box > .inner {
  padding: 1em 1.4em;
}

.trial-box > .inner .meiryo {
  font-size: 1.15em;
}

.trial-box .trial-price {
  margin-top: .2em;
  margin-bottom: .1em;
}

.trial-price {
  line-height: 1.2;
  text-align: center;
}

.trial-price span {
  vertical-align: middle;
}

.trial-price .text,
.trial-price .en {
  padding-top: .2em;
  font-size: 1.4em;
}

.trial-price .text {
  display: block;
  padding-right: 0;
}

.trial-price .price,
.trial-price .en {
  color: #BF3334;
}

.trial-price .price {
  font-size: 4.2em;
}

.trial-price .en {
  padding-left: .5em;
}

@media print,
screen and (min-width: 641px) {

  .trial-box {
    margin: 35px 18px 0;
  }

  .trial-price .text {
    display: inline;
    padding-right: 1em;
  }

}

@media print,
screen and (min-width: 1101px) {

  .membership-area {
    padding-left: 425px;
    padding-right: 25px;
    min-height: 584px
  }

  .sato-img {
    position: absolute;
    left: 10px;
    bottom: 0;
  }

}

/* 佐藤芳直が塾長の勉強会 */

.cram-school-list {
  margin-top: 45px;
  margin-bottom: -40px;
  overflow: hidden;
}

.cram-school-list li {
  margin-bottom: 40px;
}

.cram-school-title {
  margin-bottom: .8em;
  padding: .4em 1em .3em;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
  background: #33B8D0;
  border-radius: 30px;
}

.cram-school-list p {
  line-height: 1.8;
}

.cram-school-list .red {
  color: #BF3334;
}

@media print,
screen and (min-width: 641px) {

  .cram-school-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -80px;
    margin-right: -20px;
  }

  .cram-school-list li {
    margin-bottom: 80px;
    padding-right: 20px;
    width: 50%;
  }

}

/* 定期勉強会 */

.gutter-seminar7:not(:last-child) {
  margin-bottom: 7em;
}

/* --------------------------------

  id08: consultanting/case

-------------------------------- */

.stripe-bg-area-case .img {
  margin: 1em 0;
  text-align: center;
}

.stripe-bg-area-case .text {
  font-size: 1.15em;
}

.stripe-bg-area-case .link-btn {
  margin-top: 1em;
}

.stripe-bg-area-case .link-btn .link {
  padding: .7em 1.3em .6em;
}

/* --------------------------------

  id09: students-invitation

-------------------------------- */

/* 目的・参加対象・セミナー参加をおすすめしたい学生 */

.gutter-students1:not(:last-child) {
  margin-bottom: 5em;
}

.gutter-students1 .border-title + .inner {
  padding-top: .7em;
}

.gutter-students1 .text {
  line-height: 1.8;
  font-size: 1.3em;
}

.students-list {
  padding-top: .7em;
}

.students-list li {
  position: relative;
  padding-left: .7em;
  line-height: 1.2;
  font-size: 1.4em;
  color: #0B92C5;
}

.students-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .35em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0B92C5;
}

.students-list li:not(:last-child) {
  margin-bottom: .7em;
}

/* 学ぶ・体験する */

.gutter-students2:not(:last-child) {
  margin-bottom: 5em;
}

.gutter-students2 .square-title {
  padding: .6em .5em .5em;
  font-size: 2em;
}

.gutter-students2 .text {
  margin-top: .5em;
  line-height: 1.6;
  font-size: 1.15em;
}

/* 参加対象 */

.gutter-students3:not(:last-child) {
  margin-bottom: 3em;
}

.gutter-students3 .border-title + .inner {
  padding-top: .7em;
}

.gutter-students3 .text {
  line-height: 2.2;
  font-size: 1.3em;
}

/* セミナー参加をおすすめしたい学生 */

.gutter-students4:not(:last-child) {
  margin-bottom: 7em;
}

.gutter-students4 .border-title + .inner {
  padding-top: .7em;
}

/* ビジネスコンテストについて */

.gutter-students5 .square-title {
  padding: .6em .5em .5em;
  font-size: 2em;
}

.gutter-students5 .square-title + .inner {
  padding-top: .5em;
}

.gutter-students5 .text {
  line-height: 1.6;
  font-size: 1.15em;
}

/* 参加者の感想 */

.gutter-students6 > .inner > .inner:not(:last-child) {
  margin-bottom: 80px;
}

.gutter-students6 .text {
  line-height: 1.8;
  font-size: 1.3em;
  overflow: hidden;
}

.student-name {
  margin-bottom: .5em;
  line-height: 1.2;
  color: #00A5C4;
}

.student-name .year {
  padding-right: .7em;
  font-size: 1.3em;
}

.student-name .name {
  font-size: 2em;
}

/* お申込み方法 */

.gutter-students7:not(:last-child) {
  margin-bottom: 10em;
}

.gutter-students7 .border-title + .inner {
  padding-top: 30px;
}

.gutter-students7 .text {
  padding: 1em 0;
  text-align: center;
  font-size: 1.3em;
}

.app-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
  justify-content: center;
  overflow: hidden;
}

.app-list li {
  margin-bottom: 10px;
  padding-right: 10px;
}

.app-list a:hover {
  opacity: .7;
}

.gutter-students7 .link-btn .link {
  padding-top: .8em;
  padding-bottom: .7em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* --------------------------------

  id10:

-------------------------------- */

@media print,
screen and (min-width: 641px) {}

@media print,
screen and (min-width: 1101px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 640px) {}


/* --------------------------------

  id11: about/policy

-------------------------------- */

/* コンサルティング理念 */

.gutter-policy1 .border-title + .inner {
  padding-top: 4em;
}

.philosophy-title {
  margin-bottom: 1.6em;
  line-height: 1.2;
  text-align: center;
}

.philosophy-title .en,
.philosophy-title .jp {
  display: block;
}

.philosophy-title .en {
  margin-bottom: 1.5em;
  letter-spacing: .08em;
  font-size: .9em;
  color: #999;
}

.philosophy-title .jp {
  font-size: 3.4em;
}

.philosophy-title .jp span {
  font-size: .75em;
}

.gutter-policy1 .text {
  letter-spacing: .1em;
  text-align: center;
  line-height: 2.5;
  font-size: 1.15em;
}

/* 基本方針　～私たちの信念～ */

.gutter-policy2 .border-title {
  margin-bottom: 60px;
  font-size: 1.7em;
}

.policy-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -15px;
}

.policy-container1 {
  background: #000;
}

.policy-container2 {
  background: #0B92C5;
}

.policy-container3 {
  background: #BF3336;
}

.policy-area {
  width: 100%;
}

.policy-area-text {
  padding: 1.6em 1em;
  text-align: center;
}

.policy-area-text > .inner {
  max-width: 1100px;
}

.policy-title {
  margin-bottom: 1em;
  line-height: 1;
}

.policy-title .en,
.policy-title .jp {
  display: block;
}

.policy-title .en {
  margin-bottom: .8em;
  font-size: 1.15em;
}

.policy-title .jp {
  font-size: 5.5em;
}

.policy-area-text .text {
  letter-spacing: -.05em;
  line-height: 1.8;
  font-size: 1.3em;
}

.policy-area-text .text .br {
  display: inline;
}

.policy-area-img {
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.policy-container1 .policy-area-img {
  background-image: url(../img/pages/about/policy/img1.jpg);
}

.policy-container2 .policy-area-img {
  background-image: url(../img/pages/about/policy/img2.jpg);
}

.policy-container3 .policy-area-img {
  background-image: url(../img/pages/about/policy/img3.jpg);
}

@media print,
screen and (min-width: 1101px) {

  .policy-container {
    margin: 0;
    align-items: center;
  }

  .policy-area {
    width: 50%;
  }

  .policy-area-text {
    padding: 0;
  }

  .policy-area-text > .inner {
    max-width: 550px;
  }

  .policy-container1 .policy-area-text > .inner,
  .policy-container3 .policy-area-text > .inner {
    margin-left: 0;
  }

  .policy-container2 .policy-area-text > .inner {
    margin-right: 0;
  }

  .policy-area-text .text .br {
    display: block;
  }
}

@media screen and (max-width: 1100px) {

  .policy-container2 .policy-area-text {
    order: 1;
  }

}

/* --------------------------------

  id12: about/concept

-------------------------------- */

/* S・Yワークスが考える３つの柱 */

.gutter-concept1 .border-title + .inner {
  padding-top: 60px;
}

.pillar-img {
  padding-top: 0;
}

.pillar-img .inner {
  max-width: 421px;
  text-align: center;
}

.pillar-img .text {
  margin-top: 1.8em;
  line-height: 1.2;
  font-size: 1.15em;
}

.pillar-img .text .br {
  font-size: 1.7em;
}

.pillar-list {
  overflow: hidden;
}

.pillar-list li:not(:last-child) {
  margin-bottom: 3em;
}

.pillar-title {
  position: relative;
  margin-bottom: .8em;
  line-height: 1.2;
  border-bottom: 2px solid #eee;
}

.pillar-title .number {
  vertical-align: middle;
  text-shadow: #ddd 1px 1px 0px, #ddd -1px 1px 0px, #ddd 1px -1px 0px, #ddd -1px -1px 0px;
  font-size: 4.8em;
  color: #fff;
}

.pillar-title .title {
  vertical-align: middle;
  font-size: 4.2em;
  color: #0B92C5;
}

.pillar-title .subtitle {
  display: block;
  font-size: 1.4em;
}

@media print,
screen and (min-width: 769px) {

  .pillar-img {
    padding-top: 30px;
  }

  .pillar-title {
    padding-bottom: 0;
  }

  .pillar-title .subtitle {
    position: absolute;
    right: 0;
    top: 1.5em;
  }

}

@media print,
screen and (min-width: 1101px) {

  .gutter-concept1 .border-title + .inner {
    padding-left: 50;
    padding-right: 20px;
  }

  .pillar-img {
    padding-right: 70px;
  }

}

@media screen and (max-width: 768px) {

  .pillar-title {
    padding-bottom: .5em;
  }

}

@media screen and (max-width: 640px) {

  .pillar-title .subtitle {
    position: absolute;
    right: 0;
    top: 1.5em;
  }

}

@media screen and (max-width: 480px) {

  .pillar-title {
    padding-bottom: .5em;
    text-align: center;
  }

  .pillar-title .subtitle {
    position: static;
  }

}

/* 主なコンサルティング領域 */

.gutter-concept2:not(:last-child) {
  margin-bottom: 8.5em;
}

.gutter-concept2 .stripe-bg-area {
  padding-bottom: 50px;
}

.gutter-concept2 .border-title {
  font-size: 1.7em;
}

.gutter-concept2 .text {
  margin: 3em 0 2em;
  text-align: center;
  font-size: 1.15em;
}

.consultanting-area-list {
  margin: 0 auto 50px;
  max-width: 630px;
}

.consultanting-area-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -20px;
  text-align: center;
  overflow: hidden;
}

.consultanting-area-list li {
  margin-bottom: 20px;
  padding-right: 15px;
  width: calc(100%/2);
}

.consultanting-area-list .title {
  display: block;
  padding: 1em 0;
  font-size: 1.2em;
  border: 2px solid #fff;
  border-radius: 60px;
  background: #33B8D0;
}

.gutter-concept2 .link-btn {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.gutter-concept2 .link-btn .link {
  display: block;
  padding-top: .7em;
  padding-bottom: .6em;
  font-size: 1.5em;
}

@media print,
screen and (min-width: 641px) {

  .consultanting-area-list li {
    width: calc(100%/3);
    max-width: 215px;
  }

  .consultanting-area-list .title {
    font-size: 1.4em;
  }

}

/* --------------------------------

  id13: about/business

-------------------------------- */

.gutter-business3:not(:last-child),
.gutter-business5:not(:last-child),
.gutter-business6:not(:last-child) {
  margin-bottom: 5em;
}

.gutter-business1:not(:last-child) {
  margin-bottom: 6em;
}

.gutter-business2:not(:last-child),
.gutter-business4:not(:last-child) {
  margin-bottom: 7em;
}

/* Core BUSINESS */

.gutter-business1 .border-title + .inner {
  padding-top: 60px;
}

/* S・Yワークスにできる事 */

.gutter-business2 .border-title + .inner {
  padding-top: 4em;
}

.gutter-business2 .text {
  margin-bottom: 3em;
  text-align: center;
  line-height: 2.2;
  font-size: 1.4em;
}

.it-can-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
  margin-right: -12px;
  justify-content: center;
  overflow: hidden;
}

.it-can-list li {
  margin-bottom: 12px;
  padding-right: 12px;
  width: 50%;
  max-width: 232px;
}

.it-can-list a:hover {
  opacity: .7;
}

@media print,
screen and (min-width: 641px) {

  .it-can-list {
    margin-bottom: -22px;
    margin-right: -22px;
  }

  .it-can-list li {
    margin-bottom: 22px;
    padding-right: 22px;
    width: 25%;
    max-width: 242px;
  }

}

/* 未来創造・新たな価値づくり */

.gutter-business3 .border-title {
  font-size: 1.7em;
}

.gutter-business3 .border-title + .inner {
  padding-top: 2.5em;
}

.gutter-business3 .square-title {
  padding: .9em .5em .8em;
  font-size: 1.7em;
}

.border-list {
  margin-right: -10px;
  padding-top: 1em;
  overflow: hidden;
}

.border-list:after {
  content: "";
  display: table;
  clear: both;
}

.border-list li {
  float: left;
  margin-right: 10px;
  padding: .8em 1em;
  width: calc(50% - 10px);
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
  border-bottom: 1px solid #ddd;
}

.stripe-bg-area .border-list li {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* 既存店舗活性化 */

.gutter-business4 .border-title + .inner {
  padding-top: 2.5em;
}

.gutter-business4 .square-title {
  padding: .9em .5em .8em;
  font-size: 1.7em;
}

/* 組織の一本化 */

.gutter-business5 .stripe-bg-area {
  padding-bottom: 40px;
}

.gutter-business5 .border-title {
  font-size: 1.7em;
}

.gutter-business5 .border-title + .inner {
  padding-top: 2.5em;
}

.gutter-business5 .square-title {
  padding: .9em .5em .8em;
  font-size: 1.7em;
}

/* 利益改善 */

.gutter-business6:not(:last-child) {
  margin-bottom: 3em;
}

.gutter-business6 .border-title + .inner {
  padding-top: 2.5em;
}

.gutter-business6 .square-title {
  padding: .9em .5em .8em;
  font-size: 1.7em;
}

/* --------------------------------

  id14: company

-------------------------------- */

.company-number-list li {
  position: relative;
  padding-left: 3em;
}

.company-number-list .number {
  position: absolute;
  left: 0;
  top: 0;
}

.stripe-bg-area-map {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}

#gmap {
  height: 460px;
}

.map-link {
  margin-top: 30px;
}

.map-link .link {
  padding-top: .7em;
  padding-bottom: .6em;
}

@media print,
screen and (min-width: 641px) {

  #gmap {
    height: 642px;
  }

}

/* --------------------------------

  id15: seminar/beginner

-------------------------------- */

.gutter-beginner > .inner .inner:not(:last-child) {
  margin-bottom: 3em;
  /* margin-bottom: 5em; */
}

.gutter-beginner .text {
  line-height: 2.2;
  font-size: 1.3em;
}

.gutter-beginner .link-btn {
  margin-top: 1em;
}

.gutter-beginner .link-btn .link {
  padding: .5em 1.3em .4em;
}

@media print,
screen and (min-width: 641px) {}

@media print,
screen and (min-width: 1101px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 640px) {}


/* --------------------------------

  id16: seminar/human-resources

-------------------------------- */

/* せっかく働くなら、本気で楽しく働きたくありませんか? */

.gutter-human1:not(:last-child) {
  margin-bottom: 5em;
}

.intro-area-human {
  padding-top: 2em;
  text-align: center;
}

.intro-area-human .title {
  margin-bottom: 1em;
  line-height: 1.2;
  font-size: 1.7em;
  color: #0B93C6;
}

.intro-area-human .text {
  line-height: 2;
  font-size: 1.4em;
}

/* 人財化セミナーで得られる事 */

.stripe-bg-area-human {
  padding-bottom: 50px;
  text-align: center;
}

.seminar-get {
  margin-top: 3em;
}

.seminar-get dt {
  margin-bottom: .5em;
  line-height: 1.2;
  font-size: 2.8em;
}

.seminar-get dd {
  line-height: 1.8;
  font-size: 1.15em;
}

.youtube-nav-area {
  position: static;
}

.youtube-area {
  position: relative;
  height: 300px;
  padding-top: 0;
  background: url(../img/pages/seminar/human-resources/youtube_bg.jpg) no-repeat top;
  background-size: cover;
}

.youtube-title img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 1em;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  text-align: center;
}

.jinzaika-nav-area {
  margin-top: -2px;
  overflow: hidden;
}

.jinzaika-nav {
  display: flex;
  flex-wrap: wrap;
}

.jinzaika-nav li {
  width: 50%;
}

.jinzaika-link {
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
  border-top: 2px solid #9B3D3A;
  border-left: 1px solid #9B3D3A;
  border-right: 1px solid #9B3D3A;
  background: #FF6464;
}

.jinzaika-link:hover {
  background: #9B3D3A;
}

@media print,
screen and (min-width: 641px) {

  .youtube-area {
    height: 0;
    padding-top: 31.25%;
  }

  .youtube-title img {
    padding: 0;
    width: 31.18%;
  }

  .jinzaika-nav li {
    width: calc(100% / 3);
  }

  .jinzaika-link {
    font-size: 1.15em;
  }

}

@media print,
screen and (min-width: 1101px) {

  .youtube-nav-area {
    position: relative;
    margin-top: 0;
  }

  .youtube-title img {
    width: auto;
  }

  .jinzaika-nav-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
  }

  .jinzaika-nav {
    display: table;
    width: 100%;
  }

  .jinzaika-nav li {
    display: table-cell;
    vertical-align: top;
    min-width: 130px;
    width: auto;
  }

  .jinzaika-link {
    border-top: none;
  }

}

/* --------------------------------

  id17: seminar/sy-circle

-------------------------------- */

/* S・Yサークルとは */

.intro-title-syc {
  margin-bottom: .5em;
  padding-top: 1.5em;
  text-align: center;
  font-size: 1.7em;
  color: #0B92C5;
}

.intro-text-syc {
  line-height: 2;
  text-align: center;
  font-size: 1.4em;
}

/* 過去のゲスト講師紹介 */

.gutter-syc2 .stripe-bg-area {
  padding-top: 50px;
  padding-bottom: 40px;
}

.gutter-syc2 .border-title {
  text-align: center;
  font-size: 1.9em;
}

.gutter-syc2 .border-title + .inner {}

.guest-area-intro .text {
  line-height: 1.6;
  font-size: 1.15em;
}

.guest-area-intro .guest-name {
  margin-top: .5em;
  text-align: right;
}

.guest-area-intro .guest-name .job {
  display: inline-block;
  padding-right: 1em;
  padding-top: .7em;
  vertical-align: top;
  font-size: 1.15em;
}

.guest-area-intro .guest-name .name {
  font-size: 2.1em;
}

.guest-name {
  margin-top: .8em;
  line-height: 1.3;
  text-align: center;
}

.guest-name .job {
  display: block;
}

.guest-area-intro .guest-name {
  text-align: left;
}

.guest-name .name {
  font-size: 1.7em;
}

.guest-list-area {
  margin-top: 30px;
}

.guest-list {
  margin-bottom: -30px;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.guest-list li {
  margin-bottom: 30px;
}

.guest-list li:nth-child(6) .guest-name .job {
  font-size: .9em;
}

.guest-list li:nth-child(8) .guest-name .job {
  font-size: .8em;
}

@media print,
screen and (min-width: 481px) {

  .guest-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
  }

  .guest-list li {
    padding-right: 24px;
    width: 50%;
    max-width: 243px;
  }

  .guest-area-intro .guest-name .name {
    font-size: 2.4em;
  }

  .guest-name .name {
    font-size: 1.8em;
  }

}

@media print,
screen and (min-width: 641px) {

  .gutter-syc2 .border-title + .inner {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .guest-list li {
    width: calc(100% / 3);
  }

}

@media print,
screen and (min-width: 1101px) {

  .gutter-syc2 .border-title + .inner {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .guest-list {
    margin-right: -48px;
  }

  .guest-list li {
    padding-right: 48px;
    width: 25%;
    max-width: none;
  }

}

/* 開催日程 */

.syc-table table {
  table-layout: fixed;
}

.syc-table th,
.syc-table td {
  padding: .8em .5em .7em;
  text-align: center;
}

.syc-table thead th {
  color: #fff;
  background: #0B92C5;
}

.syc-table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.syc-table tbody th,
.syc-table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.syc-table tbody th {
  border-left: 1px solid #ddd;
}

.membership-list-syc .text {
  font-size: 1.7em;
}

.membership-list-syc li {
  padding-top: .5em;
  padding-bottom: .5em;
}

.membership-list-syc .number {
  top: .5em;
}

.membership-list-syc .link-btn {
  display: inline-block;
}

.membership-list-syc .link-btn .link {
  font-family: "YuMincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: .8em;
}

@media print,
screen and (min-width: 1101px) {

  .syc-table {
    position: relative;
    max-width: 484px;
    z-index: 1;
  }


}

@media print,
screen and (max-width: 480px) {

  .syc-table td {
    calc(100/6)
  }


}

/* 費用 */

.gutter-syc4 .stripe-bg-area {
  padding-bottom: 40px;
}

.gutter-syc4 .border-title {
  font-size: 1.7em;
}

.gutter-syc4 .border-title + .inner {
  padding-top: 3em;
}

.gutter-syc4 .price,
.gutter-syc4 .en {
  color: #fff;
}

.trial-price-note {
  margin: 1em 0;
  text-align: center;
  font-size: 1.3em;
}

.gutter-syc4 .link-btn .link {
  padding-top: .5em;
  padding-bottom: .4em;
}

/* ホームページ限定　お試し参加受付中 */

.gutter-syc5 .border-title + .inner {
  padding-top: 3em;
}

.gutter-syc5 div.text {
  margin-top: 2em;
  text-align: center;
  line-height: 1.8;
  font-size: 1.15em;
}

.syc-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
  margin-right: -45px;
  margin-bottom: -10px;
}

.syc-info-list li {
  margin-bottom: 10px;
  padding-right: 45px;
}

.syc-tel {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .4em;
  width: 240px;
  max-width: 100%;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  background: #525252;
}

.syc-tel a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.syc-info-list .link-btn .link {
  padding-top: .5em;
  padding-bottom: .4em;
  width: 280px;
  /*width: 240px;*/
  max-width: 100%;
}

/* --------------------------------

  id18: consultanting/case/case1

-------------------------------- */

.intro-text-case1 {
  margin-bottom: 2em;
  line-height: 2;
  text-align: center;
  font-size: 1.4em;
}

.grid-container-case1 .square-title {
  padding: .9em .5em .8em;
  font-size: 1.7em;
}

.grid-container-case1 .img {
  margin: 1em 0;
  text-align: center;
}

.case1-link {
  display: block;
}

.case1-link .img {
  transition: .2s opacity;
}

.case1-link:hover .img {
  opacity: .7;
}

.case1-link:hover .link-btn .link {
  transform: translate(2px, 2px);
  box-shadow: none;
}

/* --------------------------------

  id19: consultanting/case/case2

-------------------------------- */

.gutter-case2 .border-title + .inner {
  padding-top: 1em;
}

.gutter-case2 .text {
  margin-bottom: 1em;
  line-height: 2;
  font-size: 1.15em;
}

.case2-img-list {
  margin-bottom: -15px;
  text-align: center;
  overflow: hidden;
}

.case2-img-list li {
  width: auto;
  margin-bottom: 15px;
}

.case2-title {
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding: .6em .5em .5em;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  background: #199BCB;
}

.gutter-case2 .fig-img-fl .caption {
  display: block;
  margin-top: .5em;
  text-align: center;
  line-height: 1.2;
}

@media print,
screen and (min-width: 641px) {

  .case2-img-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
  }

  .case2-img-list li {
    padding-right: 15px;
    max-width: 355px;
    width: calc(100% / 3);
  }

  .caseimg2 {
    text-align: center;
  }

  .caseimg2 img {
    margin-bottom: 10px;
  }


}

@media print,
screen and (min-width: 1101px) {

  .gutter-case2 .border-title + .inner {
    padding-left: 25px;
    padding-right: 25px;
  }

}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 640px) {}


/* --------------------------------

  id20:

-------------------------------- */

@media print,
screen and (min-width: 641px) {}

@media print,
screen and (min-width: 1101px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 640px) {}


/* --------------------------------

  idxx: contact

-------------------------------- */

/* TELでのお問合わせ */

.gutter-contact-tel > .inner {
  padding-top: 3.5em;
}

.tel-info-area {
  line-height: 1.2;
  text-align: center;
  color: #525252;
}

.tel-info-number {
  margin-bottom: 1em;
}

.tel-info-number .title {
  font-size: 1.3em;
}

.tel-info-number .number {
  font-size: 2.5em;
}

.tel-info-time {
  font-size: 1em;
  color: #000;
  margin-top: .8em;
}

@media print,
screen and (min-width: 641px) {

  .tel-info-number .title {
    font-size: 2.1em;
  }

  .tel-info-number .number {
    font-size: 3.5em;
  }

  .tel-info-time {
    font-size: 1.2em;
  }

}

/* WEBからのお問合わせ */

.gutter-contact-web > .inner {
  padding-top: 1em;
}

/* --------------------------------

  フォーム（contact・form・blogコメント欄）

-------------------------------- */

.form {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.form-notes {
  margin-bottom: 1.5em;
  text-align: right;
  font-size: .85em;
  color: #f00;
}

.form-notes span {
  display: inline-block;
  margin-right: .5em;
  min-width: 44px;
  text-align: center;
  color: #fff;
  background: #d90000;
}

.form-table,
.form-table tbody,
.form-table tr,
.form-table th,
.form-table td {
  display: block;
}

.form-table {
  border-bottom: 1px dashed #ddd;
}

.form-table tr {
  width: 100%;
  padding: 1.4em 0;
  border-top: 1px dashed #ddd;
}

.form-table th,
.form-table td {
  font-size: 1.1em;
}

.form-table th {
  margin-bottom: 1em;
  color: #000;
}

.form-table .form-item-message th {
  vertical-align: top;
}

.form-table .note {
  display: block;
  margin-top: .5em;
  font-size: .75em;
  color: #D90000;
}

.form-table .form-item-message .note {
  padding-left: 0;
  padding-right: 0;
}

@media print,
screen and (min-width: 769px) {

  .form-table tr {
    display: table;
    padding: 1em 0;
  }

  .form-table th,
  .form-table td {
    display: table-cell;
    vertical-align: middle;
  }

  .form-table th {
    margin-bottom: 0;
  }

  .form-table td {
    padding-left: .5em;
    border-left: 10px solid #eee;
  }

  .form-table .form-item-type td,
  .form-table .form-item-means td,
  .form-table .form-item-cue td {
    padding-left: 1.5em;
  }

  .form-table .form-item-message .note {
    padding-left: 56px;
    padding-right: 1em;
  }

}

/* contact・form */

@media print,
screen and (min-width: 769px) {

  .form-table-contact th {
    width: 320px;
  }

}

/* blog */

@media print,
screen and (min-width: 769px) {

  .form-table-comment th {
    width: 180px;
  }

}

/* 入力エリア */

.form-short,
.form-middle,
.form-long,
.form-select {
  padding: .5em;
  color: #000;
  font: 1.1em/1.2 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  border: 1px solid #ddd;
  background: #fff;
}

.form-select {
  padding: 1em .5em;
  width: 50%;
  font-size: 14px;
}

.form-short:focus,
.form-middle:focus,
.form-long:focus,
.form-select:focus {
  outline: none;
  border-color: #0B92C5;
  background: #fff;
}

.form-short {
  width: 30%;
}

.form-middle {
  width: 70%;
}

.form-long {
  width: 100%;
}

textarea {
  vertical-align: top;
  height: 6em;
  min-height: 4em;
  resize: vertical;
}

/* radio, checkbox 共通 */

.form-btn-list {
  margin-bottom: -.5em;
  padding: .5em 0;
  overflow: hidden;
}

.form-btn-list li {
  margin-bottom: .5em;
}

@media print,
screen and (min-width: 769px) {

  .form-btn-list {
    letter-spacing: -.40em;
    margin-right: -2em;
  }

  .form-btn-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    padding-right: 2em;
  }

}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 1px) {

  input[type=radio],
  input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }

  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 26px;
  }

  input[type=radio]:checked + label,
  input[type=checkbox]:checked + label {
    color: #199BCB;
  }

  input[type=radio] + label:before,
  input[type=checkbox] + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #ddd;
    background: #fff;
  }

  input[type=radio]:checked + label:before,
  input[type=checkbox]:checked + label:before {
    border-color: #199BCB;
  }

}

/* radio */

@media (min-width: 1px) {

  input[type=radio] + label:before {
    border-radius: 0;
  }

  input[type=radio] + label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  input[type=radio]:checked + label:after {
    background-color: #199BCB;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

/* checkbox */

@media (min-width: 1px) {

  input[type=checkbox] + label:before {
    border-radius: 0;
  }

  input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 3px;
    display: block;
    width: 20px;
    height: 10px;
    margin: auto;
    border-left: 3px solid #199BCB;
    border-bottom: 3px solid #199BCB;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  input[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

}

/* 送信ボタン */

.form-buttons {
  padding-top: 1em;
  text-align: center;
}

.form-button {
  display: block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: 1em auto 0;
  color: #fff;
  font: 1.4em/1.0 "YuMincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 05px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  transition: .2s;
}

.form-button-send {
  border: 1px solid #0B92C5;
  background: #0B92C5;
}

.form-button-send:hover {
  color: #0B92C5;
  background: #fff;
}

.form-button-back {
  border: 1px solid #888;
  background: #888;
}

.form-button-back:hover {
  color: #888;
  background: #fff;
}

@media print,
screen and (min-width: 641px) {

  .form-button {
    display: inline-block;
    margin: 1em .5em 0;
  }

}

/* 必須マーク */

.form-icon {
  display: inline-block;
  width: 46px;
  margin: -3px 10px 0 0;
  color: #fff;
  font-size: .75em;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}

.form-icon-must {
  background: #D90000;
}

.form-icon-must:before {
  content: "必須";
}

.form-icon-any {
  background: #888;
}

.form-icon-any:before {
  content: "任意";
}

/* --------------------------------

  商品紹介①

-------------------------------- */

@media print,
screen and (min-width: 641px) {}

@media print,
screen and (min-width: 1101px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 640px) {}

/* --------------------------------

  商品紹介② consultanting/consultant

-------------------------------- */

/* 一覧ページ */

.consultant-list {
  display: block;
  margin-right: 0;
  margin-bottom: -40px;
  overflow: hidden;
}

.consultant-list li {
  margin-bottom: 40px;
}

.consultant-link {
  display: block;
  text-decoration: none;
  color: #333;
}

.consultant-list .consultant-img {
  text-align: center;
}

.consultant-job,
.consultant-type {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.consultant-job {
  padding-top: .5em;
}

.consultant-name {
  line-height: 1.2;
  font-size: 1.7em;
  color: #0B94C7;
}

.consultant-type {
  margin-top: .5em;
  font-size: .85em;
}

@media print,
screen and (min-width: 401px) {

  .consultant-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
  }

  .consultant-list li {
    padding-right: 20px;
    width: 50%;
  }

}

@media print,
screen and (min-width: 641px) {

  .consultant-list li {
    width: 25%;
  }

}

@media print,
screen and (min-width: 1101px) {

  .consultant-list {
    margin-right: -40px;
  }

  .consultant-list li {
    padding-right: 40px;
  }

  .consultant-list .consultant-img {
    position: relative;
    overflow: hidden;
  }

  .consultant-list .consultant-img:after {
    content: '詳細はこちら';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .4s;
  }

  .consultant-list .consultant-link:hover .consultant-img:after {
    opacity: 1;
  }

  .consultant-list .consultant-img img {
    transition: .4s;
  }

  .consultant-list .consultant-link:hover .consultant-img img {
    transform: scale(1.1, 1.1);
  }

}

/* 詳細ページ */

.grid-container-consultant {
  margin-right: -20px;
}

.grid-container-consultant .grid {
  padding-right: 20px;
}

.grid-container-consultant .consultant-job {
  font-size: 1.4em;
}

.grid-container-consultant .consultant-name {
  font-size: 2.4em;
}

.consultant-name-en,
.consultant-detail {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.zayu-area {
  position: relative;
  margin-top: 4em;
  padding: 2.6em 1.8em 8em;
  background: #F0F0EF;
}

.zayu-area:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background: url(../img/base/zayu_bg.jpg) no-repeat right 0;
  background-size: contain;
}

.zayu-area .inner {
  z-index: 1;
}

.zayu-title {
  margin-bottom: 3em;
  line-height: 1.2;
}

.zayu-title .title1 {
  display: block;
  padding-right: 0;
  font-size: 1.15em;
}

.zayu-title .title2 {
  font-size: 1.7em;
}

.zayu-text {
  line-height: 1.2;
  font-size: 1.8em;
  color: #0B94C7;
}

.consultant-content:not(:last-child) {
  margin-bottom: 3em;
}

.consultant-detail dt {
  display: inline-block;
  margin-bottom: 1em;
  padding: .1em .5em;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: #1D96AF;
}

.consultant-detail dd {
  line-height: 2;
}

@media print,
screen and (min-width: 401px) {

  .zayu-title .title1 {
    display: inline;
    padding-right: 1em;
  }

}

@media screen and (max-width: 1100px) {

  .grid-container-consultant .grid {
    float: none;
    width: 100%;
  }

  .grid-container-consultant,
  .grid-container-consultant .grid:last-child {
    margin-bottom: 0;
  }

}

/* --------------------------------

  商品紹介③product/index.html

-------------------------------- */

/* 一覧詳細共通　月刊CD～その他リンク一覧 */

.product-link-list-content {
  margin-bottom: 3em;
}

.product-link-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -10px;
}

.product-link-list li {
  padding-right: 10px;
  margin-bottom: 10px;
  width: calc(100% / 2);
}

.product-link-list .link-btn .link {
  display: block;
  padding-top: .5em;
  padding-bottom: .4em;
}

.product-list-content:not(:last-child) {
  margin-bottom: 5em;
}

@media print,
screen and (min-width: 641px) {

  .product-link-list li {
    width: calc(100% / 3);
  }

}

@media print,
screen and (min-width: 1101px) {

  .product-link-list li {
    width: calc(100% / 5);
  }

}

/* 一覧ページ */

.product-list {
  display: block;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.product-list > li {
  padding: 2em 1.5em;
  border: 1px solid #ccc;
}

.product-title {
  margin-bottom: 1em;
  font-weight: bold;
  color: #0B94C7;
}

.product-img {
  text-align: center;
}

.product-list .product-img {
  margin-bottom: 1em;
}

.product-price {
  text-align: center;
}

.product-price .price {
  font-weight: bold;
  font-size: 1.35em;
  color: #f00;
}

.product-price .tax {
  font-size: .85em;
}

.link-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-right: -10px;
  margin-bottom: -10px;
  justify-content: center;
}

.link-btn-list li {
  margin-bottom: 10px;
  padding-right: 10px;
}

.link-btn-list .link-btn .link {
  font-size: 1.2em;
}

@media print,
screen and (min-width: 641px) {

  .product-list {
    display: flex;
    flex-wrap: wrap;
  }

  .product-list > li {
    width: calc(100% / 2);
  }

}

@media print,
screen and (min-width: 769px) {

  .product-list > li {
    width: calc(100% / 3);
  }

}

/* 詳細ページ */

.product-detail-content {
  display: block;
  margin-right: 0;
  margin-bottom: -40px;
}

.product-detail-content > .inner {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding-right: 0;
}

.product-detail:not(:last-child) {
  margin-bottom: 1em;
}

.product-detail-text {
  font-size: 1.15em;
}

.product-detail-price .product-price .price {
  font-size: 2.4em;
}

.product-detail-price .product-price .tax {
  font-size: 1.15em;
}

@media print,
screen and (min-width: 641px) {}

@media print,
screen and (min-width: 1101px) {

  .product-detail-content {
    display: flex;
    justify-content: center;
    margin-right: -20px;
  }

  .product-detail-content > .inner {
    padding-right: 20px;
  }

}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 640px) {}

/* --------------------------------

  plugin

-------------------------------- */

/* スライダー（トップページ用）*/

.slider {
  display: block;
  width: 100%;
  height: 400px;
  background: #fff;
  overflow: hidden;
}

.slider .inner {
  position: relative;
  max-width: none;
  width: 100%;
  height: 100%;
}

.slider .slide {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .slide1 {
  background-image: url(../img/slider/1.jpg);
}

.slider .slide2 {
  background-image: url(../img/slider/2.jpg);
}

.slider .slide3 {
  background-image: url(../img/slider/3.jpg);
}

.slider .slide4 {
  background-image: url(../img/slider/4.jpg);
}

.slider .slide5 {
  background-image: url(../img/slider/5.jpg);
}

.slider .slide6 {
  background-image: url(../img/slider/6.jpg);
}

/*
  .slider .fotorama {
    opacity: 0;
  }
*/

@media print,
screen and (min-width: 1101px) {

  .slider {
    position: fixed;
    height: 572px;
  }

  .slider .slide {
    height: 572px;
  }

}

@media print {

  .slider .fotorama {
    opacity: 1;
  }

}

.slider-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

.slider-text img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media print,
screen and (min-width: 1101px) {

  .slider-text {
    top: 28px;
    height: 572px;
  }

}

@media screen and (max-width: 1100px) {

  .slider-text img {
    top: 28px;
    padding: 0 15px;
  }

}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}



/* 20170209追加 */
.red {
  color: #FF3333;
}



/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(.1, 0, .25, 1);
  transition-duration: 0
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0
}

.fotorama--fullscreen,
.fullscreen {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child),
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(../../../../../img/fotorama/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:2dppx) {

  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(../../../../../img/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat
  }
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, .2)
}

@media print {

  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: 0 0 !important
  }
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage,
.fullscreen {
  background: #000
}

.fotorama {
  min-width: 1px;
  overflow: hidden
}

.fullscreen {
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0
}

.fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important
}

.fotorama__stage__frame {
  overflow: hidden
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full,
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9
}

.fotorama__img {
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer
}

.fotorama__nav--dots {
  display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none
}

.fotorama__nav--thumbs {
  display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0
}

.fotorama__caption__wrap {
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  padding: 5px 10px
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  opacity: .1
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
  background-position: 0 0, 0 0;
  left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none
}

.fotorama__thumb-border {
  display: none;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb:not(.fotorama__active) {
  opacity: 0.5;
}

/* 170310追記 */
.contest-link {
  text-decoration: none;
}

.cont-syosai {
  margin-top: 1.5em;
}

.cont-syosai .link {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: .5em;
  padding-bottom: .5em;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.20);
}


/* 171023 追記 */

@media screen and (max-width: 1200px) {
  .seminar-howto02 .seminar-howtoInner {
    width: 100%;
  }
}

@media screen and (min-width:641px) {
  .seminar-howto02-flex {
    display: flex;
    display: -webkit-flex;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .seminar-howto02-flex > div {
    width: 50%;
  }

  .seminar-howto02-flex .seminar-howtoInnerT3b {
    min-height: 0;
    height: auto;
  }

  .seminar-howto02-flex {
    margin: 25px 0 50px;
  }
}

.appfix {
  position: fixed;
  right: 0;
  bottom: 0;
  transition: .2s margin-top;
  background-color: rgba(0, 166, 196, .8);
  z-index: 1000;
  color: #fff;

  width: 350px;
}

.appfix:hover {
  opacity: .7;
}

.appfix a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.appfix h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.appfix p {
  margin-bottom: 10px;
}

.appfix span {
  display: block;
  background: #00468C;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width:1100px) {
  .footer {
    padding: 45px 0 148px;
  }

  .appfix {
    width: 100%;

  }

  .appfix p {
    font-size: 11px;
    font-weight: bold;
  }

  .appfix h2 {
    font-size: 1.15em;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .appfix h2 br {
    display: none;

  }

  .appfix span {
    padding: 5px;
    font-size: 12px;
  }
}


/* 171031 追記 */
.seminar-howto02 .seminar-howtoInner {
  background: #e8e8e8;
}

.seminar-howto02 .seminar-howtoInnerT3 {
  background: none;
  padding-bottom: 0;
}

.seminar-howto02 .seminar-howtoInnerT3a {
  border-bottom: 10px solid #5aad81;
  border-right: 5px solid #5aad81;
}

.seminar-howto02 a {
  text-decoration: none;
}

.seminar-howto02 a:hover .seminar-howtoInnerT3a {
  border-top: 10px solid #5aad81;
  border-right: 5px solid #5aad81;
  border-bottom: 0;
}

.appfix h2::before {
  content: "無料";
  display: block;
  width: 80px;
  padding: 0 10px;
  background: #00468C;
  text-align: center;
}

.seminar-howto02 .seminar-howtoInnerT3b p {
  color: #484848;
}

.seminar-howto02 .seminar-howto02-flex {
  margin-bottom: 20px;
}

/*　一時非表示 */

.appfix {
  display: none !important;
}

@media screen and (max-width:1100px) {
  .footer {
    padding: 45px 0 48px;
  }
}

/* 171207 追記 */

.site-map-area1 .site-link-main:hover {
  background: #EFEFEF;
}

.site-map-area1 .site-link-main:hover .en,
.site-map-area1 .site-link-main:hover .jp {
  color: #000;
}

.intro-text-concept {
  margin-bottom: 55px;
  text-align: center;
  font-size: 1.4em;
  line-height: 2;
}

.main-nav .nav-arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  /* Safari用 */
  transform: translate(0%, -50%);
}

.gutter-contacts .inner {
  text-align: center;
}

.gutter-contacts a {
  display: block;
  padding: 40px 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #44c733;
  border-bottom: 2px solid #44c733;
  background: #21cc77;
  color: #fff;
  text-decoration: none;
  font-size: 3.4em;
  transition: .2s;
}

.gutter-contacts a:hover {
  background: #19a388;
}

.gutter-consultanting11 .page-title {
  margin-bottom: 20px;
}

.con11-area {
  display: flex;
  display: -webkit-flex;
  margin-top: 30px;
  width: 1100px;

  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.con11-area > div:first-of-type {
  width: 760px;
}

ol.flow {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
  font-size: 1.2em;

  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

ol.flow span {
  display: block;
  margin-bottom: 5px;
  font-size: .8em;
}

ol.flow li {
  position: relative;
  margin-right: 20px;
  padding: 10px;
  padding-bottom: 80px;
  width: 135px;
  color: #fff;
}

ol.flow i {
  bottom: 10px;
  display: table;
  margin: 0 auto;
  vertical-align: bottom;
  text-align: center;
}

ol.flow i img {
  width: 100%;
}

ol.flow li:nth-of-type(-n+4):after {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 15px;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #00A6C4;
  content: " ";
  pointer-events: none;
}

ol.flow li.flowli4:after {
  border-left-color: #00c479;
}

.flowli1 {
  background: url(../img/pages/consultanting/flow-icon1.png)center bottom 10px no-repeat, #00A6C4;
}

.flowli2 {
  background: url(../img/pages/consultanting/flow-icon2.png)center bottom 10px no-repeat, #00A6C4;
}

.flowli3 {
  background: url(../img/pages/consultanting/flow-icon3.png)center bottom 10px no-repeat, #00A6C4;
}

.flowli4 {
  background: url(../img/pages/consultanting/flow-icon4.png)center bottom 10px no-repeat, #00c479;
}

ol.flow .flowli5 {
  margin-right: 0;
  background: url(../img/pages/consultanting/flow-icon5.png)center bottom 10px no-repeat, #00c479;
}

.con11-area h2.border-title {
  margin-bottom: 35px;
}

.con11-area h3 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.tips {
  display: flex;
  display: -webkit-flex;
  text-align: center;

  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tips li {
  margin: 0 10px;
  color: #fff;
  font-size: 1.2em;
}

.tips li a {
  display: ta;
  display: table;
  width: 100%;
  width: 300px;
  height: 100%;
  height: 130px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: .2s;
}

.tips li a span {
  font-size: 1.5em;
}

.tips li a:hover {
  opacity: .7;
}

.tips li p {
  display: table-cell;
  vertical-align: middle;
}

.pcnone {
  display: none;
}

@media screen and (max-width:1100px) {
  .pcnone {
    display: inline;
    padding-top: 10px;
  }

  .tabnone {
    display: none;
  }

  .con11-area {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
  }

  .con11-area > div:first-of-type {
    width: 100%;
  }

  ol.flow li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  ol.flow li:nth-of-type(-n+4):after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
    margin-left: -30px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 30px;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #00A6C4;
    content: " ";
    pointer-events: none;
  }

  ol.flow li.flowli4:after {
    border-top-color: #00c479;
  }

  .tips li {
    margin: 0 auto 10px;
  }

  .tips li a {
    width: 280px;
  }

  .gutter-consultanting11 .intro-area-human {
    margin: 0 auto;
    width: 90%;
  }

  .con11-area > div:last-of-type {
    margin: 0 auto;
    width: 280px;
    text-align: center;
  }

  .gutter-contacts a {
    font-size: 1.8em;
  }
}

.tips li:first-of-type {
  background: #c4a600;
}

.tips li:last-of-type {
  background: #c40000;
}

.about-text {
  margin-top: 1em;
  letter-spacing: .1em;
  text-align: center;
  line-height: 2.5;
  font-size: 1.15em;
}


/* 180823 */

.contactpage-tel {
  display: inline-block;
  font-size:2.8rem;
  font-weight: 700;
  color: #BF0000;
  font-feature-settings: 'palt';
  line-height: 1.2;
}
.contactpage-tel a{
  color: #BF0000;
}
.footer-tel-fax-list li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;

}

.footer-tel-fax-list a.tel-link {
  display: inline-block;
  border-bottom: 2px solid #404040;
  color: #fff;
  padding-left: .75em;
  padding-right: .75em;
  padding-top: .3em;
  padding-bottom: .2em;
}

@media screen and (max-width: 768px) {
  .contactpage-tel {
    padding: 0;
  }

  .syc-tel {
    padding: 0;
  }

  .syc-tel a {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .4em;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 1.00);
  }
}



/* 20191018追加 */
.jinzaika-nav-ttl {
  color: #fff;
  font-size: 2em;
  text-align: center;
  padding-bottom: 10px;
}

.consultant-bnr {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  background: #FF6464;
  padding: 20px 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  line-height: 1;
}

.consultant-bnr img {
  width: 30px;
  margin-right: 10px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .jinzaika-nav-ttl {
    font-size: 1.3em;
    color: inherit;
    padding: 10px 0;
  }

  .consultant-bnr {
    font-size: 1.3em;
    padding: 15px 0;
    position: fixed;
    width: 100%;
  }
}

/* 20191209追加 */
.sy-book-bnr {
  text-align: center;
  margin: 0 0 50px;
}

.important-box {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 2em 10%;
  padding: 15px 0;
  text-align: center;
}

.important-box-inner {
  position: relative;
  line-height: 1.414em;
}

.important-box-inner a {
  color: #f00;
  text-decoration: underline;
}

.important-box-inner a:hover {
  color: #f00;
  text-decoration: none;
}

.important-box-inner::before {
  content: url("../img/ico-note.png");
  width: 22px;
  height: 18px;
  padding-right: 10px;
}


/* 20200427追加 */
.bnr-inner {
  width: 990px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

.book-bnr {
  border: 3px solid #dcdcdc;
  margin: 0 auto 50px;
  box-sizing: border-box;
}

.mv-bnr {
  border: 10px solid #D70050;
  background-size: contain;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
  min-height: 346px;
  display: flex;
  align-items: center;

}

.mv-bnr-btn a {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px 5px 0px;
}

.mv-bnr-btn02 a {
  display: block;
  width: 100%;
  margin: auto 0;
  padding: 10px 5px;
}

.book-bnr a:hover,
.mv-bnr-btn a:hover,
.mv-bnr-btn02 a:hover {
  opacity: 0.8;
}

.half {
  display: flex;
  justify-content: space-between;
}

.half li {
  width: 480px;
}

@media screen and (max-width: 768px) {
  .bnr-inner {
    width: 100%;
    padding: 40px 15px;
  }

  .half li {
    width: 48%;
  }
}

@media screen and (max-width: 576px) {
  .book-bnr {
    margin: 0 auto 30px;
  }

  .mv-bnr {
    padding: 20px 15px;
    margin: 0 auto 30px;
  }

  .mv-bnr-btn a,
  .mv-bnr-btn02 a {
    width: 100%;
    font-size: 15px;
  }

  .half {
    display: block;
  }

  .half li {
    width: 100%;
  }

  .half li:first-child {
    margin: 0 0 15px;
  }
}


.companies div.common-table{
  margin-bottom: 6em;
}

/*20210322 追記*/
.tel-fax-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fax-txt{
  display: inline-block;
  font-size:2.8rem;
  font-weight: 700;
  font-feature-settings: 'palt';
  line-height: 1.2;
  color: #000;
}
.fax-info-area{
  margin-left: 3.5em;
}
@media print,screen and (max-width: 1100px){
  .fax-txt, .contactpage-tel{
    font-size:2rem;
  }
}
@media print,screen and (max-width: 768px){
  .fax-info-area{
    margin-left: 0;
    margin-top: 1.5em;
  }
  .tel-fax-wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print,screen and (max-width: 480px){
  .fax-txt, .contactpage-tel{
    font-size:1.8rem;
  }
}

/*modal*/
.contact-modal-container{
  display: none;
}
.contact-page .main{
  z-index: 999;
}
.main-nav.close{
  z-index: 999;
}
/* .nav.close,.header-logo.close{
  display: none;
} */
.nav.close .main-nav{
  z-index: 999;
}
.nav.close.fixed{
  z-index: 999;
}
.header.fixed .header-logo.close .header-logo-link {
  z-index: 999;
}
.nav-button.close,#sphead.close{
  z-index: 1;
}
.contact-modal-link{
  display: inline-block;
  color: #FFFFFF;
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  background-color:#FF4D4D ;
  padding: .65em .5em .45em .5em;
  text-decoration: none;
  transition: background .2s ease;
  -ms-transition: background .2s ease;
}
.contact-modal-link:hover{
  background-color:rgba(0,166,196,.8);
}
.contact-modal-link._md{
  display: inline-block;
  max-width: 529px;
  width: 100%;
}
.contact-mail-modal{
  text-align: center;
  margin-top: 2.5em;
}
.modaal-close{
  display: none;
}
.modal-close{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  background-color:#FF4D4D ;
  -webkit-transform: translate(20% ,-10%);
  -ms-transform: translate(20% ,-10%);
  transform: translate(20% ,-10%);
  transition: background .2s ease;
  -ms-transition: background .2s ease;
}
.modal-close::before{
  content: "";
  position: absolute;
  top: 23px;
  right: 10px;
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 10em;
  -ms-border-radius: 10em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background-color: #fff;
}
.modal-close::after{
  content: "";
  position: absolute;
  top: 23px;
  right: 10px;
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 10em;
  -ms-border-radius: 10em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  background-color: #fff;
}
.modal-close:hover{
  background-color:rgb(0,166,196);
}
div.modaal-container{
  max-width: 1100px;
}
div.modaal-overlay{
  z-index: 99999;
}
div.modaal-wrapper{
  z-index: 100001;
}
@media print,screen and (max-width: 768px){
  .contact-modal-link{
    font-size: 1.3rem;
  }
  .modal-close{
    width: 36px;
    height: 36px;
  }
  .modal-close::before{
    top: 17px;
    right: 8px;
    width: 20px;
    height: 3px;
  }
  .modal-close::after{
    top: 17px;
    right: 8px;
    width: 20px;
    height: 3px;
  }
}


.gutter-contact-free{
  background-color:#F2F2F2 ;
  padding: 5em 1em;
  margin-top: 5em;
}
.contact-free-heading{
  text-align: center;
  font-size: 2.1rem;
  color:#1F4CA6 ;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.contact-free-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contact-free-intro{
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-right: .5em;
}
.gutter-contact-free .br{
  display: block;
}

.contact-modal-link._lg{
  max-width: 929px;
  width: 100%;
}

.contact-free-item{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.contact-free-item:not(:last-child){
  margin-bottom: 2.5em;
}
.step-side{
  position: relative;
  max-width: 160px;
  width: 100%;
  text-align: center;
  padding: 1.8em .3em 0 .3em;
  font-size: 3.3rem;
  color:#1F4DA7 ;
  line-height: 1.1;
}
.contact-free-item:not(:first-child) .step-side::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top:60px solid #F2F2F2;
  border-left:80px solid transparent;
  border-right:80px solid transparent;
}
.step-side::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  transform: translateY(100%);
}
.step-side span{
  display: block;
  color: #fff;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.step-color1{
  background-color: #DAE3F3;
  z-index: 4;
}
.step-color1::before{
  border-top:60px solid #DAE3F3;
  border-left:80px solid transparent;
  border-right:80px solid transparent;
}
.step-color2{
  background-color: #B3C5E6;
  z-index: 3;
}
.step-color2::before{
  border-top:60px solid #B3C5E6;
  border-left:80px solid transparent;
  border-right:80px solid transparent;
}
.step-color3{
  background-color: #6C91D2;
  z-index: 2;
}
.step-color3::before{
  border-top:60px solid #6C91D2;
  border-left:80px solid transparent;
  border-right:80px solid transparent;
}
.step-color4{
  background-color: #335CA8;
  z-index: 1;
  color: #fff;
}
.step-color4::before{
  border-top:60px solid #335CA8;
  border-left:80px solid transparent;
  border-right:80px solid transparent;
}
.step-main-heading{
  font-size: 1.4rem;
  color: #1F4DA7;
  font-weight: bold;
  background-color:#E2E2E2 ;
  line-height: 1.2;
  padding: .75em 1em .6em 1em;
  margin-bottom: .8em;
}
.step-main{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  min-width:0;
  padding-top: 1.5em;
}
.step-main-txt{
  padding: 0 .5em 0 2.5em;
}
.step-main-txt p:not(:last-child){
  margin-bottom: .8em;
  font-size: 1.05rem;
}
.step-main-txt p{
  font-size: 1.05rem;
}
.step-main-txt strong{
  font-weight: 600;
}
.contact-free-step{
  margin-bottom: 8em;
}
.free-name-txt{
  text-align: center;
  font-size: 1.05rem;
  margin-top: .5em;
}
@media print,screen and (max-width: 839px){
  .contact-free-wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .contact-free-intro{
    font-size: 1.2rem;
    margin-right: 0;
    text-align: center;
    margin-bottom: 1em;
  }
  .gutter-contact-free{
    padding: 3em 1em;
    margin-top: 3em;
  }
  .contact-free-step{
    margin-top: 1.5em;
    margin-bottom: 4em;
  }
  .step-side{
    max-width: 70px;
    font-size: 2.6rem;
    padding: 2em .2em .2em .2em;
  }
  .step-main-txt{
    padding: 0 .5em 0 1em;
  }
  .step-main-heading{
    font-size: 1.2rem;
    line-height: 1.2;
    padding: .75em .8em .6em .8em;
    margin-bottom: .5em;
  }
  .step-main-txt p:not(:last-child){
    font-size: .9rem;
  }
  .step-main-txt p{
    font-size: .9rem;
  }
  .step-color1::before{
    border-top:40px solid #DAE3F3;
    border-left:35px solid transparent;
    border-right:35px solid transparent;
  }
  .step-color2::before{
    border-top:40px solid #B3C5E6;
    border-left:35px solid transparent;
    border-right:35px solid transparent;
  }
  .step-color3::before{
    border-top:40px solid #6C91D2;
    border-left:35px solid transparent;
    border-right:35px solid transparent;
  }
  .step-color4::before{
    border-top:40px solid #335CA8;
    border-left:35px solid transparent;
    border-right:35px solid transparent;
  }
  .contact-free-item:not(:first-child) .step-side::after{
    border-top:40px solid #F2F2F2;
    border-left:35px solid transparent;
    border-right:35px solid transparent;
  }
  .contact-free-item:not(:last-child){
    margin-bottom: 1.5em;
  }
}
@media print,screen and (max-width: 639px){
  .gutter-contact-free .br{
    display: none;
  }
  .contact-free-heading{
    font-size: 1.5rem;
  }
}
@media print,screen and (max-width: 480px){
  .free-name-txt{
    text-align: center;
    font-size: 1rem;
    margin-top: .5em;
  }
  .contact-free-intro{
    font-size: 1.1rem;
  }
  .gutter-contact-mail .contact-mail-modal{
    margin-top: 0;
  }
  .step-side{
    max-width: 40px;
    font-size: 2rem;
    padding:1.5em .2em .5em .2em;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step-side span{
    font-size: .85rem;
  }
  .step-main-heading{
    font-size: 1.15rem;
  }
  .contact-free-item:not(:last-child){
    margin-bottom: 1em;
  }
  .step-color1::before{
    border-top:30px solid #DAE3F3;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
  }
  .step-color2::before{
    border-top:30px solid #B3C5E6;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
  }
  .step-color3::before{
    border-top:30px solid #6C91D2;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
  }
  .step-color4::before{
    border-top:30px solid #335CA8;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
  }
  .contact-free-item:not(:first-child) .step-side::after{
    border-top:30px solid #F2F2F2;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
  }
}

/* 2021 0719 追加 */
/* S・Yワークスの経営コンサルティング */
.consul-support-section {
  margin: 5em 0;
}
.consul-support-section .br{
  display: block;
}
.consul-support-section .inner{
  max-width: none;
}
.consul-support-container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height: 472px;
}
.consul-side{
  width: 45%;
}
.consul-side img{
  width: 100%;
  height: 472px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.consul-main{
  width: 55%;
  background-color: rgba(244, 244, 244, .74);
  padding: 3em 2em 3em 3em;
}
.consul-header{
  padding-bottom: .9em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #A3A3A3;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  line-height: 1.2;
}
.consul-header span{
  display: inline-block;
  font-size: 2.1em;
  margin-left: .85em;
}
.consul-heading{
  display: inline-block;
  font-size: 3.69rem;
  font-weight: 600;
}
.consul-text p{
  line-height: 1.8;
  font-size: 1.15rem;
}
.consul-define{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  line-height: 1.2;
  font-size: 1.15rem;
  margin: 1.5em 0 2em 0;
}
.consul-define dt{
  color: #ffffff;
  font-weight: 700;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  background-color:#01A6C4 ;
  max-width: 164px;
  width: 100%;
}
.consul-define dd{
  background-color: rgba(214, 214, 214, .24);
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  min-width: 0;
  max-width: 598px;
}
.consul-define dt,.consul-define dd{
  padding: 1.1em 1em .9em 1em;
}
.link-btn-more{
  text-align: left;
}
.link-btn-more .link-btn-secondary{
  position: relative;
  padding-right: 3.8em;
}
.link-btn-more .link-btn-secondary::before{
  content: ">>";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  letter-spacing: -.03em;
}
@media print,screen and (max-width: 1420px){
  .consul-text p{
    line-height: 1.6;
    font-size: 1.1rem;
  }
  .consul-main{
    padding: 2.5em 2em 2.5em 2.5em;
  }
  .consul-define{
    font-size: 1.1rem;
    margin: 1em 0 1.5em 0;
  }
  .consul-define dt{
    max-width: 120px;
  }
  .consul-header{
    margin-bottom: 1.2em;
  }
  .consul-header span{
    font-size: 1.6em;
    margin-left: .85em;
  }
  .consul-heading{
    font-size: 3rem;
  }
}
@media print,screen and (max-width: 998px){
  .consul-support-container{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    height: auto;
  }
  .consul-side{
    width: 100%;
  }
  .consul-side img{
    height: 400px;
  }
  .consul-main{
    width: 100%;
    padding: 3em 2em 3em 3em;
  }
  .link-btn-more{
    text-align: center;
  }
  .consul-support-section {
    margin: 3em 0;
  }
}
@media print,screen and (max-width: 768px){
  .consul-text p{
    font-size: 1rem;
  }
  .consul-main{
    padding:1.5em;
  }
  .consul-define{
    font-size: 1rem;
    margin: 1em 0;
  }
  .consul-define dt{
    max-width: 100px;
  }
  .consul-header{
    margin-bottom: 1em;
  }
  .consul-header span{
    font-size: 1rem;
    margin-left: .85em;
  }
  .consul-heading{
    font-size: 2rem;
  }
}
@media print,screen and (max-width: 639px){
  .consul-support-section .br{
    display: none;
  }
  .consul-side img{
    height: 305px;
  }
  .consul-main{
    padding:1.5em 1em;
  }
}
@media print,screen and (max-width: 479.98px){
  .consul-side img{
    height: 235px;
  }
  .consul-define{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .consul-define dt{
    max-width: none;
  }
  .consul-define dd{
    max-width: none;
  }
  .consul-define dt, .consul-define dd{
    padding: .79em 1em .6em 1em;
  }
  .consul-header span{
    font-size: 1em;
  }
  .consul-heading{
    font-size: 1.6rem;
  }
  .consul-header{
    padding-bottom: .6em;
    margin-bottom: .8em;
  }
}
@media print,screen and (max-width: 374.98px){
  .consul-side img{
    height: 204px;
  }
}

.consul-flow-anchor{
  max-width: 953px;
  margin: 0 auto;
  margin-top: 5em;
}
.consul-anchor-link{
  background-color:#01A6C4;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 2.5em 2em 2em 2em;
  text-decoration: none;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.consul-anchor-heading{
  display: inline-block;
  font-size: 2.05rem;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 1.5em;
}
.consul-anchor-heading::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border-top:25px solid #ffffff ;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.consul-anchor-heading::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 57.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  font-size: 19px;
  font-weight: 300;
}
.consul-anchor-link:hover{
  text-decoration: none;
  background-color:#00468C ;
}
.consul-anchor-heading .br{
  display: none;
}
@media print,screen and (max-width: 1098.98px){
  .consul-anchor-heading{
    font-size: 1.5rem;
    padding-bottom: 1em;
  }
  .consul-flow-anchor{
    margin-top: 3em;
  }
  .consul-anchor-link{
    padding: 1.5em 1em 1em 1em;
  }
  .consul-anchor-heading::before{
    border-top:15px solid #ffffff ;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .consul-anchor-heading::after{
    font-size: 16px;
  }
}
@media print,screen and (max-width: 639px){
  .consul-anchor-heading{
    font-size: 1rem;
    padding-bottom: 1em;
  }
  .consul-anchor-heading::before{
    border-top:8px solid #ffffff ;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .consul-anchor-heading::after{
    font-size: 14px;
    bottom: -2px;
  }
  .consul-anchor-link{
    padding: 1.2em 1em .9em 1em;
  }
}
@media print,screen and (max-width: 479.98px){
  .consul-anchor-heading .br{
    display: block;
  }
  .consul-anchor-heading::after{
    left: 63%;
  }
}

.consul-project-section{
  margin: 5em 0;
}
.consul-project-section .inner{
  max-width: none;
}
.consul-project-section .br{
  display: block;
}
.consul-project-container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height: 472px;
}
@media print,screen and (max-width: 998px){
  .consul-project-container{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
    height: auto;
  }
  .consul-project-section {
    margin: 3em 0;
  }
}
@media print,screen and (max-width: 639px){
  .consul-project-section .br{
    display: none;
  }
}

.consul-item-section{
  margin: 8em 0 8em 0;
  padding: 0 1em;
}
.consul-item-section .inner{
  max-width: 1317px;
}
.consul-item-section .br{
  display: block;
}
.consul-item-block{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.consul-item-block:nth-child(2n+1) .consul-item-main{
  margin-left: 2.5em;
}
.consul-item-block:nth-child(2n) .consul-item-main{
  margin-right: 2.5em;
}
.consul-item-block:not(:last-child){
  margin-bottom: 5em;
}
.consul-item-main{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  min-width: 0;
}
.consul-item-heading{
  display: block;
  line-height: 1.2;
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: .2em;
  margin-bottom: .5em;
  font-size: 3.2em;
  max-width: 691px;
  font-weight: 500;
}
.consul-item-heading span{
  font-size: 1.95rem;
  font-weight: 500;
  padding-right: .3em;
}
.consul-item-text{
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media print,screen and (max-width: 1200px){
  .consul-item-heading{
    font-size: 2.8em;
  }
  .consul-item-heading span{
    font-size: 1.9rem;
  }
}
@media print,screen and (max-width: 1098px){
  .consul-item-heading{
    max-width: none;
  }
  .consul-item-main{
    width: 100%;
    max-width: 591px;
  }
  .sato-img{
    margin-bottom: 1em;
  }
  .consul-item-block:nth-child(2n+1){
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .consul-item-block:nth-child(2n){
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  .consul-item-block:nth-child(2n+1) .consul-item-main{
    margin-left: 0;
  }
  .consul-item-block:nth-child(2n) .consul-item-main{
    margin-right: 0;
  }
  .consul-item-block .consul-item-main{
    margin-top: 2.5em;
  }
  .consul-item-section{
    margin: 5em 0 5em 0;
  }
}
@media print,screen and (max-width: 769px){
  .consul-item-section{
    margin: 3em 0 3em 0;
  }
  .consul-item-heading{
    font-size: 2em;
  }
  .consul-item-block .consul-item-main{
    margin-top: 1.5em;
  }
  .consul-item-text{
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .consul-item-heading span{
    font-size: 1.2rem;
  }
}
@media print,screen and (max-width: 639px){
  .consul-item-section .br{
    display: none;
  }
  .consul-item-heading{
    font-size: 1.5em;
  }
  .consul-item-heading span{
    font-size: 1rem;
  }
  .consul-item-block:not(:last-child){
    margin-bottom: 3em;
  }
}
@media print,screen and (max-width: 374.98px){
  .link-btn-more .link-btn-secondary{
    font-size: 1.1em;
  }
}

.modal-bg{
  background-color: #ffffff;
  padding: 5em 1em;
}
.consul-contact-more{
  margin-top: 1em;
}
@media print,screen and (max-width: 639px){
  .modal-bg{
    padding: 3em 1em;
  }
  .consultanting-page .page-title .jp{
    font-size: 1.5em;
    padding: 0 .3em;
  }
}
/* S・Yワークスの経営コンサルティング END */

/* S・Yサークルとは */
.syc-anchor-area{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin: 1em -4px 2.5em 0;
}
.syc-anchor-more{
  width:calc(33% - 4px) ;
  margin: 0 4px 6px 0;
}
.syc-anchor-more .syc-anchor-link{
  width: 100%;
  padding-top: .9em;
  padding-bottom: .7em;
}
@media print,screen and (max-width: 768px){
  .syc-anchor-more{
    width:calc(50% - 4px) ;
    margin: 0 4px 6px 0;
  }
}
@media print,screen and (max-width: 479.98px){
  .syc-anchor-more{
    width:100% ;
    margin: 0 0 6px 0;
  }
  .syc-anchor-area{
    margin: 1em 0 2em 0;
  }
}

.syc-fee-section{
  margin: 3em 0 5em 0;
  padding: 0 1em;
}
.syc-fee-block{
  margin-bottom: 1.5em;
  padding: 2.8em 1em;
}
.syc-fee-block._new{
  background-color: #E1F5F9;
}
.syc-fee-block._old .syc-fee-heading{
  color:#E24B8B ;
}
.syc-fee-block._new .syc-fee-heading{
  color:#3BA6D1 ;
}
.syc-fee-block._old{
  background-color: #FAE0EB;
}
.syc-fee-heading{
  display:block;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 1.55rem;
}
.syc-fee-define{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  max-width:610px ;
  margin: 0 auto;
  line-height: 1.5;
}
.syc-fee-define:not(:last-child){
  margin-bottom: 1.5em;
}
.syc-fee-define dt{
  font-size: 17px;
  font-weight: 500;
  margin-right: .5em;
}
.syc-fee-define dd{
  font-size: 25px;
  font-weight: 600;
  color: #FF0000;
}
.syc-fee-contact{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.syc-fee-more{
  width: calc(50% - 18px);
}
.syc-fee-more:first-child{
  margin-right: 2.5em;
}
.syc-fee-link{
  text-decoration: none;
  display: inline-block;
  width: 100%;
  background-color:#FF4D4D ;
  padding: .8em 1em .7em 1em;
  color: #fff;
  font-size:33px ;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.syc-fee-link:hover{
  text-decoration: none;
  background-color:#3BA6D1 ;
}
@media print,screen and (max-width: 998px){
  .syc-fee-block{
    margin-bottom: 1.5em;
    padding: 1.5em 1em;
  }
  .syc-fee-heading{
    font-size: 1.2rem;
  }
  .syc-fee-define dt{
    font-size: 14px;
  }
  .syc-fee-define dd{
    font-size: 19px;
  }
  .syc-fee-link{
    font-size:22px ;
  }
  .syc-fee-more:first-child{
    margin-right: 1.5em;
  }
}
@media print,screen and (max-width: 768px){
  .syc-fee-link{
    font-size:18px ;
  }
}
@media print,screen and (max-width: 639px){
  .syc-fee-more{
    width: 100%;
  }
  .syc-fee-more:first-child{
    margin-right: 0;
    margin-bottom: 1em;
  }
  .syc-fee-section{
    margin: 3em 0;
  }
}
@media print,screen and (max-width: 479.98px){
  .syc-fee-define{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .syc-fee-link{
    font-size:16px ;
  }
  .syc-fee-define:not(:last-child){
    margin-bottom: 1em;
  }
  .syc-fee-heading{
    font-size: 1.1rem;
    margin-bottom: 1em;
  }
  .syc-fee-define .br{
    display: none;
  }
}
.syw-banner-section{
  margin: 5em 0;
}
.syw-banner-section .inner{
  max-width: none;
}
.syw-banner-container{
  max-width: 1100px;
  margin: 0 auto;
}
.syw-banner-block{
  padding: 7em 1em;
  position: relative;
}
.syw-banner-block._accent1{
  background-color:#33B7D0 ;
}
.syw-banner-block._accent2{
  background-color:rgba(51, 183, 208, .26) ;
}
.syw-banner-header{
  margin-bottom: 1em;
  text-align: center;
}
.syw-banner-header._accent1{
  color: #ffffff;
}
.syw-banner-header._accent1 .syw-banner-heading{
  border-bottom: 1px solid #ffffff;
}
.syw-banner-header._accent2 .syw-banner-heading{
  border-bottom: 1px solid #60C7DA;
}
.syw-banner-header._accent2{
  color: #444444;
}
.syw-banner-heading{
  font-size:31px ;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: .8em;
  margin-bottom: .5em;
}
.syw-banner-heading span{
  font-size: 22px;
  font-weight: 600;
}
.syw-banner-desc{
  font-size:24px;
  line-height: 1.5;
  font-weight: 400;
}
.syw-banner-desc .br{
  display: block;
}
.syw-banner-attention{
  color:#FF0000 ;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 1em;
}
.syw-banner-more{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  max-width: 287px;
  width: 100%;
}
.syw-banner-more .link-btn-secondary{
  padding-top: .9em;
  padding-bottom: .8em;
  font-size: 18px;
  width: 100%;
  background-color: #133364;
  box-shadow: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.syw-banner-more .link-btn-secondary:hover{
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  background-color:#FF4D4D ;
}
@media print,screen and (max-width: 998px){
  .syw-banner-block{
    padding: 5em 1em;
  }
  .syw-banner-heading{
    font-size:24px ;
    padding-bottom: .8em;
    margin-bottom: .5em;
  }
  .syw-banner-heading span{
    font-size: 18px;
  }
  .syw-banner-desc{
    font-size:18px;
  }
  .syw-banner-attention{
    font-size: 20px;
  }
  .syw-banner-more .link-btn-secondary{
    padding-top: .75em;
    padding-bottom: .6em;
    font-size: 16px;
  }
}
@media print,screen and (max-width: 768px){
  .syw-banner-desc{
    font-size:16px;
  }
  .syw-banner-attention{
    font-size: 18px;
  }
  .syw-banner-heading{
    font-size:22px ;
    padding-bottom: .8em;
    margin-bottom: .5em;
  }
  .syw-banner-heading span{
    font-size: 16px;
  }
}
@media print,screen and (max-width: 639px){
  .syw-banner-desc .br{
    display: none;
  }
  .syw-banner-attention{
    font-size: 16px;
  }
  .syw-banner-heading{
    font-size:20px ;
    padding-bottom: .6em;
    margin-bottom: .5em;
  }
  .syw-banner-heading span{
    font-size: 14px;
  }
  .syw-banner-block{
    padding: 3.5em 1em;
  }
  .syw-banner-more{
    max-width: 240px;
  }
}
@media print,screen and (max-width: 479.98px){
  .syw-banner-more .link-btn-secondary{
    padding-top: .65em;
    padding-bottom: .5em;
    font-size: 14px;
  }
  .syw-banner-more{
    max-width: 210px;
  }
}
.guest-list li:nth-child(6) .guest-name .job{
  font-size: .85em;
}
/* S・Yサークルとは END */
/* 2021 0719 追加 END */

.bnrs p{
  margin:0 0 1em 0;
  text-align: center;
}
.bnrs p:last-child{
  margin: 0;
}
@media print,screen and (min-width: 640px){
  .bnrs p{
    margin-bottom: 0em;
  }
  .bnrs{
    display: flex;
  }
  .bnrs p:first-child{
    margin-right:10px;
  }
}

.snsbtntitle .en{
  max-width: 400px;
  margin: 0 auto 1em auto;
}

.snsbtn{
  width: 100%;
  margin: 5em auto 0 auto;
  display: flex;
}
.snsbtn >li{
  width: calc(100%/3);
  font-size: 1.2rem;
  line-height: 2;
  border-right: 1px solid #eee;
}
.snsbtn >li:last-child{
  border: none;
}
.snsbtn >li a{
  color: #000;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
}
.snsbtn dt,
.snsbtn dd{
  text-align: center;
}
.snsbtn img{
  margin-bottom: 30px;
}

@media print,screen and (max-width: 640px){
  .snsbtn{
      display: block;
      margin: 0;
  }
  .snsbtn >li{
    width: 100%;
    margin-bottom:30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom:30px;
  }
}

.text-center .link-btn-more{
  text-align: center;
}
