@charset "utf-8";

/*---------------------------------------------------------------------
common
---------------------------------------------------------------------*/
body {
  color: #000;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  min-width: 1200px;
}
@media (max-width: 768px) {
  body {
    min-width: inherit;
  }
}
body * {
  box-sizing: border-box;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.fl { float: left;}
.fr { float: right;}
.clear {clear: both;}

.txt__right { text-align: right !important;}
.txt__center { text-align: center !important;}
.txt__left { text-align: left !important;}

.pc__dn { display: none; }

.wrap {
  padding: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
a:hover {
  opacity: .7;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.lato {
  font-family: 'Lato', sans-serif;
}
.didot {
  font-family: 'GFS Didot', serif;
}

.mt__0 {
  margin-top: 0 !important;
}
.m__right25 {
  margin-right: 25px;
}
.p__right25 {
  padding-right: 25px;
}
.p__left75 {
  padding-left: 75px;
}
.figure__img {
  margin-bottom: 30px;
}
.figure__img02 {
  margin-bottom: 20px;
}

.background__gray {
  background-color: #f5f5f5;
}
.background__gray02 {
  background-color: #f7f7f7;
  padding: 60px 0;
}

@media (max-width: 768px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .fl,
  .fr {
    float: none;
  }
  .sp__dn { display: none !important; }
  .pc__dn { display: inline !important; }

  .wrap {
    padding: 0 10px;
  }

  .inner {
    max-width: none;
    min-width: inherit;
    width: auto;
  }
  .p__right25 {
    padding-right: 0;
  }
  .p__left75 {
    padding-left: 0;
  }
  .figure__img {
    margin: 0 -10px 10px;
  }
  .background__gray02 {
    padding: 30px 0;
  }
  .smp__txt__right { text-align: right !important;}
  .smp__txt__center { text-align: center !important;}
  .smp__txt__left { text-align: left !important;}
}


/* 余白クラス（PC版）
-------------------------------------------------- */
@media (min-width: 769px) {
  .pc__mb00 { margin-bottom: 0 !important;}
  .pc__mb05 { margin-bottom: 5px !important;}
  .pc__mb10 { margin-bottom: 10px !important;}
  .pc__mb15 { margin-bottom: 15px !important;}
  .pc__mb20 { margin-bottom: 20px !important;}
  .pc__mb25 { margin-bottom: 25px !important;}
  .pc__mb30 { margin-bottom: 30px !important;}
  .pc__mb35 { margin-bottom: 35px !important;}
  .pc__mb40 { margin-bottom: 40px !important;}
  .pc__mb45 { margin-bottom: 45px !important;}
  .pc__mb50 { margin-bottom: 50px !important;}
  .pc__mb60 { margin-bottom: 60px !important;}


  .pc__mt30 { margin-top: 30px !important;}
  .pc__mt60 { margin-top: 60px !important;}


  .pc__pb00 { padding-bottom: 0 !important;}
  .pc__pb05 { padding-bottom: 5px !important;}
  .pc__pb10 { padding-bottom: 10px !important;}
  .pc__pb15 { padding-bottom: 15px !important;}
  .pc__pb20 { padding-bottom: 20px !important;}
  .pc__pb25 { padding-bottom: 25px !important;}
  .pc__pb30 { padding-bottom: 30px !important;}
  .pc__pb35 { padding-bottom: 35px !important;}
  .pc__pb40 { padding-bottom: 40px !important;}
}

/* 余白クラス（SP版）
-------------------------------------------------- */
@media (max-width: 768px) {
  .smp__mb00 { margin-bottom: 0 !important;}
  .smp__mb05 { margin-bottom: 5px !important;}
  .smp__mb10 { margin-bottom: 10px !important;}
  .smp__mb15 { margin-bottom: 15px !important;}
  .smp__mb20 { margin-bottom: 20px !important;}
  .smp__mb25 { margin-bottom: 25px !important;}
  .smp__mb30 { margin-bottom: 30px !important;}
  .smp__mb35 { margin-bottom: 35px !important;}
  .smp__mb40 { margin-bottom: 40px !important;}
  .smp__mb45 { margin-bottom: 45px !important;}
  .smp__mb50 { margin-bottom: 50px !important;}

  .smp__mt30{ margin-top: 30px !important;}


  .smp__pb00 { padding-bottom: 0 !important;}
  .smp__pb05 { padding-bottom: 5px !important;}
  .smp__pb10 { padding-bottom: 10px !important;}
  .smp__pb15 { padding-bottom: 15px !important;}
  .smp__pb20 { padding-bottom: 20px !important;}
  .smp__pb25 { padding-bottom: 25px !important;}
  .smp__pb30 { padding-bottom: 30px !important;}
  .smp__pb35 { padding-bottom: 35px !important;}
  .smp__pb40 { padding-bottom: 40px !important;}

  .smp__pt00 { padding-top: 0 !important;}
  .smp__pt05 { padding-top: 5px !important;}
  .smp__pt10 { padding-top: 10px !important;}
  .smp__pt15 { padding-top: 15px !important;}
  .smp__pt20 { padding-top: 20px !important;}
  .smp__pt25 { padding-top: 25px !important;}
  .smp__pt30 { padding-top: 30px !important;}
  .smp__pt35 { padding-top: 35px !important;}
  .smp__pt40 { padding-top: 40px !important;}
}


/*---------------------------------------------------------------------
header
---------------------------------------------------------------------*/
.header,
.header__lower {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  min-height: 90px;
  width: 100%;
  z-index: 1000;
}
.header__lower {
  min-height: 100px;
}
.header__links .inner {
  background-color: #fff;
  padding-top: 11px;
}
.header__lower .header__links {
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}
.header__lower .header__links .inner {
  background-color: #f0f0f0;
  padding-bottom: 7px;
  padding-top: 5px;
}
.header__links .logo a,
.header__links .logo span {
  color: #6e6e6e;
  font-size: 12px;
  letter-spacing: .02;
  line-height: 1.166;
}
.head__btn a {
  border: 2px solid #072a82;
  color: #072a82;
  display: block;
  font-size: 12px;
  line-height: 1.75;
  padding: 2px 40px 2px 15px;
  position: relative;
  width: 159px;
}
.head__btn a:after {
  background: url(/files/user/images/icn_arrow_blue.png) left center no-repeat;
  background-size: 23px auto;
  content: "";
  height: 11px;
  right: 6%;
  position: absolute;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  top: 50%;
  width: 23px;
}
.head__btn a.inquiry{
  padding: 2px 15px;
  text-align: center;
}
.head__btn a.inquiry:after {
  background-image: none;
}
.head__link {
  margin: 10px 25px 0 0;
}
.header__lower .head__link {
  margin: 0;
}
.head__link a,
.head__link span {
  color: #6e6e6e;
  display: block;
  font-size: 12px;
  line-height: 1.1666;
  letter-spacing: .02px;
  padding-top: 3px;
}
.head__link a:before {
  background: url(/files/user/images/icn_arrow_01.png) left center no-repeat;
  background-size: 5px auto;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  width: 5px;
}

.btn__inquiry {
  margin-left: calc(100% - 113%);
  margin-top: -4px;
  width: 159px;
}
.btn__inquiry a {
  background-color: #072a82;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.3125;
  /*padding: 10px 33px 9px 18px;*/
  padding: 10px 18px 9px;/* add */
  text-align: center;/* add */
  position: relative;
}
.btn__inquiry a:after {
  display: none;/* add */
  background: url(/files/user/images/icn_arrow_white.png) left center;
  background-size: 23px auto;
  content: "";
  height: 11px;
  right: 6%;
  position: absolute;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
  top: 50%;
  width: 23px;
}
.ad .btn__inquiry a {
  background-color: #d72d17;
}
.seminar .btn__inquiry a {
  background-color: #059a91;
}
.custom .btn__inquiry a {
  background-color: #d97b00;
}

@media (max-width: 768px) {
  .header {
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
    min-height: inherit;
  }
  .fixed .header {
    height: 100%;
    overflow-y: scroll;
  }
  .header__lower {
    min-height: inherit;
  }
  .header__links,
  .header .btn__inquiry {
    display: none;
  }
}


/* global__nav
-------------------------------------------------- */
.global__nav {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 1;
}
.global__nav .inner {
  background-color: #fff;
  padding-bottom: 17px;
}
.header__lower .global__nav .inner {
  padding-bottom: 15px;
  padding-top: 21px;
}
.global__nav .logo {
  margin-right: 50px;
  width: 270.5px;
}
.ad .global__nav .logo {
  width: 195.5px;
}
.seminar .global__nav .logo {
  width: 218.5px;
}
.custom .global__nav .logo {
  width: 254.5px;;
}
.global__nav .nav {
  width: calc(100% - 465px);
}
.global__nav .nav .nav__list {
  float: left;
}
.global__nav .nav .nav__list + .nav__list {
  margin-left: 35px;
}
.global__nav .nav .nav__list > a {
  display: block;
  padding: 10px 0 5px;
  position: relative;
}
.global__nav .nav .nav__list > a:hover {
  opacity: 1;
}
.global__nav .nav .nav__list > a span {
  color: #000;
  font-size: 16px;
  line-height: 1.1323;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  -moz-transition: opacity 0.25s ease-in-out 0s;
  -ms-transition: opacity 0.25s ease-in-out 0s;
  transition: opacity 0.25s ease-in-out 0s;
}
.global__nav .nav .nav__list > a:hover span {
  opacity: .7;
}
.global__nav .nav .nav__list > a.active span {
  color: #072a82;
  font-weight: bold;
}
.ad .global__nav .nav .nav__list > a.active span {
  color: #af1703;
}
.seminar .global__nav .nav .nav__list > a.active span {
  color: #017677;
}
.custom .global__nav .nav .nav__list > a.active span {
  color: #ba5d03;
}
.global__nav .nav .nav__list > a.list__label {
  padding-right: 15px;
}
.ad .global__nav .nav .nav__list > a.list__label,
.seminar .global__nav .nav .nav__list > a.list__label,
.custom .global__nav .nav .nav__list > a.list__label {
  padding-right: 0;
}
.global__nav .nav .nav__list > a.list__label:before {
  background: url(/files/user/images/icn_arrow_bottom_blue_01.png) right 55% no-repeat;
  background-size: 11px auto;
  content: "";
  display: block;
  height: 6.5px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 11px;
}
.global__nav .nav .nav__list > a.list__label.active:before {
  -webkit-transform: rotate(180deg);
  transform:rotate(180deg);
}
.ad .global__nav .nav .nav__list > a.list__label:before,
.seminar .global__nav .nav .nav__list > a.list__label:before,
.custom .global__nav .nav .nav__list > a.list__label:before {
  content: none;
}
.global__nav .nav .nav__list > a.list__label.active:after,
.global__nav .nav .nav__list > a.list__label__current.active:after {
  border: 8px solid transparent;
  border-bottom: 8px solid #072164;
  bottom: -18px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6.5px;
  position: absolute;
  width: 0;
}
.ad .global__nav.fixed .nav .nav__list > a.list__label.active:after,
.global__nav.fixed .nav .nav__list > a.list__label__current.active:after {
  opacity: 0;
}
.ad .global__nav .nav .nav__list > a.list__label.active:after {
  border-bottom-color: #801102;
  bottom: -19px;
}
.seminar .global__nav .nav .nav__list > a.list__label__current.active:after {
  border-bottom-color: #035c5d;
  bottom: -19px;
}
.global__nav .nav .nav__list > a.list__label.active:hover:after {
  opacity: 1;
}
.top .global__nav .nav .nav__list > a.list__label.active:after {
  content: none;
}

@media (max-width: 768px) {
  .global__nav {
    border-bottom: 0;
  }
  .global__nav.wrap {
    padding: 0;
  }
  .global__nav .inner,
  .header__lower .global__nav .inner {
    padding: 12px 10px 0;
  }
  .global__nav .logo {
    float: left;
    height: 21px;
    margin-bottom: 12px;
    width: auto !important;
  }
  .global__nav .logo img {
    height: 100%;
    width: auto;
  }
  .global__nav .menu__btn {
    background: url(/files/user/images/icn_menu.png) left center no-repeat;
    background-size: 22.5px auto;
    height: 21px;
    float: right;
    overflow: hidden;
    margin-right: 5px;
    text-indent: 100%;
    white-space: nowrap;
    width: 22.5px;
  }
  .global__nav .menu__btn.active {
    background-image: url(/files/user/images/icn_menu_o.png);
  }

  .global__nav .menu__btn + div {
    background-color: rgba(242, 242, 242, .9);
    clear: both;
    display: none;
    height: 100vh;
    left: 0;
    padding: 17px 20px;
    position: absolute;
    top: 45px;
    width: 100%;
  }
  .global__nav .nav {
    margin-bottom: 41px;
    width: auto;
  }
  .global__nav .nav .nav__list {
    float: none;
  }
  .global__nav .nav .nav__list + .nav__list {
    margin: 0;
  }
  .global__nav .nav .nav__list > a {
    border-bottom: 1px solid #a4a4a4;
    padding: 12px 0;
  }
  .global__nav .nav .nav__list > a span {
    font-size: 18px;
    letter-spacing: .02px;
    line-height: 1;
  }
  .global__nav .nav .nav__list a.current span {
    color: #072a82;
  }
  .ad .global__nav .nav .nav__list a.current span {
    color: #af1703;
  }
  .seminar .global__nav .nav .nav__list a.current span {
    color: #017677;
  }
  .custom .global__nav .nav .nav__list a.current span {
    color: #ba5d03;
  }
  .global__nav .nav .nav__list > a.list__label.active:after,
  .global__nav .nav .nav__list > a.list__label__current.active:after {
    content: none;
  }
  .global__nav .nav .nav__list > a.list__label,
  .global__nav .nav .nav__list > a.list__label02 {
    background: url(/files/user/images/icn_open.png) right center no-repeat;
    background-size: 17.5px auto;
  }
  .global__nav .nav .nav__list > a.list__label.active,
  .global__nav .nav .nav__list > a.list__label02.active {
    background-image: url(/files/user/images/icn_close.png);
  }
  .global__nav .nav .nav__list > a.list__label:before {
    content: none;
  }

  .global__nav .nav + .btn__inquiry a {
    margin-bottom: 30px;
  }

  .head__btn {
    display: block !important;
  }
  .head__btn a,
  .btn__inquiry a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .02px;
    line-height: 1;
    margin: 0 auto;
    padding: 14px 20px 11px 0;
    text-align: center;
    width: 58.81%;
  }
  .head__btn a.inquiry{
    padding: 14px 20px 11px 0;
  }
  .head__btn a:after,
  .btn__inquiry a:after {
    background-size: 16px auto;
    right: 4%;
    height: 8px;
    width: 16px;
  }

  .head__link {
    display: block !important;
    margin: 44px 0 0;
  }
  .head__link a {
    font-size: 14px;
    padding-top: 0;
  }
}


/* container__global__nav
-------------------------------------------------- */
.container__global__nav {
  background-color: #072164;
  display: none;
  left: 0;
  padding-bottom: 28px;
  padding-top: 35px;
  position: fixed;
  top: 90px;
  width: 100%;
}
.ad .container__global__nav,
.ad .container__global__nav .inner {
  background-color: #801102;
}
.seminar .container__global__nav,
.seminar .container__global__nav .inner {
  background-color: #035c5d;
}
.container__global__nav .inner {
  background-color: #072164;
  position: relative;
  padding: 0 !important;
}
.header__lower .container__global__nav {
  top: 100px;
}
.container__global__nav .row__global__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
}
.container__global__nav .global__nav__child {
  width: 28.573%;
}
.container__global__nav .global__nav__child + .global__nav__child {
  margin-left: 7.142%;
}
.container__global__nav .category__title {
  display: inline-block;
  height: 27px;
  margin-bottom: 15px;
}
.container__global__nav .category__title img {
  height: 100%;
  width: auto;
}
.container__global__nav .row__global__nav li + li {
  border-top: 1px solid #324575;
}
.container__global__nav .row__global__nav li a {
  background: url(/files/user/images/icn_arrow_02.png) 97% center no-repeat;
  background-size: 6px auto;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 3.125;
  padding: 0 16px 0 10px;
}
.container__global__nav .row__global__nav li a:hover {
  background-color: rgba(255, 255, 255, .2);
  opacity: 1;
}

.container__global__nav.lower {
  padding-bottom: 0;
  padding-top: 0;
}
.container__global__nav.lower .row__global__nav {
  display: block;
}
.container__global__nav.lower .row__global__nav.col1 {
  max-width: 250px;
}
.container__global__nav.lower .row__global__nav.col2 {
  max-width: 500px;
}
.container__global__nav.lower .row__global__nav.col3 {
  max-width: 750px;
}
.container__global__nav.lower .row__global__nav.col4 {
  max-width: 1000px;
}
.container__global__nav.lower .global__nav__child {
  float: left;
}
.container__global__nav.lower .col1 .global__nav__child {
  width: 100%;
}
.container__global__nav.lower .col2 .global__nav__child {
  width: 50%;
}
.container__global__nav.lower .col3 .global__nav__child {
  width: 33.333%;
}
.container__global__nav.lower .col4 .global__nav__child {
  width: 25%;
}
.container__global__nav.lower .global__nav__child + .global__nav__child {
  margin-left: 0;
}
.container__global__nav.lower .global__nav__child a {
  color: #fff;
  display: block;
  font-size: 15.76px;
  letter-spacing: .02px;
  text-align: center;
  padding: 32px 10px;
}
.container__global__nav.lower .global__nav__child a:hover {
  background-color: rgba(255, 255, 255, .2);
  opacity: 1;
}

.header__local__nav {
  left: 0;
  position: absolute;
  top: 100px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  width: 100%;
}
.ad .header__local__nav,
.ad .header__local__nav .inner {
  background-color: #801102;
}
.seminar .header__local__nav,
.seminar .header__local__nav .inner{
  background-color: #035c5d;
}
.header__local__nav .inner {
  position: relative;
}
.header__local__nav .row__global__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
}
.header__local__nav .row__global__nav .global__nav__child {
  float: left;
}
.header__local__nav .row__global__nav.col1 {
  max-width: 250px;
}
.header__local__nav .row__global__nav.col2 {
  max-width: 500px;
}
.header__local__nav .row__global__nav.col3 {
  max-width: 750px;
}
.header__local__nav .row__global__nav.col4 {
  max-width: 1000px;
}
.header__local__nav .row__global__nav.col1 .global__nav__child {
  width: 100%;
}
.header__local__nav .row__global__nav.col2 .global__nav__child {
  width: 50%;
}
.header__local__nav .row__global__nav.col3 .global__nav__child {
  width: 33.333%;
}
.header__local__nav .row__global__nav.col4 .global__nav__child {
  width: 25%;
}
.header__local__nav .row__global__nav .global__nav__child a {
  color: #fff;
  display: block;
  font-size: 15.76px;
  letter-spacing: .02px;
  text-align: center;
  padding: 32px 10px;
  position: relative;
}
.header__local__nav .row__global__nav .global__nav__child a:hover {
  background-color: rgba(255, 255, 255, .2);
  opacity: 1;
}
.header__local__nav .row__global__nav .global__nav__child a.current {
  background-color: #651206;
}
.header__local__nav .row__global__nav.anchor__nav .global__nav__child a:after {
  background: url(/files/user/images/icn_arrow_bottom_white_01.png) left center no-repeat;
  background-size: 11px auto;
  content: "";
  display: inline-block;
  height: 6.5px;
  margin-left: 10px;
  vertical-align: middle;
  width: 11px;
}

@media (max-width: 768px) {
  .container__global__nav {
    background-color: transparent !important;
    padding: 25px 20px 5px;
    position: static;
  }
  .container__global__nav .inner {
    background-color: transparent !important;
  }
  .container__global__nav .row__global__nav {
    display: block;
    max-width: none;
  }
  .container__global__nav .global__nav__child {
    width: auto;
  }
  .container__global__nav .global__nav__child + .global__nav__child {
    margin: 25px 0 0;
  }
  .container__global__nav .category__title {
    display: block;
    height: auto;
    width: 64.92%;
  }
  .container__global__nav .category__title img {
    height: auto;
    width: 100%;
  }
  .container__global__nav .global__nav__child ul {
    display: none;
  }

  .container__global__nav.lower .global__nav__child {
    float: none;
    width: auto !important;
  }
  .container__global__nav.lower .global__nav__child + .global__nav__child {
    margin: 0;
  }
  .container__global__nav.lower .global__nav__child a {
    color: #000;
    font-size: 18px;
    text-align: left;
    padding: 12px 0;
  }
  .container__global__nav.lower .global__nav__child a.current {
    color: #072a82;
  }
  .ad .container__global__nav.lower .global__nav__child a.current {
    color: #af1703;
  }
  .seminar .container__global__nav.lower .global__nav__child a.current {
    color: #017677;
  }
  .custom .container__global__nav.lower .global__nav__child a.current {
    color: #ba5d03;
  }
}


/*---------------------------------------------------------------------
contents
---------------------------------------------------------------------*/
#contents {
  margin: 90px 0 108px;
}
.header__lower + #contents {
  margin-top: 100px;
}
#contents .inner {
  width: 1000px;
}
#contents .inner__wrap {
  margin: 0 auto 72px;
  width: 880px;
}
#contents .inner__wrap02 {
  margin: 0 auto;
  width: 880px;
}
#contents .inner__wrap03 {
  margin: 0 auto;
  width: 800px;
}

.new {
  position: relative;
}
.new:before {
  background: url(/files/user/images/icn_new.png) left center no-repeat;
  background-size: 42px auto;
  content: "";
  display: block;
  height: 42px;
  left: 0;
  position: absolute;
  top: 0;
  width: 42px;
  z-index: 1;
}

@media (max-width: 768px) {
  #contents {
    margin: 56px 0 70px !important;
  }
  #contents .inner {
    width: auto;
  }
  #contents .inner__wrap {
    margin-bottom: 45px;
    width: auto;
  }
  #contents .inner__wrap02 {
    padding: 0 10px;
    width: auto;
  }
  #contents .inner__wrap03 {
    width: auto;
  }
  .new:before {
    background-size: 28px auto;
    height: 28px;
    width: 28px;
  }
  .ad .new:before {
    top: 0;
  }
}

/* container__slick
-------------------------------------------------- */
#contents .container__slick {
  overflow: hidden;
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
}
.container__slick .slick-slider {
  margin-bottom: 54px;
}
.container__slick .slick-dots {
  bottom: -50px;
}
.container__slick .slick-dots li {
  height: 20px;
  margin: 0 10px;
  width: 56px;
}
.container__slick .slick-dots li button {
  cursor: pointer;
  background-color: #bbc0cd;
  border: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 4px;
  outline: none;
  padding: 0;
  position: relative;
  width: 56px;
}
.container__slick .slick-dots li button:before {
  background-color: #bbc0cd;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  top: 0;
  width: 0;
}
.container__slick .slick-dots li.slick-active button:before {
  background-color: #072a82;
  -webkit-transition: width 3s linear 0s;
  -moz-transition: width 3s linear 0s;
  -ms-transition: width 3s linear 0s;
  transition: width 3s linear 0s;
  width: 100%;
}

@media (max-width: 768px) {
  .container__slick .slick-slider {
    margin-bottom: 9%;
  }
  .container__slick .slick-dots {
    bottom: -25%;
  }
  .container__slick .slick-dots li {
    margin: 0 13px;
    width: 10.67%;
  }
  .container__slick .slick-dots li button {
    width: 100%;
  }

  #contents .container__slick {
    margin-top: -10px;
    max-width: none;
    min-width: inherit;
    width: auto;
  }
}


/* slick__section
-------------------------------------------------- */
.slick__section {
  margin: 85px auto;
  min-width: 1000px;
  padding: 80px 0;
}
.slick__section .slick02 {
  margin: 47px 0 10px;
}
.slick__section .slick02 li {
  position: relative;
}
.slick__section .slick02 li .slick__caption {
  bottom: 0;
  padding: 15px 65px;
  position: absolute;
  left: 0;
  width: 100%;
}
.seminar .slick__section .slick02 li .slick__caption {
  background-color: rgba(32, 85, 85, .7);
}
.slick__section .slick02 li .slick__caption .txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.75;
}
.slick__section .slick02__thumb {
  margin: 0 auto 50px;
  width: 526px;
}
.slick__section .slick02__thumb .slick-track {
  transform: translate(0, 0) !important;
}
.slick__section .slick02__thumb li {
  margin: 0 2px;
  position: relative;
  width: 172px;
}
.slick__section .slick02__thumb li.slick-current:after {
  border: 4px solid;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.seminar .slick__section .slick02__thumb li.slick-current:after {
  border-color: #017677;
}

@media (max-width: 768px) {
  .slick__section {
    margin: 33px auto;
    min-width: inherit;
    padding: 30px 0;
  }
  .slick__section .slick02 {
    margin: 25px 0 15px;
  }
  .slick__section .slick02 .slick-list {
    overflow-x: hidden;
    padding-bottom: 62px;
  }
  .slick__section .slick02 li .slick__caption {
    bottom: -62px;
    padding: 13px 20px;
  }
  .seminar .slick__section .slick02 li .slick__caption {
    background-color: #017677;
  }
  .slick__section .slick02 li .slick__caption .txt {
    font-size: 12px;
    line-height: 1.583;
  }
  .slick__section .slick02__thumb {
    margin-bottom: 17px;
    width: 76%;
  }
  .slick__section .slick02__thumb li.slick-current:after {
    border-width: 2px;
  }
}

/* section
-------------------------------------------------- */
.section + .section {
  margin-top: 68px;
}

.section .overview {
  margin-top: 30px;
}
.section .overview dt {
  font-size: 30px;
  letter-spacing: .02px;
  line-height: 1.2;
  margin-bottom: 17px;
}
.section .overview dd {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.75;
}
.section .overview dd div + div {
  margin-top: 17px;
}
.section .overview dd div strong {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}
.seminar .section .overview dd div strong {
  color: #017677;
}

.seminar__top + .seminar__top {
  margin-top: 90px;
}

@media (max-width: 768px) {
  .section + .section {
    margin-top: 40px;
  }
  .seminar__top + .seminar__top {
    margin-top: 30px;
  }

  .section .overview {
    margin-top: 23px;
  }
  .section .overview dt {
    font-size: 20px;
  }
  .section .overview dd {
    font-size: 12px;
    letter-spacing: .02px;
    line-height: 1.583;
  }
  .section .overview dd div + div {
    margin-top: 20px;
  }
  .section .overview dd div strong {
    font-size: 14px;
  }

  .head {
    position: fixed;
    left: 0;
    top: 46px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    width: 100%;
    z-index: 1;
  }
  .head .head__local__nav {
    margin: 0 -10px;
  }
  .ad .head .head__local__nav {
    background-color: #801102;
  }
  .seminar .head .head__local__nav {
    background-color: #035c5d;
  }
  .head .head__local__nav ul {
    position: relative;
  }
  .ad .head .head__local__nav ul:before {
    background: url(/files/user/images/bg_local__nav_red_left.png) left center;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    z-index: 1;
  }
  .ad .head .head__local__nav ul:after {
    background: url(/files/user/images/bg_local__nav_red.png) right center;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1;
  }
  .head .head__local__nav ul li {
    padding: 7.5px .075%;
    padding-bottom: 7.5px;
    padding-left: .15%;
    padding-top: 7.5px;
    text-align: center;
  }
  .head .head__local__nav ul li:first-child,
  .head .head__local__nav ul li.slick-current {
    margin-left: 0;
  }
  .head .head__local__nav ul li.current {
    background-color: #651206;
  }
  .head .head__local__nav ul a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -.05px;
    line-height: 2.5;
  }
  .head .head__local__nav ul a.guide {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 5px 10px;
  }

  .head + section {
    margin-top: 110px;
  }
}

/* heading
-------------------------------------------------- */
.heading {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .02px;
  margin: 50px 0 20px;
  text-align: center;
  line-height: 1.4;
}
.heading.lato {
  margin-top: -5px;
}
#topics .heading.lato {
  margin-top: 50px;
}
.heading__02 {
  color: #000;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .02px;
  margin-bottom: 20px;
}
.heading__02 span {
  letter-spacing: -8px;
  margin-left: -8px;
}
.heading__03 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}
.heading__04 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.heading__05 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
.heading__06 {
  color: #000;
  font-size: 26px;
  letter-spacing: -0.2px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.heading__06 .icn__category {
  margin-bottom: 18px;
}
.heading__07 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.heading__08 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .02px;
  margin-bottom: 60px;
}
.heading__09 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.heading__img {
  margin-bottom: 19px;
}
.heading__img02 {
  margin-bottom: 60px;
}
.heading__img03 {
  margin-bottom: 19px;
}
.sub__heading {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.363;
}
.sub__heading02 {
  font-size: 24px;
  line-height: 1.333;
}
.sub__heading02 strong {
  font-weight: bold;
}
.sub__heading02 .font__large {
  font-size: 36px;
}
.sub__heading03 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative;
}
.sub__heading03:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 130px;
  z-index: 1;
}
.custom .sub__heading03:before {
  background-color: #ba5d03;
}
.sub__heading03:after {
  background-color: #dcdcdc;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.sub__heading03 strong {
  font-weight: bold;
}
.sub__heading04 {
  font-size: 28px;
  font-weight: bold;
}
.sub__heading04__01 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sub__heading05 {
  border-style: solid;
  border-width: 1px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666;
}
.sub__heading06 {
  font-size: 32px;
  letter-spacing: .02px;
  margin-bottom: 25px;
}

.underline {
  border-bottom: 1px solid;
}
.ad .underline {
  border-color: #af1703;
}

@media (max-width: 768px) {
  .heading {
    font-size: 25px;
    line-height: 1.2;
    margin: 7px 0 16px;
  }
  .top__heading {
    font-size: 20px;
  }
  .heading.lato {
    margin-top: 7px;
  }
  #topics .heading.lato {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .heading__02 {
    font-size: 30px;
  }
  .heading__03 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .heading__04 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sub__heading04__01 {
    font-size: 17px;
    line-height: 1.235;
    margin-bottom: 10px;
  }
  .heading__05 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .heading__06 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .heading__06 .icn__category {
    margin-bottom: 0;
    margin-right: 0;
    vertical-align: middle;
  }
  .heading__06 span {
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    width: calc(100% - 15%);
  }
  .heading__07 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .heading__08 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .heading__09 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .heading__img {
    margin-bottom: 10px;
  }
  .heading__img02 {
    margin-bottom: 22px;
  }
  .heading__img03 {
    margin-bottom: 20px;
  }
  .sub__heading {
    font-size: 18px;
  }
  .sub__heading02 {
    font-size: 18px;
  }
  .sub__heading02 .font__large {
    font-size: 26px;
  }
  .sub__heading03 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .sub__heading04 {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .sub__heading05 {
    font-size: 17px;
    line-height: 2.1;
    margin-bottom: 23px;
  }
  .sub__heading06 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
  }

  .underline {
    border-bottom: none;
    text-align: center;
    position: relative;
  }
  .underline:after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .ad .underline:after {
    background-color: #af1703;
  }
}

/* color
-------------------------------------------------- */
.ad .font__color {
  color: #af1703;
}
.seminar .font__color {
  color: #017677;
}
.custom .font__color {
  color: #ba5d03;
}

/* paragraph__lead
-------------------------------------------------- */
.continer__box .paragraph__lead strong{
  font-size: 18px;
  font-weight: normal;
}
.continer__box .paragraph__lead a{
  color: #000;
  text-decoration: underline;
}
.continer__box .paragraph__lead a:hover{
  text-decoration: none;
}
.paragraph__lead {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.75;
  margin: 0 auto 32px;
  max-width: 800px;
}
.paragraph__lead02 {
  font-size: 32px;
  letter-spacing: .02px;
  margin-top: 57px;
  text-align: center;
}
.paragraph__lead03 {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.75;
}
.paragraph__lead03__01 {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.75;
  margin-bottom: 25px;
}
.paragraph__lead strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .continer__box .paragraph__lead strong{
    font-size: 15px;
  }
  .paragraph__lead {
    font-size: 14px;
    line-height: 1.428;
    max-width: none;
    margin-bottom: 17px;
  }
  .paragraph__lead02 {
    font-size: 14px;
    line-height: 1.428;
    margin-top: 0;
    text-align: left;
  }
  .paragraph__lead03 {
    font-size: 12px;
    line-height: 1.583;
  }
  .paragraph__lead03__01 {
    font-size: 12px;
    line-height: 1.583;
    margin-bottom: 20px;
  }
}

.category span {
  border: 2px solid;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.25;
  margin-bottom: 15px;
  padding: 3px 3px 1px;
  text-align: center;
}
.category.color__red span {
  border-color: #af1703;
  color: #af1703;
}

/* note
-------------------------------------------------- */
.note {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.875;
}
.note__small {
  font-size: 14px;
  letter-spacing: .02px;
  line-height: 2;
}
.note__small02 {
  font-size: 14px;
  letter-spacing: .02px;
  line-height: 1.571;
}
.note__list {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .note {
    font-size: 12px;
  }
  .note__small {
    font-size: 11px;
  }
  .note__small02 {
    font-size: 11px;
  }
  .note__list {
    background-color: #efefef;
    padding: 10px;
  }
  .note__list,
  .note__list li {
    font-size: 12px;
  }
}

/* row__abreast
-------------------------------------------------- */
.row__abreast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: -30px;
  margin-left: -20px;
}
.row__abreast .item {
  background-color: #ededeb;
  display: block;
  margin-left: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 320px;
}
.row__abreast a.item:hover {
  opacity: 1;
}
.row__abreast .item span,
.row__abreast .item .txt__box,
.row__abreast .item .item__heading {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.row__abreast a.item:hover span,
.row__abreast a.item:hover .txt__box,
.row__abreast a.item:hover .item__heading {
  opacity: .7;
}
.row__abreast .item .img,
.row__abreast .item .item__img {
  overflow: hidden
}
.row__abreast a.item .img img,
.row__abreast a.item .item__img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.row__abreast a.item:hover .img img,
.row__abreast a.item:hover .item__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.row__abreast .item .item__img {
  margin-top: 10px;
}
.row__abreast .item span {
  -webkit-align-items: center;
  align-items: center;
  background: #072a82 url(/files/user/images/icn_arrow_03.png) 96% center no-repeat;
  background-size: 15px auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  font-size: 15px;
  letter-spacing: .02px;
  line-height: 1.278;
  height: 57px;
  padding: 0 25px 0 17px;
}
.row__abreast .item .txt__box {
  color: #3e3e3e;
  padding: 11px 15px 15px;
}
.row__abreast .item .txt__box dl {
  margin-bottom: 19px;
}
.row__abreast .item .txt__box dt,
.row__abreast .item .txt__box p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.444;
  margin-bottom: 10px;
}
.row__abreast .item .txt__box dd {
  font-size: 14px;
  letter-spacing: .02px;
  line-height: 1.5;
}
.row__abreast .item .txt__box .txt__note {
  background-color: #dfe1e2;
  font-size: 13px;
  letter-spacing: .02px;
  line-height: 1.538;
  margin: -10px auto 22px;
  padding: 8px 10px;
}

.row__abreast .item__heading {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  line-height: 1.4;
}
.row__box03 .row__abreast .txt__box {
  width: 100%;
}
.row__abreast .data {
  font-size: 14px;
  letter-spacing: .02px;
  line-height: 1.857;
}
.row__abreast .data + .category__list {
  float: right;
  margin-bottom: 10px;
}
.row__abreast .category__list {
  margin-bottom: 5px;
}
.row__abreast .category__list li {
  color: #fff;
  font-size: 11px;
  float: left;
  padding: 5.5px 6px;
  text-align: center;
}
.row__abreast .category__list li + li {
  margin-left: 5px;
}
.row__abreast .category__list li {
  background-color: #072a82;
}
.ad .row__abreast .category__list li {
  background-color: #e36555;
}
.seminar .row__abreast .category__list li {
  background-color: #5bb1b2;
}
.custom .row__abreast .category__list li {
  background-color: #ba5d03;
}

.row__abreast02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: -30px;
  margin-left: -38px;
}
.row__abreast02 .item {
  background-color: #ededeb;
  display: block;
  margin-bottom: 30px;
  margin-left: 26px;
  width: 320px;
}
.row__abreast02 .item:hover,
.row__abreast02 .item02:hover {
  opacity: 1;
}
.row__abreast02 .item .txt__box,
.row__abreast02 .item .item__heading,
.row__abreast02 .item02 .txt__btn {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.row__abreast02 .item:hover .txt__box,
.row__abreast02 .item:hover .item__heading,
.row__abreast02 .item02:hover .txt__btn {
  opacity: .7;
}
.row__abreast02 .item02:hover .txt__box,
.row__abreast02 .item02:hover .item__heading {
  opacity: 1;
}
.row__abreast02 .item .img {
  overflow: hidden
}
.row__abreast02 .item .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.row__abreast02 .item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.row__abreast02 .item .txt__box {
  color: #3e3e3e;
  padding: 11px 15px 15px;
}
.row__abreast02 .item .txt__box p.txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.571;
  margin-bottom: 25px;
}

.row__abreast02 .item__heading {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px 12px;
}
.row__abreast02 .item__heading img {
  margin-right: 5px;
  vertical-align: -10px;
  width: 50px;
}

.continer__more .row__abreast {
  margin-top: 30px;
}

.row__abreast02.no__ellipsis .item .img {
  border: 1px solid #ededeb;
  border-width: 0 1px;
}

.cross__area {
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .row__abreast {
    margin: 0 0 -15px;
    width: auto;
  }
  .more__block .row__abreast {
    margin: 0;
  }
  .row__abreast .item {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-bottom: 10px;
    width: auto;
  }
  #find__target .row__abreast .item {
    -webkit-align-items: center;
    align-items: center;
    background-color: #072a82;
  }
  .row__abreast .item .img {
    overflow: hidden;
  }
  .row__abreast .item .img {
    width: 44.16%;
  }
  .row__abreast .item span {
    background-size: 9px;
    font-size: 14px;
    line-height: 1.428;
    padding: 0 5% 0 3%;
    width: 58.53%;
  }

  .row__abreast .item .txt__box dt {
    font-size: 11px;
    line-height: 1.142;
  }
  .row__abreast .item .txt__box p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .row__abreast .item .txt__box dd {
    font-size: 12px;
    line-height: 1.333;
  }
  .row__abreast .item .txt__box .txt__note {
    font-size: 11px;
    line-height: 1.333;
    margin: 5px auto;
    padding: 5px 8px;
  }

  .row__abreast .item__heading {
    font-size: 14px;
    width: 100%;
  }
  .row__abreast .category__list {
    margin-bottom: 0;
  }
  .row__abreast .category__list li + li {
    margin: 5px 0 0;
  }

  #contents .continer__smp {
    margin: 0 0 30px;
  }
  .continer__smp .item {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    padding: 15px 0;
  }
  .continer__smp .item .img {
    width: 68%;
  }
  .continer__smp .item .txt__box {
    width: 100%;
  }
  .continer__smp .item .txt__box dl,
  .continer__smp .item .txt__box dt {
    margin-bottom: 0;
  }

  .continer__abreast__smp .item__heading {
    float: right;
    margin-bottom: 5px;
    padding: 0 0 0 15px;
    width: calc(100% - 39.134%);
  }
  .continer__abreast__smp .item {
    border-bottom: 1px solid #d4d4d4;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    padding: 15px 0;
    min-height: 80px;
  }
  .continer__abreast__smp .item > .img {
    float: left;
    width: 39.134%;
    padding-bottom: 20%;
    min-height: 70px;
    max-height: 105px;
    overflow: hidden;
    position: relative;

  }
  .continer__abreast__smp .item > .img > img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
  }
  .continer__abreast__smp .item .txt__box {
    float: right;
    padding: 0 0 0 15px;
    width: calc(100% - 39.134%);
  }
  .continer__abreast__smp .category__list li {
    margin: 0 5px 5px 0;
    padding: 4px 7px;
  }
  .continer__abreast__smp .category__list li + li {
    margin: 0 5px 5px 0;
  }

  .row__abreast02 {
    margin: 0;
    width: auto;
  }
  .row__abreast02 .item {
    background-color: #fff;
  }
  .row__abreast02 .item {
    margin-left: 0;
    width: auto;
  }
  .row__abreast02 .item__heading {
    font-size: 14px;
  }
  .row__abreast02 .item .txt__box p.txt {
    font-size: 12px;
    margin-bottom: 0;
  }

  .row__abreast .item .item__img,
  .row__abreast .item .item__img + .txt__box {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .row__abreast .item .item__img {
    height: auto;
    margin-top: 0;
    width: 39.134%;
  }
  .row__abreast .item .item__img img {
    width: 100%;
  }
  .row__abreast .item .item__img + .txt__box {
    padding: 0 0 0 10px;
    width: calc(100% - 42%);
  }
  .row__abreast .data {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .row__abreast .data + .category__list {
    float: none;
    margin-bottom: 5px;
  }
  .row__abreast .item .item__img + .txt__box dl,
  .row__abreast .item .item__img + .txt__box dt {
    margin-bottom: 5px;
  }

  .row__abreast02.no__ellipsis .item .img {
    border: none;
  }
}


/* row__abreast__img
-------------------------------------------------- */
.row__abreast__img {
  margin: 70px 0 40px;
}
.row__abreast__img .abreast__img__list li {
  width: 49.4%;
}

@media (max-width: 768px) {
  .row__abreast__img {
    margin: 22px 0 20px;
  }
  .row__abreast__img .abreast__img__list li {
    width: auto;
  }
  .row__abreast__img .abreast__img__list li + li {
    margin-top: 4px;
  }
}

/* btn
-------------------------------------------------- */
.see__list {
  margin-top: 17px;
}
.see__list a {
  background: url(/files/user/images/icn_arrow_blue.png) right center no-repeat;
  background-size: 23px auto;
  color: #072a82;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.3125;
  padding-right: 28px;
  text-decoration: underline;
}
.color__red a {
  background-image: url(/files/user/images/icn_arrow_red.png);
  color: #d72d17;
}
.see__list a:hover {
  text-decoration: none;
}

.txt__btn {
  background: url(/files/user/images/icn_arrow_blue.png) 94% center no-repeat;
  background-size: 23px auto;
  border: 2px solid #072a82;
  color: #072a82;
  display: block;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.3128;
  margin: 0 auto;
  padding: 14px 30px;
  text-align: center;
  width: 220px;
}
.seminar .txt__btn {
  background-image: url(/files/user/images/icn_arrow_green.png);
  border-color: #0c5e5f;
  color: #0c5e5f;
}
.custom .txt__btn {
  background-image: url(/files/user/images/icn_arrow_brown.png);
  border-color: #ba5d03;
  color: #ba5d03;
}
.txt__btn a {
  color: #072a82;
}
.txt__btn.txt__btn__red {
  background-image: url(/files/user/images/icn_arrow_red.png);
  border-color: #af1703;
  margin-top: 40px;
}
.txt__btn.txt__btn__red a {
  color: #af1703;
}
.ad .txt__btn {
  background-image: url(/files/user/images/icn_arrow_red.png);
  border-color: #af1703;
  color: #af1703;
}
.pdf__btn {
  background: url(/files/user/images/icn_pdf.png) 16px center no-repeat;
  background-size: 29px auto;
  border: 2px solid #072a82;
  color: #072a82;
  display: block;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.3128;
  margin: 0 auto;
  padding: 14px 30px 14px 55px;
  text-align: center;
  width: 220px;
}
.ad .pdf__btn {
  border-color: #af1703;
  color: #af1703;
}
.btn__txt {
  background: url(/files/user/images/icn_arrow_red.png) 94% center no-repeat;
  background-size: 23px auto;
  border: 1px solid #d72d17;
  color: #d72d17;
  display: block;
  font-size: 26px;
  letter-spacing: .02px;
  text-align: center;
  margin: 40px auto 0;
  padding: 26px 0;
  width: 371px;
}

.btn__txt02 {
  background: #d72d17;
  color: #fff;
  display: block;
  font-size: 26px;
  letter-spacing: .02px;
  text-align: center;
  margin: 40px auto 0;
  padding: 27px 0;
  width: 500px;
}
.btn__txt02.inquiry {
  background-image: none;
}
.seminar .btn__txt02 {
  background-color: #059a91;
}
.custom .btn__txt02 {
  background-color: #d97b00;
}

.btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 159px;
}
.btn a {
  background: url(/files/user/images/icn_arrow_white.png) 94% center no-repeat;
  background-size: 23px auto;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.3125;
  padding: 9px 30px 8px;
  text-align: center;
}
.btn02 {
  background-color: #fff;
  background-position: 92% center;
  background-size: 23px auto;
  background-repeat: no-repeat;
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .02px;
  line-height: 1.5;
  padding: 4px 38px 3px 10px;
  text-align: left;
}
.seminar .btn02 {
  background-image: url(/files/user/images/icn_arrow_green.png);
  border-color: #017677;
  color: #017677;
}
.note__small + .btn02 {
  margin-left: 5px;
}

.btn__pdf {
  background-color: #fff;
  border: 2px solid #af1703;
  padding: 13px 8px 13px 13px;
  width: 180px;
}
.btn__pdf .icn__pdf,
.btn__pdf span {
  display: inline-block;
  vertical-align: middle;
}
.btn__pdf .icn__pdf {
  width: 44px;
}
.btn__pdf span {
  color: #af1703;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.1875;
  margin-left: 14px;
}

.btn__pdf__large {
  background-color: #fff;
  border: 2px solid #af1703;
  display: block;
  margin: 60px auto 0;
  padding: 13px 8px 13px 13px;
  text-align: center;
  width: 370px;
}
.btn__pdf__large .icn__pdf,
.btn__pdf__large span {
  display: inline-block;
  vertical-align: middle;
}
.btn__pdf__large .icn__pdf {
  width: 44px;
}
.btn__pdf__large span {
  color: #af1703;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.1875;
  margin-left: 14px;
  text-align: left;
}

.btn__more a {
  background-color: #fff;
  border: 1px solid #00067e;
  color: #00067e;
  display: block;
  font-size: 26px;
  letter-spacing: .02px;
  text-align: center;
  margin: 40px auto 0;
  padding: 27px 0;
  width: 371px;
}
.ad .btn__more a {
  border-color: #d72d17;
  color: #d72d17;
}
.seminar .btn__more a {
  border-color: #059a91;
  color: #059a91;
}

.back__white {
  background-color: #fff;
}

.icn__category {
  display: block;
  margin: 0 auto;
  width: 100px;
}

.btn__list {
  margin: 60px 0 -40px;
}
.btn__list li {
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 55px auto;
  border: 2px solid #868686;
  margin-bottom: 40px;
  width: 380px;
}
#magazine .btn__list{
  text-align: center;
}
#magazine .btn__list li{
  width: auto;
  display: inline-block;
}
#magazine .btn__list li.pdf__list01 a{
  text-align: left;
}
.btn__list li a {
  -webkit-align-items: center;
  align-items: center;
  color: #4e4e4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.222;
  height: 84px;
  /* padding: 0 0 0 92px; */
  padding: 0 20px 0 92px;
}
.btn__list li.pdf__list01 {
  background-image: url(/files/user/images/icn_pdf02.png);
  border-color: #af1703;
}
.btn__list li.pdf__list01 a {
  color: #af1703;
}
.btn__list li.pdf__list02 {
  background-image: url(/files/user/images/icn_pdf03.png);
  border-color: #535353;
}
.btn__list li.pdf__list02 a {
  color: #434343;
}
.btn__list li.xls__list01 {
  background-image: url(/files/user/images/icn_xls.png);
  border-color: #007732;
}
.btn__list li.xls__list01 a {
  color: #007732;
}
.btn__list li.entry__list01 {
  background-image: url(/files/user/images/ico_entry.png);
}
.btn__list li.draft__list01 {
  background-image: url(/files/user/images/ico_draft.png);
}

@media (max-width: 768px) {
  .see__list {
    margin-top: 25px;
  }
  .see__list a {
    background-size: 16px auto;
    background-position: 94% center;
    border: 1px solid #072a82;
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 6% 0;
    width: 75.365%;
  }

  .color__red a {
    border-color: #d72d17;
  }

  .btn__txt {
    background-size: 16px auto;
    font-size: 14px;
    line-height: 1;
    margin: 20px auto 0;
    padding: 6% 0;
    width: 75.365%;
  }

  .btn__txt02 {
    background-size: 16px auto;
    font-size: 14px;
    line-height: 1;
    margin: 20px auto 0;
    padding: 6% 0;
    width: 90%;
  }

  .icn__category {
    display: inline-block;
    margin-right: 15px;
    width: 15%;
  }

  .btn {
    margin-top: 20px;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: auto;
  }
  .btn a {
    border-color: #000;
    color: #000;
    font-size: 18px;
  }

  .btn02 {
    background-size: 12px auto;
    font-size: 10px;
    padding: 1% 22px 1% 8px;
  }

  .btn__pdf {
    margin: 0 auto;
    width: 90%;
  }
  .btn__pdf .icn__pdf {
    width: 18px;
  }
  .btn__pdf span {
    font-size: 14px;
    font-weight: normal;
  }

  .btn__pdf__large {
    font-size: 14px;
    margin: 20px auto 0;
    padding: 6% 0;
    width: 75.365%;
  }
  .btn__pdf__large span {
    font-size: 14px;
  }
  .btn__pdf__large .icn__pdf {
    width: 18px;
  }

  .btn__more a {
    font-size: 16px;
    line-height: 1;
    margin: 20px auto 0;
    padding: 6% 0;
    width: 75.365%;
  }

  .btn__list {
    margin: 15px 0 0;
  }
  .btn__list li {
    background-position: 10px center;
    background-size: 44px auto;
    margin: 0 auto 10px;
    width: 68%;
  }
  .btn__list li.sp_w95per {
    width: 95% !important;
  }
  .btn__list li a {
    display: block;
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    /* padding: 25px 15px 29px 55px; */
    padding: 25px 15px 29px 65px;
    text-align: center;
  }
  #magazine .btn__list{
    text-align: center;
  }
  #magazine .btn__list li{
    width: 68%;
    display: block;
  }
  #magazine .btn__list li.pdf__list01 a{
    text-align: center;
  }
  .smp__txt {
    background-size: 16px auto;
    background-position: right center;
    border: none;
    font-size: 11px;
    padding: 0 20px 0 0;
    text-align: right;
    width: auto;
  }
}


/* news__list
-------------------------------------------------- */
.news__list {
  margin: -15px auto 0;
  width: 880px;
}
.news__list dl {
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0 25px;
}
.news__list dt {
  color: #9e9e9e;
  font-size: 20px;
  position: relative;
  width: 310px;
}
.news__list dt span {
  display: inline-block;
  vertical-align: middle;
}
.news__list dt .date__category {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 15px;
  text-align: center;
  width: 150px;
}
.news__list dt .category__seminar {
  background-color: #f4a653;
}
.news__list dt .category__ad {
  background-color: #e36555;
}
.news__list dt.ico__pdf:after {
  background: url(/files/user/images/icn_pdf.png) left center no-repeat;
  background-size: 16px auto;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
}
.news__list dd {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 1.625;
  margin-top: -2px;
  width: calc(100% - 315px);
}
.news__list dd a {
  color: #072a82;
  text-decoration: underline;
}
.news__list dd a:hover {
  text-decoration: none;
}
.news__list dd.blank img {
  margin-left: 5px;
  vertical-align: baseline;
  width: 11px;
}
.ad__list dd a {
  color: #af1703;
}

.continer__more {
  display: none;
}

@media (max-width: 768px) {
  .news__list {
    margin: 0 auto;
    width: auto;
  }
  .news__list dl {
    padding: 25px 0 22px;
  }
  .news__list dt {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
    width: auto;
  }
  .news__list dt.ico__pdf:after {
    display: inline-block;
    margin-left: 15px;
    position: static;
    vertical-align: middle;
  }
  .news__list dt .date__category {
    font-size: 13px;
    line-height: 1;
    margin-left: 14px;
    padding: 4px 0;
  }
  .news__list dd {
    font-size: 14px;
    line-height: 1.5;
    width: auto;
  }
  .news__list .see__list {
    margin-top: 30px;
  }
}


/* product__list
-------------------------------------------------- */
.product__category {
  background-color: #f5eeee;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.75;
  margin-bottom: 5px;
  text-align: center;
  width: 70px;
}
.product__list ul li + li {
  border-top: 1px solid #dcdcdc;
}
.product__list ul a {
  background: url(/files/user/images/icn_arrow_red_02.png) 97% center no-repeat;
  background-size: 7px auto;
  color: #000;
  display: block;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 2.125;
  padding: 0 17px 0 8px;
}

@media (max-width: 768px) {
  .product__list {
    background-color: #f5eeee;
    padding: 10px;
  }
  .product__category {
    width: auto;
  }
  .product__list ul li {
    background-color: #fff;
  }
  .product__list ul li + li {
    border-top: none;
    margin-top: 10px;
  }
  .product__list ul a {
    font-size: 14px;
    padding: 8px 17px 8px 8px;
  }
}


/* foot
-------------------------------------------------- */
.foot {
  position: relative;
  margin-top: 65px;
  min-width: 1000px;
}
.foot02 {
  margin: 65px 26px 0;
  min-width: inherit;
}
.foot02 .btn__txt02 {
  margin: 0;
}
.foot .btn__pdf {
  position: absolute;
  right: 0;
  top: 0;
}

.foot.area__link {
  background-color: #f6f6f6;
  margin: 65px 0 68px;
  padding: 50px 0 40px;
  position: relative;
}
.foot.area__link .inner,
.foot.area__link02 .inner {
  border: none !important;
  padding-top: 0 !important;
}
.foot.area__link02.area__link02__custom .inner{
  width: 100% !important;
  max-width: none;
  min-width: auto;
  padding: 0 20px !important;
  box-shadow: none;
}
.foot.area__link02.area__link02__custom .foot__heading__01{
  line-height: 1.5;
  margin-bottom: 15px;
}
.foot.area__link .btn__txt,
.foot.area__link .btn__txt02,
.foot.area__link02 .btn__txt,
.foot.area__link02 .btn__txt02,
.foot.contact .btn__txt,
.foot.contact .btn__txt02 {
  margin: 0 auto 20px;
}
.foot.area__link .paragraph__lead,
.foot.area__link02 .paragraph__lead,
.foot.contact .paragraph__lead {
  margin-bottom: 0;
  width: auto;
}

.foot.area__link02 {
  background-color: #e7e6e4;
  margin: -60px 0 0;
  padding: 50px 0 40px;
  position: relative;
}
.foot.area__link02.area__link02__custom {
  background-color: #e7e6e4;
  margin: -60px 0 0;
  /* padding: 50px 0 40px; */
  padding: 20px 0;
  position: relative;
  min-width: auto;
  width: 100%;
  margin: 50px 0 0;
}
.foot.area__link02.area__link02__custom .btn__txt02{
  width: 334px;
  font-size: 20px;
  padding: 15px 0;
}
.foot .foot__heading__01 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .02px;
  margin-bottom: 20px;
}
.foot .foot__txt01 {
  font-size: 22px;
  letter-spacing: .02px;
  margin-bottom: 25px;
}

.foot.contact {
  background-color: #f6f6f6;
  margin: 65px 0 90px;
  padding: 50px 0 30px;
  position: relative;
}
.foot.contact .inner {
  border: none !important;
  padding-top: 0 !important;
}
.foot.contact .foot__list {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -16px;
  width: 878px
}
.foot.contact .foot__list li {
  float: left;
  width: 280px;
}
.foot.contact .foot__list li.foot__list__300 {
  width: 300px;
}
.foot.contact .foot__list li + li {
  margin-left: 9px;
}
.foot.contact .contact__detail {
  margin-bottom: 15px;
  padding: 0 5px;
  text-align: center;
}
.foot.contact .contact__item {
  display: inline-block;
  vertical-align: middle;
}
.foot.contact .contact__txt {
  padding: 0 20px 0 0;
}
.foot.contact .contact__txt p {
  font-size: 29px;
  line-height: 1.655;
}
.foot.contact .contact__txt p strong {
  display: block;
  font-size: 50px;
  letter-spacing: .02px;
}
.seminar .foot.contact .contact__txt p strong {
  color: #017677;
}
.foot.contact .contact__tel {
  border-left: 1px solid;
  padding: 0 0 0 40px;
}
.seminar .foot.contact .contact__tel {
  border-color: #017677;
}
.foot.contact .contact__tel dl {
  margin-bottom: 8px;
}
.foot.contact .contact__tel dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
}
.foot.contact .contact__tel dd {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -.01px;
}
.foot.contact .contact__tel dd:before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px auto;
  content: "";
  display: inline-block;
  height: 35px;
  margin-right: 5px;
  vertical-align: middle;
  width: 26px;
}
.seminar .foot.contact .contact__tel dd:before {
  background-image: url(/files/user/images/icn_tel_green.png);
}
.foot.contact .contact__tel p {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .product__summary + .foot {
    margin-top: 25px;
  }
  .foot {
    min-width: inherit;
  }
  .foot02 {
    margin: 25px 0 0;
  }
  .foot .btn__txt02 {
    font-size: 15px;
    width: auto;
  }
  .foot.contact .btn__txt02 {
    margin-bottom: 0;
  }
  .foot .btn__pdf {
    border-width: 1px;
    display: block;
    margin-top: 25px;
    position: static;
    padding: 5.5% 8px 5.5% 13px;
    text-align: center;
    width: 61%;
  }

  .foot.area__link {
    margin: 30px -10px;
    padding: 20px 10px;
  }
  .foot.area__link02 {
    margin: -30px 0 0;
    padding: 20px 10px;
  }
  .foot.area__link02.area__link02__custom {
    /* margin: -30px 0 0; */
    margin: 30px 0 0;
    padding: 20px 10px;
  }
  .foot.area__link02.area__link02__custom .btn__txt02{
    width: auto;
    font-size: 15px;
    padding: 6% 0;
  }

  .foot .foot__heading__01 {
    font-size: 14px;
    line-height: 1.428;
    margin-bottom: 10px;
  }

  .foot .foot__txt01 {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .foot.contact {
    margin: 35px -10px 30px;
    padding: 12% 20px 20px;
  }
  .foot.contact .foot__list {
    padding: 0 20px;
    width: 100%;
  }
  .foot.contact .foot__list li,
  .foot.contact .foot__list li.foot__list__300 {
    width: 31.2%;
  }
  .foot.contact .foot__list li + li {
    margin-left: calc(100% - 96.8%);
  }
  .foot.contact .contact__detail {
    margin-bottom: 18px;
    padding: 0;
  }
  .foot.contact .contact__item {
    display: block;
  }
  .foot.contact .contact__txt {
    margin-bottom: 7px;
    padding: 0;
    text-align: center;
  }
  .foot.contact .contact__txt p {
    font-size: 16px;
    line-height: 1.25;
  }
  .foot.contact .contact__txt p strong {
    font-size: 28px;
  }
  .foot.contact .contact__tel {
    border: none;
    padding: 0;
    text-align: center;
  }
  .foot.contact .contact__tel dl {
    margin-bottom: 5px;
  }
  .foot.contact .contact__tel dt,
  .foot.contact .contact__tel dd {
    display: inline-block;
    vertical-align: middle;
  }
  .foot.contact .contact__tel dt {
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
  }
  .foot.contact .contact__tel dd {
    font-size: 26px;
    margin-left: 5px;
  }
  .foot.contact .contact__tel dd:before {
    background-size: 16px auto;
    height: 22px;
    width: 16px;
  }
  .foot.contact .contact__tel p {
    font-size: 11px;
  }
}


/* definition__list
-------------------------------------------------- */
.definition__list {
  margin-top: 28px;
}
.definition__list .list {
  counter-increment : chapter;
  padding-left: 50px;
  position: relative;
}
.definition__list .list + .list {
  margin-top: 15px;
}
.definition__list .list:before {
  content: counter(chapter);
  font-size: 40px;
  font-family: 'GFS Didot', serif;
  font-weight: bold;
  left: 0;
  letter-spacing: .02px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.ad .definition__list .list:before {
  color: #af1703;
}
.custom .definition__list .list:before {
  color: #ba5d03;
}
.definition__list dt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.181;
  margin-bottom: 8px;
}
.definition__list dd {
  font-size: 14px;
  letter-spacing: .02px;
  line-height: 1.571;
}

.definition__list li.list + li.list {
  margin-top: 0;
}
.definition__list li.list + li.list .list__txt {
  border-top: 1px solid #d6d6d6;
}
.definition__list .list__txt {
  display: block;
  font-size: 24px;
  letter-spacing: .02px;
  padding: 20px 0 25px;
}


.definition__list02 dl {
  counter-increment : chapter;
  padding: 15px 0 12px 50px;
  position: relative;
}
.definition__list02 dl + dl {
  border-top: 1px solid #c6c6c6;
}
.definition__list02 dl:before {
  content: counter(chapter);
  font-size: 34px;
  font-family: 'GFS Didot', serif;
  font-weight: bold;
  left: 15px;
  letter-spacing: .02px;
  position: absolute;
  top: 15px;
}
.ad .definition__list02 dl:before {
  color: #af1703;
}
.definition__list02 dl dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
.ad .definition__list02 dl dt {
  color: #af1703;
}
.definition__list02 dl dd {
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .definition__list {
    margin-top: 15px;
  }
  .definition__list .list {
    padding-left: 30px;
  }
  .definition__list .list:before {
    font-size: 30px;
  }
  .definition__list dt {
    font-size: 14px;
  }
  .definition__list dd {
    font-size: 12px;
  }

  .definition__list .list__txt {
    font-size: 14px;
    padding: 20px 0;
  }

  .definition__list02 dl {
    padding-left: 30px;
  }
  .definition__list02 dl:before {
    font-size: 25px;
    left: 5px;
  }
  .definition__list02 dl dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .definition__list02 dl dd {
    font-size: 14px;
  }
}


/* definition__box
-------------------------------------------------- */
.definition__box{
  margin-top: 69px;
}
.definition__box .item01 {
  background-color: #8db8b8;
}
.definition__box .item02 {
  background-color: #8db894;
}
.definition__box .item03 {
  background-color: #aab88d;
}
.definition__box .definition__item + .definition__item {
  margin-top: 20px;
}
.definition__box .definition__term,
.definition__box .definition__description {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.definition__box .definition__term {
  border-right: 2px solid #fff;
  padding: 25px 20px;
  width: 266px;
}
.definition__box .definition__term .term__icn {
  margin: 0 auto 20px;
  width: 89px;
}
.definition__box .definition__term .term__txt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .02px;
  margin-bottom: 10px;
  text-align: center;
}
.definition__box .definition__term .term__title {
  margin: 0 auto;
  width: 157px;
}
.definition__box .definition__description {
  padding: 0 20px;
  width: calc(100% - 280px);
}
.definition__box .definition__description dt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.definition__box .definition__description dd {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.625;
}

@media (max-width: 768px) {
  .definition__box {
    margin-top: 22px;
  }
  .definition__box .definition__item {
    padding: 0 25px;
  }
  .definition__box .definition__item + .definition__item {
    margin-top: 10px;
  }
  .definition__box .definition__term,
  .definition__box .definition__description {
    display: block;
  }
  .definition__box .definition__term {
    border-bottom: 1px solid #fff;
    border-right: none;
    padding: 14px 0;
    width: auto;
  }
  .definition__box .definition__term .term__icn {
    margin-bottom: 0;
    width: 17%;
  }
  .definition__box .definition__term .term__txt {
    font-size: 12px;
    line-height: 2.416;
    margin-bottom: 0;
  }
  .definition__box .definition__term .term__title {
    width: 37%;
  }
  .definition__box .definition__description {
    padding: 10px 0 22px;
    width: auto;
  }
  .definition__box .definition__description dt {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.285;
    margin-bottom: 12px;
  }
  .definition__box .definition__description dd {
    font-size: 12px;
    letter-spacing: .02px;
    line-height: 1.285;
  }
}

/* hero
-------------------------------------------------- */
#hero {
  margin: 0 auto 70px;
  max-width: 1200px;
  min-width: 1000px;
  padding: 39px 50px 23px;
  position: relative;
  width: 100%;
}
#hero.ad__top {
  background: url(/files/user/images/ad/pic_top_hero.jpg) center center no-repeat;
  background-size: cover;
}
#hero.seminar__top {
  background: url(/files/user/images/seminar/pic_top_hero.jpg) center center no-repeat;
  background-size: cover;
  padding: 0 30px 30px;
}
#hero.service {
  background: url(/files/user/images/seminar/service/pic_top_hero.jpg) center center no-repeat;
  background-size: cover;
  padding: 16px 38px 156px;
}
#hero.custom {
  background: url(/files/user/images/custom/pic_top_hero.jpg) center center no-repeat;
  background-size: cover;
  padding: 76px 30px 92px;
}
#hero .txt__block {
  margin-top: 15px;
  width: 420px;
}
#hero .txt__block02 {
  margin-top: 15px;
  width: 450px;
}
#hero .txt__block03 {
  margin-top: 15px;
  width: 385px;
}
#hero .txt__block04 {
  margin-top: 43px;
}
#hero .hero__heading {
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: -.06px;
  line-height: 1.166;
}
#hero .hero__heading02 {
  color: #000;
  font-size: 28px;
  letter-spacing: .02px;
  line-height: 1.214;
  margin-bottom: 12px;
}
#hero .hero__heading03 {
  color: #000;
  font-size: 40px;
  letter-spacing: -.06px;
  line-height: 1.2;
  margin-bottom: 12px;
}
#hero.custom .hero__heading03 {
  color: #fff;
}
.seminar #hero .hero__heading__img {
  width: 610px;
}
#hero .hero__subtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.714;
  margin-bottom: 5px;
}
.seminar #hero .hero__subtitle {
  color: #5bb1b2;
}
#hero .hero__lead {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
}
#hero .hero__lead02 {
  color: #000;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.75;
}
#hero .hero__lead03 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 3;
}
#hero.custom .hero__lead02 {
  color: #fff;
}
#hero .container_news {
  margin-right: 10px;
  width: 49.092%;
}
#hero .row__news {
  background-color: #fff;
}
#hero .row__item {
  padding: 3.7% 4% 3.7% 4%;
}
#hero .row__item + .row__item {
  border-top: 1px solid #e6e6e6;
}
#hero .row__item a {
  display: block;
}
#hero .row__item a .news_icon {
  margin-right: 20px;
  height: 100px;
  width: auto;
}
#hero .row__item a .txt__box {
  float: none;
  width: auto;
}
#hero .row__item a .txt__box .date {
  margin-bottom: 5px;
}
#hero .row__item a .txt__box .date__category,
#hero .row__item a .txt__box .date__day {
  display: inline-block;
  vertical-align: middle;
}
#hero .row__item a .txt__box .date__category {
  background-color: #878787;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .02px;
  line-height: 1.498;
  padding: 2px 6px;
  text-align: center;
}
#hero .row__item a .txt__box .txt {
  color: #070707;
  font-size: 15.98px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.438;
}
#hero .row__item a .txt__box .date__day {
  color: #3e3e3e;
  font-size: 14.98px;
  letter-spacing: .02px;
  line-height: 1.4;
  margin-left: 10px;
}
#hero .see__list {
  margin-top: 8px;
}
#hero .see__list a {
  background-image: url(/files/user/images/icn_arrow_white.png);
  color: #fff;
}
#hero .btn__txt {
  background: #d72d17 url(/files/user/images/icn_arrow_white.png) 94% center no-repeat;
  background-size: 23px auto;
  color: #fff;
  font-size: 20px;
  letter-spacing: .02px;
  line-height: 1.0565;
  text-align: center;
  margin: 6.5% 0 0 4.2%;
  padding: 32px 45px 27px;
  width: 339px;
}
#hero .btn__txt.inquiry {
  background-image: none;
}

#hero .hero__img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

#hero .hero__caption {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  margin: 0 0 25px -30px;
  padding: 0 14px 0 30px;
  position: relative;
}
#hero .hero__caption:after {
  border-style: solid;
  border-width: 48px 48px 0 0;
  content: "";
  height: 0;
  position: absolute;
  right: -48px;
  top: 0;
  width: 0;
}
.seminar #hero .hero__caption:after {
  border-color: #017577 transparent transparent transparent;
}
.seminar #hero .hero__caption {
  background-color: #017677;
}
#hero .summary__list {
  margin-top: -9px;
}
#hero .summary__list li {
  background-color: #fff;
  border: 1px solid;
  float: left;
  font-size: 16px;
  line-height: 1.375;
  padding: 17px 0 15px;
  text-align: center;
  width: 190px;
}
#hero .summary__list li + li {
  margin-left: 7px;
}
.seminar #hero .summary__list li {
  border-bottom-color: #017677;
  color: #017677;
}

@media (max-width: 768px) {
  #hero {
    margin: -10px -10px 30px;
    max-width: none;
    min-width: inherit;
    padding: 0;
    width: auto;
  }
  #hero.service {
    padding: 10px 0 0;
  }
  #hero.custom {
    padding: 10px 0 0;
  }
  #hero.seminar__top {
    background: url(/files/user/images/seminar/pic_top_hero_sp.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 0 20px 20px;
  }
  #hero.hero__smp {
    background: none;
    padding-bottom: 45%;
    position: relative;
  }
  #hero.hero__smp:after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    padding-bottom: 38.25%;
    position: absolute;
    width: 100%;
  }
  #hero.service.hero__smp:after {
    background: url(/files/user/images/seminar/service/pic_top_hero.jpg) center center no-repeat;
    background-size: cover;
  }
  #hero.custom.hero__smp:after {
    background: url(/files/user/images/custom/pic_top_hero.jpg) center center no-repeat;
    background-size: cover;
  }

  #hero.ad__top {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 120% auto;
  }
  #hero .txt__block {
    margin: 0;
    padding: 4.5% 0 3%;
    text-align: center;
    width: auto;
  }
  #hero .txt__block02 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 8.5% 10px 12%;
    text-align: center;
    width: auto;
  }
  #hero.hero__smp .txt__block02,
  #hero.hero__smp .txt__block03 {
    padding: 0 10px;
  }

  #hero .txt__block02,
  #hero .txt__block03 {
    width: auto;
  }

  #hero .txt__block04 {
    margin-top: 15px;
  }

  #hero .hero__heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.125;
    margin: 0 5%;
  }
  #hero .hero__heading02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.125;
  }
  #hero .hero__heading03 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.125;
  }
  #hero.custom .hero__heading03 {
    color: #000;
  }
  .seminar #hero .hero__heading__img {
    width: 100%;
  }
  #hero .hero__subtitle {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.25;
  }
  #hero .hero__lead {
    font-size: 12px;
    line-height: 1.583;
    margin: 2% 5% 0;
  }
  #hero .hero__lead02 {
    font-size: 12px;
    line-height: 1.583;
    margin-top: 5%;
  }
  #hero .hero__lead03 {
    font-size: 11px;
    line-height: 2.181;
  }
  #hero.custom .hero__lead02 {
    color: #000;
  }

  #hero .container_news {
    margin-right: 0;
    width: auto;
  }

  #hero .row__item {
    padding: 10px;
  }
  #hero .row__item a.new:before {
    background-size: 21px auto;
    height: 21px;
    width: 21px;
  }
  #hero .row__item a .news_icon {
    float: left;
    margin-right: 10px;
    height: 70px;
  }
  #hero .row__item a .txt__box {
  }
  #hero .row__item a .txt__box .date__category {
    font-size: 11px;
    padding: 2px 6px;
  }
  #hero .row__item a .txt__box .date__day {
    font-size: 11px;
  }
  #hero .row__item a .txt__box .txt {
    font-size: 14px;
  }
  #hero.ad__top .see__list a {
    background-image: url(/files/user/images/icn_arrow_red.png);
    border-color: #d72d17;
    color: #af1703;
  }
  #hero .btn__txt {
    background-size: 16px auto;
    font-size: 14px;
    line-height: 1;
    margin: 20px auto 0;
    padding: 5.6% 0;
    width: 75.365%;
  }

  #hero .hero__caption {
    display: block;
    font-size: 13.5px;
    letter-spacing: .04px;
    line-height: 1.714;
    margin: 0 -20px 10px;
    padding: 4px 16px;
    text-align: center;
  }
  #hero .hero__caption:after {
    content: none;
  }
  #hero .summary__list {
    margin-top: 7px;
  }
  #hero .summary__list li {
    font-size: 9px;
    line-height: 1.272;
    padding: 11px 0 9px;
    width: 31.8%;
  }
  #hero .summary__list li + li {
    margin-left: calc(100% - 97.7%);
  }
}


/* breadcrumb
-------------------------------------------------- */
.breadcrumb ul {
  margin-top: 3px;
}
.breadcrumb li {
  display: inline;
  font-size: 12px;
  letter-spacing: .02px;
  line-height: 2.333;
}
.breadcrumb li:after {
  content: " > ";
}
.breadcrumb li.current:after {
  content: none;
}
.breadcrumb li a {
  color: #000000;
}
.breadcrumb li.current span {
	color: #072a82;
}
.ad .breadcrumb li.current span {
  color: #af1703;
}
.seminar .breadcrumb li.current span {
  color: #017677;
}
.custom .breadcrumb li.current span {
  color: #ba5d03;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
    margin-top: 0 !important;
  }
}


/* page__nav
-------------------------------------------------- */
.page__nav {
  display: none;
}
.ad .page__nav {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: block;
  margin: 0 5.5%;
}
.page__nav li {
  border-right: 1px solid #dcdcdc;
  float: left;
}
.page__nav li:first-child {
  border-left: 1px solid #dcdcdc;
}
.page__nav.col2 li {
  width: 50%;
}
.page__nav.col3 li {
  width: 33.3333%;
}
.page__nav.col4 li {
  width: 25%;
}
.page__nav li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  padding: 5px 0;
  text-align: center;
}
.page__nav li a:before {
  background: url(/files/user/images/icn_arrow_bottom_red_01.png) left center no-repeat;
  background-size: 11px auto;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 10px;
  width: 11px;
}
@media (max-width: 768px) {
  .page__nav {
    border-top: 1px solid #dcdcdc;
    margin: 0 -10px 30px;
    display: block;
  }
  .ad .page__nav {
    border-bottom: none;
    margin: 0 -10px 30px;
  }
  .page__nav li,
  .page__nav.col2 li,
  .page__nav.col3 li,
  .page__nav.col4 li{
    border-bottom: 1px solid #dcdcdc;
    border-right: none;
    width: 50%;
  }
  .page__nav li:first-child {
    border-left: none;
  }
  .page__nav li:nth-child(2n + 1) {
    border-right: 1px solid #dcdcdc;
    float: left;
  }
  .page__nav li:nth-child(2n) {
    float: right;
  }
  .page__nav.col1 li:nth-child(2n) {
    border-left: none;
  }
  .page__nav li a {
    background: url(/files/user/images/icn_arrow_bottom_red_01.png) 12% center no-repeat;
    background-size: 11px auto;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5;
    padding: 5px 0 5px 21%;
  }
  .page__nav li a:before {
    content: none;
  }
  .seminar .page__nav li a {
    background-image: url(/files/user/images/icn_arrow_bottom_green_01.png);
  }

  .page__nav.col1 li {
    width: 100%;
  }
  .page__nav.col1 li:nth-child(2n + 1),
  .page__nav.col1 li:nth-child(2n) {
    float: none;
  }

  .page__nav li.full__width {
    border-right: none;
    width: 100%;
  }
  .page__nav li.full__width a {
    text-align: center;
    padding-left: 0;
  }
}



/* row__box
-------------------------------------------------- */
.row__box {
  margin-bottom: 95px
}
.row__box + .row__box {
  margin-top: 100px;
}
.row__box .txt__box,
.row__box .paragraph__lead {
  width: 400.81px;
}
.row__box .txt__box {
  margin-bottom: 17px;
}
.row__box .heading__02 {
  margin-bottom: 15px;
}
.row__box .col__img {
  width: 576px;
}
.row__box .col__img.col__img02 {
  width: 550px;
}
.row__box .col__img.fl {
  margin-left: -29px;
}
.row__box .col__img.fr {
  margin-top: 40px
}
.row__box .col__img li {
  float: left;
  width: 49.093%;
}
.row__box .col__img li + li {
  float: right;
}
.row__box .paragraph__lead {
  margin-bottom: 0;
}

.row__box02 {
  margin-top: 80px;
}
.row__box02 + .row__box02 {
  margin-top: 120px;
}
.row__box02:last-child {
  margin-bottom: 160px;
}
.row__box02 .txt__box {
  width: 340px;
}
.row__box02 .txt__box .paragraph__lead {
  line-height: 1.375;
  margin-bottom: 34px;
}
.row__box02 .col__img {
  width: 705px;
}
.row__box02 .col__img.fr {
  margin-right: -68px;
}
.row__box02 .col__img.fl {
  margin-left: -79px;
}

.row__box02 .btn__txt {
  margin-top: 70px;
}

.row__box03 {
  padding-bottom: 60px;
}
.row__box03 + .row__box03 {
  margin-top: 0;
}
.row__box03 + .row__box03 .inner {
  border-top: 1px solid #dcdcdc;
  padding-top: 65px;
}
.row__box03 .txt__box,
.row__box03 .col__img {
  width: 47%;
}
.row__box03 .txt__box02 {
  width: 340px;
}
.row__box03 .txt__box02 .paragraph__lead {
  line-height: 1.375;
}
.row__box03 .col__img02 {
  width: 610px;
}
.row__box03 ul.col__img02 {
  margin-top: 60px;
  text-align: center;
}
.row__box03 ul.col__img02 li {
  display: inline-block;
  vertical-align: middle;
  width: 188px;
}
.row__box03 ul.col__img02.row03 li + li {
  margin-left: 10px;
}
.row__box03 ul.col__img02.row02 li + li {
  margin-left: 28px;
}
.last__box {
  padding-bottom: 0 !important;
}

.row__880 {
  margin: 0 auto;
  width: 880px;
}
.row__880 .txt__box {
  margin-bottom: 17px;
}
.row__880 .col__img {
  width: 50%;
}
.row__880 .col__img.fl {
  margin-left: 0;
}
.row__880 .txt__box,
.row__880 .paragraph__lead {
  width: 400px;
}
.section .col01 {
  width: 400px;
}
.section .col02 {
  width: 440px;
}
.section .col02.txt__box.fl {
  width: 480px;
}
.row__880 .col02.txt__box {
  margin-left: -40px;
}
.section .col03 {
  width: 480px;
}
.section .width__500 {
  width: 500px;
}
.section .width__530 {
  width: 530px;
}
.section .width__230 {
  width: 230px;
}
.section .width__600 {
  width: 600px;
}


.row__box04 .item + .item {
  margin-top: 48px;
}
.row__box04 .sub__heading03,
.row__box04 .paragraph__lead {
  width: 640px;
}
.row__box04 .col__img {
  width: 333px;
}


@media (max-width: 768px) {
  .row__box {
    margin-bottom: 0;
  }
  .row__box + .row__box {
    margin-top: 68px;
  }
  .row__box .txt__box,
  .row__box .paragraph__lead {
    width: auto;
  }
  .row__box .col__img {
    margin-bottom: 20px;
  }
  .row__box .col__img.col__img {
    width: auto;
  }
  .row__box .col__img.fl {
    margin-left: auto;
  }

  .section + .row__box02 {
    margin-top: 0;
  }
  .row__box02:last-child {
    margin-bottom: 0;
  }
  .row__box02 + .row__box02 {
    margin-top: 68px;
  }
  .row__box02 .txt__box {
    width: auto;
  }
  .row__box02 .col__img {
    margin: 0 0 10px !important;
    width: auto;
  }
  .row__box02 .btn__txt {
    margin-top: 30px;
  }

  .section + .row__box03 {
    margin-top: 0 ;
  }
  .row__box02 + .row__box03 {
    margin-top: 30px;
  }
  .row__box03 {
    padding-bottom: 30px;
  }
  .row__box03 + .row__box03 .inner {
    border-top: none;
    padding-top: 20px;
  }
  .row__box03 .paragraph__lead {
    text-align: left;
  }
  .row__box03 .txt__box,
  .row__box03 .col__img,
  .row__box03 .txt__box02,
  .row__box03 .col__img02 {
    width: auto;
  }
  .row__box03 .col__img {
    margin-bottom: 15px;
  }
  .row__box03 ul.col__img02 {
    margin-top: 0;
  }
  .row__box03 ul.col__img02 li {
    margin-bottom: 10px;
    width: 48%;
  }
  .row__box03 ul.col__img02.row03 li + li,
  .row__box03 ul.col__img02.row02 li + li {
    margin-left: 0
  }
  .row__box03 ul.col__img02 li:nth-child(2n + 1) {
    float: left;
  }
  .row__box03 ul.col__img02 li:nth-child(2n) {
    float: right;
  }

  .row__880 {
    width: auto;
  }
  .row__880 .txt__box {
    margin-bottom: 10px;
  }
  .row__880 .paragraph__lead {
    line-height: 1.6;
    margin-bottom: 0;
    width: auto;
  }
  .section .col01,
  .section .col02,
  .section .col03 {
    width: auto;
  }
  .section .col02.txt__box.fl {
    width: auto;
  }
  .col01 {
    margin-bottom: 30px;
  }
  .col03 {
    margin-bottom: 23px;
  }
  .row__880 .col02.txt__box {
    margin-left: 0;
  }
  .section .m__right25 {
    margin-right: 0;
  }

  .row__box04 .item + .item {
    margin-top: 30px;
  }
  .row__box04 .sub__heading03,
  .row__box04 .paragraph__lead,
  .row__box04 .col__img {
    width: auto;
  }
  .row__box04 .col__img + .paragraph__lead {
    margin: 15px 0 0;
  }

  .section .sp__width__half {
    margin: 0 auto;
    width: 50%;
  }
}


/* table
-------------------------------------------------- */
.table__caption {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.875;
  margin-bottom: 6px;
}
.table__layout {
  width: 100%;
}
.table__01 {
  border: 1px solid #d6d6d6;
  margin-bottom: 13px;
}
.table__01 tr + tr {
  border-top: 1px solid #d6d6d6;
}
.table__01 tr th,
.table__01 tr td {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.875;
  padding: 10px 0 8px;
}
.table__01 tr th {
  background-color: #f5eeee;
  font-weight: bold;
  padding-left: 13px;
  text-align: left;
  width: 120px;
}
.table__01 tr td {
  text-align: center;
}
.table__01 tr td + td {
  border-left: 1px solid #f0f0f0;
}

.table__03__wrap{
  display: table;
  width: 100%;
  margin-top: -1px;
}
.table__03__wrap__cell{
  display: table-cell;
  vertical-align: middle;
}
.table__03__wrap__cell.cell__w1{
  border: 1px solid #f0f0f0;
  border-right: 0;
}
.table__03__wrap__cell .table__03__title{
  padding: 10px 10px 8px;
  font-size: 16px;
  line-height: 1.5;
}
.table__03 .table__03__heading{
  display: none;
}
.table__03__wrap .cell__w1{width: 225px;}
.table__03__wrap .cell__color,
.table__03__wrap .cell__w2{width: 100px;}
.table__03__wrap .cell__page,
.table__03__wrap .cell__w3{width: 225px;}
.table__03__wrap .cell__size,
.table__03__wrap .cell__w4{width: 225px;}
.table__03__wrap .cell__price,
.table__03__wrap .cell__w5{width: 225px;}

.table__03__wrap .cell__w1,
.table__03__wrap .cell__color{
  text-align: center;
}
.table__03__wrap__cell.cell__w1,
.table__03__wrap .cell__page,
.table__03__wrap .cell__size{
  text-align: left;
}
.table__03__wrap .cell__price{
  text-align: right;
}
.table__03 {
  border: 1px solid #d6d6d6;
}
.table__03 tr + tr {
  border-top: 1px solid #d6d6d6;
}
.table__03 tr th,
.table__03 tr td {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.875;
  padding: 10px 10px 8px;
  vertical-align: middle;
}
.table__03 tr th {
  background-color: #f5eeee;
  font-weight: bold;
  padding-left: 13px;
  text-align: center;
}
.table__03 tr th span{
  font-size: 13px;
  font-weight: normal;
  margin-left: 10px;
}
.table__03 tr td {
  text-align: center;
}
.table__03 tr th,
.table__03 tr td {
  border: 1px solid #f0f0f0;
}



.schedule__table {
  border: 1px solid #dcdcdc;
  max-height: 516px;
  overflow-x: hidden;
  margin-top: 35px;
}
.ad .schedule__table thead {
  background-color: #af1703;
}
.schedule__table thead th {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.875;
  padding: 13px 14px 0;
}
.schedule__table thead th:first-child{
  text-align: left;
  width: 280px;
}
.schedule__table tbody tr + tr {
  border-top: 1px solid #dcdcdc;
}
.schedule__table tbody td {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.875;
  padding: 10px 20px 9px;
  text-align: center;
}
.schedule__table tbody td:first-child {
  background-color: #f5eeee;
  font-weight: bold;
  text-align: left;
}
.schedule__table tbody td .ico__merger {
  background-color: #fff;
  border: 1px solid;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 2.5;
  margin-left: 10px;
  padding: 1px 3px;
}
.ad .schedule__table tbody td .ico__merger {
  border-color: #d72d17;
  color: #d72d17;
}

.table__box01 thead {
  background-color: #f5eeee;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.table__box01 th,
.table__box01 td {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.875;
  text-align: center;
  padding: 9px 0;
  vertical-align: middle;
}
.table__box01 th {
  font-weight: bold;
}
.table__box01 th + th {
  border-left: 1px solid #fff;
}
.table__box01 tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.table__box01 td + td {
  border-left: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .table__caption {
    font-size: 12px;
    font-weight: normal;
  }
  .table__01 tr th,
  .table__01 tr td {
    font-size: 10px;
    vertical-align: middle;
  }
  .table__01 tr th {
    padding-left: 5px;
    width: 75px;
  }
  .table__01 tr td {
    padding: 10px 13px 8px;
    text-align: left;
  }

  .table__03__wrap{
    display: table;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .table__03__wrap__cell{
    display: block;
    vertical-align: top;
  }
  .table__03__wrap__cell.cell__w1{
    border: 0;
  }
  .table__03__wrap__cell .table__03__title{
    padding: 10px 10px 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  .table__03__wrap__cell .table__03__title .table__03__sub{
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    margin-right: 10px;
  }
  .table__03 .table__03__heading{
    display: table-row;
  }
  .table__03__wrap .cell__w1{width: 100%;}
  .table__03__wrap .cell__color,
  .table__03__wrap .cell__w2{width: 18%;}
  .table__03__wrap .cell__page,
  .table__03__wrap .cell__w3{width: 25%;}
  .table__03__wrap .cell__size,
  .table__03__wrap .cell__w4{width: 32%;}
  .table__03__wrap .cell__price,
  .table__03__wrap .cell__w5{width: 25%;}

  .table__03__wrap .cell__color{
    text-align: center;
  }
  .table__03__wrap .cell__w1,
  .table__03__wrap .cell__page,
  .table__03__wrap .cell__size{
    text-align: left;
  }
  .table__03__wrap .cell__price{
    text-align: right;
  }
  .table__03 {
    border: 1px solid #d6d6d6;
  }
  .table__03 tr + tr {
    border-top: 1px solid #d6d6d6;
  }
  .table__03 tr th,
  .table__03 tr td {
    font-size: 16px;
    letter-spacing: .02px;
    line-height: 1.875;
    padding: 10px 5px 8px;
  }
  .table__03 tr th {
    background-color: #f5eeee;
    font-weight: bold;
    padding-left: 13px;
    text-align: center;
  }
  .table__03 tr th span{
    line-height: 1.2;
    font-size: 9px;
    font-weight: normal;
    margin-left: 0;
    display: block;
  }
  .table__03 tr td {
    text-align: center;
  }
  .table__03 tr th,
  .table__03 tr td {
    border: 1px solid #f0f0f0;
    font-size: 11px;
    vertical-align: middle;
  }
  .table__03 tr th {
    width: 75px;
  }
  .table__03 tr td {
    padding: 10px 5px 8px;
    text-align: left;
  }

  .schedule__table {
    margin: 10px auto 0;
  }
  .schedule__table .table__layout {
    table-layout: fixed;
  }
  .schedule__table thead th,
  .schedule__table tbody td {
    word-wrap: break-word;
  }
  .schedule__table thead th {
    font-size: 11px;
    padding: 0;
    vertical-align: middle;
  }
  .schedule__table thead th:first-child {
    padding: 0 10px;
    width: 90px;
  }
  .schedule__table tbody td {
    font-size: 11px;
    padding: 10px 6px 9px;
  }
  .schedule__table tbody td:first-child {
    width: 90px;
  }
  .schedule__table tbody td .ico__merger {
    margin-left: 0;
  }

  .table__box01 th,
  .table__box01 td {
    font-size: 12px;
    padding: 4px 0;
  }
}

/* tab__continer
-------------------------------------------------- */
.tab__continer {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
  margin-top: 70px;
}
.tab__continer:last-child {
  border-bottom: none;
}
.tab__continer.last__tab {
  border-bottom: none;
}
.tab__control {
  border-bottom: 1px solid #a2a2a2;
  display: table;
  margin: 70px 0 60px;
  width: 100%;
}
.tab__control li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 33.33%;
}
.tab__control li.active {
  background-color: #f3f0e7;
  position: relative;
}
.tab__control li.active:before,
.tab__control li.active:after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}
.tab__control li.active:before {
  bottom: -20px;
  border-width: 20px 20px 0 20px;
  border-color: #a2a2a2 transparent transparent transparent;
  margin-left: -20px;
}
.tab__control li.active:after {
  bottom: -19px;
  border-width: 19px 19px 0 19px;
  border-color: #f3f0e7 transparent transparent transparent;
  margin-left: -19px;
}
.tab__control li a {
  color: #000;
  display: block;
  padding: 20px 0 15px;
}
.tab__control li dl {
  margin: 0 auto;
  width: 230px;
}
.tab__control li dt,
.tab__control li span {
  /* font-size: 20px; */
  font-size: 19px;
  letter-spacing: .02px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.tab__control li.active dt,
.tab__control li.active span {
  font-weight: bold;
}
.tab__control li dd {
  font-size: 14px;
  letter-spacing: .02px;
  line-height: 1.425;
}
.tab__continer__wrap .hide {
  display: none;
}

.tab__control.col2 li {
  width: 50%;
}
.tab__control.col3 li {
  width: 33.33%;
}
.tab__control.col4 li {
  width: 25%;
}
.tab__control.col5 li {
  width: 20%;
}
.tab__control.col6 li {
  width: 16.66%;
}

.ad .tab__control li.active {
  background-color: #801102;
}
.ad .tab__control li.active:before {
  border-color: #801102 transparent transparent transparent;
}
.ad .tab__control li.active:after {
  border-color: #801102 transparent transparent transparent;
}
.ad .tab__control li.active a {
  color: #fff;
}
.seminar .tab__control li.active {
  background-color: #017677;
}
.seminar .tab__control li.active:before {
  border-color: #a2a2a2 transparent transparent transparent;
}
.seminar .tab__control li.active:after {
  border-color: #017677 transparent transparent transparent;
}
.seminar .tab__control li.active a {
  color: #fff;
}

@media (max-width: 768px) {
  .tab__continer {
    margin-top: 30px;
  }
  .tab__control {
    margin: 30px -10px 0;
    width: 103%;
  }
  .tab__control li.active:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    margin-left: -10px;
  }
  .tab__control li.active:after {
    bottom: -9px;
    border-width: 9px 9px 0 9px;
    margin-left: -9px;
  }
  .tab__control li dt,
  .tab__control li span {
    font-size: 12px;
  }
  .tab__control li a {
    padding: 7px 0;
  }

  .tab__control li dl {
    margin: 0 5px;
    width: auto;
  }
  .tab__control li dt {
    font-size: 14px;
    line-height: 1.125;
  }
  .tab__control li dd {
    font-size: 10px;
    line-height: 1.3;
    text-align: left;
  }
}

/* continer__accordion
-------------------------------------------------- */
.continer__accordion .note__small {
  margin: 60px 0 10px;
}
.continer__accordion .accordion__item,
.continer__accordion .accordion__item02 {
  border: 1px solid #c6c6c6;
  border-width: 1px 1px 0;
}
.continer__accordion .accordion__item + .accordion__item,
.continer__accordion .accordion__item02 + .accordion__item02 {
  border-width: 0 1px;
}
.continer__accordion .accordion__item .number,
.continer__accordion .accordion__item .accordion__title,
.continer__accordion .accordion__item02 .number,
.continer__accordion .accordion__item02 .accordion__title {
  border-bottom: 1px solid #c6c6c6;
  line-height: 1.5;
}
.continer__accordion .accordion__item .number,
.continer__accordion .accordion__item02 .number {
  background-color: #017677;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  float: left;
  letter-spacing: .02px;
  padding: 12px 0 5px;
  text-align: center;
  width: 69px;
}
.continer__accordion .accordion__item .accordion__title,
.continer__accordion .accordion__item02 .accordion__title {
  background: url(/files/user/images/icn_open_green.png) 96% center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  float: left;
  padding: 16px 29px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: calc(100% - 69px);
}
.continer__accordion .accordion__item .active .accordion__title,
.continer__accordion .accordion__item02 .active .accordion__title {
  background-image: url(/files/user/images/icn_close_green.png);
}
.continer__accordion .accordion__item .accordion__head:hover .accordion__title,
.continer__accordion .accordion__item02 .accordion__head:hover .accordion__title {
  background-color: #deecec;
}
.continer__accordion .accordion__item .accordion__body {
  background-color: #f5f5f5;
  border-bottom: 1px solid #c6c6c6;
  display: none;
  padding: 30px 41px 41px 39px;
}
.continer__accordion .accordion__item .accordion__img {
  float: left;
  width: 320px;
}
.continer__accordion .accordion__item .accordion__img + .accordion__txt {
  float: right;
  width: 440px;
}
.continer__accordion .accordion__item dl {
  margin-top: -5px;
}
.continer__accordion .accordion__item dt {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.seminar .continer__accordion .accordion__item dt {
  color: #017677;
}
.seminar .continer__accordion .accordion__item dd {
  font-size: 16px;
  line-height: 1.75;
}

.continer__accordion .accordion__item02 .accordion__title {
  background: url(/files/user/images/icn_open_green.png) 96% center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 19px 29px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: calc(100% - 69px);
}
.continer__accordion .accordion__item02 .number {
  background-color: #017677;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  float: left;
  letter-spacing: .02px;
  padding: 12px 0 11px;
  text-align: center;
  width: 69px;
}
.continer__accordion .accordion__item02 .accordion__body {
  background-color: #f5f5f5;
  border-bottom: 1px solid #c6c6c6;
  display: none;
  padding: 30px 41px 30px 19px;
}
.continer__accordion.pc .accordion__item02 .accordion__body {
  display: none;
}
.continer__accordion .accordion__item02 .answer {
  background-color: #fff;
  font-size: 30px;
  font-weight: bold;
  float: left;
  letter-spacing: .02px;
  padding: 13px 0 7px;
  text-align: center;
  width: 50px;
}
.seminar .continer__accordion .accordion__item02 .answer {
  color: #017677;
}
.seminar .continer__accordion .accordion__item02 .accordion__txt {
  font-size: 16px;
  float: right;
  line-height: 1.75;
  width: calc(100% - 75px);
}

.heading + .continer__accordion02 {
  margin-top: 80px;
}
.continer__accordion02 .accordion__item + .accordion__item {
  margin-top: 30px;
}
.continer__accordion02 .accordion__head {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.continer__accordion02 .accordion__head .accordion__title {
  border-left: 10px solid #072a82;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.916;
  margin: -1px 0 -1px -1px;
  padding-left: 24px;
}
.continer__accordion02 .accordion__body {
  background-color: #f5f5f5;
  padding: 23px 40px 30px;
}
.continer__accordion02 .accordion__body .paragraph__lead {
  margin-bottom: 20px;
  max-width: none;
}
.continer__accordion02 .accordion__body .row__abreast .item {
  width: 291px;
}
.continer__accordion02 .accordion__body .row__abreast .item .txt__box {
  background-color: #fff;
  padding: 20px;
}
.continer__accordion02 .accordion__body .row__abreast .category__list li {
  background-color: #f4a653;
}

.continer__accordion.sp__accordion .accordion__item {
  border-width: 0 1px;
}
.continer__accordion.sp__accordion .accordion__item .accordion__head {
  border: 1px solid #c6c6c6;
  border-width: 1px 0 0;
}
.continer__accordion.sp__accordion .accordion__item .accordion__title {
  background: none;
}
.continer__accordion.sp__accordion .accordion__item .accordion__head:hover .accordion__title {
  background-color: transparent;
  cursor: default;
}
.continer__accordion.sp__accordion.pc .accordion__item .accordion__body {
  display: block !important;
}
.continer__accordion.sp__accordion .accordion__item + .accordion__item {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .continer__accordion {
    border-top: 1px solid #f3f3f3;
    margin: 0 -10px;
    padding: 0 10px;
  }
  .continer__accordion .note__small {
    margin: 20px 0 5px;
  }
  .continer__accordion .accordion__item .number {
    font-size: 20px;
    padding: 4px 0;
    width: 40px;
  }
  .continer__accordion .accordion__item .accordion__title {
    background-size: 16px auto;
    font-size: 15px;
    padding: 8px 9% 8px 9px;
    width: calc(100% - 40px);
  }
  .continer__accordion .accordion__item .accordion__head:hover .accordion__title {
    background-color: #fff;
  }
  .continer__accordion .accordion__item .accordion__body {
    padding: 15px;
  }
  .continer__accordion .accordion__item .accordion__img,
  .continer__accordion .accordion__item .accordion__img + .accordion__txt {
    float: none;
    width: auto;
  }
  .continer__accordion .accordion__item .accordion__img {
    margin: 0 15px 15px;
  }
  .continer__accordion .accordion__item dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .seminar .continer__accordion .accordion__item dd {
    font-size: 14px;
  }

  .heading + .continer__accordion02 {
    margin-top: 16px;
  }
  .continer__accordion02 .accordion__item + .accordion__item {
    margin-top: 0;
  }
  .continer__accordion02 .accordion__item .accordion__head {
    border-bottom-width: 0;
  }
  .continer__accordion02 .accordion__item .accordion__head.active,
  .continer__accordion02 .accordion__item:last-child .accordion__head {
    border-bottom-width: 1px;
  }
  .continer__accordion02 .accordion__head .accordion__title {
    background: url(/files/user/images/icn_open_blue.png) 96% center no-repeat;
    background-size: 16px auto;
    border-left-width: 5px;
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 12% 12px 9px;
  }
  .continer__accordion02 .accordion__head.active .accordion__title {
    background-image: url(/files/user/images/icn_close_blue.png);
  }
  .continer__accordion02 .accordion__body {
    display: none;
    padding: 15px 15px 30px;
  }
  .continer__accordion02 .accordion__body .continer__abreast__smp .item {
    padding: 15px 10px;
    width: auto;
  }
  .continer__accordion02 .accordion__body .continer__abreast__smp .item > img {
    height: auto;
  }
  .continer__accordion02 .accordion__body .continer__abreast__smp .item .txt__box {
    padding: 0 0 0 15px;
  }
  .continer__accordion02 .accordion__body .continer__abreast__smp .category__list li {

  }
  .continer__accordion02 .accordion__body .continer__abreast__smp .item .txt__box dl {
    margin-bottom: 0;
  }
  .continer__accordion02 .accordion__body .continer__abreast__smp .item .txt__box dt {
    margin-bottom: 5px;
  }

  .continer__accordion .accordion__item02 .number {
    font-size: 20px;
    padding: 8px 0 11px;
    width: 50px;
  }
  .continer__accordion .accordion__item02 .accordion__title {
    background-size: 16px auto;
    font-size: 10px;
    line-height: 1.333;
    min-height: 50px;
    padding: 9px 10% 8px 13px;
    width: calc(100% - 50px);
  }
  .continer__accordion .accordion__item02 .accordion__body {
    padding: 15px 14px 9px 14px;
  }
  .continer__accordion .accordion__item02 .answer {
    font-size: 20px;
    padding: 8px 0 7px;
    width: 35px;
  }
  .seminar .continer__accordion .accordion__item02 .accordion__txt {
    font-size: 12px;
    line-height: 1.583;
    width: calc(100% - 45px);
  }


  .continer__accordion.sp__accordion .accordion__item {
    border-width: 1px 1px 0;
  }
  .continer__accordion.sp__accordion .accordion__item + .accordion__item {
    border-width: 0 1px;
  }
  .continer__accordion.sp__accordion .accordion__item .accordion__head {
    border-width: 0 0 0;
  }
  .continer__accordion.sp__accordion .accordion__item .accordion__title {
    background: url(/files/user/images/icn_open_green.png) 96% center no-repeat;
    background-size: 20px auto;
  }
  .continer__accordion.sp__accordion .accordion__item .active .accordion__title {
    background-image: url(/files/user/images/icn_close_green.png);
  }
  .continer__accordion.sp__accordion .accordion__item .accordion__body {
    display: none;
  }
  .continer__accordion.sp__accordion .accordion__item + .accordion__item {
    margin-top: 0;
  }
}

/* flow__detail
-------------------------------------------------- */
.flow__detail {
  padding: 40px 60px;
}
.custom .flow__detail {
  background-color: #f6f2ee;
}
.flow__detail .flow__list li + li {
  margin-top: 5px;
}
.flow__detail .flow__list li .number {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  float: left;
  letter-spacing: .02px;
  padding: 25px 0 21px;
  position: relative;
  text-align: center;
  width: 80px;
}
.flow__detail .flow__list li .number:before,
.flow__detail .flow__list li .number:after {
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 0;
}
.flow__detail .flow__list li .number:before {
  bottom: -10px;
  border-style: solid;
  border-width: 10px 40px 0;
  z-index: 2;
}
.flow__detail .flow__list li .number:after {
  bottom: -15px;
  border-color: #f6f2ee transparent transparent;
  border-style: solid;
  border-width: 10px 40px 0;
  z-index: 1;
}
.custom .flow__detail .flow__list li .number {
  background-color: #dfab79;
}
.custom .flow__detail .flow__list li .number:before {
  border-color: #dfab79 transparent transparent;
}
.custom .flow__detail .flow__list li.last .number:before,
.custom .flow__detail .flow__list li.last .number:after {
  content: none;
}
.flow__detail .flow__list li .list__txt {
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  float: left;
  padding: 29px 40px 27px;
  width: calc(100% - 80px);
}
.flow__detail .flow__list + .note__small {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .flow__detail {
    padding: 20px;
  }
  .flow__detail .flow__list li .number {
    font-size: 20px;
    padding: 12px 0 8px;
    width: 40px;
  }
  .flow__detail .flow__list li .number:before,
  .flow__detail .flow__list li .number:after {
    margin-left: -20px;
  }
  .flow__detail .flow__list li .number:before {
    bottom: -5px;
    border-width: 5px 20px 0;
  }
  .flow__detail .flow__list li .number:after {
    bottom: -10px;
    border-width: 5px 20px 0;
  }
  .flow__detail .flow__list li .list__txt {
    /* font-size: 14px; */
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 10px 9px;
    width: calc(100% - 40px);
  }
  .flow__detail .flow__list + .note__small {
    margin-top: 10px;
  }
}


/* other__service
-------------------------------------------------- */
.other__service {
  padding: 37px 40px 30px;
}
.other__service + .other__service {
  margin-top: 20px;
}
.custom .other__service {
  background-color: #f6f2ee;
}
.other__service .col__img {
  width: 380px;
}
.other__service .col__txt {
  width: 520px;
}
.other__service .sub__heading {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .other__service {
    padding: 20px;
  }
  .other__service .col__img,
  .other__service .col__txt {
    width: auto;
  }
  .other__service .col__img {
    margin: 0 0 15px;
  }
  .other__service .sub__heading {
    margin-bottom: 10px;
  }
}

/* accordion__box
-------------------------------------------------- */
.accordion__box.pc .accordion__detail {
  display: block !important;
}
.btn__close {
  display: none;
}
.accordion__box__layout .foot.area__link02{
  margin-top: 30px;
}
@media (max-width: 768px) {
  .accordion__box,
  .accordion__box__layout {
    background-color: #f3efe6;
    margin: 0 -10px;
    padding: 15px 10px;
  }
  .accordion__box .inner,
  .accordion__box__layout .inner {
    -webkit-box-shadow: 1px 1px 2px rgba(000, 000, 000, .3);
    -moz-box-shadow: 1px 1px 2px rgba(000, 000, 000, .3);
    box-shadow: 1px 1px 2px rgba(000, 000, 000, .3);
  }
  .accordion__box__layout .foot.area__link02 .inner {
    -webkit-box-shadow: 0 0 0 rgba(000, 000, 000, .3);
    -moz-box-shadow: 0 0 0 rgba(000, 000, 000, .3);
    box-shadow: 0 0 0 rgba(000, 000, 000, .3);
  }
  .accordion__box + .accordion__box .inner,
  .accordion__box + .accordion__box__layout .inner,
  .accordion__box__layout + .accordion__box__layout .inner,
  .accordion__box__layout + .accordion__box .inner {
    border-top: none;
    padding-top: 0;
  }
  .accordion__box h2 {
    background: #fff url(/files/user/images/icn_open_brown.png) 97% center no-repeat;
    background-size: 20px auto;
    margin-bottom: 0;
    padding: 13px 9% 13px 10px;
    text-align: left;
  }
  .accordion__box__layout h2{
    background: #fff;
    background-size: 20px auto;
    margin-bottom: 0;
    padding: 13px 9% 13px 10px;
    text-align: left;
  }
  .accordion__box h2.active {
    background-image: url(/files/user/images/icn_close_brown.png);
  }
  .accordion__box.sp h2 + .pc__dn,
  .accordion__box__layout.sp h2 + .pc__dn {
    background-color: #cececc;
    display: block !important;
    height: 125px;
    padding: 17px 27px 0;
    -webkit-transition: height 0.25s ease-in-out 0s;
    -moz-transition: height 0.25s ease-in-out 0s;
    -ms-transition: height 0.25s ease-in-out 0s;
    transition: height 0.25s ease-in-out 0s;
    overflow: hidden;
  }
  .accordion__box .accordion__detail{
    background-color: #fff;
    display: none;
    padding: 10px 10px 0;
  }
  .accordion__box__layout .accordion__detail {
    background-color: #fff;
    padding: 10px;
  }
  .accordion__box.sp .accordion__detail {
    display: none;
  }
  .accordion__box__layout .accordion__detail .paragraph__lead,
  .accordion__box .accordion__detail .paragraph__lead {
    line-height: 1.428;
  }
  .btn__close {
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    display: block;
    font-size: 15px;
    margin: 10px -10px 0;
    padding: 15px;
    text-align: center;
    width: auto;
  }
  .btn__close:before {
    background: url(/files/user/images/icn_arrow_top_red_01.png) left center no-repeat;
    background-size: 11px auto;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 8px;
    margin-left: -8px;
    vertical-align: 2px;
    width: 11px;
  }
}

/* price__box
-------------------------------------------------- */
.price__box .price__txt {
  width: 280px;
}
.price__box .price__txt h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .02px;
  margin-bottom: 17px;
}
.custom .price__box .price__txt h3 {
  color: #ba5d03;
}
.price__box .price__txt p {
  font-size: 14px;
  line-height: 1.714;
}
.price__box .price__simulation {
  width: 586px;
}
.price__box .price__simulation dl {
  background-color: #efebe7;
  padding: 2px;
}
.price__box .price__simulation dl + dl {
  margin-top: 10px;
}
.price__box .price__simulation dt,
.price__box .price__simulation dd {
  display: inline-block;
  vertical-align: middle;
}
.price__box .price__simulation dt {
  background-color: #fbfaf9;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .02px;
  line-height: 1.5;
  padding: 50px 49px 45px 30px;
  position: relative;
  width: 394px;
}
.price__box .price__simulation dt:before {
  border-color: #efebe7 #efebe7 transparent transparent;
  border-style: solid;
  border-width: 0 24px 100px 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.price__box .price__simulation dt:after {
  border-color: transparent #efebe7 transparent #efebe7;
  border-style: solid;
  border-width: 100px 24px 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.price__box .price__simulation dd {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .02px;
  padding: 0 0 0 26px;
  width: calc(100% - 400px);
}
.custom .price__box .price__simulation dd {
  color: #ba5d03;
}

@media (max-width: 768px) {
  .price__box {
    overflow: hidden;
  }
  .price__box .price__txt {
    margin-bottom: 10px;
    width: auto;
  }
  .price__box .price__txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .price__box .price__txt p {
    font-size: 12px;
  }
  .price__box .price__simulation {
    width: auto;
  }
  .price__box .price__simulation dt,
  .price__box .price__simulation dd {
    display: block;
    padding: 15px 20px;
    width: auto;
  }
  .price__box .price__simulation dt {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .price__box .price__simulation dt:before {
    content: none;
  }
  .price__box .price__simulation dt:after {
    border-color: #fbfaf9 transparent transparent;
    border-width: 10px 50vw 0;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
  }
  .price__box .price__simulation dd {
    font-size: 20px;
    padding: 25px 20px 15px;
    text-align: center;
  }
}


/* continer__detail
-------------------------------------------------- */
.continer__detail + .wrap .row__box03 .inner,
.foot.area__link02 + .wrap .row__box03 .inner{
  padding-top: 65px;
}
.continer__detail .detail__date {
  font-size: 12px;
  letter-spacing: .02px;
  line-height: 1.5;
  margin: 0 auto 10px;
  min-height: 36px;
  text-align: right;
  width: 1000px;
}
.area__link02 + .continer__detail.case__detail {
  padding-top: 0;
}
.continer__detail .continer {
  background-color: #f5f4f2;
  padding-bottom: 60px;
  min-width: 1000px;
  position: relative;
}
#contents .continer__detail .continer .inner__wrap {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.continer__detail .continer .continer__box {
  /* margin-bottom: 52px; */
  margin-bottom: 0;
}
.continer__detail .continer .continer__box.first,
.continer__detail .continer .continer__box.last {
  margin-bottom: 0;
}
.continer__detail .continer .continer__box .col02 > div {
  width: 47.5%;
}
.continer__detail .continer .continer__box dl + dl {
  margin-top: 60px;
}
.continer__detail .continer .continer__box dt {
  font-size: 23px;
  letter-spacing: .02px;
  margin-bottom: 25px;
}
.ad .continer__detail .continer .continer__box dt {
  color: #af1703;
}
.continer__detail .continer .continer__box dd {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.75;
}
.continer__detail .continer .continer__box dd + dd {
  margin-top: 30px;
}
.continer__detail .continer .continer__box + .continer__box {
  /* border-top: 1px solid #dcdcdc; */
  /* padding-top: 52px; */
  padding-top: 25px;
}
.continer__detail .continer .foot.area__link02.area__link02__custom + .continer__box{
  margin-top: 40px;
}
.continer__detail .continer .balloon {
  margin-bottom: 35px;
  text-align: center;
}
.continer__detail .continer .balloon span {
  border-bottom: 1px solid;
  font-size: 18px;
  padding: 0 18px 10px;
  position: relative;
}
.continer__detail .continer .balloon span:before,
.continer__detail .continer .balloon span:after {
  border-style: solid;
  content: "";
  display: block;
  left: 50%;
  height: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.continer__detail .continer .balloon span:before {
  bottom: -10px;
  border-color: #fff transparent transparent;
  border-width: 10px 9px 0;
  z-index: 2;
}
.continer__detail .continer .balloon span:after {
  bottom: -11px;
  border-width: 11px 10px 0;
  z-index: 1;
}
.ad .continer__detail .continer .balloon span {
  border-bottom-color: #af1703;
  color: #af1703;
}
.ad .continer__detail .continer .balloon span:after {
  border-color: #af1703 transparent transparent;
}
.continer__detail .continer .continer__head {
  margin-bottom: 45px;
  text-align: center;
}
.continer__detail .continer .continer__head02 {
  margin-bottom: 10px;
  text-align: center;
}
.continer__detail .continer .continer__sub__heading01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4285;
  margin-bottom: 5px;
}
.continer__detail .continer .continer__heading01 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4285;
  position: relative;
}
.continer__detail .continer .continer__heading02 {
  display: inline;
  /* font-size: 45px; */
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4222;
}
.continer__detail .continer .color__red {
  color: #af1703;
}
.continer__detail .continer .tentative__title {
  background-color: #d9d9d9;
  bottom: -30px;
  font-size: 15px;
  letter-spacing: .05px;
  padding: 2px 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.continer__detail .continer .continer__box__img {
  margin: 0 -40px 67px;
}
.continer__detail .continer .continer__img__caption {
  font-size: 14px;
  line-height: 1.714;
  margin: 0 auto;
  width: 650px;
}
.continer__detail .continer .continer__box.first .continer__box__img02{
  margin: 0 auto;
}
.continer__detail .continer .continer__box__img02 {
  margin: 0 auto 52px;
}
.continer__detail .continer .continer__box__img02 .txt__date{
  text-align: right;
  /* font-size: 20px; */
  font-size: 16px;
  margin: 30px 0 10px;
}
.continer__detail .continer .continer__box__img02 .continer__img__caption {
  margin: 15px auto 0;
  width: 100%;
}
.continer__detail .continer .name__box {
  /* font-size: 16px; */
  font-size: 18px;
  margin-bottom: 2px;
}
.continer__detail .continer .name__box strong {
  /* font-size: 18px; */
  font-size: 20px;
  /* font-weight: bold; */
  font-weight: normal;
}
.continer__detail .continer .name__box span {
  margin-left: 15px;
}
.continer__detail .continer .menu__box {
  /* font-size: 14px; */
  font-size: 16px;
}
.continer__detail .continer .menu__box span {
  font-size: 14px;
  background-color: #000;
  color: #fff;
  margin-right: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}
.continer__detail .continer .continer__img {
  margin-bottom: 55px;
}
.continer__detail .continer .definition__list {
  margin-top: -10px;
}
.continer__detail .continer .continer__box .col02 > .list__module {
  width: 48.5%;
}
.continer__detail .continer .continer__box .col03 > .list__module {
  width: 31.4%;
}
.continer__detail .continer .list__module {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  margin-bottom: 60px;
  padding: 30px 20px;
}
.continer__detail .continer .list__module li {
  font-size: 16px;
  line-height: 2.125;
}
.continer__detail .continer .triangle__list li:before {
  background: url(/files/user/images/ico_triangl_red.png) left center no-repeat;
  background-size: 10px auto;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  width: 10px;
}
.continer__detail .continer .diamond__list li:before {
  background: url(/files/user/images/ico_diamond_red.png) left center no-repeat;
  background-size: 10px auto;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
.continer__detail .continer .list__module + .list__module {
  margin-left: 23px;
}
.continer__detail .continer .table__module {
  margin-bottom: 40px;
}
.continer__detail .continer .table__module table {
  border-top: 1px solid #dcdcdc;
}
.continer__detail .continer .table__module table tr {
  border-bottom: 1px solid #dcdcdc;
}
.continer__detail .continer .table__module table .table__module__w265 {
  width: 265px;
}
.continer__detail .continer .table__module table th,
.continer__detail .continer .table__module table td {
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 1.5;
  padding: 3px 10px;
  text-align: center;
  vertical-align: middle;
}
.continer__detail .continer .table__module table th {
  background-color: #f5eeee;
  font-weight: bold;
}
.continer__detail .continer .table__module table th + th {
  border-left: 1px solid #fff;
}
.continer__detail .continer .table__module table td {
  background-color: #fff;
  padding: 14px 10px;
}
.continer__detail .continer .table__module table td strong {
  font-weight: bold;
}
.continer__detail .continer .table__module table td span {
  font-weight: bold;
}
.ad .continer__detail .continer .table__module table td span {
  color: #af1703;
  display: block;
}
.continer__detail .continer .table__module table td + td {
  border-left: 1px solid #dcdcdc;
}

.continer__detail .continer .full__img {
  background-color: #f5f4f2;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 515px;
  position: absolute;
  top: 0;
  width: 50%;
}
.continer__detail .continer .full__img:nth-child(2n + 1) {
  left: 0;
}
.continer__detail .continer .full__img:nth-child(2n) {
  right: 0;
}
.continer__detail .continer .full__img img {
  height: 100%;
  position: relative;
}
.continer__detail .continer .full__img:after {
  background-color: rgba(000, 000, 000, .3);
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .continer__detail + .wrap .row__box03 .inner,
  .foot.area__link02 + .wrap .row__box03 .inner {
    padding-top: 20px;
  }
  .continer__detail .detail__date {
    padding: 0 10px;
    width: auto;
  }
  .continer__detail.case__detail {
    padding-top: 0;
  }
  .continer__detail .continer {
    min-width: inherit;
    padding-bottom: 30px;
  }
  #contents .continer__detail .continer .inner__wrap {
    padding: 20px 10px;
  }
  .continer__detail .continer .continer__box {
    /* margin-bottom: 25px; */
    margin-bottom: 0;
  }
  .continer__detail .continer .continer__box + .continer__box {
    /* padding-top: 25px; */
    padding-top: 15px;
  }
  .continer__detail .continer .balloon {
    margin-bottom: 25px;
  }
  .continer__detail .continer .balloon span {
    font-size: 14px;
    padding: 0 10px 5px;
  }
  .continer__detail .continer .continer__head {
    margin-bottom: 40px;
  }
  .continer__detail .continer .continer__sub__heading01 {
    font-size: 20px;
  }
  .continer__detail .continer .continer__heading01 {
    font-size: 30px;
  }
  .continer__detail .continer .continer__heading02 {
    /* font-size: 26px; */
    font-size: 20px;
  }
  .continer__detail .continer .tentative__title {
    font-size: 13px;
  }
  .continer__detail .continer .continer__box__img {
    margin: 0 -10px 30px;
  }
  .continer__detail .continer .continer__box__img02 {
    margin-bottom: 30px;
  }
  .continer__detail .continer .continer__box__img02 .txt__date{
    text-align: right;
    font-size: 14px;
    margin: 10px 0;
  }
  .continer__detail .continer .continer__img__caption {
    font-size: 10px;
    padding: 10px 10px 0;
    width: auto;
  }
  .continer__detail .continer .continer__box__img02 .continer__img__caption {
    margin-top: 5px;
    /* padding: 0 10px; */
    padding: 0;
    width: auto;
  }
  .continer__detail .continer .name__box {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .continer__detail .continer .name__box strong {
    display: block;
    font-size: 16px;
  }
  .continer__detail .continer .menu__box {
    font-size: 14px;
  }
  .continer__detail .continer .menu__box span {
    font-size: 14px;
  }
  .continer__detail .continer .name__box span {
    margin-left: 0;
  }
  .continer__detail .continer .name__box span + span {
    margin-left: 15px;
  }
  .continer__detail .continer .continer__img {
    margin-bottom: 30px;
  }
  .continer__detail .continer .continer__box .col02 > div {
    width: auto;
  }
  .continer__detail .continer .continer__box .col02 > div + div {
    margin-top: 20px;
  }
  .continer__detail .continer .continer__box dl + dl {
    margin-top: 20px;
  }
  .continer__detail .continer .continer__box dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .continer__detail .continer .continer__box dd {
    font-size: 14px;
    line-height: 1.428;
  }
  .continer__detail .continer .continer__box dd + dd {
    margin-top: 10px;
  }
  .continer__detail .continer .continer__box .col02 > .list__module,
  .continer__detail .continer .continer__box .col03 > .list__module {
    width: auto;
  }
  .continer__detail .continer .list__module {
    margin: 0;
    padding: 20px 10px;
  }
  .continer__detail .continer .list__module + .list__module {
    margin: 10px 0 0;
  }
  .continer__detail .continer .list__module li {
    font-size: 14px;
  }

  .continer__detail .continer .table__module {
    margin-bottom: 20px;
  }
  .continer__detail .continer .table__module table {
    table-layout: fixed;
  }
  .continer__detail .continer .table__module table th,
  .continer__detail .continer .table__module table td {
    font-size: 12px;
    padding: 5px 10px;
    height: 50px;
    display: block !important;
    width: 100%;
  }
  .continer__detail .continer .table__module table th {
    padding-top: 15px;
  }
  .continer__detail .continer .table__module table th + th {
    border: none;
    border-top: 1px solid #fff;
  }
  .continer__detail .continer .table__module table td + td {
    border: none;
    border-top: 1px solid #dcdcdc;
  }
  .continer__detail .continer .table__module table .table__module__w265 {
    width: auto;
  }
  .continer__detail .continer .table__module table.table__layout__col02 thead,
  .continer__detail .continer .table__module table.table__layout__col02 tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .continer__detail .continer .table__module table.table__layout__col02 tr {
    display: block;
    width: 100%;
  }
  .continer__detail .continer .table__module table.table__layout__col03 thead {
    display: block;
    float: left;
  }
  .continer__detail .continer .table__module table.table__layout__col03 thead th {
    padding: 15px 10px;
  }
  .continer__detail .continer .table__module table.table__layout__col03 tbody {
    display: block;
    position: relative;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }
  .continer__detail .continer .table__module table.table__layout__col03 tr {
    display: inline-block;
    vertical-align: top;
  }
  .continer__detail .continer .table__module table.table__layout__col03 tr td {
    padding: 15px 10px;
  }
  .continer__detail .continer .table__module table.table__layout__col03 tr td.price {
    padding: 7px 10px;
  }
}


/* banner__list
-------------------------------------------------- */
.banner__list {
  margin: 55px auto 90px;
  text-align: center;
}
.banner__list li {
  display: inline-block;
  width: 380px;
}

@media (max-width: 768px) {
  .banner__list {
    margin: 30px auto 0;
  }
  .banner__list li {
    width: auto;
  }
}


/* modal__box
-------------------------------------------------- */
.modal__box {
  display: none;
}
#colorbox .modal {
  background-color: #f7f7f7;
  padding: 80px 0 60px;
}
#colorbox .modal .tab__continer {
  margin-bottom: 0;
}
#colorbox .modal .tab__continer .inner {
  max-width: 1000px;
  width: auto;
}
#colorbox .tab__control li.active {
  background-color: #d8c8c8;
}
#colorbox .tab__control li.active:before,
#colorbox .tab__control li.active:after {
  border-color: #d8c8c8 transparent transparent transparent;
}
#colorbox .tab__control li.active a {
  color: #000;
}
#colorbox .modal__detail {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin: 0 auto;
  padding: 45px 40px;
  width: 880px;
}
#colorbox .modal__detail .modal__item {
  font-size: 16px;
  line-height: 1.875;
}
#colorbox .modal__detail .modal__item dt {
  float: left;
  width: 100px;
}
#colorbox .modal__detail .modal__item dd {
  float: left;
  padding-left: 1em;
  text-indent: -1em;
  width: calc(100% - 100px);
}
#colorbox .modal__detail .modal__note {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 30px;
}
#cboxClose {
  background: url(/files/user/images/icn_close.gif) left center no-repeat;
  background-size: 70px auto;
  height: 70px;
  top: 0;
  width: 70px;
}
#cboxClose:hover {
  background: url(/files/user/images/icn_close_o.gif) left center no-repeat;
  background-size: 70px auto;
}

@media (max-width: 768px) {
  #colorbox .modal {
    padding: 40px 0 30px;
  }
  #colorbox .modal .paragraph__lead {
    padding: 0 10px;
    text-align: left;
  }
  #colorbox .modal__detail {
    margin: 20px 10px 0;
    padding: 25px 20px;
    width: auto;
  }
  #colorbox .modal__detail .modal__item {
    font-size: 12px;
    line-height: 1.583;
  }
  #colorbox .modal__detail .modal__item dt {
    width: 90px;
  }
  #colorbox .modal__detail .modal__item dd {
    width: calc(100% - 90px);
  }
  #colorbox .modal__detail .modal__note {
    font-size: 12px;
    line-height: 1.583;
    margin-top: 20px;
  }
  #cboxClose,
  #cboxClose:hover{
    background-size: 35px auto;
    height: 35px;
    width: 35px;
  }
}


/* col__list
-------------------------------------------------- */
.col__list {
  margin-left: -8px;
}
.col__list li {
  float: left;
  margin-bottom: 8px;
  margin-left: 8px;
  width: 214px;
}

@media (max-width: 768px) {
  .col__list {
    margin-left: 0;
  }
  .col__list li {
    margin-left: 0;
    width: 49%;
  }
  .col__list li:nth-child(2n + 1) {
    float: left;
  }
  .col__list li:nth-child(2n) {
    float: right;
  }
}

/*---------------------------------------------------------------------
footer
---------------------------------------------------------------------*/
@media (max-width: 768px) {
  .footer {
    background-color: #eee;
  }
  .footer .btn__inquiry {
    margin: 20px 0 0;
    width: auto;
  }
  .footer .btn__inquiry a {
    /*padding: 19px 20px 17px 0;*/
    padding: 19px 20px 17px;
    text-align: center;
    width: auto;
  }
}

/* footer__head
-------------------------------------------------- */
.footer__head {
  background-color: #fff;
}
.footer__head .footer__logo {
  margin-bottom: 15px;
}
.footer__head .footer__logo a {
  color: #3e3e3e;
  font-size: 13px;
  letter-spacing: .02px;
  line-height: 1.077;
}
.footer__head .logo {
  height: 33px;
  margin-bottom: 20px;
}
.footer__head .logo img {
  height: 100%;
  width: auto;
}
.footer__head .nav {
  margin-top: 20px;
}
.footer__head .nav .nav__list {
  float: left;
}
.footer__head .nav .nav__list + .nav__list {
  margin-left: 36px;
}
.footer .nav .nav__list a {
  color: #000;
  display: block;
  font-size: 15.96px;
  line-height: 1.132;
  letter-spacing: .02px;
}
.footer .nav .nav__list .nav__chaild {
  display: none;
}

@media (max-width: 768px) {
  .footer__head {
    background-color: transparent;
    padding: 0;
  }

  .footer__head .logo {
    height: 24px;
    margin: 21px auto 15px;
    text-align: center;
  }
  .footer .nav {
    margin: 0 20px;
    width: auto;
  }
  .footer .nav .nav__list {
    float: none;
  }
  .footer .nav .nav__list + .nav__list {
    margin-left: 0;
  }
  .footer .nav .nav__list > a,
  .footer .nav .nav__list > span {
    border-bottom: 1px solid #d0d0d0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
  }
  .footer .nav .nav__list a {
    background: url(/files/user/images/icn_arrow_04.png) right center no-repeat;
    background-size: 6px auto;
  }
  .footer .nav .nav__list a.list__label {
    background: none;
    pointer-events: none;
  }
  .footer .nav .nav__list.nav__list__normal a {
    font-weight: normal;
    margin-top: 10px;
  }
  .footer__head .nav .nav__list .nav__chaild {
    display: block;
    padding: 7px 0;
  }
  .footer__head .nav .nav__list .nav__chaild a {
    font-size: 14px;
    letter-spacing: .02px;
    padding: 13px 10px;
  }
}

/* footer__nav
-------------------------------------------------- */
.footer__sitemap{
  /* overflow: hidden; */
  /* padding: 20px 100px 0; */
  padding: 20px 0 0;
  margin: 0 0 20px;
  text-align: center;
  font-size: 0;
}
.footer__sitemap .footer__sitemap__list{
  /* width: 250px; */
  /* float: left; */
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 50px;
}
.footer__sitemap.col2 .footer__sitemap__list{
  width: 450px;
  margin: 0 25px;
}
.footer__sitemap.col3 .footer__sitemap__list{
  width: 280px;
  margin: 0 25px;
}
.footer__sitemap.col4 .footer__sitemap__list{
  width: 200px;
  margin: 0 25px;
}
.footer__sitemap.col5 .footer__sitemap__list{
  width: 170px;
  margin: 0 15px;
}
.footer__sitemap.col6 .footer__sitemap__list{
  width: 136px;
  margin: 0 15px;
}
.footer__sitemap .footer__sitemap__list.no-title{
  padding-top: 34px;
}
.footer__sitemap .footer__sitemap__list__title,
.footer__sitemap .footer__sitemap__list__title a{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}
.footer__sitemap .footer__sitemap__list__contents{}
.footer__sitemap .footer__sitemap__list__contents > ul > li > ul > li > ul > li,
.footer__sitemap .footer__sitemap__list__contents > ul > li > ul > li,
.footer__sitemap .footer__sitemap__list__contents > ul > li{
  margin-bottom: 15px;
}
.footer__sitemap .footer__sitemap__list__contents > ul > li ul{
  padding: 15px 0 0 5px;
}
.footer__sitemap .footer__sitemap__list__contents > ul > li > ul li{
  padding-left: 10px;
  background: url(/files/user/images/icn_arrow_04.png) no-repeat 2px 5px;
  background-size: 4px auto;
}
.footer__sitemap .footer__sitemap__list__contents ul a,
.footer__sitemap .footer__sitemap__list__contents ul span{
  font-size: 14px;
  line-height: 1.2;
  color: #3e3e3e;
}
.footer__sitemap .footer__sitemap__list__contents ul a.blank img{
  margin-left: 5px;
  vertical-align: baseline;
  width: 11px;
}

.footer__nav {
  background-color: #eee;
}
.footer__nav .inner {
  background-color: #eee;
  padding-bottom: 22px;
  padding-top: 22px;
  position: relative;
}
.footer__category {
  /* margin-bottom: 27px; */
  margin-bottom: 0px;
  text-align: center;
  font-size: 0;
}
.footer__category a.category__item {
  color: #3e3e3e;
  font-size: 14.51px;
  /* float: left; */
  display: inline-block;
  letter-spacing: .08px;
  line-height: 1.316;
  text-align: center;
  width: 19.167%;
  /*width: 230px;*/
}
.footer__category a + a {
  margin-left: 20px;
  /*margin-left: 3.8%;*/
}
.footer__category a .nav__images {
  margin-bottom: 10px;
}

.footer__links {
  margin: 0 auto;
  width: 740px;
}
.footer__links ul {
  margin-left: -30px;
}
.footer__links .footer__link01 {
  float: left;
  width: 52%;
}
.footer__links .footer__link01 + .footer__link01 {
  margin-left: 0;
}
.footer__links .footer__link__label {
  float: left;
  margin: 22px 0 0 30px;
}
.footer__links .footer__link__label a {
  color: #3e3e3e;
  font-size: 14.19px;
  letter-spacing: .02px;
  line-height: 1.024;
}
.footer__links .footer__link__label a.blank img {
  margin-left: 5px;
  vertical-align: baseline;
  width: 11px;
}

.link__to__pagetop {
  display: block;
  margin: 8px 0 0 50px;
  width: 50px;
}

@media (max-width: 768px) {
  .footer__sitemap{
    /* overflow: hidden; */
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
  }
  .footer__sitemap .footer__sitemap__list{
    width: auto;
    float: none;
    margin: 0 0 10px;
    display: block;
  }
  .footer__sitemap.col2 .footer__sitemap__list,
  .footer__sitemap.col3 .footer__sitemap__list,
  .footer__sitemap.col4 .footer__sitemap__list,
  .footer__sitemap.col5 .footer__sitemap__list,
  .footer__sitemap.col6 .footer__sitemap__list{
    width: auto;
    margin: 0 0 10px;
  }
  .footer__sitemap .footer__sitemap__list.no-title{
    padding-top: 0;
  }
  .footer__sitemap .footer__sitemap__list__title{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .footer__sitemap .footer__sitemap__list__contents .parent{
    display: block;
  }
  .footer__sitemap .footer__sitemap__list__contents .parent > ul > li{
    display: inline-block;
  }
  .footer__sitemap .footer__sitemap__list__contents ul{
    font-size: 0;
    display: block;
  }
  .footer__sitemap .footer__sitemap__list__contents > ul > li > ul > li > ul > li,
  .footer__sitemap .footer__sitemap__list__contents > ul > li > ul > li,
  .footer__sitemap .footer__sitemap__list__contents > ul > li{
    margin: 0 10px 0 0;
    display: block;
  }
  .footer__sitemap .footer__sitemap__list__contents > ul li{
    display: block;
    margin-top: 10px !important;
  }
  .footer__sitemap .footer__sitemap__list__contents > ul > li > ul li{
    background: url(/files/user/images/icn_arrow_04.png) no-repeat 2px 2px;
    background-size: 4px auto;
  }
  .footer__sitemap .footer__sitemap__list__contents > ul > li ul{
    padding: 0 0 0 5px;
  }
  .footer__sitemap .footer__sitemap__list__contents ul a,
  .footer__sitemap .footer__sitemap__list__contents ul span{
    font-size: 12px;
    line-height: 1.2;
    color: #3e3e3e;
  }
  .footer__sitemap .footer__sitemap__list__contents ul a.blank img{
    margin-left: 5px;
    vertical-align: baseline;
    width: 11px;
  }


  .footer__nav {
    padding: 0 20px;
  }
  .footer__nav .inner {
    padding-bottom: 0;
    padding-top: 36px;
  }
  .footer__nav .nav {
    margin: 0;
  }
  .footer__category {
    margin-bottom: 39px;
  }
  .footer__category a.category__item {
    display: block;
    float: none;
    margin: 0 0 21px;
    text-align: left;
    width: auto;
  }
  .footer__category a + a {
    margin: 0 auto;
  }
  .footer__category a .nav__images {
    display: block;
    margin-bottom: 10px;
    width: 57.17%;
  }
  .footer__category a span {
    display: block;
    font-size: 12px;
    line-height: 1.333;
    padding-left: 1em;
  }

  .link__to__pagetop {
    background-color: #e0e0e0;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: auto;
  }
  .link__to__pagetop span {
    background: url(/files/user/images/icn_arrow_top_black_01.png) right center no-repeat;
    background-size: 14px auto;
    color: #888;
    padding: 0 20px 0 0;
  }

  .footer__links {
    background-color: #fff;
    margin: 0 -20px;
    width: auto;
  }
  .footer__links .footer__link__label {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .footer__links .footer__link01 {
    border-bottom: 1px solid #eaeaea;
    float: none;
    margin: 0 auto;
    padding: 11px 20px 8px;
    width: 100%;
  }
  .footer__links .footer__link01 li {
    width: 50%;
  }
  .footer__links .footer__link01 li:nth-child(2n + 1) {
    float: left;
  }
  .footer__links .footer__link01 li:nth-child(2n) {
    border-left: 1px solid #eaeaea;
    float: right;
  }
  .footer__links .footer__link__label a {
    font-size: 12px;
  }
  .footer__links .footer__link01 li a {
    display: block;
    text-align: center;
  }
  .footer__links ul.footer__link02 {
    margin: 0 auto;
    padding: 12px 0 0;
    text-align: center;
    width: 100%;
  }
  .footer__links ul.footer__link02 li {
    margin-bottom: 15px;
  }
  .footer__links ul.footer__link02 li + li {
    border-left: 1px solid #eaeaea;
  }
  .footer__links ul.footer__link02 li:nth-child(4) {
    border: 0;
  }
  .footer__links ul.footer__link02 li a {
    padding: 0 10px;
  }
}


/* footer__sign
-------------------------------------------------- */
.footer__sign {
  background-color: #fff;
  padding-bottom: 27px;
  padding-top: 27px;
}
.footer__sign .footer__logo {
  margin: 0 auto 16px;
  width: 182px;
}
.footer__sign .copyright {
  color: #3e3e3e;
  font-size: 12.1px;
  letter-spacing: .08px;
  line-height: 1.168;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__sign {
    padding-bottom: 13px;
    padding-top: 15px;
  }
  .footer__sign .footer__logo {
    margin-bottom: 13px;
  }
  .footer__sign .copyright {
    font-size: 10px;
    line-height: 1;
  }
}


/* 拡大画像用モーダル処理
-------------------------------------------------- */
@media (max-width: 768px) {
  #js-imgModalBox{
    display: none !important;
  }
}
@media (min-width: 769px) {
  .js-imgModalWrap,
  .js-imgModalWrapEn{
    display: inline-block;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 10px;
  }
  .js-imgModalWrap:after,
  .js-imgModalWrapEn:after{
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/files/user/images/ico_search.png) no-repeat left center;
    padding-left: 20px;
    background-size: 14px 14px;
  }
  .js-imgModalWrap:after{content:'画像を拡大';}
  .js-imgModalWrapEn:after{content:'expansion';}
  .js-imgModalWrap > .js-imgModal,
  .js-imgModalWrapEn > .js-imgModal-en{
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-imgModalWrap > .js-imgModal:hover,
  .js-imgModalWrapEn > .js-imgModal-en:hover{
    cursor: pointer;
    opacity: 0.9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #js-imgModalBox{
    display: none;
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
  }
  #js-imgModalBoxInner{
    z-index: 9001;
    position: absolute;
    text-align: center;
    width: 80%;
    /*max-width: 800px;*/
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    min-height: 100px;
  }
  #js-imgModalBoxImg{
    width: auto !important;
    max-width: 100%;
    background: #fff;
    max-height: 100%;
    min-height: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
  #js-imgModalClose{
    position: absolute;
/*top: -64px;*/
      top: -15px;
/*right: -15px;*/
      right: -65px;
    display: block;
    font-size: 40px;
    line-height: 1.0;
    font-weight: bold;
    color: #111;
    text-decoration: none;
    background: url(/files/user/images/icn_menu_o.png) no-repeat center center #fff;
    background-size: 30px 30px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
  }
  #js-imgModalClose:hover{
    opacity: 1;
  }
  #js-imgModalBoxImgWrap{
        border: 15px solid #fff;
    display: inline-block;
    position: relative;
    background: #fff;
    height: 100%;
  }
}


/* 広告入稿ガイドのアンカー位置調整用 */
#digital,
#magazine{
  padding-top: 50px;
}
@media (max-width: 768px) {
  #digital,
  #magazine{
    padding-top: 65px;
    margin-top: 0;
  }
}


/* セミナートップ用リンク */
.mod-seminar-box01{
  margin: -50px 0 -20px;
}
.mod-seminar-box01 .mod-seminar-link{
  border: 1px solid #c9c9c9;
  display: block;
  color: #1d6465;
  background-color: #fff;
  font-weight: bold;
  width: 520px;
  margin: 0 auto;
  padding: 20px 40px;
}
.mod-seminar-box01 .mod-seminar-link:hover{
  opacity: 1;
  background-color: #effbf2;
  /* background-color: #1d6465; */
}
.mod-seminar-box01 .mod-seminar-info{
  display: table;
  width: 100%;
}
.mod-seminar-box01 .mod-seminar-info > dt,
.mod-seminar-box01 .mod-seminar-info > dd{
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
}
.mod-seminar-box01 .mod-seminar-info > dt{
  width: 225px;
  text-align: center;
}
.mod-seminar-box01 .mod-seminar-info > dt br{
  display: none;
}
.mod-seminar-box01 .mod-seminar-info > dd > span{
  display: inline-block;
  color: #000;
  padding-left: 25px;
  background: url(/files/user/images/icn_arrow_mod_01.png) no-repeat left center;
}
@media (max-width: 768px) {
  .mod-seminar-box01{
    margin: 20px 0;
  }
  .mod-seminar-box01 .mod-seminar-link{
    border: 1px solid #c9c9c9;
    display: block;
    color: #1d6465;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }
  .mod-seminar-box01 .mod-seminar-link:hover{
    opacity: 1;
    background-color: #effbf2;
    /* background-color: #1d6465; */
  }
  .mod-seminar-box01 .mod-seminar-info{
    display: block;
    width: 100%;
  }
  .mod-seminar-box01 .mod-seminar-info > dt,
  .mod-seminar-box01 .mod-seminar-info > dd{
    display: block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
  }
  .mod-seminar-box01 .mod-seminar-info > dt{
    width: auto;
    margin-bottom: 5px;
  }
  .mod-seminar-box01 .mod-seminar-info > dt br{
    display: none;
  }
  .mod-seminar-box01 .mod-seminar-info > dd > span{
    display: inline-block;
    color: #000;
    padding-left: 15px;
    line-height: 1.5;
    background: url(/files/user/images/icn_arrow_mod_01.png) no-repeat left center;
    background-size: 8px 9px;
  }
}
/* セミナー サービス概要 */
/*---------------------------------------------------------------------
クラス
---------------------------------------------------------------------*/
.font__bold{font-weight: bold !important;}

/*---------------------------------------------------------------------
header
---------------------------------------------------------------------*/
.seminar .global__nav .logo {
  margin-right: 40px;
}
.seminar .global__nav .nav{
  width: auto;
}
.seminar .global__nav .nav .nav__list + .nav__list {
  margin-left: 30px;
}
.seminar .global__nav .btnWrap{
  float: right;
  display: flex;
}
.seminar .global__nav .btn__inquiry{
  margin-left: 10px;
}
.seminar .global__nav .btn__inquiry a{
  padding: 10px 10px 9px;
}
.seminar .global__nav .btn__inquiry.color__wht a{
  border: 1px solid #059a91;
  background: #fff;
  color: #059a91;
  padding: 9px 10px 8px;
}
@media (max-width: 768px){
  .seminar .global__nav .nav .nav__list + .nav__list {
    margin-left: 0;
  }
  .seminar .global__nav .btnWrap{
    float: none;
    display: block;
    margin-bottom: 30px;
  }
  .seminar .global__nav .btn__inquiry a,
  .seminar .global__nav .btn__inquiry.color__wht a{
    padding: 14px 0 11px 0;
  }
}


/*---------------------------------------------------------------------
サービス概要
---------------------------------------------------------------------*/
/* row__box03
-------------------------------------------------- */
.seminar .row__box03 .inner{
  padding-top: 65px;
}
.seminar .row__880 .col__img{
  width: 480px;
}
.seminar .row__880 .txt__box,
.seminar .row__880 .paragraph__lead{
  width: 370px;
}
@media (max-width: 768px){
  .seminar .row__box03 .inner{
    padding-top: 20px;
  }
  .seminar .row__box03 + .row__box03 .inner{
    border-top: 1px solid #dcdcdc;
  }
  .seminar .row__880 .col__img,
  .seminar .row__880 .txt__box,
  .seminar .row__880 .paragraph__lead{
    width: auto;
  }

}

/* btn__list
-------------------------------------------------- */
.seminar .btn__listWrap{
  background: #eef3f3;
  padding: 40px 0;
  margin: 90px auto 130px;
}
.seminar .btn__listWrap .sub__txt{
  margin-bottom: 20px;
  text-align: center;
}
.seminar .btn__list02 {
  margin-top: 0;
}
.seminar .btn__list02 li {
  background-position: 10px center;
  margin: 0 auto 40px;
}
.seminar .btn__list02 li a {
  padding: 0 0 0 80px;
}
.seminar .btn__list02 li.entry__list01 {
  width: 400px;
  border-color: #059a91;
  background-color: #fff;
}
.seminar .btn__list02 li.entry__list01 > a{
  color: #059a91;
  font-size: 22px;
}
@media (max-width: 768px) {
  .seminar .btn__listWrap{
    margin: 10px -10px -40px;
    padding: 20px 0;
  }
  .seminar .btn__listWrap .sub__txt{
    margin-bottom: 10px;
    font-size: 14px;
  }
  .seminar .btn__list02 li {
    background-size: 35px auto;
    background-position: 20px center;
    width: 85%;
  }
  .seminar .btn__list02 li:last-child {
    margin-bottom: 0;
  }
  .seminar .btn__list02 li a {
    padding: 20px 15px 20px 55px;
  }
  .seminar .btn__list02 li.entry__list01{
    width: 85%;
  }
  .seminar .btn__list02 li.entry__list01 > a{
    font-size: 16px;
    padding: 20px 5px 20px 70px;
  }
}

/* foot area__link
-------------------------------------------------- */
.seminar .foot.area__link .sub__txt{
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .seminar .foot.area__link .sub__txt{
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* mod-seminar-sub__heading
-------------------------------------------------- */
.mod-seminar-sub__heading{
  font-size: 24px;
  line-height: 1.333;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px){
  .mod-seminar-sub__heading{
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/* mod-seminar-txt__link
-------------------------------------------------- */
.mod-seminar-txt__link{
  color: #059a91;
}
.mod-seminar-txt__link .icon{
  width: 24px;
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .mod-seminar-txt__link .icon{
    width: 16px;
  }
}

/* mod-seminar-anker_links
-------------------------------------------------- */
.mod-seminar-anker_links{
  margin: 40px auto;
}
.mod-seminar-anker_links .inner{
  display: flex;
  justify-content: space-between;
}
.mod-seminar-anker_links .item{
  display: flex;
  flex-direction: column;
  width: 320px;
  padding: 0 20px 30px;
  background: #eef3f3;
}
.mod-seminar-anker_links .item__img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 158px;
}
.mod-seminar-anker_links .item__img img{
  width: 108px;
  height: auto;
}
.mod-seminar-anker_links .item__list{
  padding: 0 10px;
}
.mod-seminar-anker_links .item__list > li{
  position: relative;
  padding-left: 0.7em;
  line-height: 1.8;
}
.mod-seminar-anker_links .item__list > li:before{
  position: absolute;
  left: 0;
  top: .6em;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  background: #007677;
}
.mod-seminar-anker_links .item__linkBtn{
  position: relative;
  margin-top: auto;
  padding-top: 25px;
}
.mod-seminar-anker_links .item__linkBtn a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  border: 2px solid #0c5e5f;
  color: #0c5e5f;
  font-weight: bold;
  letter-spacing: -1px;
}
.mod-seminar-anker_links .item__linkBtn a .icon{
  width: 11px;
  margin-right: 5px;
}
.mod-seminar-anker_links .item__linkBtn:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #99cfcf transparent transparent transparent;
}
@media (max-width: 768px) {
  .mod-seminar-anker_links{
    margin: 20px auto 40px;
  }
  .mod-seminar-anker_links .inner{
    display: block;
  }
  .mod-seminar-anker_links .item{
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
  .mod-seminar-anker_links .item:last-child{
    margin-bottom: 0;
  }
  .mod-seminar-anker_links .item__img{
    height: auto;
  }
  .mod-seminar-anker_links .item__img img{
    width: 80px;
  }
  .mod-seminar-anker_links .item__list{
    padding: 5px 0 0;
  }
  .mod-seminar-anker_links .item__list > li{
    line-height: 1.6;
    font-size: 14px;
  }
  .mod-seminar-anker_links .item__list > li:before{
    width: 6px;
    height: 6px;
  }
  .mod-seminar-anker_links .item__linkBtn a{
    height: 44px;
    letter-spacing: normal;
    font-size: 12px;
    position: relative;
  }
  .mod-seminar-anker_links .item__linkBtn a .icon{
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translate(0, -50%);
  }
  .mod-seminar-anker_links .item__linkBtn:before{
    top: 5px;
    border-width: 11px 11px 0 11px;
  }
}


/* 企業出版改修 2020-06
-------------------------------------------------- */
/* ラベル */
.c-label_brown{
  display: inline-block;
  font-size: 15px;
  vertical-align: bottom;
  padding: 10px 15px;
  background: #714116;
  margin-left: 40px;
  color: #fff;
  min-width: 240px;
}

/* アコーディオン */
.c-accordion .accordion__item{
  border: 1px solid #c6c6c6;
  border-width: 1px 1px 0;
}
.c-accordion .accordion__item + .accordion__item{
  border-width: 0 1px;
}
.c-accordion .accordion__item .accordion__title{
  border-bottom: 1px solid #c6c6c6;
  line-height: 1.5;
}
.c-accordion .accordion__item .accordion__title{
  background: url(/files/user/images/icn_open_brown.png) 96% center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  float: none;
  padding: 16px 80px 16px 29px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 100%;
}
.c-accordion .accordion__item .active .accordion__title{
  background-image: url(/files/user/images/icn_close_brown.png);
}
.c-accordion .accordion__item .accordion__head:hover .accordion__title{
  background-color: #f6f2ee;
}
.c-accordion .accordion__item .accordion__body {
  background-color: #fff;
  border-bottom: 1px solid #c6c6c6;
  display: none;
  padding: 30px 41px 41px 39px;
}

/* 事例 */
.c-dl_example_title{
  color: #ba5d03;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .02px;
  margin-bottom: 17px;
  text-align: center;
  margin: 50px 0 30px;
}
.c-dl_example_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-dl_example{
  width: 415px;
  /* background-color: #fbfaf9; */
  background-color: #F4F3F3;
  margin: 0 0 50px 0;
  display: flex;
flex-direction: column;
}
.c-dl_example dt{
  /* background-color: #efebe7; */
  background-color: #B1A7D2;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  color: #352275;
  /* color: #382979; */
}
.c-dl_example dd{
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height:1.4;

  color: #352275;
  /* color: #382979; */
  /* height: 100%; */
}
.c-dl_example dd + dd{
  padding-top: 0;
}
.c-dl_example dd.c-dl_example_name{
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #352275;
}
.c-dl_example dd.c-dl_example_price{
  color: #ba5d03;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-top: auto;
}

/* フロー図(カスタム出版：企業出版) */
.p-custom-book_flow{
  padding-left: 80px;
  background: url(/files/user/images/custom/book/book_flow_pc.png) no-repeat left top;
  background-size: 70px auto;
}

/* フロー図(カスタム出版：社史) */
.p-custom-his_flow{
  padding-left: 80px;
  background: url(/files/user/images/custom/book/his_flow_pc.png) no-repeat left top;
  background-size: 70px auto;
}

/* フロー図(カスタム出版：広報誌定期刊行物) */
.p-custom-pr_flow{
  padding-left: 80px;
  background: url(/files/user/images/custom/book/pr_flow_pc.png) no-repeat left top;
  background-size: 70px auto;
}

/* フロー図(カスタム出版：CSR報告書) */
.p-custom-web_flow{
  padding-left: 80px;
  background: url(/files/user/images/custom/book/web_flow_pc.png) no-repeat left top;
  background-size: 70px auto;
}

/* 汎用＆WYSIWYG */
.c-wysiwyg,
.c-wysiwyg p,
.c-text{
  font-size: 16px;
  line-height:1.4;
}
.c-wysiwyg em{
  font-style: italic;
}
.c-wysiwyg strong{
  font-weight: bold;
}
.c-wysiwyg p + p{
  margin-top: 30px;
}
.c-wysiwyg p + h3{
  margin-top: 40px;
}
.c-wysiwyg a{
  color: #ba5d03;
  text-decoration: underline;
}
.c-wysiwyg a:hover{
  text-decoration: none;
}
.c-wysiwyg ul li{
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height:1.4;
  margin-bottom: 5px;
}
.c-wysiwyg ul li::before{
  content:'◆';
  display: block;
  position: absolute;
  font-size: 12px;
  top: 3px;
  left: 0;
}

@media (max-width: 768px){
  /* ラベル */
  .c-label_brown{
    display: inline-block;
    margin-left: 0;
    font-size: 12px;
    padding: 5px 10px;
  }
  /* アコーディオン */
  .continer__accordion {
    border-top: 1px solid #f3f3f3;
    margin: 0 -10px;
    padding: 0 10px;
  }
  .continer__accordion .accordion__item .accordion__title {
    background-size: 16px auto;
    font-size: 15px;
    padding: 8px 9% 8px 9px;
    width: 100%;
  }
  .continer__accordion .accordion__item .accordion__head:hover .accordion__title {
    background-color: #fff;
  }
  .continer__accordion .accordion__item .accordion__body {
    padding: 15px;
  }
  /* 事例 */
  .c-dl_example_title{
    font-size: 20px;
    margin: 30px 0 20px;
  }
  .c-dl_example_box{
    display: block;
  }
  .c-dl_example{
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
  }
  .c-dl_example dt{
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 1.35;
  }
  .c-dl_example dd{
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
    line-height:1.35;
  }
  .c-dl_example dd.c-dl_example_name{
    font-size: 16px;
    line-height: 1.4;
  }
  .c-dl_example dd.c-dl_example_price{
    color: #ba5d03;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-top: auto;
  }

  /* フロー図(カスタム出版：企業出版) */
  .p-custom-book_flow{
    padding-left: 45px;
    background: url(/files/user/images/custom/book/book_flow_sp.png) no-repeat left top;
    background-size: 40px auto;
  }

  /* フロー図(カスタム出版：社史) */
  .p-custom-his_flow{
    padding-left: 45px;
    background: url(/files/user/images/custom/book/his_flow_sp.png) no-repeat left top;
    background-size: 40px auto;
  }

  /* フロー図(カスタム出版：広報誌定期刊行物) */
  .p-custom-pr_flow{
    padding-left: 45px;
    background: url(/files/user/images/custom/book/pr_flow_sp.png) no-repeat left top;
    background-size: 40px auto;
  }

  /* フロー図(カスタム出版：CSR報告書) */
  .p-custom-web_flow{
    padding-left: 45px;
    background: url(/files/user/images/custom/book/web_flow_sp.png) no-repeat left top;
    background-size: 40px auto;
  }

  /* 汎用＆WYSIWYG */
  .c-wysiwyg,
  .c-wysiwyg p,
  .c-text{
    font-size: 14px;
    line-height:1.35;
  }
  .c-wysiwyg p + p{
    margin-top: 15px;
  }
  .c-wysiwyg p + h3{
    margin-top: 20px;
  }
  .c-wysiwyg ul li{
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height:1.4;
    margin-bottom: 5px;
  }
  .c-wysiwyg ul li::before{
    content:'◆';
    display: block;
    position: absolute;
    font-size: 12px;
    top: 3px;
    left: 0;
  }
}