
/* ########################################################### */
/* ##                     下部ページ共通                          ## */
/* ########################################################### */

.contens-page-box{padding: 0 5vw;}

/*
.contens-page-box h3 {
display: block;
  font-size:1.4em;
  color: #000;
  margin-top:8vw;
}
.contens-page-box h3 span{
  background: linear-gradient(transparent 70%, rgba(50,193,208,0.7) 70%);
}
*/
.contens-page-box h3 {
  font-size:1.4em;
  color: #000;
  margin-top:8vw;
  border-bottom: solid 6px #cccccc;
  position: relative;
}
.contens-page-box h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #32c1d0;
  bottom: -6px;
  width: 70%;
}

.contens-page-box h4 {
  font-size:1.4em;
  padding: 0 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px;/*左線*/
  border-color: rgba(50,193,208,0.9);/*色指定*/
}
.contens-page-box h5 {
  font-size:1.0em;
  padding: 0.15em 0.5em;/*上下 左右の余白*/
  color: #666666;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 1px #32C1D0;/*左線*/
}

.contens-page-box .img {
  width:100%;
  height:auto;
  text-align:center;
  margin-bottom:10vw;
}

.contens-page-box img {
  width:100%;
  height:auto;
  position:relative;
}

.contens-page-box .caption {
  font-size:0.8em;
  color: #999999;
  text-align:right;
  /*position:absolute;*/
  right:10vw;
  margin-bottom:5vw;
}

.contens-page-box .article {
  border: 3px solid #999;
  border-radius: 3vw;
  color: #32C1D0;
  font-size:1.0em;
  margin: 3vw 0;
  padding:0 3vw 2vw;
}

.contens-page-box .red-list ul {
  border: solid 2px #f0898d;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.contens-page-box .red-list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.contens-page-box .red-list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #f0898d; /*アイコン色*/
}

.contens-page-box .green-list ul {
  border: solid 2px #32c1d0;
  padding: 1.0em 1em 1.0em 2.3em;
  margin: 2.0em 0;
  position: relative;
}

.contens-page-box .green-list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.contens-page-box .green-list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #32c1d0; /*アイコン色*/
}

.contens-page-box .inversion-list ul {
  border: solid 2px #ffffff;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.contens-page-box .inversion-list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.contens-page-box .inversion-list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffffff; /*アイコン色*/
}



.contens-page-box .inversion-green-list ul {
  border: solid 2px #ffffff;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.contens-page-box .inversion-red-list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.contens-page-box .inversion-red-list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffffff; /*アイコン色*/
}

.contens-page-box .information table{
     width:100%;
}
.contens-page-box .information td{
     width:80%;
     border-bottom: 1px dashed #ccc;
     line-height:2.0;
     
}
.contens-page-box .information th{
     width:20%;
     height:12vw;
     border-bottom: 1px dashed #ccc;
     color:#32c1d0;
}
@media screen and (min-width:768px){
.contens-page-box .information th{
     height:3vw;
}
}

/* +++++++++ 7.RECRUIT PLAN +++++++++ */
.sec-recruit {
  padding: 0 3vw;
}
.sec-recruit .plan-detail {
  background-size: 100% auto;
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
  background: none;
}
.sec-recruit .plan-detail table {
  display: table;
  font-size: 0.9rem;
  width: 100%;
  border-collapse: collapse;
}
.sec-recruit .plan-detail table tbody td{
  padding: 0.8rem 0;
  background: transparent;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}
.sec-recruit .plan-detail table tbody tr td:first-child {
  width: 25%;
  padding: 0.5rem;
  background: #FF828C;
  color:white;
}
.sec-recruit .plan-detail table tbody tr td:last-child {
  padding-left:0.5rem;
}
  .sec-recruit .plan-detail .notice {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }


/* 引用 */
blockquote {
    position: relative;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e0e0e0;
    margin-block-start: 3em;
    margin-block-end: 3em;
    margin-inline-start: 0.5em;
    margin-inline-end: 0.5em;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -15px;
    content: "“";
    font-family: sans-serif;
    color: #e0e0e0;
    font-size: 70px;
    line-height: 1;
    z-index: 2;
}

blockquote:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: transparent #ffffff;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
blockquote p .under {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.8) 0%);
}

.under-green {
  background: linear-gradient(transparent 50%, rgba(50,193,208, 0.5) 0%);
}
.under-red {
  background: linear-gradient(transparent 50%, rgba(240,137,141, 0.5) 0%);
}
.under-yellow {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.5) 0%);
}
.under-white {
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.5) 0%);
}

/* 吹き出し本体 */
.balloon-left-green{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #32c1d0;
  margin: 1vw 0 1vw 110px;
}

.balloon-left-green .icon{
  position: absolute;
  left: -110px;
  top: 0;
  width:35%;
}

.balloon-left-green::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #32c1d0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


.balloon-right-green{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #32c1d0;
  margin: 1vw 110px 1vw 0;
    line-height: 1.7;
}

.balloon-right-green .icon{
  position: absolute;
  right: -110px;
  top: 0;
  width:35%;
}

.balloon-right-green::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #32c1d0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon-left-red{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #f0898d;
  margin: 1vw 0 1vw 70px;
}

.balloon-left-red .icon{
  position: absolute;
  left: -80px;
  top: 22%;
  width:25%;
}

.balloon-left-red::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 40%;
  border-right: 15px solid #f0898d;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


.balloon-right-red{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #f0898d;
  margin: 1vw 110px 1vw 0;
    line-height: 1.7;
}

.balloon-right-red .icon{
  position: absolute;
  right: -110px;
  top: 0;
  width:35%;
}

.balloon-right-red::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #f0898d;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon-cite{
text-align: right;
color:#eeeeee;
font-size: 0.8em;
font-style: italic;
font-weight:normal;
margin-top:2vw;
}

/* 画像を横並び */
.image-list {
  width: 90%;
  margin-left: auto;
  text-align:center;
}
.image-list  div{
  width: 40%;
  height:40vw;
  float: left;
  margin-top: 20px;
  text-align:center;
}
.image-list  div img{
  width: 100%;
}
.image-list  div:first-child{
  margin-top: 0;
    margin-right: 20px;
}
  .image-list  div:nth-child(2n){
    margin-right: 0;
  }
  .image-list  div:nth-child(2n+1){
    margin-right: 20px;
  }
  .image-list  div:nth-child(-n+2){
    margin-top: 0;
  }
  

.image-list-4 {
  width: 90%;
  margin-left: auto;
  text-align:center;
}
.image-list-4  div{
  width: 80%;
  /*height:40vw;*/
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align:center;
}
.image-list-4  div img{
  width: 100%;
}
.image-list-4  div:first-child{
  margin-top: 0;
    margin-right: 20px;
}
  .image-list-4  div:nth-child(2n){
    margin-right: 0;
  }
  .image-list-4  div:nth-child(2n+1){
    margin-right: 20px;
  }
  .image-list-4  div:nth-child(-n+2){
    margin-top: 0;
  }
  


/*　背景色とフォントの色を反転　*/
.inversion-green{
	background-color:#32c1d0;
	color:#ffffff; 
	padding-top:3vw ;
	padding-bottom:3vw ;
}

.inversion-red{
	background-color:#f0898d;
	color:#ffffff; 
	padding-top:3vw ;
	padding-bottom:3vw ;
}

/*　youtubeの埋め込み　*/
.youtube iframe{
	width:100%;
}

/* ########################################################### */
/* ##                     下部ページ共通　600px-                          ## */
/* ########################################################### */

@media screen and (min-width:600px){

.contens-page-box{padding: 0;}

.contens-page-box .img {
  width:100%;
  margin-bottom:3vw;
}
.contens-page-box img {
  width:70%;
}

/* +++++++++ 7.RECRUIT PLAN +++++++++ */
  .sec-recruit .plan-detail table {
    font-size: 1.0rem;
  }
  .sec-recruit .plan-detail table tbody td{
    padding: 1.2rem 0;
  }

blockquote {
    padding: 20px 20px 20px 30px;
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 5em;
    margin-inline-end: 5em;
}

.balloon-left-green .icon{
  left: -110px;
  width:15%;
}
.balloon-right-green .icon{
  right: -150px;
  width:15%;
}
.balloon-left-red{
  margin: 1vw 0 1vw 110px;
}
.balloon-left-red .icon{
  left: -100px;
  width:12%;
  top:1%;
  margin-left: 10px;
}
.balloon-left-red::before{top: 30%;}
.balloon-right-red .icon{
  right: -150px;
  width:15%;
}


}


/* 画像を横並び */
@media only screen and (min-width: 768px), print {
  .image-list {
    overflow: hidden;
    width: 660px;
  margin-right: auto;
  }
  .image-list  div{
    height:auto;
    width: 150px;
    margin-right: 20px;
  }
  .image-list  div:nth-child(2n){
    margin-right: 20px;
  }
  .image-list  div:nth-child(4n){
    margin-right: 0;
  }
  .image-list  div:nth-child(-n+4){
    margin-top: 0;
  }


  .image-list-4 {
    overflow: hidden;
    width: 90%;
  /*margin-right: auto;*/
  }
  .image-list-4  div{
    height:auto;
    width: 45%;
    margin-right: 2%;
  }
  .image-list-4  div:nth-child(2n){
    margin-right: 2%;
  }
  .image-list-4  div:nth-child(4n){
    margin-right: 0;
  }
  .image-list-4  div:nth-child(-n+4){
    margin-top: 0;
  }

}

/*　背景色とフォントの色を反転　*/
.inversion-green{
	padding-top:0.5vw ;
	padding-bottom:0.2vw ;
}
.inversion-red{
	padding-top:0.5vw ;
	padding-bottom:0.2vw ;
}








/* ########################################### */
/* ###              CONTACT                ### */
/* ### 
CONTACTとENTRY、members_pageなどはCSSは別途記載しているがなるべく本CSSの「下部ページ共通」という部分に入れる
### */
/* ########################################### */
.lowerpage header {
  background: #32C1D0;
}

.lowerpage header .header-base .site-logo {
  /* 433x 84 */
  background: url(../images/pc/logo_header_w.png) no-repeat;
	background-size:contain;
}


.lowerpage h1 {
  font-size: 1.7rem;
  color: #32C1D0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.lowerpage h2 {
  font-size: 1.4rem;
  color: #32C1D0;
  width: 100%;
  text-align: center;
}

.lowerpage .subtitle {
  display: block;
  text-align:center;
  overflow: hidden;
  font-size: 1.0rem;
  color: #32C1D0;
  width: 100%;
  text-align: center;
  margin-top: 8vw;
}

.lowerpage .page-base {
  padding: 0;
}


.btn_back {
  width: 100%;
  position: relative;
  height: 10vw;
}
.btn_back a {
  width: 80vw;
  height: 12vw;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  background: #b3b3b3;
  border-radius: 6vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 120;
  transition: all 300ms ease-out 0s;
}
.btn_back:after {
  content: "";
  display: block;
  width: 80vw;
  height: 12vw;
  background: #32C1D0;
  border-radius: 6vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transform: translate(1.5vw,1.5vw);
}

@media screen and (min-width:600px){

.btn_back a {
    width: 24rem;
    height: 4rem;
    font-size: 1.2rem;
  }
.btn_back:after {
    width: 24rem;
    height: 4rem;
    transform: translate(0.7rem, 0.7rem);
  }
.btn_back a:hover {
    filter: brightness(120%);
    color: #333;
    transform: translate(0.3rem, 0.3rem);
}
    
}


.animated_arrow{
  display: block;
  width: 12%;
}
.animated_arrow img{display: block; width: 100%;}



/* ////// 600px - ///////////////// */
@media screen and (min-width:600px) {
  .lowerpage header {
    /*height: 65px;*/
      background: none;
  }
    
    .lowerpage header .w-line{
        display: block;
    height: 65px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #32C1D0;
    }
    
.lowerpage .subtitle {
 /* margin-top: 8vw;*/
    margin-top: 5vw;
}
    
  .lowerpage h1 {  }
    
.lowerpage .page-base {
  padding: 0;
}

}



/* ########################################### */
/* ###              CONTACT                ### */
/* ### 
CONTACTとENTRY、members_pageなどはCSSは別途記載しているがなるべく本CSSの「下部ページ共通」という部分に入れる
### */
/* ########################################### */


.contact p {
  margin: 0;
}
.contact section {
  margin-bottom: 5vw;
  padding-bottom: 10vw;
  /*border-bottom: 10px solid #ADE6EC;*/
}
.contact section h3{
  color: #32C1D0;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #32C1D0;
  margin: 0 0 0.5rem;
}
.contact section .required {
  border-radius: 1rem;
  padding: 0.3rem 0.7rem 0.2rem;
  display: inline-block;
  background: #32C1D0;
  color: white;
  font-size: 0.8rem;
}
.contact section dl {
  display: block;
  width: 100%;
  clear: left;
}
.contact section dt {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  letter-spacing: 0.1rem;
}
.contact section dd {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  color: #32C1D0;
}
.mw_wp_form_confirm section dd{
	line-height: 1.6rem !important;
	font-size: 1.0rem !important;
}
.contact section.no-border {
  border-bottom: none;
}
.contact section.privacy {
  padding: 1rem 0;
  color: #32C1D0;
	margin-bottom: 50px;
	border-bottom: none;
}
.contact section.privacy h3 {
  border-bottom: none;
  margin-bottom: 1rem;
}
.contact section.privacy p {
  font-size: 0.8rem;
  border: 1px solid #32C1D0;
  line-height: 1.4rem;
	padding:1rem 1.5rem;
}

.contact form input[type=text],
.contact form input[type=email],
.contact form textarea {
  border: 1px solid #b1e6ec;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance:none;
}
.contact form input[type=submit] {
  width: 80%;
  height: 3rem;
  margin: auto;
  font-size: 1.2rem;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  background: #FF828C;
  border-radius: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-out 0s;
  cursor: pointer;
  letter-spacing: 0.2rem;	
}

.contact form input[type=radio]{
    -webkit-appearance:none;
	border:1px solid  #b1e6ec;
	width: 18px; height: 18px;
	border-radius: 10px;
	vertical-align: middle;
}

.contact form input[type=radio]:checked{
	background-color: #32C1D0;
	box-shadow: inset 0 0 0 4px #fff;
}

.sec-course dd{width: 100%;
  position: relative;
  display: inline-block;}

.sec-course dd::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}

.contact form select{
	width: 100%;
	padding: 1rem;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: #32C1D0;
	color: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.btn-area{text-align: center;}

.mw_wp_form_confirm input[type=submit] {
  display: inline-block !important;
  width: 40% !important;
  margin: auto 15px !important;
}

.sec-naiyou{padding-bottom: 25vw !important;}

.sec-naiyou label{
	display: block;
	width: 47%;
	float: left;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
}

.mw_wp_form .sec-naiyou .horizontal-item + .horizontal-item {
  margin-left: 0;
}




::-webkit-input-placeholder{
	color: #b1e6ec;
	
}

.contact form input[type=text],
.contact form input[type=email]{
	margin:10px 0 20px;
	height: 48px;
	
}

.contact form textarea{
	min-height: 180px;
}

.txt-contact-confirm{
	color: #ff828c;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-bottom: 50px;
}

.txt-contact-fin{
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	text-align: left;
	margin-bottom: 50px;
	text-align: left;
	width:90%;
}

.mw_wp_form_confirm .sec-name{margin-top: -15px;}
.mw_wp_form_confirm .sec-name label{
	display: none;
}

.sec-name{padding-top: 1px;}


/* ////// 600px - ///////////////// */
@media screen and (min-width:600px) {
	
  .lowerpage h1 {
	  margin-bottom: 80px;
	  letter-spacing: 0.3rem;
	  font-size: 2.2rem;
  }
	
  .contact section {
    padding-bottom: 5rem;
    margin-bottom: 30px;	  
  }
	
  .sec-naiyou{padding-bottom: 5rem !important;}
  .contact section dl {
    display: table;
  }
  .contact section dt {
    vertical-align: top;
    display: table-cell;
    width: 30%;
  }
  .contact section dd {
    vertical-align: top;
    display: table-cell;
	padding-top: 0;  
  }
  .sec-naiyou label{
	width: 30%;
	padding-bottom: 15px;
}
	
.contact form input[type=text],
.contact form input[type=email]{
	margin:10px 0 20px;
	height: 54px;
	
}
	
.contact form input[type=submit] {
  width: 60%;
  height: 6rem;
  margin: auto;
  font-size: 1.5rem;
  border-radius: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-out 0s;
}
	
.txt-contact-confirm{
	width: 960px;
	color: #ff828c;
	line-height: 1.7rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin:0 auto 80px;
}
    
.txt-contact-fin{
	width: 80%;
	line-height: 1.7rem;
	letter-spacing: 0.1rem;
	text-align: left;
	margin:0 auto 80px;
}
	
p.txt-contact-confirm01, p.txt-contact-fin01{margin-bottom: 30px !important;}
	
	
.mw_wp_form_confirm input[type=submit] {
  display: inline-block !important;
  width: 40% !important;
  height: 6rem;
  margin: auto 25px !important;
}
	
.mw_wp_form_input section.sec-name dd article{
		display: inline-block;
		width: 48.4%;
		text-align: left;
		vertical-align: top;
}
	
.mw_wp_form_input section.sec-name dd article.sec-name2{margin-left: 15px;}
	
.sec-course dd::after{margin-top: -8px;}

}



/* ########################################### */
/* ###              ENTRY                ### */
/* ### 
CONTACTとENTRY、members_pageなどはCSSは別途記載しているがなるべく本CSSの「下部ページ共通」という部分に入れる
### */
/* ########################################### */


.entry p {
  margin: 0;
}
.entry section {
  margin-bottom: 5vw;
  padding-bottom: 10vw;
  border-bottom: 10px solid #ADE6EC;
}
.entry section h3{
  color: #32C1D0;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #32C1D0;
  margin: 0 0 0.5rem;
}
.entry section .required {
  border-radius: 1rem;
  padding: 0.3rem 0.7rem 0.2rem;
  display: inline-block;
  background: #32C1D0;
  color: white;
  font-size: 0.8rem;
}
.entry section dl {
  display: block;
  width: 100%;
  clear: left;
}
.entry section dt {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  letter-spacing: 0.1rem;
}
.entry section dd {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  color: #32C1D0;
}
.mw_wp_form_confirm section dd{
	line-height: 1.6rem !important;
	font-size: 1.0rem !important;
}
.entry section.no-border {
  border-bottom: none;
}
.entry section.privacy {
  padding: 1rem 0;
  color: #32C1D0;
	margin-bottom: 50px;
	border-bottom: none;
}
.entry section.privacy h3 {
  border-bottom: none;
  margin-bottom: 1rem;
}
.entry section.privacy p {
  font-size: 0.8rem;
  border: 1px solid #32C1D0;
  line-height: 1.4rem;
	padding:1rem 1.5rem;
}

.entry form input[type=text],
.entry form input[type=email],
.entry form textarea {
  border: 1px solid #b1e6ec;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance:none;
}
.entry form input[type=submit] {
  width: 80%;
  height: 3rem;
  margin: auto;
  font-size: 1.2rem;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  background: #FF828C;
  border-radius: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-out 0s;
  cursor: pointer;
  letter-spacing: 0.2rem;	
}

.entry form input[type=radio]{
    -webkit-appearance:none;
	border:1px solid  #b1e6ec;
	width: 18px; height: 18px;
	border-radius: 10px;
	vertical-align: middle;
}

.entry form input[type=radio]:checked{
	background-color: #32C1D0;
	box-shadow: inset 0 0 0 4px #fff;
}

.sec-course dd{width: 100%;
  position: relative;
  display: inline-block;}

.sec-course dd::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}

.entry form select{
	width: 100%;
	padding: 1rem;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: #32C1D0;
	color: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.btn-area{text-align: center;}

.mw_wp_form_confirm input[type=submit] {
  display: inline-block !important;
  width: 40% !important;
  margin: auto 15px !important;
}

.sec-naiyou{padding-bottom: 25vw !important;}

.sec-naiyou label{
	display: block;
	width: 47%;
	float: left;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
}

.mw_wp_form .sec-naiyou .horizontal-item + .horizontal-item {
  margin-left: 0;
}




::-webkit-input-placeholder{
	color: #b1e6ec;
	
}

.entry form input[type=text],
.entry form input[type=email]{
	margin:10px 0 20px;
	height: 48px;
	
}

.entry form textarea{
	min-height: 180px;
}

.txt-entry-confirm{
	color: #ff828c;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-bottom: 50px;
}

.txt-entry-fin{
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	text-align: left;
	margin-bottom: 50px;
	text-align: left;
	width:90%;
}

.mw_wp_form_confirm .sec-name{margin-top: -15px;}
.mw_wp_form_confirm .sec-name label{
	display: none;
}

.sec-name{padding-top: 1px;}


/* ////// 600px - ///////////////// */
@media screen and (min-width:600px) {
	
  .lowerpage h1 {
	  margin-bottom: 80px;
	  letter-spacing: 0.3rem;
	  font-size: 2.2rem;
  }
	
  .entry section {
    padding-bottom: 5rem;
    margin-bottom: 30px;	  
  }
	
  .sec-naiyou{padding-bottom: 5rem !important;}
  .entry section dl {
    display: table;
  }
  .entry section dt {
    vertical-align: top;
    display: table-cell;
    width: 30%;
  }
  .entry section dd {
    vertical-align: top;
    display: table-cell;
	padding-top: 0;  
  }
  .sec-naiyou label{
	width: 30%;
	padding-bottom: 15px;
}
	
.entry form input[type=text],
.entry form input[type=email]{
	margin:10px 0 20px;
	height: 54px;
	
}
	
.entry form input[type=submit] {
  width: 60%;
  height: 6rem;
  margin: auto;
  font-size: 1.5rem;
  border-radius: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-out 0s;
}
	
.txt-entry-confirm{
	width: 960px;
	color: #ff828c;
	line-height: 1.7rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin:0 auto 80px;
}
    
.txt-entry-fin{
	width: 80%;
	line-height: 1.7rem;
	letter-spacing: 0.1rem;
	text-align: left;
	margin:0 auto 80px;
}
	
p.txt-entry-confirm01, p.txt-entry-fin01{margin-bottom: 30px !important;}
	
	
.mw_wp_form_confirm input[type=submit] {
  display: inline-block !important;
  width: 40% !important;
  height: 6rem;
  margin: auto 25px !important;
}
	
.mw_wp_form_input section.sec-name dd article{
		display: inline-block;
		width: 48.4%;
		text-align: left;
		vertical-align: top;
}
	
.mw_wp_form_input section.sec-name dd article.sec-name2{margin-left: 15px;}
	
.sec-course dd::after{margin-top: -8px;}

}



/* ########################################################### */
/* ##                     ブログページ                          ## */
/* ########################################################### */

.sp-only{display: none !important ;}
@media (max-width: 767px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

.contents-blog{
    padding: 65px 0;
}

.contents-area{
    width: 900px;
    margin: 0 auto;
}


@media (max-width: 767px) {
    
.contents-blog{
    padding: 40px 0;
}

.contents-area{
    width: 90%;
}    
    
}


.title-contents{
    display: block;
    border-top: 1px solid #ccc;
    text-align: left !important;
    font-size: 32px !important;
    margin: 0 0 30px;
    letter-spacing: 0.08em;
}

.title-contents span{
    display: inline-block;
    border-top: 2px solid #32C1D0;
    padding: 10px;
}


@media (max-width: 767px) {
    
.title-contents{
    font-size: 24px !important;
    margin: 0 0 20px;
}    
    
}


/* ########################################################### */
/* ##                     一覧                         ## */
/* ########################################################### */

.ul-blog-list{
    list-style: none;
    border-top: 1px solid #ccc;
}

.ul-blog-list li{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    position: relative;
}

span.cate{
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    text-align: right;
}

.cate a{
    display: inline-block;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 12px;
    background:#32C1D0;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.cate a:hover{
	background: #eee;
	color: #000;
}

.pic-blog-list{
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.pic-blog-list img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: 0.5s;
}

.pic-blog-list img:hover{
    transform: scale(1.1, 1.1);
}

.box-blog-list{
    width: 710px;
    float: right;
}

.title-blog-list{
    margin: 0 !important;
}

.title-blog-list a{
    display: block;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin: 10px 0 20px;
}

.title-blog-list a:hover{
    text-decoration: underline;
    color: #32C1D0;
}

.txt-blog-list p{
    margin: 0 !important;
    line-height: 1.5;
}


@media (max-width: 767px) {
    
span.cate{
    position: relative;
    top: inherit;
    right: inherit;
    text-align: left;
} 

.cate a{
    margin: 5px 0 0;
    background:#eee;
    color: #000;
}

.pic-blog-list{
    width: 80px;
    height: 80px;
}

.pic-blog-list img{
    height: 80px;
}

.box-blog-list{
    width: 70%;
    float: right;
}

.title-blog-list a{
    font-size: 16px;
    margin: 10px 0;
}
    
.txt-blog-list p{
    margin: 0 !important;
    font-size: 13px;
}
    
}


/* ########################################################### */
/* ##                     記事詳細                         ## */
/* ########################################################### */

.column-article{
    position: relative;
    padding: 20px 0 50px;
    border-bottom: 1px solid #ccc;
}

.title-column{
    display: block;
    font-size: 24px;
    line-height: 1.6;
    margin: 20px 0 30px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
}

.mainimg-column{
    text-align: center;
}

.mainimg-column img{
    max-width: 100%;
    height: auto;
}

.column-body{
    margin: 40px auto;
    line-height: 1.7;
}

.column-body img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}


@media (max-width: 767px) {
    
.column-article{
    padding: 0 0 30px;
}

.title-column{
    font-size: 18px;
    line-height: 1.4;
    margin: 10px 0 20px;
    padding: 0 0 15px;
}

.column-body{
    margin: 20px auto;
    line-height: 1.6;
}  
}

/* ########################################################### */
/* ##     記事詳細  （前・次記事へのリンク）                       ## */
/* ########################################################### */

.prevnext-paging{
    position: relative;
    margin: 30px 0 50px;
    height: 150px;
}

a.btn-prevnext{
    display: block;
    width: 300px;
    position: absolute;
    border:4px solid #f2f2f2;
    padding: 15px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

a.btn-prevnext:hover{
    border: 4px solid #32C1D0;
}

a.btn-next{
    right: 0;
}

a.btn-prevnext .thumb{
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    overflow: hidden;
}

a.btn-prevnext .thumb img{
    width: 100%;
    height: 80px;
    object-fit: cover;
    transition: 0.5s;
}

a.btn-prevnext .thumb img:hover{
    transform: scale(1.1, 1.1);
}

a.btn-prevnext .title{
    display: inline-block;
    padding-left: 10px;
    width: 180px;
    vertical-align: middle;
}

a.btn-backtop{
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


@media (max-width: 767px) {
.prevnext-paging{
    height: auto;
}

a.btn-prevnext{
    display: block;
    width: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    font-size: 13px;
}

a.btn-next{
    right: inherit;
}

a.btn-prevnext .title{
    width: 72%;
}

a.btn-backtop{
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}    
}

/* ########################################################### */
/* ##     記事詳細  （関連記事）                       ## */
/* ########################################################### */

.ul-3col{
    list-style: none;
    display: flex;
}

.ul-3col li{
    width: calc(100% / 3);
}

.ul-3col li:nth-child(2){
    margin-right: 30px;
    margin-left: 30px;
}

.ul-3col li a{
    display: block;
    border: 1px solid #eee;
    padding: 15px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.ul-3col li a:hover{
    border-color: #32C1D0;
}

.pic-3col{
    width: 100%;
    height: 248px;
    overflow: hidden;
}

.pic-3col img{
    width: 100%;
    height: 248px;
    object-fit: cover;
    transition: 0.5s;
}

.pic-3col img:hover{
    transform: scale(1.1, 1.1);
}

.ul-3col li a h3{
    margin: 10px 0 0 !important;
    font-size: 15px !important;
}

@media (max-width: 767px) {
    
.ul-3col{
    display: block;
}

.ul-3col li{
    width: 100%;
    margin-bottom: 15px;
}

.ul-3col li:nth-child(2){
    margin-right: auto;
    margin-left: auto;
}

.pic-3col{
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.pic-3col img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s;
}

.pic-3col img:hover{
    transform: scale(1.1, 1.1);
} 
    
}

/* ########################################################### */
/* ##     記事詳細  （カテゴリー一覧）                       ## */
/* ########################################################### */

.box-category{
	padding-bottom: 70px;
    margin-top: 50px;
}

.category-list{
	width: 98%;
	margin: 0 auto;
}

.category-list li{
	display: inline-block;
	margin-right: 7px;
    margin-bottom: 7px;
}

.category-list li a{
	display: inline-block;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 12px;
    background: #32C1D0;
    color: #fff;
    text-decoration: none;
}

.category-list li a:hover{
	background: #eee;
	color: #000;
}

/* ########################################################### */
/* ##     記事詳細  （タグ）                       ## */
/* ########################################################### */

.contents-tag{
    padding: 50px 0 0;
}

.contents-tag ul{
    display: flex;
}

.contents-tag ul li{
    margin-right: 10px;
}

.contents-tag ul li.title-tag span{
    font-size: 13px;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 25px;
    background: #666;
    color: #fff;
}

.contents-tag ul li a{
    font-size: 13px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 2px 5px;
}

.contents-tag ul li a:hover{
    text-decoration: underline;
}

.contents-tag ul li i{
    font-size: 13px;
}

@media (max-width: 767px) {
    
.contents-tag{
    padding: 40px 0 0;
}

.contents-tag ul{
    display: block;
}

.contents-tag ul li{
    display: inline-block;
    margin-right: 7px;
}
    
.contents-tag ul li.title-tag{
    display: block;
    margin: 0 0 10px;
}    
   
}


/*==================================================
lazyshow
================================================== */

.lazyshow{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}



/* ########################################################### */
/* ##                     料金プラン                          ## */
/* ########################################################### */

.contents-plans{
    font-size: 16px;
    line-height: 1.8;
}

.contents-plans  .subtitle{
    margin-top: 3vw;
}

.contents-plans section{
    margin-bottom: 4rem;
    padding: 0 2rem;
}

.ul-pagemenu{
    display: flex;
}

.ul-pagemenu li{
    width: calc(100%/6);
    margin: 0 10px;
}

.ul-pagemenu li a{
    display: block;
    border-radius: 8px;
    border: 2px solid #32C1D0;
    padding: 8px 0;
    color: #000;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.ul-pagemenu li a:hover{
    border: 2px solid #32C1D0;
    background:#32C1D0;
    color: #fff;
    text-decoration: none;
}

/*
.ul-pagemenu li a i{
    position: absolute;
    font-size: 30px;
    bottom: -22px;
    left: 50%;
    margin-left: -8px;
    color: #32C1D0 !important;
}

.ul-pagemenu li a:hover i{
    bottom: -40px;
}
*/

.ul-pagemenu li a img{
    position: absolute;
    width: 34px;
    bottom: -20px;
    left: 50%;
    margin-left: -17px;
    transform:rotate(90deg);
}

.ul-pagemenu li a:hover img{
    bottom: -35px;
}


@media (max-width: 767px) {

.contents-plans section{
    padding: 0 3vw;
}
    
.contents-plans{
    font-size: 14px;
    line-height: 1.5;
}    
    
.ul-pagemenu{
    display: block;
    text-align: center;
}

.ul-pagemenu li{
    display: inline-block;
    width: 29%;
    margin: 0 5px 30px;
}

.ul-pagemenu li a{
    padding: 10px 0;
}  
    
.ul-pagemenu li a img{
    width: 26px;
    bottom: -15px;
    margin-left: -13px;
}

.ul-pagemenu li a:hover img{
    bottom: -30px;
}    
    
}

/*基本プラン*/

.box-plans{
    border:1px solid #000;
    padding: 1.5vw 1.5vw 2.5vw;
    background:#fff;
    box-sizing: border-box;
}

#plan-basic .box-plans{
    background:#32C1D0;
    border: none;
}

.mv-plans img{
    width: 100%;
    vertical-align: bottom;
}

#plan-basic .box-plans p{
    color: #fff;
}

#plan-basic .box-plans h3{
    display: block;
    text-align: center;
    margin: 40px 0;
    color: #fff;
}

.ul-plans-img{
    text-align: center;
    display: flex;
}

.ul-plans-img li{
    width: calc(100%/4);
    vertical-align: top;
    color: #fff !important;
    margin: 0 25px;
}

.ul-plans-img li img{
    width: 150px;
    height: 150px;
    border:5px solid #fff;
    border-radius: 50%;
}

#plan-hifu .table-dotted,
#plan-facial .table-dotted,
#plan-trial .table-dotted,
#plan-ticket .table-dotted{
    width: 100%;
    margin-left: 0;
}

.table-dotted thead th.hifu-th1{
    width: 35% !important;
}

.table-dotted thead th.hifu-th2{
    width: 65% !important;
}

#plan-basic .table-dotted thead th{
    border-bottom: 1px dashed #fff;
}

#plan-basic .table-dotted tbody th{
    border-bottom: 1px dashed #fff;
}

.table-dotted tbody th span{
    display: block;
    border-radius: 6px;
    background:#32C1D0;
    color: #fff;
    padding: 1vw 0;
}

#plan-basic .table-dotted tbody th span{
    background: #fff;
    color: #32C1D0;
}

#plan-basic .table-dotted tbody td{
    color: #fff;
    border-bottom: 1px dashed #fff;
}


@media (max-width: 767px) {
    
/*基本プラン*/

.box-plans{
    padding: 3.5vw 3.5vw 8vw;
}    
    
#plan-basic .box-plans{
    padding: 3.5vw 3.5vw 8vw;
}

.mv-plans img{
    width: 100%;
    vertical-align: bottom;
}

#plan-basic .box-plans p{
    color: #fff;
}
    
.ul-plans-img{
    display: block;
    text-align: center;
}

.ul-plans-img li{
    display: inline-block;
    width: 39%;
    margin: 0 15px;
}

.ul-plans-img li img{
    width: 120px;
    height: 120px;
}  
    
}

.btn-page-top{
    position: relative;
    text-align: right;
    margin: 50px 0 0 ;
}

.btn-page-top a{
    display: inline-block;
    border:2px solid #45bdcf;
    color: #45bdcf;
    padding: 5px 0;
    text-align: center;
    width: 200px;
    text-decoration: none;
    border-radius: 8px;
}

.btn-page-top a i{
    padding-left: 6px;
}

.btn-page-top a:hover{
    background:#45bdcf;
    color: #fff;
}


@media (max-width: 767px) {
    
.btn-page-top{
    margin: 30px 0 0 ;
}

.btn-page-top a{
    padding: 4px 0;
    width: 45%;
    font-size: 14px;
}  
    
}


/*HIFUプラン*/

.price-plans h3{
    display: block;
    color: #32C1D0;
}

.price-plans p strong{
    padding: 0 6px;
    font-size: 20px;
    border-bottom: 7px solid #f3a7b4;
    font-weight: 500;
}

.img-2000off{
    width: 250px;
    vertical-align: middle;
    margin: 0 0 5px 10px;
}

.y-02{
    padding: 0 12px;
    font-size: 10px;
}


@media (max-width: 767px) {

.price-plans p strong{
    padding: 0 3px;
    font-size: 14px;
    border-bottom: 4px solid #f3a7b4;
}

.img-2000off{
    width: 35%;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
    
}


/*プラン例*/

#plan-ex .box-plans{
    border: none;
    font-weight: 500;
}

.ul-planex{
    color: #32C1D0;
    width: 100%;
}

.ul-planex li{
    margin: 10px 0;
}

.ul-planex li > div{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.ex-plan{
    width: 20%;
}

.ex-price{
    width: 15%;
    font-size: 20px;
    padding-top: 4px;
}

.ex-m{
    width: 7%;
    padding-top: 0;
}

.ex-plan span{
    display: block;
    padding: 6px 0;
    border-radius: 4px;
    background:#32C1D0;
    text-align: center;
    color: #fff;
}

.ex-m span{
    font-weight: bold;
    font-size: 26px;
    position: relative;
    margin-top: -4px;
    display: inline-block;
}


@media (max-width: 767px) {

.ul-planex li{
    margin: 10px 0;
}

.ul-planex li > div{
    font-size: 13px;
}

.ex-plan{
    width: 20%;
}

.ex-price{
    width: 10%;
    font-size: 16px !important;
    padding-top: 4px;
}

.ex-m{
    width: 5%;
    padding-top: 2px;
}

.ex-plan span{
    padding: 5px 0;
} 
    
.ex-m span{
    font-size: 16px;
    margin-top: -2px;
}   
    
}

/*よくある質問*/

#plan-qa .box-plans{
    border: none;
}

.table-planqa{
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

.table-planqa th{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background:#FF828C;
    padding: 1rem;
    width: 35%;
    text-align: left;
    color: #fff;
}

.table-planqa td{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background:#fff;
    padding: 1rem;
    text-align: left;
}

.table-planqa td span,
.table-planqa th span{
    padding-right: 5px;
}

