@charset "utf-8";

/* ------------------------------
　　top.html
------------------------------ */
.topMessage:before,
.topMessage:after {
  content: "";
  display: block;
}

.topMessage img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.topMessage:after {
  clear: both;
}

h3.messageGood {
  font-size: 1.4em;
  color: #0080ff;
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.topMessage p {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* 見出し*/
h2 {
  position: relative;
  padding: .3em .2em .3em 1.5em;
  border: 1px solid #ccc;
}

h2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #ff9a9a;
  border-radius: 4px;
}

.moduleHeader {
  border: none;
}

h2.moduleHeading,
.entryColumn h2 {
  position: relative;
  padding: .5em .5em .5em 1.5em;
  border: none;
}

h2.moduleHeading::after,
.entryColumn h2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #ff9a9a;
  border-radius: 4px;
}


.acms-page-header {
  border: none;
}

h1.entryTitle {
  position: relative;
  padding: .5em 1em .5em 1em;
  border: 1px solid #ccc;
}

h1.entryTitle::after {
  position: absolute;
  top: .5em;
  left: .2em;
  content: '';
  width: 8px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #ff9a9a;
  border-radius: 3px;
}

.entryColumn h3 {
  font-weight: bolder;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #006565;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #006565;
  padding-top: 5px;
  padding-left: 8px;
  padding-bottom: 5px;
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
  font-weight: bolder;
  color: #00478a;
}

/* 定義リスト*/
.entryColumn dt {
  font-size: 1.2em;
  font-weight: bolder;
  color: #006565;
}

.entryColumn dd {
  margin-bottom: 1em;
}

/* グローバルナビ*/
@media (min-width: 1024px) {
  .headerLogo {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: ;
  }

  h1.siteName {
    padding-top: 0px;
    margin-top: 0px;
  }

  .headerNav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5 5 5px;
    background-color: #ff9a9a;
  }

  .navbar>ul {
    width: 100%;
  }

  .navbar li {
    margin: 0px;
  }

  /* グローバルナビ9個の場合・10個の場合は9%*/
  .navbar>ul>li {
    /* width: 10%; */
    margin-left: 0px;
  }

  .navbar>ul>li:last-child {
    /* width: 10%; */
  }

  .navbar>ul>li>a {
    margin: 0;
    padding: .5em 1em;
    border-right: 1px solid #fff;
    font-size: 98%;
    color: #ffffff;
  }

  .navbar>ul>li:first-child a {
    border-left: 1px solid #fff;
  }

  .navbar>ul>li>a.btnAttention {
    display: block;
    margin: 0 0 0 30px;
  }

  .navbar>ul>li>ul {
    margin-left: 0;
  }

  .navbar li.stay a {
    border-bottom: 4px solid #006565;
    color: #ffffff;
  }

  .navbar li:hover a {
    border-bottom: 4px solid #006565;
    color: #ffffff;
  }

  /* コース子カテゴリナビ*/
  .navbar li li,
  .navbar li li a {
    background-color: #255eb0;
    border-top: 1px;
    border-color: #ffffff;
    font-size: 95%;
    width: 110px;
  }

  .navbar li li a:hover {
    background-color: #47d1b8;
  }
}

/* スマホ用Start*/
@media (max-width: 1023px) {
  div#nav.offcanvasBar {
    background-color: #;
  }
}

/* スマホ用End*/

.top-header {
  background-color: #;
  text-align: center;
  padding: 5px;
}

/* header.html　サイトネーム*/
.siteName,
.siteName a {
  color: #000000;
}

.siteName a:hover,
.siteName a:focus,
.siteName a:active,
.siteName a:visited {
  color: #000000;
}

.siteNameSubText {
  font-size: 16px;
  color: #cc0000;
}

.siteNameText {
  font-size: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .siteNameText {
    font-size: 24px;
  }
}

/* header.html　右側電話番号のエリアの設定*/
.header-right-area {
  padding-top: 10px;
}

/*  768px〜1024pxの間にパディングトップを適用（タブレットの幅）*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-right-area {
    padding-top: 50px;
  }
}

.header-tel a,
.header-tel {
  font-size: 24px;
  color: #006565;
  font-weight: bold;
  padding-right: 8px;
}

.header-tel a {
  text-decoration: none;
}

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

  .header-tel a,
  .header-tel {
    font-size: 20px;
  }
}


.original-headerText {
  font-size: 110%;
  margin-bottom,
  padding-bottom: 0;
}

.original-headerText-2 {
  color: #;
  font-weight: bold;
  font-size: 110%;
  margin-bottom,
  padding-bottom: 0;
}

.original-headerAddress {
  padding-top: 0px;
  margin-top: 5px;
  font-size: 110%;
}

.headerRightNavi,
.headerRightNavi a {
  display: inline-block;
  background-color: #ff9a9a;
  color: #fff;
  font-weight: bolder;
  padding: 3px 0px 3px 3px;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
}

.headerRightNavi a {
  text-decoration: none;
}

/* ------------------------------
　　entryのTable
------------------------------ */
.entryColumn th,
.entryColumn td {
  border: 1px solid #eeeeee;
}

.entryColumn th {
  background-color: #acdbc5;
  color: #333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .entryColumn td {
    background-color: #ffffff;
    padding: 10px 10px;
  }
}

@media screen and (min-width: 768px) {
  .entryColumn th {
    padding: 10px 10px;
    white-space: nowrap;
  }
}

/* ------------------------------
　　よくある質問
------------------------------ */
p.faqFlow {
  font-size: 1.4em;
  font-weight: bolder;
  color: #0080ff;
}

p.point {
  background: #fffbec;
  font-size: 1.3em;
  padding: 10px;
  border-radius: 8px;
}

@media screen and (max-width: 480px) {
  p.point {
    padding: 5px;
  }
}

/*-------------------------------------------------
ボタン（黄色・中央）
---------------------------------------------*/
.entryColumn p.entryBtnAttention2 a {
  background: #ff9a00;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  display: block;
  margin: 0 30% 0 30%;
  text-align: center;
  font-size: 25px;

}

.entryColumn p.entryBtnAttention2 a:hover,
.entryColumn p.entryBtnAttention2 a:visited {
  color: #FFF;
  text-decoration: none;
}

.entryColumn p.entryBtnAttention2 a:focus,
.entryColumn p.entryBtnAttention2 a:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.entryColumn p.entryBtnAttention2 a:hover {
  background-color: #ff9a00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd87d', endColorstr='#ffff9a00', GradientType=0);
  background-image: -moz-linear-gradient(top, #fdd87d, #ff9a00);
  background-image: -ms-linear-gradient(top, #fdd87d, #ff9a00);
  background-image: -o-linear-gradient(top, #fdd87d, #ff9a00);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fdd87d), to(#ff9a00));
  background-image: -webkit-linear-gradient(top, #fdd87d, #ff9a00);
  background-image: linear-gradient(top, #fdd87d, #ff9a00);
  color: #ffffff;
}

.entryColumn p.entryBtnAttention2 a:active,
.entryColumn p.entryBtnAttention2 a:focus {
  background: #eda800;
}