@charset "UTF-8";
/*--------------------------------------------
		common
---------------------------------------------*/
a {
  color: #2679bf;
}

b,
strong,
.txt-bold {
  font-weight: bold;
}

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

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

.align-right {
  text-align: right;
}

.indent-list li,
.indent-txt {
  text-indent: -1em;
  line-height: 1.5;
  padding-left: 1em;
  margin: 0.5em 0;
}

.pc {
  display: none;
}

/*-------------- .page-ttl ----------------*/
.page-ttl {
  height: 210px;
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 26px;
}

.page-ttl:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 8px auto 0;
}

/*-------------- .bread-crumb ----------------*/
.bread-crumb {
  width: 100%;
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  font-size: 12px;
  line-height: 1.2;
  padding: 0 10px;
  position: absolute;
  top: 183px;
  left: 0;
  z-index: 4000;
}

.bread-crumb:before, .bread-crumb:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
}

.bread-crumb:after {
  display: none;
}

.bread-crumb > li {
  display: inline-block;
}

.bread-crumb > li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url("/common/img/icon_arrow_right.png") no-repeat 0 0;
  background-size: contain;
  color: #fff;
  margin: 0 0.5em;
}

.bread-crumb > li:first-child {
  margin-left: 0.5em;
}

.bread-crumb > li:last-child:after {
  display: none;
}

.bread-crumb > li a {
  color: #fff;
}

/*-------------- .ttl-style ----------------*/
.ttl {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.ttl--style01 {
  color: #2d4d42;
  letter-spacing: 0.07em;
  margin-bottom: 0.8em;
}

.ttl--style02 {
  color: #2d4d42;
  border-left: 3px solid #2d4d42;
  padding-left: 0.5em;
  margin-bottom: 1.3em;
}

.ttl--style03 {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.ttl--style03--border {
  margin-bottom: 1.7em;
}

.ttl--style03--border > span {
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 0.3em;
}

.ttl--style04 {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #999;
  letter-spacing: 0.08em;
  margin-bottom: 3em;
}

.ttl--style04__english {
  display: block;
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  color: #000;
  font-size: 29px;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  margin-bottom: -0.08em;
}

.ttl--style04:after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: #000;
  margin: 1.5em auto 0;
}

.ttl--style05 {
  text-align: center;
  border-top: 2px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding-top: 2em;
  margin-bottom: 1.5em;
  position: relative;
}

.ttl--style05:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 0;
}

/*-------------- .btn ----------------*/
.btn-wrap {
  font-size: 0;
  display: block;
  text-align: center;
  position: relative;
}

.btn--style01 {
  display: inline-block;
  width: 47%;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  background: #000;
  padding: 0.8em 0;
  margin-left: 6%;
}

.btn--style01:nth-of-type(1) {
  margin-left: 0;
}

/*-------------- .contents-menu ----------------*/
.contents-menu {
  text-align: center;
  font-size: 11px;
  background: url("/common/img/bg_contents_menu.png") repeat 0 0;
  background-size: 6px;
  padding: 1em 0 1.1em;
  margin: 4em 0 5.5em;
}

.contents-menu__ttl {
  font-family: "sofia-pro-condensed", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "San Francisco", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  /* 600 or 300 */
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
}

.contents-menu li {
  display: inline-block;
}

.contents-menu li a {
  display: inline-block;
  color: #000;
  background: #fff;
  border: 1px solid #666;
  border-radius: 3em;
  line-height: 1.2;
  padding: 0.7em 1.2em;
  margin: 0 0.1em;
}

@media screen and (max-width: 959px) {
  .contents-menu--sp-long li {
    width: 80%;
    margin-bottom: 0.2em;
  }
  .contents-menu--sp-long li a {
    display: block;
    margin-bottom: 0.4em;
  }
  .contents-menu--sp-long li:last-child a {
    margin-bottom: 0;
  }
}

/*-------------- .simple-table ----------------*/
@media screen and (max-width: 959px) {
  .simple-table,
  .simple-table tr,
  .simple-table th,
  .simple-table td {
    display: block;
  }
  .simple-table tr {
    margin-bottom: 1.8em;
  }
  .simple-table tr:last-child {
    margin-bottom: 0;
  }
  .simple-table__nomargin {
    margin-bottom: 0 !important;
  }
  .simple-table th {
    font-weight: bold;
    margin-bottom: 0.3em;
  }
}

.scroll-effect {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}
