@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : activity__esthe.css
 author     : Ability Consultant
 style info : 天馬夢でできること__エステ
=================================================================== */
.con_esthe .box_catche, .box_esthe, .con_course {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  .con_esthe .box_catche, .box_esthe, .con_course {
    width: 91.66667%;
  }
}

.box_esthe .box_dea:after, .box_course:after, #link01 .box_acc .cour_flow li:after, #link01 .box_acc .box_make .box_make_flow ul li:after, .box_acc .box_dome > ul:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	アニメーション
----------------------------------------------------------- */
@-moz-keyframes wave {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wave {
  0% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/* -----------------------------------------------------------
	con_esthe
----------------------------------------------------------- */
.wrp_esthe {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.wrp_esthe:after {
  display: block;
  width: 200%;
  height: 35px;
  content: "";
  -moz-animation: wave 60s infinite;
  -webkit-animation: wave 60s infinite;
  animation: wave 60s infinite;
  background: url(../images/common/img_wave_bottom.png) repeat-x top left;
}
@media only screen and (max-width: 767px) {
  .wrp_esthe:after {
    background-size: 67.5% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_esthe {
    margin-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_esthe {
    margin-bottom: 10%;
  }
}

.con_esthe {
  position: relative;
  padding-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_esthe {
    padding-bottom: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_esthe {
    padding-bottom: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_esthe {
    background-size: 54.55% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_esthe {
    background: #f1edeb;
  }
}
.con_esthe .bg_photo {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -5%;
  width: 1091px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_esthe .bg_photo {
    width: 54.55%;
  }
}
.con_esthe .box_catche {
  position: relative;
  z-index: 3;
  padding-top: 60px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_esthe .box_catche {
    padding-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_esthe .box_catche {
    padding-top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_esthe .box_catche {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_esthe .box_catche {
    margin-bottom: 10%;
  }
}
.con_esthe .box_catche h3 {
  color: #532d1c;
  font-weight: normal;
  margin-bottom: .3em;
  font-size: 215%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_esthe .box_catche h3 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_esthe .box_catche h3 {
    font-size: 143%;
  }
}
.con_esthe .box_catche h3 em {
  line-height: 1;
  font-size: 127%;
  font-family: 'Pinyon Script', cursive;
}
.con_esthe .box_catche h3 span {
  letter-spacing: .72em;
  display: block;
  line-height: 2;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_esthe .box_catche .txt {
  line-height: 2;
  letter-spacing: .06em;
  color: #532d1c;
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}

.box_esthe {
  border: 1px solid #cbc8c7;
  background: url(../activity/images/esthe/bg_esthe.png) no-repeat right 15%;
  padding: 30px 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_esthe {
    padding: 3% 6%;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe {
    padding: 3% 4%;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe {
    background-size: 43.66999% auto;
    background-position: right 5%;
  }
}
.box_esthe .box_txt {
  letter-spacing: -.4em;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_esthe .box_txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_txt {
    margin-left: 0;
  }
}
.box_esthe .box_txt .box_logo, .box_esthe .box_txt .box_det {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_txt .box_logo, .box_esthe .box_txt .box_det {
    display: block;
  }
}
.box_esthe .box_txt .box_logo {
  width: 21.92067%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_txt .box_logo {
    width: 100%;
    margin-bottom: 2%;
    text-align: left;
  }
}
.box_esthe .box_txt .box_logo .logo_est {
  width: 92.38095%;
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_txt .box_logo .logo_est {
    width: 51.01404%;
  }
}
.box_esthe .box_txt .box_logo .sst {
  line-height: 2.5;
  color: #532d1c;
  letter-spacing: .1em;
  font-size: 108%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.box_esthe .box_txt .box_det {
  margin-left: 2.6096%;
  width: 75.46973%;
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_txt .box_det {
    width: 100%;
    margin-left: 0;
  }
}
.box_esthe .box_txt .box_det .st {
  color: #532d1c;
  margin-bottom: .5em;
  letter-spacing: .28em;
  font-size: 172%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_esthe .box_txt .box_det .st {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_txt .box_det .st {
    font-size: 129%;
  }
}
.box_esthe .box_txt .box_det .txt {
  color: #532d1c;
}
.box_esthe .box_dea {
  max-width: 900px;
  letter-spacing: -.4em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea {
    margin: 4% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea {
    text-align: center;
  }
}
.box_esthe .box_dea li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  position: relative;
  width: 31.33333%;
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea li {
    width: 49%;
  }
}
.box_esthe .box_dea li.dea_d .inner {
  background: #c0c971;
}
.box_esthe .box_dea li.dea_e {
  margin: 0 2.77778%;
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea li.dea_e {
    margin: 0 0 0 2%;
  }
}
.box_esthe .box_dea li.dea_e .inner {
  background: #c7aac1;
}
.box_esthe .box_dea li.dea_a .inner {
  background: #9ec3c4;
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea li.dea_a {
    margin: 2% auto 0;
  }
}
.box_esthe .box_dea li .inner {
  padding: 50%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 25px rgba(134, 131, 129, 0.2);
  -webkit-box-shadow: 0 0 25px rgba(134, 131, 129, 0.2);
  box-shadow: 0 0 25px rgba(134, 131, 129, 0.2);
}
.box_esthe .box_dea li .inner .sst {
  width: 80%;
  color: #fff;
  font-size: 286%;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_esthe .box_dea li .inner .sst {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea li .inner .sst {
    font-size: 143%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  .box_esthe .box_dea li .inner .sst {
    top: 2%;
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea li .inner .sst {
    top: 2%;
  }
}
.box_esthe .box_dea li .inner .st {
  width: 80%;
  color: #532d1c;
  letter-spacing: .1em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 158%;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_esthe .box_dea li .inner .st {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea li .inner .st {
    font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  .box_esthe .box_dea li .inner .st {
    top: 20%;
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea li .inner .st {
    top: 20%;
  }
}
.box_esthe .box_dea li .inner .txt {
  color: #532d1c;
  line-height: 1.7;
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  .box_esthe .box_dea li .inner .txt {
    top: 40%;
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .box_esthe .box_dea li .inner .txt {
    width: 85%;
    line-height: 1.5;
    top: 35%;
    font-size: 93%;
  }
}

/* -----------------------------------------------------------
	con_course
----------------------------------------------------------- */
.con_course {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_course {
    margin-bottom: 7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course {
    margin-bottom: 10%;
  }
}
.con_course h3 {
  text-align: center;
  font-size: 200%;
  font-weight: 100;
  color: #532d1c;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_course h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course h3 {
    font-size: 143%;
  }
}
.con_course h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_course h3 .en {
  font-family: 'Josefin Sans', sans-serif;
}
.con_course h3 span {
  display: block;
  letter-spacing: .4em;
  margin-bottom: .3em;
}
.con_course h3 em {
  display: block;
  font-size: 36%;
  letter-spacing: 1em;
}
.con_course h3:before {
  display: block;
  width: 55px;
  height: 54px;
  content: "";
  margin: 0 auto .2em;
  background: url(../images/common/ic_title.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .con_course h3:before {
    width: 10.9375%;
    height: 0;
    padding-top: 11%;
  }
}
@media only screen and (max-width: 767px) {
  .con_course h3 span {
    letter-spacing: .15em;
  }
}
.con_course .txt_int {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_course .txt_int {
    margin-bottom: 4% 5%;
  }
}

/* -----------------------------------------------------------
	pnav_cour
----------------------------------------------------------- */
.pnav_cour {
  letter-spacing: -.4em;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .pnav_cour {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .pnav_cour {
    margin-bottom: 0;
  }
}
.pnav_cour .box_pnav {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  text-align: center;
  width: 30.90909%;
  margin-left: 3.63636%;
}
.pnav_cour .box_pnav:first-child {
  margin-left: 0;
}
.pnav_cour .box_pnav .st {
  display: inline-block;
  padding-bottom: .3em;
  color: #4e1f0b;
  border-bottom: 1px solid #532d1c;
  margin: .3em 0 1em;
  font-size: 158%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .pnav_cour .box_pnav .st {
    font-size: 143%;
  }
}
.pnav_cour .box_pnav .ic {
  width: 29.70588%;
  margin: 0 auto;
}
.pnav_cour .box_pnav .txt {
  text-align: left;
}
.pnav_cour .box_pnav .cour_list {
  margin-top: .8em;
}
.pnav_cour .box_pnav .cour_list li {
  margin-bottom: 1%;
  position: relative;
  border: 1px solid #c9bbb5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border 0.35s;
  -o-transition: border 0.35s;
  -webkit-transition: border 0.35s;
  transition: border 0.35s;
}
.pnav_cour .box_pnav .cour_list li.li2 {
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .pnav_cour .box_pnav .cour_list li.li03 {
    line-height: 1.1em;
  }
}
.pnav_cour .box_pnav .cour_list li a {
  display: block;
  text-decoration: none;
  background: #fff;
  padding: .8em 0;
  color: #532d1c;
  font-size: 122%;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
.pnav_cour .box_pnav .cour_list li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  color: #532d1c;
  position: absolute;
  right: 3%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: color 0.35s;
  -o-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.pnav_cour .box_pnav .cour_list li:hover {
  border: 1px solid #ac8e7f;
}
.pnav_cour .box_pnav .cour_list li:hover a {
  background: #ac8e7f;
  color: #fff;
}
.pnav_cour .box_pnav .cour_list li:hover a:after {
  color: #fff;
}

/* -----------------------------------------------------------
	box_course
----------------------------------------------------------- */
.box_course {
  border-bottom: 2px solid #ac8e7f;
  letter-spacing: -.4em;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .box_course {
    padding-bottom: 0;
    margin-bottom: 2%;
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .box_course > div {
    display: block !important;
  }
}
@media print {
  .box_course > div {
    display: block !important;
  }
}
.ie8 .box_course > div {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .box_course > div {
    display: none;
    margin-bottom: 5%;
  }
}
.box_course h4 {
  letter-spacing: normal;
  font-weight: normal;
  text-align: center;
  color: #532d1c;
  line-height: 1;
  margin-bottom: 30px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 258%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_course h4 {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .box_course h4 {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .box_course h4 {
    margin-bottom: 0;
    text-align: left;
    padding: .5em .8em;
    position: relative;
  }
  .box_course h4:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .5em;
    position: absolute;
    top: 50%;
    right: 5%;
    margin: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .box_course h4.active:after {
    content: "";
    font-family: FontAwesome;
    margin-left: .5em;
  }
}
.box_course h4:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 72px;
  height: 72px;
  margin-bottom: .3em;
}
@media only screen and (max-width: 767px) {
  .box_course h4:before {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .3em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_course h4.h4_di {
    border: 3px solid #e9e588;
    background: rgba(254, 252, 208, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .box_course h4.h4_de {
    border: 3px solid #f4cbb2;
    background: rgba(255, 238, 227, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .box_course h4.h4_re {
    border: 3px solid #c3d5d2;
    background: rgba(234, 253, 250, 0.2);
  }
}
.box_course h4 span {
  display: block;
  color: #2f2f2f;
  margin-top: 30px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 39%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_course h4 span {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_course h4 span {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_course h4 em {
    display: inline-block;
    vertical-align: middle;
    font-size: 90%;
  }
}
.box_course .box_txt, .box_course .photo {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.box_course .box_txt {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .box_course .box_txt {
    width: 100%;
    margin: 3% 0;
  }
}
.box_course .box_txt .catch {
  color: #289dab;
  margin-bottom: .5em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 172%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_course .box_txt .catch {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .box_course .box_txt .catch {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .box_course .box_txt .catch {
    line-height: 1.2;
  }
}
.box_course .box_txt table {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_course .box_txt table {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .box_course .box_txt table {
    margin-top: 3%;
  }
}
.box_course .box_txt table tr {
  border-bottom: 1px solid #fff;
}
.box_course .box_txt table th {
  width: 17.45455%;
}
.box_course .box_txt table td {
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_course .box_txt dl
{
  margin-bottom: 1rem;
}
.box_course .box_txt dt
{
  margin-top: 1rem;
}
.box_course .photo {
  width: 45.81818%;
  margin-left: 4.09091%;
}
@media only screen and (max-width: 767px) {
  .box_course .photo {
    width: 100%;
    margin-left: 0;
  }
}
.box_course .st_acc {
  cursor: pointer;
  letter-spacing: normal;
  background: #dddabc;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: .8em 0;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  margin-top: 30px;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_course .st_acc {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_course .st_acc {
    margin-top: 3%;
  }
}
.box_course .st_acc:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  font-size: 134%;
}
.box_course .st_acc.active:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.box_course .box_acc {
  display: none;
  background: #f5f4e9;
}
.box_course .btn {
  letter-spacing: normal;
  width: 209px;
  margin: 30px auto 0;
}
.box_course .btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #a8a8a8;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #141414;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.box_course .btn a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  margin-left: 0;
  right: 5%;
  top: 50%;
  margin-top: -.75em;
}
.box_course .btn a:hover {
  background: #141414;
  color: #a8a8a8;
}
@media only screen and (max-width: 767px) {
  .box_course .btn {
    width: 80%;
    margin: 4% auto 0;
  }
}

#link01 .box_acc {
  padding: 0 20px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc {
    padding: 0 2% 3%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc {
    padding: 0 2% 3%;
  }
}
#link01 .box_acc .cour_flow {
  letter-spacing: -.4em;
  padding-top: 30px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .cour_flow {
    padding-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow {
    padding-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .cour_flow {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow {
    margin-bottom: 3%;
  }
}
#link01 .box_acc .cour_flow li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#link01 .box_acc .cour_flow li:first-child {
  width: 48.11321%;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow li:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .cour_flow li:first-child {
    width: 100%;
  }
}
#link01 .box_acc .cour_flow li:first-child:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  margin: 0;
  color: #bbb9a1;
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 429%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .cour_flow li:first-child:after {
    top: 86%;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow li:first-child:after {
    top: 85%;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
#link01 .box_acc .cour_flow li:first-child .photo {
  width: 61.76471%;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow li:first-child .photo {
    width: 46.66667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .cour_flow li:first-child .photo {
    width: 38.36784%;
  }
}
#link01 .box_acc .cour_flow li:first-child .cour_txt {
  margin-left: 2.7451%;
  width: 35.4902%;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow li:first-child .cour_txt {
    width: 50.37037%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .cour_flow li:first-child .cour_txt {
    width: 58.46529%;
  }
}
#link01 .box_acc .cour_flow li:last-child {
  margin-left: 4.24528%;
  width: 47.64151%;
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .cour_flow li:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow li:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 12%;
  }
}
#link01 .box_acc .cour_flow li:last-child .photo {
  width: 58.41584%;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow li:last-child .photo {
    width: 43.7037%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .cour_flow li:last-child .photo {
    width: 35.93179%;
  }
}
#link01 .box_acc .cour_flow li:last-child .cour_txt {
  margin-left: 2.9703%;
  width: 38.61386%;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .cour_flow li:last-child .cour_txt {
    width: 52.59259%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .cour_flow li:last-child .cour_txt {
    width: 58.46529%;
  }
}
#link01 .box_acc .cour_flow li:last-child .cour_txt span {
  color: #638c59;
}
#link01 .box_acc .cour_flow li .photo, #link01 .box_acc .cour_flow li .cour_txt {
  float: left;
}
#link01 .box_acc .cour_flow li .photo {
  margin: 0;
}
#link01 .box_acc .cour_flow li .cour_txt .st {
  margin-bottom: .3em;
  font-weight: bold;
  font-size: 122%;
}
#link01 .box_acc .box_body_soku {
  background: #e1dfc6;
  letter-spacing: -.4em;
  margin-bottom: 40px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_body_soku {
    padding: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku {
    padding: 2%;
  }
}
#link01 .box_acc .box_body_soku .box_body_l, #link01 .box_acc .box_body_soku .box_body_r {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
#link01 .box_acc .box_body_soku .box_body_l {
  width: 35.14851%;
  margin-right: 3.9604%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .box_body_soku .box_body_l {
    width: 100%;
    margin: 0 0 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku .box_body_l {
    width: 100%;
    margin: 0 0 10% 0;
  }
}
#link01 .box_acc .box_body_soku .box_body_l:after {
  content: "";
  background: url(../activity/images/esthe/ic_arr.png) no-repeat 0 0;
  width: 25px;
  height: 20px;
  position: absolute;
  left: 102%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .box_body_soku .box_body_l:after {
    top: 92%;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku .box_body_l:after {
    top: 105%;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
#link01 .box_acc .box_body_soku .box_body_l .st {
  color: #000;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_body_soku .box_body_l .st {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku .box_body_l .st {
    font-size: 115%;
  }
}
#link01 .box_acc .box_body_soku .box_body_l .st span {
  display: block;
  color: #32aab8;
  font-size: 91%;
}
#link01 .box_acc .box_body_soku .box_body_l .txt {
  float: left;
  width: 52.39437%;
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .box_body_soku .box_body_l .txt {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku .box_body_l .txt {
    width: 75%;
  }
}
#link01 .box_acc .box_body_soku .box_body_l .img {
  float: right;
  width: 44.50704%;
}
@media only screen and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .box_body_soku .box_body_l .img {
    width: 20.46632%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku .box_body_l .img {
    width: 24.38272%;
  }
}
#link01 .box_acc .box_body_soku .box_body_r {
  width: 60.89109%;
  padding: 20px;
  background: #f5f4e9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_body_soku .box_body_r {
    padding: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 933px) {
  #link01 .box_acc .box_body_soku .box_body_r {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku .box_body_r {
    padding: 2%;
    width: 100%;
  }
}
#link01 .box_acc .box_body_soku .box_body_r .st {
  font-weight: bold;
  color: #000;
  margin-bottom: .3em;
  font-size: 122%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_body_soku .box_body_r .st {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku .box_body_r .st {
    font-size: 115%;
  }
}
#link01 .box_acc .box_body_soku .box_body_r .body_r_inner {
  background: #fff;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_body_soku .box_body_r .body_r_inner {
    padding: 1.2%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_body_soku .box_body_r .body_r_inner {
    padding: 1.2%;
  }
}
#link01 .box_acc .box_body_soku .box_body_r .body_r_inner .sst {
  color: #000;
  margin-bottom: .5em;
}
#link01 .box_acc .box_body_soku .box_body_r .body_r_inner .sst span {
  color: #b90000;
  font-size: 129%;
}
#link01 .box_acc .box_body_soku .box_body_r .body_r_inner img {
  width: 100%;
}
#link01 .box_acc .box_make {
  letter-spacing: normal;
  width: 99.5283%;
  display: table;
  margin-left: 0.4717%;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make {
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 768px) {
  #link01 .box_acc .box_make:nth-of-type(3) .box_make_flow ul li:after {
    top: 16%;
  }
}
@media print {
  #link01 .box_acc .box_make:nth-of-type(3) .box_make_flow ul li:after {
    top: 16%;
  }
}
.ie8 #link01 .box_acc .box_make:nth-of-type(3) .box_make_flow ul li:after {
  top: 16%;
}
#link01 .box_acc .box_make .box_day, #link01 .box_acc .box_make .box_make_flow {
  display: table-cell;
  vertical-align: middle;
}
#link01 .box_acc .box_make .box_day {
  width: 5.6872%;
  background: #289dab;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 179%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_make .box_day {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_day {
    padding: 0 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_make .box_day {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_day {
    font-size: 129%;
  }
}
#link01 .box_acc .box_make .box_day .txt_min {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  background: #ac8e7f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 64%;
  -moz-transform: translate(-3%, 50%);
  -ms-transform: translate(-3%, 50%);
  -webkit-transform: translate(-3%, 50%);
  transform: translate(-3%, 50%);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_make .box_day .txt_min {
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    -moz-transform: translate(-6%, 50%);
    -ms-transform: translate(-6%, 50%);
    -webkit-transform: translate(-6%, 50%);
    transform: translate(-6%, 50%);
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_day .txt_min {
    width: 3.2em;
    height: 3.2em;
    line-height: 3.2em;
  }
}
#link01 .box_acc .box_make .box_make_flow {
  width: 90.04739%;
  padding-left: 2.8436%;
}
#link01 .box_acc .box_make .box_make_flow ul {
  letter-spacing: -.4em;
}
#link01 .box_acc .box_make .box_make_flow ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 27.89474%;
  margin-left: 7.89474%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3em;
  }
}
#link01 .box_acc .box_make .box_make_flow ul li:first-child {
  margin-left: 0;
}
#link01 .box_acc .box_make .box_make_flow ul li:last-child {
  margin-bottom: 0;
}
#link01 .box_acc .box_make .box_make_flow ul li:last-child:after {
  content: "";
}
#link01 .box_acc .box_make .box_make_flow ul li.no_huki {
  padding-top: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_make .box_make_flow ul li.no_huki {
    padding-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li.no_huki {
    padding-top: 0;
  }
}
#link01 .box_acc .box_make .box_make_flow ul li:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  margin: 0;
  color: #bbb9a1;
  position: absolute;
  top: 25%;
  left: 110%;
  font-size: 429%;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li:after {
    top: 90%;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}
#link01 .box_acc .box_make .box_make_flow ul li .txt_huki {
  background: #57864c;
  color: #f2f596;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: .2em 0;
  position: relative;
  margin-bottom: .5em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li .txt_huki {
    margin-bottom: 1.5em;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#link01 .box_acc .box_make .box_make_flow ul li .txt_huki:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: transparent;
  border-top-color: #57864c;
  border-width: .8em .5em 0 .5em;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#link01 .box_acc .box_make .box_make_flow ul li .photo {
  width: 100%;
  margin: 0 0 .5em;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li .photo {
    float: left;
    width: 45.76857%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li .flow_txt {
    float: right;
    width: 52%;
  }
}
#link01 .box_acc .box_make .box_make_flow ul li .flow_txt h5 {
  color: #000;
  font-weight: normal;
  font-size: 122%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_acc .box_make .box_make_flow ul li .flow_txt h5 {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li .flow_txt h5 {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li .flow_txt h5 {
    line-height: 1;
    margin-bottom: .8em;
  }
}
#link01 .box_acc .box_make .box_make_flow ul li .flow_txt h5 .txt_num {
  color: #79ab6d;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  font-size: 177%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  #link01 .box_acc .box_make .box_make_flow ul li .flow_txt h5 .txt_num {
    font-size: 147%;
  }
}
#link01 .box_acc .box_make .box_make_flow ul li .flow_txt .txt_time {
  background: #d2cd94;
  text-align: center;
  padding: .3em 0;
  font-weight: bold;
  color: #000;
  margin-top: .8em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
#link01 .box_acc .box_make .box_make_flow ul li .flow_txt .txt_r {
  text-align: right;
  margin-top: .8em;
}
@media only screen and (max-width: 1099px) {
  #link01 .box_acc .box_make .box_make_flow ul li .flow_txt .txt_r {
    text-align: left;
  }
}
#link01 .box_item {
  letter-spacing: normal;
  position: relative;
  border: 1px solid #ac8e7f;
  margin-top: 40px;
  padding: 50px 40px 20px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_item {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_item {
    margin-top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_item {
    padding: 5% 4% 3%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_item {
    padding: 2em 4% 3%;
  }
}
#link01 .box_item h5 {
  background: #ac8e7f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: .5em 3em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 129%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #link01 .box_item h5 {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_item h5 {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #link01 .box_item h5 {
    padding: .5em 1em;
  }
}
#link01 .box_item > ul {
  letter-spacing: -.4em;
  text-align: center;
}
#link01 .box_item > ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 17.19057%;
  margin-left: 3.43811%;
}
@media only screen and (max-width: 767px) {
  #link01 .box_item > ul li {
    width: 31.333%;
    margin: 0 0 2% 2%;
  }
  #link01 .box_item > ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
#link01 .box_item > ul li:first-child {
  margin-left: 0;
}
#link01 .box_item > ul li .photo {
  width: 100%;
  margin: 0 0 2%;
}
#link01 .box_item > ul li .photo img {
  width: 100%;
}
#link01 .box_item > ul li .sst {
  line-height: 1.2;
  font-weight: bold;
}
#link01 .box_item > ul li .sst span {
  font-size: 83%;
}

.box_acc {
  letter-spacing: normal;
  padding: 0 40px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc {
    padding: 0 4% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc {
    padding: 0 4% 5%;
  }
}
.box_acc .catch {
  color: #79bdb4;
  font-weight: bold;
  margin-bottom: .3em;
  padding-top: 40px;
  font-size: 136%;
}
@media only screen and (max-width: 767px) {
  .box_acc .catch {
    padding-top: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .catch {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .catch {
    font-size: 115%;
  }
}
.box_acc .img {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .img {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .img {
    margin-top: 4%;
  }
}
.box_acc .st_huki {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 1em;
  width: 74%;
  background: #a88f67;
  position: relative;
  margin: 0 auto 35px;
  line-height: 1;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .st_huki {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .st_huki {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .st_huki {
    padding: .8em .5em;
    margin: 0 auto 4%;
    width: 90%;
  }
}
.box_acc .st_huki:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  border-top-color: #a88f67;
  border-width: 1em .5em 0 .5em;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box_acc .box_ans {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_ans {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_ans {
    margin-bottom: 3%;
  }
}
.box_acc .box_ans > .txt {
  font-weight: bold;
  color: #000;
  padding-bottom: .3em;
  display: inline-block;
  position: relative;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_ans > .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_ans > .txt {
    font-size: 93%;
  }
}
.box_acc .box_ans > .txt:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #e17b30;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_acc .box_ans > .txt span.col_pin {
  color: #ee75c7;
  font-size: 125%;
}
.box_acc .box_ans > .txt em {
  font-size: 163%;
}
.box_acc .box_ans > .txt em .col_ore {
  color: #e17b30;
}
@media only screen and (max-width: 767px) {
  .box_acc .box_ans > .txt em {
    font-size: 147%;
  }
}
.box_acc .box_ans .txt1 {
  color: #ee75c7;
  font-size: 125%;
}
.box_acc .box_ans .txt3 {
  font-size: 163%;
}
.box_acc .box_ans .txt3 span {
  color: #e17b30;
}
.box_acc .box_dome {
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_dome {
    margin-bottom: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_dome {
    margin-bottom: 3%;
  }
}
 .box_acc .box_dome li {
  float: left;
}
.box_acc .box_dome li .photo {
  width: 100%;
  margin: 0;
}
.box_acc .box_dome li .photo img {
  width: 100%;
}
.box_acc .box_dome li:first-child {
  width: 21.37255%;
}
@media only screen and (max-width: 767px) {
  .box_acc .box_dome li:first-child {
    width: 40%;
  }
}
.box_acc .box_dome li:nth-child(2) {
  width: 29.41176%;
  margin: 0 3.5% 0 1.8%;
}
@media only screen and (max-width: 767px) {
  .box_acc .box_dome li:nth-child(2) {
    margin: 0 0 2% 2%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_dome li:nth-child(2) {
    width: 58%;
  }
}
.box_acc .box_dome li:nth-child(3) {
  width: 14.41176%;
  margin-right: 0.29412%;
}
@media only screen and (max-width: 767px) {
  .box_acc .box_dome li:nth-child(3) {
    clear: both;
    margin-left: 0;
    width: 36%;
  }
}
.box_acc .box_dome li:nth-child(4) {
  width: 20.29412%;
}
@media only screen and (max-width: 767px) {
  .box_acc .box_dome li:nth-child(4) {
    width: 50%;
  }
}
.box_acc .box_dome .ic {
  position: absolute;
  bottom: 0;
  right: -4.09091%;
  width: 16.36364%;
}
@media only screen and (max-width: 767px) {
  .box_acc .box_dome .ic {
    width: 23.46806%;
  }
}
.box_acc .box_taion {
  letter-spacing: -.4em;
  margin: 40px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_taion {
    margin: 4% 0 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_taion {
    margin: 4% 0;
  }
}
.box_acc .box_taion li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 31.37255%;
  margin-left: 2.94118%;
}
.box_acc .box_taion li:first-child {
  margin-left: 0;
}
.box_acc .box_taion li .photo {
  width: 100%;
  margin: 0;
}
.box_acc .box_taion li .sst {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-top: .3em;
}
.box_acc .box_kouka {
  overflow: hidden;
  letter-spacing: normal;
  background: #dad6aa;
  position: relative;
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_kouka {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka {
    padding: 6% 4%;
  }
}
.box_acc .box_kouka:before, .box_acc .box_kouka:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_acc .box_kouka:before {
  background: linear-gradient(-135deg, #dad6aa 8px, rgba(0, 0, 0, 0) 0%) 0 8px, linear-gradient(135deg, #dad6aa 8px, #f5f4e9 0%) 0 8px;
  background-color: #dad6aa;
  background-size: 20px 20px;
  bottom: 0;
  background-repeat: repeat-x;
  padding: 0.8em;
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka:before {
    padding: 0.5em;
  }
}
.box_acc .box_kouka:after {
  background: linear-gradient(-45deg, #dad6aa 8px, rgba(0, 0, 0, 0) 0%) 0 8px, linear-gradient(45deg, #dad6aa 8px, #f5f4e9 0%) 0 8px;
  background-color: #dad6aa;
  background-size: 20px 20px;
  top: -10px;
  background-repeat: repeat-x;
  padding: 1em;
  width: 100%;
}
.box_acc .box_kouka .box_st {
  float: left;
  width: 31.38298%;
  position: relative;
  color: #fff;
  font-size: 150%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_kouka .box_st {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka .box_st {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka .box_st {
    float: none;
    width: 100%;
  }
}
.box_acc .box_kouka .box_st .st {
  width: 64.40678%;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_kouka .box_st .st {
    margin: 0 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka .box_st .st {
    margin: 0 auto 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka .box_st .st {
    width: 74.70687%;
  }
}
.box_acc .box_kouka .box_st .ic {
  position: absolute;
  bottom: -1em;
  right: 0;
  width: 51.86441%;
}
.box_acc .box_kouka .kouka_det {
  float: left;
  width: 66.17021%;
  margin-left: 1.70213%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka .kouka_det {
    float: none;
    width: 100%;
  }
}
.box_acc .box_kouka .kouka_det .inner {
  float: left;
  width: 46.62379%;
  background: #fff;
  padding: 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_kouka .kouka_det .inner {
    padding: 2% 3%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka .kouka_det .inner {
    padding: 2%;
  }
}
.box_acc .box_kouka .kouka_det .inner .st {
  text-align: center;
  padding: .2em 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 143%;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_acc .box_kouka .kouka_det .inner .st {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .box_acc .box_kouka .kouka_det .inner .st {
    font-size: 115%;
  }
}
.box_acc .box_kouka .kouka_det .inner .list_kouka li {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .5em;
}
.box_acc .box_kouka .kouka_det .inner.inn1 .st {
  background: #7db97a;
}
.box_acc .box_kouka .kouka_det .inner.inn1 .list_kouka li {
  color: #7db97a;
}
.box_acc .box_kouka .kouka_det .inner.inn2 {
  margin-left: 2.41158%;
}
.box_acc .box_kouka .kouka_det .inner.inn2 .st {
  background: #af85b7;
}
.box_acc .box_kouka .kouka_det .inner.inn2 .list_kouka li {
  color: #af85b7;
}
.box_acc .box_kouka .kouka_det .txt {
  clear: both;
}

/* -----------------------------------------------------------
	box_ues
----------------------------------------------------------- */
.box_ues {
  border: 1px solid #e0dfd6;
  position: relative;
  padding: 30px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_ues {
    padding: 3% 4%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ues {
    padding: 3%;
  }
}
.box_ues:before, .box_ues:after {
  content: "";
  z-index: 0;
  width: 323px;
  height: 272px;
}
@media only screen and (max-width: 1099px) {
  .box_ues:before, .box_ues:after {
    width: 32.07547%;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 768px) and (max-width: 933px) {
  .box_ues:before, .box_ues:after {
    height: 230px;
  }
}
@media only screen and (max-width: 1099px) and (max-width: 767px) {
  .box_ues:before, .box_ues:after {
    height: 8em;
  }
}

.box_ues:before {
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.box_ues:after {
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 2%;
}
.box_ues .st {
  position: relative;
  z-index: 1;
  color: #363636;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_ues .st {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .box_ues .st {
    font-size: 115%;
  }
}
.box_ues .list_ues {
  z-index: 1;
  position: relative;
}
.box_ues .list_ues li {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.box_ues .txt_chu {
  z-index: 1;
  position: relative;
  margin-bottom: 1em;
}

/* -----------------------------------------------------------
	box_pop
----------------------------------------------------------- */
.inner {
  padding: 5% 0;
}
@media only screen and (max-width: 1099px) {
  .inner {
    width: 91.66667%;
    margin: auto;
  }
}

.box_pop_machine {
  background: #fff;
  overflow-y: scroll;
  padding: 40px 0 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_pop_machine {
    padding: 4% 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pop_machine {
    padding: 4% 0 2%;
  }
}
.box_pop_machine .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mouse .box_pop_machine .btn_close {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .box_pop_machine .btn_close:hover, .touch .box_pop_machine .btn_close.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .box_pop_machine .btn_close {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_pop_machine .btn_close.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .box_pop_machine .btn_close {
    width: 10%;
  }
  .box_pop_machine .btn_close img {
    width: 100%;
  }
}
.box_pop_machine h3 {
  text-align: center;
  font-size: 200%;
  font-weight: 100;
  color: #532d1c;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_pop_machine h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pop_machine h3 {
    font-size: 143%;
  }
}
.box_pop_machine h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.box_pop_machine h3 .en {
  font-family: 'Josefin Sans', sans-serif;
}
.box_pop_machine h3 span {
  display: block;
  letter-spacing: .4em;
  margin-bottom: .3em;
}
.box_pop_machine h3 em {
  display: block;
  font-size: 36%;
  letter-spacing: 1em;
}
.box_pop_machine h3:before {
  display: block;
  width: 55px;
  height: 54px;
  content: "";
  margin: 0 auto .2em;
  background: url(../images/common/ic_title.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .box_pop_machine h3:before {
    width: 10.9375%;
    height: 0;
    padding-top: 11%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_pop_machine h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pop_machine h3 {
    margin-bottom: 4%;
  }
}
.box_pop_machine .btn_close_bottom {
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0.8em auto 2em;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .box_pop_machine .btn_close_bottom {
    margin: 1.5em auto 2em;
  }
}
.box_pop_machine .btn_close_bottom a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #402e15;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #402e15;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.box_pop_machine .btn_close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  margin-left: 0;
  right: 5%;
  top: 50%;
  margin-top: -.75em;
}
.box_pop_machine .btn_close_bottom a:hover {
  background: #402e15;
  color: #402e15;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_pop_machine .btn_close_bottom {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .box_pop_machine .btn_close_bottom {
    width: 40%;
  }
}
.box_pop_machine .btn_close_bottom a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.box_pop_machine .btn_close_bottom a:hover {
  color: #fff;
}

.con_mac {
  max-width: 940px;
  margin: 0 auto 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mac {
    margin: 0 auto 9%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mac {
    margin: 0 auto 10%;
  }
}
@media only screen and (max-width: 1099px) {
  .con_mac {
    width: 91.66667%;
  }
}
.con_mac > .box_det {
  overflow: hidden;
  border: 5px solid #dfd0c9;
  background: #edeae9;
  margin-top: 20px;
  padding: 20px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mac > .box_det {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mac > .box_det {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mac > .box_det {
    padding: 2% 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mac > .box_det {
    padding: 2%;
  }
}
.con_mac > .box_det .photo {
  float: left;
  width: 19.65909%;
}
.con_mac > .box_det .box_txt {
  float: left;
  width: 77.27273%;
  margin-left: 2.27273%;
}
.con_mac > .box_det .box_txt .st {
  font-weight: bold;
  color: #582c18;
  margin-bottom: .5em;
  letter-spacing: .04em;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mac > .box_det .box_txt .st {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mac > .box_det .box_txt .st {
    font-size: 108%;
  }
}

.box_mac {
  letter-spacing: -.4em;
}
.box_mac .box_txt, .box_mac .photo {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.box_mac > .box_txt {
  width: 67.34043%;
}
@media only screen and (max-width: 767px) {
  .box_mac > .box_txt {
    width: 100%;
  }
}
.box_mac > .box_txt h4 {
  padding: .5em .8em;
  color: #582c18;
  background: #f3f3dd;
  margin-bottom: 1em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 172%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_mac > .box_txt h4 {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .box_mac > .box_txt h4 {
    font-size: 129%;
  }
}
.box_mac > .box_txt .st {
  font-weight: bold;
  color: #582c18;
  margin-bottom: .5em;
  letter-spacing: .04em;
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .box_mac > .box_txt .st {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .box_mac > .box_txt .st {
    font-size: 108%;
  }
}
.box_mac .photo {
  width: 27.23404%;
  margin-left: 5.31915%;
  margin-top: 1em;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.con_mac_kouka {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mac_kouka {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mac_kouka {
    margin-top: 3%;
  }
}
.con_mac_kouka h5 {
  position: relative;
  margin-bottom: .8em;
}
.con_mac_kouka h5 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #59290f;
  color: #fff;
  line-height: 1;
  padding: .3em 1.5em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-size: 158%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mac_kouka h5 span {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mac_kouka h5 span {
    font-size: 122%;
  }
}
.con_mac_kouka h5:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #59290f;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_mac_kouka .box_mac_kouka {
  letter-spacing: -.4em;
}
.con_mac_kouka .box_mac_kouka li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 23.93617%;
  margin-left: 1.38298%;
  padding: .5em .8em;
  background: #fdfbe6;
  height: 205px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_mac_kouka .box_mac_kouka li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_mac_kouka .box_mac_kouka li {
    height: auto;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 3%;
  }
  .con_mac_kouka .box_mac_kouka li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.con_mac_kouka .box_mac_kouka li .st {
  color: #582c18;
  margin-bottom: .3em;
  padding-bottom: .5em;
  border-bottom: 1px dashed #582c18;
  font-size: 172%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_mac_kouka .box_mac_kouka li .st {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mac_kouka .box_mac_kouka li .st {
    font-size: 115%;
  }
}
.con_mac_kouka .box_mac_kouka li .st span {
  font-size: 125%;
}
.con_mac_kouka .box_mac_kouka li .txt {
  text-align: left;
}

.machineOpen #con_machine {
  z-index: 2000;
  opacity: 1;
}
/*2022/07/03追記*/
#order-made_acc dl,
#intestinal-care dl
{
  padding:1.5rem 0;
}
#order-made_acc .course img
{
  width:6%;
}
#order-made_acc .sub-title,
#intestinal-care .sub-title
{
  color: green;
  font-size: 1.5rem;
  font-weight: bold;
  margin:3rem 0rem 1.5rem 0rem;
  text-align: center;
}
#order-made_acc .plan img
{
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
@media only screen and (min-width: 768px) {
  #order-made_acc .course img
  {
    vertical-align: middle;
  }
  #order-made_acc .course span
  {
    font-size: 1.4rem;
  }
  #order-made_acc .plan dd
  {
    display: flex;
    justify-content: space-between;
  }
  #order-made_acc .plan dd div
  {
    text-align: center;
  }
  #order-made_acc .plan dd div p
  {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #intestinal-care dd
  {
    display: flex;
    justify-content: space-around;
  }
  #intestinal-care dd p
  {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #order-made_acc .course img
  {
    display: block;
    margin:0 auto 0.4rem auto;
    width:30%;
  }
  #order-made_acc .plan dd div
  {
    margin: 3rem auto;
    text-align: center;
  }
  #order-made_acc .plan dd div p
  {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 1rem;
  }
  #intestinal-care dd p
  {
    margin-top: 2rem;
  }
}
