@charset "UTF-8";
/* ====================================================
color
==================================================== */
@import url(https://fonts.googleapis.com/css?family=Nunito);
/* ====================================================
Font
==================================================== */
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  transition: 0.5s ease-in-out;
  color: #5e5e5e;
}

a:link {
  color: #5e5e5e;
  text-decoration: none;
}

a:hover {
  color: #5e5e5e;
  text-decoration: none;
}

a:visited {
  color: #5e5e5e;
  text-decoration: none;
}

a:hover, a:focus {
  color: #5e5e5e;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: YuMincho, "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  color: #444444;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

p {
  margin: 0;
  line-height: 2;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  width: 95%;
  margin: 0px auto;
}

.contentsFlex {
  display: flex;
  flex-wrap: wrap;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.h2ttl {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3;
}
.h2ttl em {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
}
.h2ttl span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

header {
  width: 100%;
  height: 55px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  /* ------- global --------- */
}
header h1 {
  left: 3%;
  top: 8px;
  z-index: 110;
  white-space: nowrap;
  overflow: hidden;
  height: 65px;
  width: 65%;
  margin: 0;
  line-height: 55px;
}
header h1 a {
  display: block;
  height: 50px;
  width: 80%;
  outline: none;
}
header h1 a img {
  line-height: 55px;
  width: 75%;
  vertical-align: middle;
}
header #navgToggle {
  position: absolute;
  right: 15px;
  top: 13px;
  display: block;
  width: 40px;
  height: 22px;
  z-index: 110;
}
header ul {
  border-top: 1px solid #000;
  display: none;
  position: fixed;
  left: 0;
  top: 55px;
  width: 100%;
  z-index: 90;
  padding: 0;
  margin: 0;
}
header ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  color: #323232;
  box-sizing: border-box;
}
header ul li a {
  display: block;
  color: #323232 !important;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 25px 0;
}
header ul li:last-child {
  width: 100%;
}

#navGbg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 50;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 10px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #9B846E;
  border-radius: 0;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  top: 25px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  top: -8px;
}

.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-10px) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  display: none;
}

footer {
  width: 100%;
  text-align: center;
  margin: 0 auto 95px;
  background-color: #4F86C5;
}
footer #companyLogo {
  padding: 20px 0 10px;
  width: 75%;
  margin: 0 auto;
}
footer #copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

/*footer*/
#footerContact {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  height: auto;
  z-index: 9999;
  bottom: 0;
  /*height: 95px;*/
  padding-top: 15px;
  background-color: #fff;
  opacity: 0;
}
#footerContact h2 {
  color: #C19E59;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 0 30%;
}
#footerContact h2:before, #footerContact h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25%;
  height: 1px;
  background-color: #C19E59;
}
#footerContact h2:before {
  left: 0;
}
#footerContact h2:after {
  right: 0;
}
#footerContact p.footerContactTxt {
  color: #44CCA8;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0 0;
  line-height: 1.4;
}
#footerContact ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 15px auto 5px;
}
#footerContact ul li {
  width: 31.3%;
  margin-right: 2%;
  background-color: #44CCA8;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
#footerContact ul li a {
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
#footerContact ul li a img {
  margin-right: 5px;
  vertical-align: middle;
}
#footerContact ul li:nth-child(1) a img {
  width: 22px;
  height: 22px;
}
#footerContact ul li:nth-child(2) a img {
  width: 28px;
  height: 20px;
}
#footerContact ul li:nth-child(3) {
  margin-right: 0;
  background-color: #B1A793;
}
#footerContact ul li:nth-child(3) a img {
  width: 22px;
  height: 28px;
}

.cvBlock .cvBtn {
  background-color: #44CCA8;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 30px auto 25px;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.45);
  width: 95%;
  height: 80px;
}
.cvBlock .cvBtn a {
  text-align: center;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  display: block;
  line-height: 80px;
  position: relative;
}
.cvBlock .cvBtn a img {
  vertical-align: middle;
  width: 17px;
  position: absolute;
  top: 31%;
  right: 5%;
}
.cvBlock ul {
  background-color: #F7F7F7;
  width: 80%;
  height: 32px;
  margin: 0 auto;
}
.cvBlock ul li {
  width: 50%;
  color: #797979;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin: auto;
  line-height: 32px;
}
.cvBlock ul li em {
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}

.topContents {
  margin: 55px auto 45px;
  position: relative;
}
.topContents .slidertop {
  margin-bottom: 60px;
}
.topContents .topimg {
  margin-bottom: 60px;
}
.topContents .topimg img {
  width: 100%;
}
.topContents .catchTxt {
  position: absolute;
  top: 2%;
  right: 0;
  left: 0;
}
.topContents .catchTxt h2 {
  text-align: center;
  margin: 0 auto;
}
.topContents .catchTxt h2 img {
  width: 90%;
}
.topContents .catchList {
  width: 100%;
  position: absolute;
  bottom: 31.5%;
  right: 0;
  left: 0;
}
.topContents .catchList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topContents .catchList ul li {
  width: 30%;
  margin-right: 3%;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: 2px 3px 0px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #302D2C;
  font-family: YuMincho, "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
}
.topContents .catchList ul li span {
  color: #4F86C5;
  font-size: 21px;
  font-size: 2.1rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #D3E7FF;
}
.topContents .catchList ul li:last-child {
  margin-right: 0;
}
.topContents p {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.topContents p span {
  padding-bottom: 8px;
  border-bottom: 1px solid #C1C1C1;
}

#contents01 {
  background: -webkit-linear-gradient(#fff, #EAF2F8);
  background: radial-gradient(#fff, #EAF2F8);
  padding-top: 24px;
}
#contents01 dl {
  width: 32%;
  margin: 35px 2% 40px 0;
}
#contents01 dl dt {
  border: 2px solid #4F86C5;
  background-color: #fff;
  color: #4F86C5;
  border-radius: 18px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  height: 35px;
  line-height: 31px;
}
#contents01 dl dd {
  text-align: center;
  margin: 0 auto;
}
#contents01 dl:first-child dt {
  font-size: 11px;
  font-size: 1.1rem;
}
#contents01 dl:last-child {
  margin-right: 0;
}
#contents01 ul li.flex {
  margin-bottom: 35px;
  align-items: center;
}
#contents01 ul li.flex p.point {
  width: 15%;
  font-size: 16px;
  font-size: 1.6rem;
  border-right: 1px solid #4F86C5;
  box-sizing: border-box;
  color: #4F86C5;
  margin-right: 5%;
  line-height: 1.2;
  text-align: center;
  padding: 36px 0;
}
#contents01 ul li.flex p.point em {
  font-weight: bold;
  font-size: 48px;
  font-size: 4.8rem;
  font-style: normal;
}
#contents01 ul li.flex h3 {
  color: #4F86C5;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 40%;
  font-size: 16px;
  font-size: 1.6rem;
}
#contents01 ul li.flex h3 span {
  border-bottom: 5px solid #CEE5FF;
}
#contents01 ul li.flex p {
  width: 40%;
}
#contents01 ul li.flex p img {
  width: 100%;
  height: auto;
}
#contents01 p.catch01 {
  background-color: #B8A79F;
  text-align: center;
  /*margin: 0 auto 65px;*/
  margin: 0 auto 48px;
  padding: 25px 0;
  line-height: 1.4;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
#contents01 p.catch01 span {
  border-bottom: 1px solid #fff;
}
#contents01 .hook01 {
  background-image: url("../img/common/hook-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
  box-sizing: border-box;
}
#contents01 .hook01 h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  margin: 0 auto 50px;
  line-height: 1.6;
}
#contents01 ul.topbanner {
  margin-bottom: 48px;
}
#contents01 ul.topbanner li {
  text-align: center;
  margin: 0 auto 28px;
  width: 90%;
}
#contents01 ul.topbanner li:last-child {
  margin-bottom: 0;
}

#contents02 {
  margin: 50px auto;
}
#contents02 #flexslider {
  margin: 30px auto;
}
#contents02 ul li.splide__slide {
  width: 100%;
}
#contents02 dl dt {
  text-align: center;
  margin: 0 auto 30px;
}
#contents02 dl dt img {
  width: 85%;
  max-width: 414px;
  height: auto;
}
#contents02 dl dd {
  color: #4F86C5;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
}

.hook02 .hook02-01 {
  background-image: url(../img/common/grad02-back.svg);
  background-repeat: no-repeat;
  padding: 25px 0;
}
.hook02 .hook02-01 h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
}
.hook02 .hook02-01 h3 span {
  border-bottom: 5px solid #91C1F8;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 5px;
}
.hook02 .hook02-01 h3 em {
  font-style: normal;
}
.hook02 .arrow {
  text-align: center;
  margin: 40px auto 30px;
}
.hook02 .arrow img {
  width: 245px;
  height: 50px;
}
.hook02 .hook02-02 {
  background: -webkit-linear-gradient(#fff, #EFEBE7);
  background: radial-gradient(#fff, #EFEBE7);
  padding: 30px 0 45px;
}
.hook02 .hook02-02 .hookContents01 {
  background-color: #fff;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
.hook02 .hook02-02 .hookContents01 h3 {
  font-size: 17px;
  font-size: 1.7rem;
  color: #C19D58;
  text-align: center;
  margin: 0 auto 30px;
}
.hook02 .hook02-02 .hookContents01 .flex p {
  width: 48%;
  margin-right: 4%;
}
.hook02 .hook02-02 .hookContents01 .flex p:last-child {
  margin-right: 0;
}
.hook02 .hook02-02 .hookContents01 ul li {
  text-align: center;
  margin: 30px auto;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #C6C6C6;
}
.hook02 .hook02-02 .hookContents01 ul li span {
  padding-bottom: 5px;
  border-bottom: 5px solid #E8DDC6;
}
.hook02 .hook02-02 .hookContents01 ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.hook02 .hook02-02 .hookContents02 {
  margin-top: 40px;
}
.hook02 .hook02-02 .hookContents02 dl dt {
  text-align: center;
  margin: 0 auto;
  background-color: #777777;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 0;
  color: #fff;
}
.hook02 .hook02-02 .hookContents02 dl dd {
  background-color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
}
.hook02 .hook02-02 .hookContents02 dl dd p.hookLeft {
  width: 40%;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
}
.hook02 .hook02-02 .hookContents02 dl dd p.hookRight {
  font-size: 11px;
  font-size: 1.1rem;
  width: 60%;
}
.hook02 .hook02-02 .hookContents02 .txtS {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  margin: 20px auto;
}

#contents03 {
  margin: 40px auto 60px;
}
#contents03 .h2ttl em {
  color: #4F86C5;
}
#contents03 .h2ttl b {
  font-size: 22px;
  font-size: 2.2rem;
}
#contents03 ul li {
  width: 95%;
  background-color: #fff;
  text-align: center;
  margin: 40px auto;
  padding: 0;
  position: relative;
}
#contents03 ul li .icon {
  position: absolute;
  top: -1%;
  left: 0;
  width: 22%;
}
#contents03 ul li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #4F86C5;
  padding-left: 24%;
  text-align: left;
  margin-bottom: 25px;
  line-height: 1.4;
}
#contents03 ul li h3 em {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  color: #444444;
}
#contents03 ul li h3 span {
  padding-bottom: 5px;
  border-bottom: 5px solid #CEE5FF;
}
#contents03 ul li .wrap04 {
  width: 100%;
  margin: 10px auto;
}
#contents03 ul li .wrap04 p {
  background-color: #F4F3E9;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0;
  text-align: left;
  margin: 20px auto;
}
#contents03 ul li .wrap04 p img {
  width: 29px;
  height: auto;
  vertical-align: middle;
  padding: 0 10px;
}
#contents03 ul li .wrap04 .hlLink {
  margin-top: 30px;
}
#contents03 ul li .wrap04 .hlLink a {
  color: #4F86C5;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
#contents03 ul li .instructor {
  border: 2px solid #C6C6C6;
  border-radius: 8px;
  margin: 20px auto;
  padding: 20px 12px;
  box-sizing: border-box;
}
#contents03 ul li .instructor h4 {
  color: #8e8176;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 18px;
}
#contents03 ul li .instructor img {
  width: 75%;
}
#contents03 ul li .lpIod {
  margin: 36px auto;
}
#contents03 ul li .lpIod h4 {
  color: #8e8176;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
}
#contents03 ul li .lpIod p {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  text-align: right;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin: 8px auto 20px;
}
#contents03 ul li .lpIod p a {
  text-decoration: underline;
  text-decoration-color: #8e8176;
  color: #8e8176;
  font-size: 16px;
  font-size: 1.6rem;
}
#contents03 ul li:first-child {
  margin-top: 20px;
}
#contents03 ul li:first-child .wrap04 p {
  padding-left: 20px;
}
#contents03 ul li:last-child {
  margin-bottom: 0;
}

#contents04 {
  padding: 60px 0;
  background: -webkit-linear-gradient(#fff, #EAF2F8);
  background: radial-gradient(#fff, #EAF2F8);
}
#contents04 h2.h2ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
#contents04 dl {
  padding-top: 60px;
}
#contents04 dl dt {
  background: -webkit-linear-gradient(#70A7E6, #4C7CB4);
  background: radial-gradient(#70A7E6, #4C7CB4);
  padding: 20px 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}
#contents04 .splide__slide h3 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 20px;
}
#contents04 .splide__slide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#contents04 .splide__slide ul li {
  background-color: #A0A0A0;
  border-radius: 18px;
  color: #fff;
  width: 32%;
  height: 32px;
  line-height: 32px;
  margin-right: 1.3%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
#contents04 .splide__slide ul li:last-child {
  margin-right: 0;
}
#contents04 .splide__slide p {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  color: #4F86C5;
}

#contents05 {
  margin: 60px auto;
}
#contents05 h2.h2ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 45px;
}
#contents05 dl {
  width: 48%;
  margin: 0 4% 45px 0;
}
#contents05 dl dd {
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
#contents05 dl dd span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #4F86C5;
}
#contents05 dl:nth-child(2n) {
  margin-right: 0;
}
#contents05 dl:nth-child(3) {
  margin-bottom: 0;
}
#contents05 dl:nth-child(4) {
  margin-bottom: 0;
}

#academy {
  background-color: #F6F2F0;
  padding: 65px 0;
}
#academy h2 {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 25px 0;
  line-height: 1.8;
  box-sizing: border-box;
  background: -webkit-linear-gradient(#D5B46E, #A3916A);
  background: radial-gradient(#D5B46E, #A3916A);
}
#academy dl {
  background-color: #fff;
  padding: 35px 30px;
  box-sizing: border-box;
  margin-top: 40px;
}
#academy dl dt {
  text-align: center;
  margin: 0 auto 15px;
}
#academy dl dd {
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
}

#contents06 {
  padding: 40px 0 50px;
}
#contents06 h2.h2ttl em {
  color: #4F86C5;
}
#contents06 .short {
  border: 3px solid #5489C6;
  box-sizing: border-box;
  margin: 35px 0 45px;
  padding-top: 15px;
}
#contents06 .short h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #4F86C5;
  text-align: center;
  margin: 0 auto;
}
#contents06 .short h3 span.number {
  font-size: 32px;
  font-size: 3.2rem;
}
#contents06 .short p {
  background-color: #D1E3F8;
  padding: 10px 0;
  width: 95%;
  margin: 20px auto 10px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
#contents06 .contents06flow dl {
  background-color: #F4F3E9;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 10px;
  text-align: left;
  margin: 20px auto 40px;
  box-sizing: border-box;
  height: 75px;
}
#contents06 .contents06flow dl dt {
  border-radius: 10px;
  color: #fff;
  margin: 12px 10px 0 0;
  padding: 5px 0;
  height: 40px;
  line-height: 40px;
  width: 20%;
  text-align: center;
}
#contents06 .contents06flow dl dd {
  line-height: 75px;
}
#contents06 .contents06flow dl::before {
  content: "";
  position: absolute;
  top: 115%;
  left: 40%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #DDDDDD;
}
#contents06 .contents06flow dl:nth-child(1) dt {
  background-color: #44CCA8;
}
#contents06 .contents06flow dl:nth-child(2) dt {
  background-color: #ffc6c6;
}
#contents06 .contents06flow dl:nth-child(3) dt {
  background-color: #ffbcbc;
}
#contents06 .contents06flow dl:nth-child(4) dt {
  background-color: #ffaeae;
}
#contents06 .contents06flow dl:nth-child(5) dt {
  background-color: #FFA0A0;
}
#contents06 .contents06flow dl:nth-child(6) {
  margin-bottom: 20px;
}
#contents06 .contents06flow dl:nth-child(6) dt {
  background-color: #FFA0A0;
}
#contents06 .contents06flow dl:nth-child(6):before {
  border: none;
}
#contents06 .cvBtn {
  margin-top: 50px;
}
#contents06 .infoLink {
  text-align: center;
  margin: 0 auto 20px;
}
#contents06 .infoLink a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4F86C5;
}

#contents07 {
  background: -webkit-linear-gradient(#fff, #EAF2F8);
  background: radial-gradient(#fff, #EAF2F8);
  padding: 20px 0 60px;
  /*margin-top: 60px;*/
}
#contents07 h2.h2ttl em {
  color: #4F86C5;
}
#contents07 p.caption {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
#contents07 .txtS {
  font-size: 90%;
}
#contents07 .priceback-w {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#contents07 .priceback-w dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  box-sizing: border-box;
}
#contents07 .priceback-w dl dt {
  text-align: left;
  margin-right: auto;
}
#contents07 .priceback-w dl dd {
  text-align: right;
  margin-left: auto;
}
#contents07 .priceback-w dl:first-child {
  padding-top: 0;
}
#contents07 .price01 dl {
  border-bottom: 1px dotted #707070;
}
#contents07 .price01 dl dt {
  font-size: 20px;
  font-size: 2rem;
}
#contents07 .price01 dl dd {
  font-size: 20px;
  font-size: 2rem;
}
#contents07 .price01 dl:last-child {
  border-bottom: none;
}
#contents07 .price02 p {
  font-size: 20px;
  font-size: 2rem;
}
#contents07 .price02 dl {
  border-bottom: 1px dotted #707070;
}
#contents07 .price02 dl dt {
  font-size: 15px;
  font-size: 1.5rem;
}
#contents07 .price02 dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
#contents07 .price02 dl:last-child {
  border-bottom: none;
}
#contents07 .price03 h4 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #838383;
  margin-top: 35px;
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
}
#contents07 .price03 dl {
  padding: 15px 0;
}
#contents07 .price03 dl dt {
  font-size: 15px;
  font-size: 1.5rem;
}
#contents07 .price03 dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
#contents07 .moniter {
  margin-top: 70px;
  border: 1px solid #AC986D;
  box-sizing: border-box;
  padding: 10px 20px 20px;
}
#contents07 .moniter h3 {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto 10px;
  color: #AC986D;
}
#contents07 .moniter h3 span {
  background-color: #AC986D;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 10px;
}
#contents07 .moniter p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
#contents07 .moniter p a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #AC986D;
  text-decoration: underline;
}
#contents07 p.tax {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right;
  margin-top: 10px;
}
#contents07 .pricePlan {
  margin-top: 60px;
}
#contents07 .pricePlan dl {
  margin-bottom: 50px;
}
#contents07 .pricePlan dl dt {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
#contents07 .pricePlan dl dt img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#contents07 .pricePlan dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}
#contents07 .pricePlan dl dd em {
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
#contents07 .pricePlan dl dd p {
  font-size: 16px;
  font-size: 1.6rem;
}
#contents07 .pricePlan dl dd .border {
  text-decoration: underline;
}
#contents07 .hook02 h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  color: #4F86C5;
  font-weight: bold;
}
#contents07 .hook02 p.h3sub {
  text-align: center;
  margin: 0 auto 35px;
  font-size: 15px;
  font-size: 1.5rem;
}
#contents07 .hook02 img {
  margin-bottom: 30px;
}
#contents07 .hook02 p.hookPoint {
  width: 95%;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #A79A9C;
  height: 50px;
  line-height: 50px;
}

#contents08 {
  background-color: #F6F2F0;
  padding: 40px 0 75px;
  border-bottom: 1px solid #AD868D;
}
#contents08 h2.h2ttl {
  margin-bottom: 40px;
}
#contents08 h2.h2ttl em {
  color: #B9A8A0;
}
#contents08 h3 {
  text-align: center;
  margin: 0 auto 30px;
  color: #C3A161;
  font-size: 18px;
  font-size: 1.8rem;
}
#contents08 h3 em {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
#contents08 .contents08-01 {
  background-color: #fff;
  padding: 35px 20px 60px;
  box-sizing: border-box;
  margin-bottom: 95px;
}
#contents08 .contents08-01 .clinicInfo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin-top: 50px;
}
#contents08 .contents08-01 .clinicInfo dl {
  margin-bottom: 30px;
}
#contents08 .contents08-01 .clinicInfo dl dt {
  border-left: 6px solid #CBCBCB;
  box-sizing: border-box;
  font-weight: bold;
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
#contents08 .contents08-01 .clinicInfo dl dd {
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
#contents08 .contents08-01 .map {
  margin: 50px auto 60px;
}
#contents08 .contents08-01 .map iframe {
  width: 100%;
}
#contents08 .contents08-01 .covic {
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #B8A79F;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#contents08 .contents08-01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contents08 .contents08-01 ul li {
  width: 49%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
#contents08 .contents08-01 ul li:nth-child(2n) {
  border-right: none;
}
#contents08 .contents08-02 {
  background-color: #fff;
  padding: 50px 20px;
  box-sizing: border-box;
}
#contents08 .contents08-02 h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
#contents08 .contents08-02 .drInfo {
  margin: 20px auto 60px;
}
#contents08 .contents08-02 .drInfo .drName {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1;
}
#contents08 .contents08-02 .drInfo .drName em {
  /*margin-left: 30px;*/
  font-style: normal;
  color: #9F9F9F;
  font-size: 15px;
  font-size: 1.5rem;
}
#contents08 .contents08-02 .drInfo .message {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
#contents08 .contents08-02 .drInfo dl {
  margin-bottom: 30px;
}
#contents08 .contents08-02 .drInfo dl dt {
  background-color: #C7B58D;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#contents08 .contents08-02 .drInfo dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
#contents08 .contents08-02 .drInfo dl dd p {
  margin-bottom: 10px;
}
#contents08 .contents08-02 .drInfo dl dd ul {
  margin-top: 10px;
}
#contents08 .contents08-02 .drInfo dl dd ul li {
  margin-bottom: 10px;
}
#contents08 .contents08-02 .drInfo dl dd.book {
  margin-top: 20px;
}
#contents08 .contents08-02 .drInfo dl dd.book ul.flex {
  justify-content: center;
}
#contents08 .contents08-02 .drInfo dl dd.book ul.flex li {
  width: 40%;
  margin: 0 4% 8px 0;
}
#contents08 .contents08-02 .drInfo dl dd.book ul.flex li:nth-child(2n) {
  margin-right: 0;
}
#contents08 .contents08-02 .drInfo dl dd.book p {
  line-height: 1.6;
}
#contents08 .contents08-02 .drInfo dl:last-child {
  margin-bottom: 0;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 10%;
}

.splide__arrow {
  background-color: #fff !important;
}

.slider1 ul .splide__pagination__page.is-active {
  background-color: #ccc;
}
.slider1 ul .splide__pagination__page {
  width: 12px;
  height: 12px;
}
.slider1 .splide__pagination {
  bottom: -2.5em;
}

.slider2 ul li.splide__slide p {
  text-align: center;
  margin: 0 auto;
}
.slider2 ul li.splide__slide p img {
  width: 88%;
  height: 88%;
  padding-right: 0;
}
.slider2 ul .splide__pagination__page.is-active {
  background-color: #ccc;
}
.slider2 ul .splide__pagination__page {
  width: 12px;
  height: 12px;
}
.slider2 .splide__pagination {
  bottom: -2.5em;
}

.pointPR {
  background-color: #FFFDD6;
  padding-bottom: 40px;
}
.pointPR h3 {
  background-color: #5A4822;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
  line-height: 1.4;
}
.pointPR .pointFlex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pointPR .pointFlex dl {
  width: 47%;
  margin: 0 6% 0 0;
}
.pointPR .pointFlex dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 40px;
}
.pointPR .pointFlex dl dt span {
  padding-bottom: 12px;
  border-bottom: 10px solid #B6AA9A;
}
.pointPR .pointFlex dl dd {
  border: 2px solid #B6AA9A;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 25px 0;
  text-align: center;
  margin: 0 auto;
  line-height: 1.6;
}
.pointPR .pointFlex dl dd span {
  background: linear-gradient(transparent 60%, #FFF500 40%);
}
.pointPR dl:last-child {
  margin-right: 0;
}
.pointPR .limited {
  border: 2px solid #B6AA9A;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 18px 20px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 1.6;
}
.pointPR .limited .time {
  color: #fff;
  background-color: #B6AA9A;
}
.pointPR .limited h4 {
  font-size: 26px;
  font-size: 2.6rem;
  padding-top: 10px;
  color: #FF7E7A;
}
.pointPR .limited .course span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFF500 40%);
}
.pointPR .txtS {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

.pointPR02 {
  background-color: #4F86C5;
  padding: 40px 10px;
  box-sizing: border-box;
}
.pointPR02 .pointCatch {
  position: relative;
}
.pointPR02 .pointCatch h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
}
.pointPR02 .pointCatch h3 span {
  font-size: 18px;
  font-size: 1.8rem;
}
.pointPR02 .pointCatch p.time {
  color: #4F86C5;
  background-color: #fff;
  border-radius: 16px;
  padding: 0 8px;
  text-align: center;
  position: absolute;
  top: 7%;
  right: 2%;
  padding: 0 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
.pointPR02 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
}
.pointPR02 p span {
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 640px) {
  body {
    margin: 0 auto !important;
    width: 640px;
  }
  .pcOff {
    display: none;
  }
  .h2ttl {
    font-size: 50px;
    font-size: 5rem;
  }
  .h2ttl em {
    font-size: 20px;
    font-size: 2rem;
  }
  .h2ttl span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  header {
    width: 640px;
    /* ------- global --------- */
  }
  header h1 a img {
    width: 75%;
  }
  header #navgToggle {
    top: 8px;
  }
  header .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  header ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer #copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*footer*/
  #footerContact {
    width: 640px;
  }
  #footerContact h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #footerContact p.footerContactTxt {
    font-size: 18px;
  }
  #footerContact ul li a {
    font-size: 20px;
    font-size: 2rem;
  }
  .cvBlock .cvBtn a {
    font-size: 31px;
    font-size: 3.1rem;
  }
  .cvBlock ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cvBlock ul li em {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .topContents .catchList {
    bottom: 21.5%;
  }
  .topContents .catchList ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topContents .catchList ul li span {
    font-size: 29px;
    font-size: 2.9rem;
  }
  .topContents p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #contents01 dl dt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #contents01 dl:first-child dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #contents01 ul li.flex p.point {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents01 ul li.flex p.point em {
    font-size: 60px;
    font-size: 6rem;
  }
  #contents01 ul li.flex h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #contents01 ul li.flex h3 span {
    padding-bottom: 5px;
  }
  #contents01 p.catch01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #contents01 .hook01 h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  #contents02 dl dt img {
    width: 100%;
    /*padding-left: 10%;*/
  }
  #contents02 dl dd {
    font-size: 30px;
    font-size: 3rem;
  }
  .hook02 .hook02-01 h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .hook02 .hook02-01 h3 span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .hook02 .hook02-02 .hookContents01 h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .hook02 .hook02-02 .hookContents01 ul li {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .hook02 .hook02-02 .hookContents02 dl dt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .hook02 .hook02-02 .hookContents02 dl dd p.hookLeft {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .hook02 .hook02-02 .hookContents02 dl dd p.hookRight {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hook02 .hook02-02 .hookContents02 .txtS {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #contents03 .h2ttl b {
    font-size: 30px;
    font-size: 3rem;
  }
  #contents03 ul li {
    padding: 20px 0;
  }
  #contents03 ul li .icon {
    top: 0%;
  }
  #contents03 ul li h3 {
    font-size: 31px;
    font-size: 3.1rem;
  }
  #contents03 ul li h3 em {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents03 ul li h3 span {
    font-size: 31px;
    font-size: 3.1rem;
  }
  #contents03 ul li .wrap04 p {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #contents03 ul li .wrap04 .hlLink a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #contents03 ul li .instructor {
    padding: 28px 20px;
  }
  #contents03 ul li .instructor h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents03 ul li .lpIod h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents03 ul li .lpIod p a {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents04 h2.h2ttl {
    font-size: 40px;
    font-size: 4rem;
  }
  #contents04 dl dt {
    font-size: 38px;
    font-size: 3.8rem;
  }
  #contents04 .splide__slide h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  #contents04 .splide__slide ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #contents04 .splide__slide p {
    font-size: 30px;
    font-size: 3rem;
  }
  #contents05 h2.h2ttl {
    font-size: 40px;
    font-size: 4rem;
  }
  #contents05 dl dd {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #contents05 dl dd span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #academy h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #academy dl dt {
    margin: 0 auto 25px;
  }
  #academy dl dd {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents06 .short h3 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  #contents06 .short h3 span.number {
    font-size: 40px;
    font-size: 4rem;
  }
  #contents06 .short p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents06 .contents06flow dl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #contents06 .infoLink a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents07 p.caption {
    margin: 0 auto 45px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents07 .price01 dl dt {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #contents07 .price01 dl dd {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #contents07 .price02 p {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #contents07 .price02 dl dt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents07 .price02 dl dd {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents07 .price03 h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents07 .price03 dl dt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents07 .price03 dl dd {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents07 .moniter h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #contents07 .moniter h3 span {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents07 .moniter p {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents07 p.tax {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents07 .pricePlan {
    margin-top: 75px;
  }
  #contents07 .pricePlan dl {
    margin-bottom: 60px;
  }
  #contents07 .pricePlan dl dt {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #contents07 .pricePlan dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents07 .pricePlan dl dd em {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents07 .pricePlan dl dd p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #contents07 .hook02 h3 {
    font-size: 40px;
    font-size: 4rem;
  }
  #contents07 .hook02 p.h3sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents07 .hook02 p.hookPoint {
    font-size: 30px;
    font-size: 3rem;
  }
  #contents08 h2.h2ttl {
    margin-bottom: 60px;
  }
  #contents08 h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  #contents08 h3 em {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents08 .contents08-01 .clinicInfo dl dt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #contents08 .contents08-01 .clinicInfo dl dd {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #contents08 .contents08-01 .covic {
    font-size: 21px;
    font-size: 2.1rem;
  }
  #contents08 .contents08-02 h3 {
    font-size: 40px;
    font-size: 4rem;
  }
  #contents08 .contents08-02 .drInfo {
    margin-bottom: 100px;
  }
  #contents08 .contents08-02 .drInfo .drName {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 2;
  }
  #contents08 .contents08-02 .drInfo .drName em {
    margin-left: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  #contents08 .contents08-02 .drInfo .message {
    font-size: 20px;
    font-size: 2rem;
  }
  #contents08 .contents08-02 .drInfo dl dt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #contents08 .contents08-02 .drInfo dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pointPR h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .pointPR .pointFlex dl dt {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .pointPR .pointFlex dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
  .pointPR .limited {
    font-size: 20px;
    font-size: 2rem;
  }
  .pointPR .limited h4 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .pointPR .txtS {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pointPR02 {
    padding: 40px 30px;
  }
  .pointPR02 .pointCatch h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
  }
  .pointPR02 .pointCatch h3 span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .pointPR02 .pointCatch p.time {
    font-size: 20px;
    font-size: 2rem;
    top: 14%;
    right: 5%;
    padding: 0 32px;
  }
  .pointPR02 p {
    font-size: 20px;
    font-size: 2rem;
  }
  .pointPR02 p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */