@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP","ヒラギノ角ゴ pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #302722;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

.fnt-maru,
.title01,
.title02,
.sec-ttl01,
.sec-ttl02,
#main-ttl {
  font-family: "M PLUS 1p", sans-serif;
}

.sp_none {
  display: none !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

a:link {
  text-decoration: none;
  color: #302722;
}

a:visited {
  text-decoration: none;
  color: #302722;
}

a:active {
  text-decoration: none;
  color: #302722;
}

a:hover {
  text-decoration: none;
  color: #302722;
}

.inbox {
  padding: 0 3%;
}

.text-box p {
  padding-bottom: 1.8em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-box p br {
  display: none;
}

.text-box p:last-child {
  padding-bottom: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumb.no-photo {
  background: #d7d7d7;
}
.thumb.no-photo img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

img {
  max-width: 100%;
}

/*footer 固定 css*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow: hidden;
}

/*flex*/
.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.fle-bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fle-aro {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fle-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fle-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fle-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

.flex-wrap > .flex:nth-child(2n) div:nth-child(2n) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/*header
---------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
  background: #fff;
}

.h1-text {
  display: none;
}

.h-in {
  position: relative;
}

.h-right {
  width: 100%;
}

.h-left {
  width: 200px;
  padding: 10px 0;
}

.h-dl {
  width: 100%;
}
.h-dl dl {
  float: left;
  min-width: 30%;
  text-align: center;
  font-size: 3.5vw;
  margin-right: 2px;
}
.h-dl dl dt, .h-dl dl dd {
  padding: 3px 5px;
}
.h-dl dl dt {
  color: #fff;
  background: #1f4fa3;
  color: #fff;
}
.h-dl dl dd {
  text-align: center;
  background: #f4f0e4;
}
.h-dl dl dd span {
  letter-spacing: -0.15em;
}

.h-cont-bottom {
  position: relative;
  text-align: left;
}

.h-tel-wrap {
  margin-top: 3%;
  max-width: 75%;
}
.h-tel-wrap .flex {
  height: 20vw;
}
.h-tel-wrap p {
  font-size: 3.2vw;
  margin-bottom: 1%;
}

.h-mail {
  position: absolute;
  right: 0;
  top: 0px;
  width: 20vw;
}
.h-mail a {
  display: block;
  height: 20vw;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 3.4vw;
  background: #1f4fa3;
  letter-spacing: 0.05em;
}
.h-mail a span {
  padding-top: 9vw;
  line-height: 1;
  background: url(../img/common/h_mail_icon.png) no-repeat center top;
  background-size: 46%;
}
.h-mail .flex {
  height: 20vw;
}

/*nav
---------------------------------------------*/
.navi {
  background: #5da82b;
  padding: 10px 0;
  display: none;
}

.sp_nav {
  position: fixed;
  right: 3%;
  top: 1%;
  z-index: 99999;
  background: #5da82b;
  width: 50px;
}

.sp_nav a {
  display: block;
  cursor: pointer;
  padding: 20% 20% 15%;
  background: #5da82b;
  border-radius: 100%;
}

#sp_nav_li {
  padding: 50px 0 0;
  background: #5da82b;
}

#sp_nav_li > li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sp_nav_li > li:nth-child(odd) {
  border-right: 1px solid #fff;
}

#sp_nav_li > li:last-child {
  width: 100%;
  border-bottom: none;
  padding: 3% 2%;
  background: #fff;
  display: block;
}

#sp_nav_li > li > a,
#sp_nav_li > li > span {
  display: block;
  color: #fff;
  font-size: 4.2vw;
  font-weight: bold;
  padding: 8% 2%;
}

#sp_nav_li > li:nth-child(-n+2) {
  border-top: 1px solid #fff;
}

.remodal-overlay {
  z-index: 99999;
}

.remodal-wrapper {
  z-index: 100000;
}

/*#sp_nav_li>li:nth-child(n+5):nth-child(odd){
	border-right: none;
	}*/
.remodal-close {
  color: #fff;
}

#sp_nav_li li ul {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/*---------main_visual------------*/
#main_visual {
  width: 100%;
  height: 70vw;
  position: relative;
  overflow: hidden;
  margin-top: 62px;
}

#mv-ttl {
  margin: auto;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}

#top_slider li {
  text-align: center;
  height: 70vw;
}

#top_slider li:nth-child(1) {
  background: url(../img/top/slide01.jpg) no-repeat center/cover;
}

#top_slider li:nth-child(2) {
  background: url(../img/top/slide02.jpg) no-repeat center/cover;
}

#top_slider li:nth-child(3) {
  background: url(../img/top/slide03.jpg) no-repeat center/cover;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
  width: 100%;
  height: 70vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bx-wrapper .bx-viewport {
  margin: auto;
  text-align: center;
}
.bx-wrapper .bx-pager {
  display: none;
}

/*top common*/
.top-sec {
  padding: 15% 0;
}

.sec-ttl01 {
  font-size: 8vw;
  padding-bottom: 3%;
  background: url(../img/top/sec_ttl_bd.png) repeat-x left bottom;
  margin-bottom: 5%;
}

/*section01
-----------------------------------------------------*/
.sec01_02-text-wrap {
  width: 100%;
  margin-bottom: 5%;
}

.sec01_02 {
  position: relative;
}

/*section02
-----------------------------------------------------*/
#section02 {
  background: url(../img/top/sec02_bg.png) repeat center;
}

/*section03
-----------------------------------------------------*/
.sec03-01 {
  background: url(../img/top/sec03_bg_t.png) no-repeat right top, url(../img/top/sec03_bg_b.png) no-repeat left bottom;
  background-size: 30%;
}

.sec03-list li {
  width: 48%;
  margin-top: 8%;
}
.sec03-list li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}
.sec03-list li:nth-child(-n+2) {
  margin-top: 0;
}

.youtube-btn-wrap {
  background: url(../img/top/youtube_wrap_bg.png) repeat left top;
  padding: 10% 0;
}

.youtube-btn a {
  display: block;
  background: #1f4fa3;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 2px;
  font-size: 4vw;
}
.youtube-btn a .youtube-btn-bd {
  border: 1px dashed #fff;
  border-radius: 10px;
  padding: 6% 5% 5%;
}
.youtube-btn a span {
  position: relative;
}
.youtube-btn a span:before {
  content: "";
  width: 30%;
  height: 53px;
  background: url(../img/common/youtube_btn_icon.png) no-repeat center/contain;
  position: absolute;
  left: -40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.youtube-btn a span:after {
  content: "";
  width: 3vw;
  height: 3vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: -8vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: none;
}

.bg-stripe {
  background: repeating-linear-gradient(-45deg, #1f4fa3 0, #1f4fa3 2px, #255fb5 4px, #255fb5 5px) !important;
}

.bg-stripe_add {
  background: repeating-linear-gradient(-45deg, #5DA82B 0, #5DA82B 2px, #2b9b0f 4px, #2b9b0f 5px) !important;
}

/*section04
-----------------------------------------------------*/
#section04 {
  background: url(../img/top/sec04_bg.jpg) no-repeat center;
  background-size: cover;
}

.sec04-box {
  width: 100%;
  margin-bottom: 15%;
}
.sec04-box:last-child {
  margin-bottom: 0;
}
.sec04-box .news-list {
  padding: 5%;
  background: rgba(255, 255, 255, 0.9);
}

.news-btn {
  width: 70%;
  margin: 5% auto 0;
}

.cmn-btn a {
  display: block;
  font-size: 3.8vw;
  border-radius: 100px;
  background: #1f4fa3;
  color: #fff;
  text-align: center;
  padding: 6% 10%;
  line-height: 1;
  position: relative;
  letter-spacing: 0.15em;
}
.cmn-btn a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 5vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sec-ttl02 {
  text-align: center;
  font-size: 7vw;
  line-height: 1.2;
  text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
  margin-bottom: 5%;
}
.sec-ttl02 span {
  padding: 0 15vw;
  position: relative;
}
.sec-ttl02 span:before, .sec-ttl02 span:after {
  content: "";
  width: 8vw;
  height: 8vw;
  background: #5da82b;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-ttl02 span:before {
  left: 0;
}
.sec-ttl02 span:after {
  right: 0;
}

.calendar iframe {
  width: 100%;
  height: 70vw;
}

/*section05
-----------------------------------------------------*/
.cmn-table {
  position: relative;
}
.cmn-table:after, .cmn-table:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#302722), color-stop(83.3333333333%, #302722), color-stop(83.3333333333%, transparent), to(transparent));
  background-image: linear-gradient(left, #302722, #302722 83.3333333333%, transparent 83.3333333333%, transparent 100%);
  background-size: 6px 6px;
  height: 1px;
  border: none;
}
.cmn-table:before {
  top: -1px;
}
.cmn-table:after {
  bottom: -1px;
}
.cmn-table dl {
  width: 100%;
}
.cmn-table dl:last-child dt:after, .cmn-table dl:last-child dd:after {
  display: none;
}
.cmn-table dt, .cmn-table dd {
  display: block;
  padding: 3% 5%;
  position: relative;
}
.cmn-table dt:after, .cmn-table dd:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
}
.cmn-table dt {
  background: #1f4fa3;
  color: #fff;
}
.cmn-table dt:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(83.3333333333%, #fff), color-stop(83.3333333333%, transparent), to(transparent));
  background-image: linear-gradient(left, #fff, #fff 83.3333333333%, transparent 83.3333333333%, transparent 100%);
  background-size: 6px 6px;
  height: 1px;
  border: none;
}
.cmn-table dd {
  background: #fff;
}
.cmn-table dd:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#302722), color-stop(83.3333333333%, #302722), color-stop(83.3333333333%, transparent), to(transparent));
  background-image: linear-gradient(left, #302722, #302722 83.3333333333%, transparent 83.3333333333%, transparent 100%);
  background-size: 6px 6px;
  height: 1px;
  border: none;
}

.sec05-01 {
  margin-bottom: 15%;
}

.access-box-wrap {
  background: url(../img/top/access_text_bg_wrap.png) no-repeat left top;
  background-size: cover;
  padding: 5%;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.access-box-wrap:after {
  content: "";
  width: 20px;
  height: 30px;
  background: url(../img/top/sec05_arr.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.access-box {
  background: url(../img/top/access_text_bg.png) repeat left top;
  padding: 8%;
  width: 100%;
}
.access-box dt {
  font-size: 5vw;
  margin-bottom: 5px;
}
.access-box dt em {
  font-weight: 700;
}
.access-box dd {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 4vw;
  margin-bottom: 5px;
}
.access-box dd:before {
  content: "・";
}

.map {
  width: 100%;
  height: 250px;
}
.map iframe {
  width: 100%;
  height: 250px;
}

/*footer
-----------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

#footer {
  background: url(../img/common/f_bg.png) no-repeat center/cover #5da82b;
  color: #fff;
  text-align: center;
  padding: 8% 0 3%;
}
#footer a {
  color: #fff;
}

.f-logo-wrap {
  width: 96%;
  margin: 0 auto 5%;
  position: relative;
}

.f-logo {
  max-width: 65%;
  text-align: left;
}

.f-icon-wrap {
  width: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.f-icon-wrap li {
  width: 48%;
}

.f-add {
  font-size: 3.5vw;
  margin-bottom: 5%;
}

.f-in {
  padding: 0 3%;
}

.f-nav {
  text-align: center;
  margin-bottom: 15px;
  display: none;
}

#copyright {
  font-size: 3vw;
  text-align: center;
  color: #fff;
}

/*下層
-------------------------------------------------*/
#main_area {
  background: url(../img/common/main_bg.jpg) no-repeat center;
  background-size: cover;
  height: 40vw;
  margin-top: 62px;
}

#main-in {
  padding: 0 3%;
  text-align: center;
}

#main-ttl img {
  max-height: 13vw;
}

#bread {
  padding: 4px 0 3px;
}
#bread li {
  float: left;
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}
#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}
#bread li:last-child:after {
  display: none;
}

.btt-content.inbox {
  padding: 0 3%;
}
.btt-content .cmn-btn {
  margin-top: 5%;
}

.title01 {
  text-align: center;
  font-size: 8vw;
  font-weight: 500;
  margin-bottom: 5%;
}
.title01:first-letter {
  color: #1f4fa3;
}

.title02 {
  font-size: 6.5vw;
  padding-bottom: 5px;
  margin-bottom: 4%;
  position: relative;
}
.title02:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#5da82b), color-stop(83.3333333333%, #5da82b), color-stop(83.3333333333%, transparent), to(transparent));
  background-image: linear-gradient(left, #5da82b, #5da82b 83.3333333333%, transparent 83.3333333333%, transparent 100%);
  background-size: 6px 6px;
  height: 2px;
  border: none;
}

.title03 {
  font-size: 5.5vw;
  border-bottom: 1px solid #1f4fa3;
  margin: 8% 0;
  padding-bottom: 1%;
}

ol {
  list-style: none;
  /* olがはき出す数字を消す */
  padding: 0;
  /* paddingキャンセル */
  margin: 0;
  /* marginキャンセル */
  counter-reset: li;
  position: relative;
}

.cmn-sec {
  padding: 15% 0;
}
.cmn-sec:nth-child(2n) {
  background: url(../img/common/cmn_sec_bg.png) repeat left top;
}

/* .cmn-sec-bg{
	background: url(../img/common/cmn_sec_bg.png)repeat left top;
} */
.cmn-text-wrap {
  width: 100% !important;
  margin-bottom: 3%;
}

.cmn-img, .cmn-img-wrap {
  width: 100% !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cmn-img-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmn-img-wrap .cmn-img {
  width: 48% !important;
}

.cmn-box {
  position: relative;
  padding-bottom: 8%;
  margin-bottom: 8%;
}
.cmn-box:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#302722), color-stop(83.3333333333%, #302722), color-stop(83.3333333333%, transparent), to(transparent));
  background-image: linear-gradient(left, #302722, #302722 83.3333333333%, transparent 83.3333333333%, transparent 100%);
  background-size: 6px 6px;
  height: 1px;
  border: none;
}
.cmn-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmn-box:last-child:after {
  display: none;
}

/*about
------------------------------------------*/
.about-sec02 .cmn-text-wrap {
  width: 640px;
}
.about-sec02 .cmn-img {
  width: 420px;
}

.about-sec04-list li {
  width: 100%;
  margin-top: 12%;
}
.about-sec04-list li:nth-child(-n+1) {
  margin-top: 0;
}
.about-sec04-list li h5 {
  font-size: 5.5vw;
  border-bottom: 1px solid #1f4fa3;
  margin: 0 0 5%;
  padding-bottom: 1%;
}
.about-sec04-list li dd {
  font-size: 13px;
}

/*acupuncture
------------------------------------------*/
.sub .cmn-text-wrap, .sub .cmn-img {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

.acupuncture .cmn-sec:nth-child(2n), .oriental_medicine .cmn-sec:nth-child(2n) {
  background: none;
}
.acupuncture .cmn-sec:nth-child(2n+1), .oriental_medicine .cmn-sec:nth-child(2n+1) {
  background: url(../img/common/cmn_sec_bg.png) repeat left top;
}

.acup-sec01-01 {
  margin-bottom: 10%;
}
.acup-sec01-01 .cmn-img {
  width: 25% !important;
}
.acup-sec01-01 .cmn-text-wrap {
  width: 70% !important;
  margin: 0 5% 0 0;
  font-size: 3.7vw;
}

.acup-sec01-02 .cmn-text-wrap {
  width: 570px;
}

.acupuncture-sec02 .cmn-box .cmn-text-wrap {
  width: 620px;
}
.acupuncture-sec02 .cmn-box .cmn-img, .acupuncture-sec02 .cmn-box .cmn-img-wrap {
  width: 435px;
}
.acupuncture-sec02 .cmn-box:nth-of-type(3) .cmn-text-wrap {
  width: 590px;
}
.acupuncture-sec02 .cmn-box:nth-of-type(3) .cmn-img {
  width: 490px;
}

.price-list li {
  width: 100%;
}

.acup-sec05-01 {
  margin-bottom: 15%;
}

.case-list li {
  width: 48%;
  margin: 4% 4% 0 0;
  float: left;
}
.case-list li:nth-child(2n) {
  margin-right: 0;
}
.case-list li:nth-child(-n+2) {
  margin-top: 0;
}
.case-list li .thumb {
  padding-top: 70.33%;
}
.case-list li .title03 {
  margin-top: 3%;
  font-size: 5vw;
}

/*oriental_medicine
------------------------------------------*/
.float-img {
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

.ori-sec01-text .text-box .flex {
  width: 100%;
  margin-bottom: 1.8em;
}
.ori-sec01-text .text-box .flex li {
  text-align: center;
  background: #fff;
  padding: 3%;
  width: 32%;
}

.ori-sec01-img-wrap li {
  width: 48%;
}

.ori-btn {
  width: 80%;
  margin: 10% auto;
}

.check-btn {
  width: 80%;
  margin: 10% auto 0;
}

/*power_stone
------------------------------------------*/
.power-sec01 .inbox > div {
  margin-bottom: 10%;
}
.power-sec01 .inbox > div:last-child {
  margin-bottom: 0;
}

.power-sec01-02-box {
  padding: 5% 10% 5% 15%;
  background: url(../img/common/box_bg.png) repeat left top;
  font-size: 5vw;
}
.power-sec01-02-box li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  margin-bottom: 8%;
}
.power-sec01-02-box li:last-child {
  margin-bottom: 0;
}
.power-sec01-02-box li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
  width: 2em;
  height: 1em;
  position: absolute;
  left: -1.8em;
  top: 0;
  color: #1f4fa3;
  text-indent: 0;
  text-align: center;
}

.power-sec02 .cmn-text-wrap {
  width: 470px;
}
.power-sec02 .cmn-img-wrap, .power-sec02 .cmn-img {
  width: 420px;
}

.power-sec03 .cmn-text-wrap {
  width: 650px;
}
.power-sec03 .cmn-img-wrap, .power-sec03 .cmn-img {
  text-align: center;
}

/*seminar
------------------------------------------*/
.seminar-list {
  padding: 5%;
  background: #fff;
}
.seminar-list li {
  font-size: 5vw;
  color: #1f4fa3;
  margin-bottom: 5px;
}
.seminar-list li:last-child {
  margin-bottom: 0;
}

/*care
------------------------------------------*/
.care .cmn-text-wrap {
  width: 590px;
}
.care .cmn-img {
  width: 475px;
}
.care .title01 {
  font-size: 7.5vw;
}

.text-list {
  font-size: 5.5vw;
}
.text-list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.text-list li:last-child {
  margin-bottom: 0;
}
.text-list li span {
  font-size: 4vw;
}

.care-sec02 .cmn-box:first-of-type:after {
  display: none;
}

/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #302722;
}
.site_map-li > li span {
  display: block;
  color: #302722;
  padding: 14px 0 11px;
  font-size: 18px;
}
.site_map-li > li a {
  display: block;
  color: #302722;
  padding: 14px 40px 11px;
  font-size: 18px;
  position: relative;
}
.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #5da82b;
  position: absolute;
  left: 15px;
  top: 19px;
}

/*drop dowbあるとき*/
.site_map-li li ul {
  margin: -10px 0 10px;
}
.site_map-li li ul li a {
  font-size: 16px;
  margin-left: 40px;
  padding: 9px 40px 6px;
  border-bottom: 0;
}
.site_map-li li ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5da82b;
  position: absolute;
  left: 15px;
  top: 15px;
  border-width: 0;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

.privacy_text {
  font-size: 16px;
}

/*news
-----------------------------------*/
.news-list li {
  border-bottom: 1px dotted #1f4fa3;
  margin-bottom: 30px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li a {
  display: block;
}
.news-list li dl {
  position: relative;
}
.news-list li dl dt {
  width: 100%;
}
.news-list li dl dt span, .news-list li dl dt time {
  display: block;
  line-height: 1;
}
.news-list li dl dt .news-ymd {
  width: 110px;
  color: #1f4fa3;
  margin-bottom: 12px;
}
.news-list li dl dt .news-ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
}
.news-list li dl dd {
  margin-top: 15px;
  background-color: #f2f2f2;
  padding: 10px;
  font-size: 14px;
}

/*news-sg
-----------------------------------*/
.sg_day {
  font-size: 12px;
  color: #5da82b;
  text-align: right;
  padding: 15px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #333;
  position: relative;
  font-weight: 700;
}
.page_btn a {
  font-size: 12px;
  color: #5da82b;
}
.page_btn .left {
  position: absolute;
  left: 0;
  top: 10px;
}
.page_btn .left a {
  padding: 0 0 2px 15px;
  position: relative;
}
.page_btn .left a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #5da82b transparent transparent;
  position: absolute;
  left: 0;
  top: 30%;
}
.page_btn .right {
  position: absolute;
  right: 0;
  top: 10px;
}
.page_btn .right a {
  padding: 0 15px 2px 0;
  position: relative;
}
.page_btn .right a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #5da82b;
  position: absolute;
  right: 0;
  top: 30%;
}

ul.pagenation {
  text-align: center;
  margin-top: 15px;
}

.pagenation li {
  display: inline-block;
  border: 1px solid #5da82b;
  color: #5da82b;
  margin: 0 5px;
}
.pagenation li a {
  display: block;
  padding: 3px 12px;
}

.pagenation li.current {
  background-color: #5da82b;
  color: #fff;
  padding: 3px 12px;
}

/*contact
----------------------------------------------*/
/*==================================================
入力フィールド
================================================== */
select,
textarea,
input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
  max-width: 100%;
  padding: 0 4px;
  border: none;
  height: 30px;
  background-color: #e6e6e6;
}

textarea {
  width: 100%;
  height: 200px;
}

/* ボタン
-------------------------------------------------- */
.contact_btn ul {
  margin-top: 35px;
  text-align: center;
}

.contact_btn li {
  display: inline-block;
  margin: 10px;
  position: relative;
}

.contact_btn li input {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: none;
  font-weight: bold;
  padding: 28px 0 25px;
  width: 280px;
  background-color: #5da82b;
  -webkit-appearance: none;
  opacity: 1;
}

.contact_btn li:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 35px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
  margin: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #5da82b;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #5da82b;
  border-bottom: 3px solid #5da82b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*==================================================
テーブル
================================================== */
.cont-table {
  margin: 0 0 16px;
}

/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .cont-table,
  .cont-table tbody,
  .cont-table tr,
  .cont-table th,
  .cont-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #5da82b;
}

/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  padding: 2px 4px;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
}

.optional-mark {
  background: #5da82b;
}

.required-mark {
  background: #5da82b;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #5da82b;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* リキャプチャ */
.contact_agree {
  margin-top: 25px;
  text-align: center;
}

.contact-recaptcha-wrap {
  width: 300px;
  margin: 15px auto 0;
}

.contact_privacy a {
  color: #5da82b;
  text-decoration: underline;
}

/*2001110*/
.course_wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.course_wrap02{
	margin-top: 50px;
}

.course_wrap02 h4{
	font-size: 1.7rem;
	color: #7d99ca;
	margin-bottom: 10px;
}

.course_wrap03{
	margin-top: 30px;
}

.course_wrap03 h4{
	font-size: 1.7rem;
	color: #7d99ca;
	margin-bottom: 10px;
}

.course_end_txt{
	margin-top: 30px;
	font-weight: bold;
}

.course_title_qr{
	display: none;
}

.course_title_txt{
	font-size: 3rem;
}
