/* 
 * ------- additional css elements  ---------------------
 */
.wf-ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
/*===========================
table
===========================*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  vertical-align: middle;
  color: #333;
  border: 1px #ccc solid;
  text-align: center;
}
table td {
  vertical-align: middle;
  background-color: #FFF;
  border: 1px #ccc solid;
}
@media only screen and (max-width: 768px) {
  table {
    border-top: 1px #ccc solid;
  }
  table th {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
/*===========================
others
===========================*/
.content h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.content h4.various1 {
  padding: .5em .75em;
  background-color: #EEEEEE;
  margin-bottom: 0.6em !important;
}
.box2 {
  background-color: #eeeeee;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #eeeeee;
  padding: 2em;
}
/*----------------------------
list
-----------------------------*/
.content ul.circle, .content ul.check {
  position: relative;
}
.content ul.circle li {
  padding: 0 0 0.5em 1.2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #CCC;
}
.content ul.check li {
  padding: 0 0 0.5em 2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #CCC;
}
.content ul.circle li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  left: 0.5em;
  margin-top: 0.6em;
}
.content ul.check li::before {
  position: absolute;
  content: "\f14a";
  font-family: FontAwesome;
  left: 0.3em;
  font-size: 1.3em;
}
.content ol.number-list {
  display: block;
  list-style-position: outside;
}
.content ol.number-list li {
  list-style-type: decimal;
  padding: 0 0 0 10px;
  margin-bottom: 1em;
  margin-left: 2em;
}
/*---------------------

　AFP制作時追加　

---------------------*/
h2 {
  font-size: 2.6em;
  text-align: center;
  margin-bottom: 2em;
}
h3 {
  font-size: 1.6em;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}
h3::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: 1;
  content: '';
  display: block;
  height: 3px;
  background: #dcdcdc;
  width: 120px;
  margin-left: -60px;
}
.catch_blue {
  color: #c2d2f0;
  font-size: 1.2em;
}
.catch_red {
  color: #f2cec7;
  font-size: 1.2em;
}
.catch_s {
  font-size: 0.8em;
}
/*　写真と文　幅いっぱいに配置する　*/
/*　囲み（親要素）　*/
.crosswrap {
  display: flex;
}
/*　コンテンツ（子要素）　*/
.cross {
  width: 50%;
  background: #fffdf7;
  padding: 0;
  margin: 0;
}
.cross img {
  width: 100%;
}
/*　テキストはこの中に　*/
.crosstxt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  margin: auto;
  height: 100%;
}
/*　tel・mail　ボタン　*/
.li_bnr {
  text-align: center;
}
.li_bnr li {
  display: inline-block;
  width: 30%;
  height: 30px;
  margin: 0 3%;
  background: #000;
  color: #FFF;
  line-height: 30px;
}
.li_bnr li a {
  display: block;
  width: 100%;
  color: #FFF;
  text-decoration: none;
}
.li_bnr li a:hover {
  background: #666;
}
/*　box（適宜色を変更してください）　*/
/*　角丸　枠線　*/
.box3 {
  border: 2px solid #a6b391;
  border-radius: 15px;
  padding: 2em;
}
/*　角丸　背景色　破線　*/
.box4 {
  padding: 2em;
  margin: 2em 0;
  color: #565656;
  background: #f0f5e4;
  box-shadow: 0px 0px 0px 10px #f0f5e4;
  border: dashed 2px #a8c97f;
  border-radius: 8px;
}
/*　背景色　破線囲み　*/
.box5 {
  padding: 2em;
  margin: 2em 0;
  background: #f0f5e4;
  border: dashed 2px #a8c97f; /*点線*/
}
/*　線　クロス　*/
.box6 {
  margin: 2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px #a6b391;
  border-bottom: solid 2px #a6b391;
}
.box6:before, .box6:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #a6b391;
}
.box6:before {
  left: 10px;
}
.box6:after {
  right: 10px;
}
.box6 p {
  margin: 0;
  padding: 0;
}
/*文字大きさ*/
.tx120 {
  font-size: 1.2em;
}
.tx140 {
  font-size: 1.4em;
}
.tx160 {
  font-size: 1.6em;
}
.tx180 {
  font-size: 1.8em;
}
/*******************************
width
*******************************/
.w80 {
  width: 80%;
  margin: auto;
}
.w70 {
  width: 70%;
  margin: auto;
}
.w60 {
  width: 60%;
  margin: auto;
}
.w50 {
  width: 50%;
  margin: auto;
}
.w40 {
  width: 40%;
  margin: auto;
}
/*　その他　*/
.lh2em {
  line-height: 2em;
}
.comingsoon {
  font-size: 3em;
  padding: 3em;
  border: #98ad7b solid 2px;
  color: #98ad7b;
  border-radius: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .w80, .w70, .w60, .w50, .w40 {
    width: auto;
    margin: auto;
  }
}
@media screen and (max-width: 560px) {}

.number2 ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.number2 ol li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 2em;
}
.number2 ol li:before {
    position: absolute;
    font-family: "Quicksand", sans-serif;
    content: counter(number);
    counter-increment: number;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FFD11F;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
}