@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Page
---------------------------------------*/

#page .page-area {
  margin: 0;
}
#page .page-area .h1-bk {
  background: url("img/lower-h1-bg.png");
  border-radius: 6px;
  padding: 10px;
}
#page .page-area h1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 26px;
    padding: 18px 50px 18px 20px;
    text-align: center;
    font-weight: normal;
    background: #fff;
    position: relative;
    line-height: 1.3em;
}

/*
#page .page-area h1::after {
    position: absolute;
    content: "";
    display: block;
    background: url("img/h1-illust.png") no-repeat;
    height: 87px;
    width: 167px;
    bottom: -42px;
    right: 0px;
}
*/


#page .page-area h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    font-weight: normal;
    background: url("img/sp-h2.png");
    border-radius: 6px;
    margin: 30px 0 20px;
    line-height: 1.4em;
}
#page .page-area h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  padding: 8px 8px 8px 38px;
  font-weight: normal;
  border-radius: 6px;
  border: 1px solid #6aad9f;
  margin: 30px 0 20px;
  position: relative;
}
#page .page-area h3::after {
    position: absolute;
    background: #6aad9f;
    width: 4px;
    height: 23px;
    top: 13px;
    left: 20px;
    display: block;
    content: "";
    border-radius: 6px;
}
#page .page-area h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  padding: 0px 8px 3px 18px;
  font-weight: normal;
  border-bottom: 1px solid #99b4e6;
  margin: 30px 0 20px;
  position: relative;
}
#page .page-area h4::after {
    position: absolute;
    background: #99b4e6;
    width: 4px;
    height: 22px;
    top: 5px;
    left: 0px;
    display: block;
    content: "";
    border-radius: 6px;
}
.footer-bunner a {
  display: block;
}

#page .page-area ol, #page .page-area ul {
    border: 1px solid #6aad9f;
    margin: 20px 0px;
    padding: 10px 20px;
    border-radius: 6px;
}
#page .page-area ul li, #page .page-area ol li {
    border-bottom: 1px dashed #ccc;
    line-height: 1.6;
    font-size: 14px;
    padding: 12px 0px 9px 30px;
    position: relative;
}
#page .page-area ul li::before {
    content: url("img/li-ico.png");
    margin-right: 10px;
    position: absolute;
    height: 11px;
    width: 16px;
    display: block;
    left: 0;
    top: 13px;
}
#page .page-area ol {
    counter-reset: number;
}
#page .page-area ol li::before {
    display: block;
    background-color: #fc6f59;
    color: #fff;
    content: counter(number);
    counter-increment: number;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 12px;
}
/* ================== */
/*  link   */
/* ================== */
.btn-web {
    background: #fc6f59;
    position: relative;
    display: block;
    padding: 18px 54px 15px 26px;
    color: #fff;
    text-align: center;
    transition: .4s ease;
    line-height: 1.4em;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 50px 30px;
}
.btn-web::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    right: 20px;
    position: absolute;
    top: 23px;
    transform: rotate(-45deg);
    width: 7px;
}
.btn-internal {
    background: #fceb8d;
    position: relative;
    display: block;
    padding: 18px 54px 15px 26px;
    color: #333;
    text-align: center;
    transition: .4s ease;
    line-height: 1.4em;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 50px 30px;
}
.btn-internal::after {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    content: "";
    display: block;
    height: 7px;
    right: 20px;
    position: absolute;
    top: 23px;
    transform: rotate(-45deg);
    width: 7px;
}
.btn-tel {
    background: #6bbf95;
    position: relative;
    display: block;
    padding: 18px 54px 15px 26px;
    color: #fff;
    text-align: center;
    transition: .4s ease;
    line-height: 1.4em;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 50px 30px;
}
.btn-tel::after {
    background: url("img/tel.png") no-repeat;
        background-size: auto auto;
    content: "";
    display: block;
    height: 24px;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 21px;
    background-size: cover;
}
.btn-link {
  color: #fc6f59;
  font-weight: bold;
  padding: 10px 0 30px 24px;
  background: url("img/link-txt.png") no-repeat left top 13px;
  display: inline-block;
  text-decoration: underline;
}
.btn-link:hover {
  text-decoration: none;
}
.footer-bunner {
  margin: 40px 0 0 0;
}
#page h2:nth-of-type(6) + ul {
  display: none;
}
/* ================== */
/*  関連ページ  */
/* ================== */
#related-entries {
  border: 1px solid #69aca3;
  margin: 30px 10px;
}
#related-entries .related-ttl {
  background: url(img/line-x.png) repeat-y;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
#related-entries ul li a {
  font-size: 13px;
  position: relative;
  padding: 16px 0 14px 30px;
  display: block;
  border-top: 1px solid #69aca3;
}
#related-entries ul li a::after {
    border-bottom: 2px solid #69aca3;
    border-right: 2px solid #69aca3;
    content: "";
    display: block;
    height: 8px;
    left: 7px;
    position: absolute;
    top: calc(50% - 6px);
    transform: rotate(-45deg);
    width: 8px;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
  border-collapse:separate;
  border-spacing:2px;
  font-size: 14px;
  margin: 20px 0px;
  width: 100%;
}
th {
  background-color:#dbedea;
  text-align:center;
  padding: 20px;
}
td {
  border:1px solid #dbedea;
  padding: 20px;
  background: #fff;
}