@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}


/* 
===============================================================*/


.c-headTitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

/*ーー宮崎追加ーー*/
.c-headTitle2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  padding: 5px 15px;
}
/*ーーーーーーーーーー*/



.c-headTitle__small {
  font-size: 16px;
}
.c-headTitle__small__gr {
  font-size: 14px;
	color:#fff;
	margin: 5px auto -10px;
}
.c-headTitle__small__sm {
  font-size: 12px;
}


/*吉良20190810追加*/
.l-header {
  width: 100%;
  background: #FFF;
}
.c-headerWrap {
  width: 1000px;
  margin: 0 auto;
  display: table;
}
.c-headerWrap__logo,
.c-headerWrap__text {
  display: table-cell;
  vertical-align: middle;
	font-size: 11px;
  padding: 12px 0;
	text-align: left;
}
.c-headerWrap__logo {
  width: 250px;
  padding-right: 30px;
}
.c-headerWrap__logo img {
  width: 250px;
  object-fit: contain;
}
/*---*/


.c-btnWrap {
  background: #f8f7f5;
  padding: 0 10px;
}

.c-btn {
  display: inline-block;
  font-size: 18px;
	font-weight:600;
  line-height: 1;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 30px;
  border: none;
  -webkit-appearance: none;
}

.c-btn.c-btn--red {
  background: #db5962;
  color: #FFF;
  text-decoration: none;
}
.c-btn.c-btn--dred{
  background: rgba(185,2,39,1.00);
  color: #FFF;
  font-size: 120%;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
}

.c-btnCaution {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}

.c-backColor--grey {
  background: #f8f7f5;
}

.c-emphasizeTxt {
  color: #cf676d;
  font-weight: bold;
}

.c-secHead ,
.p-sec06SecHead{
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  padding: 2em 4.68%;
  position: relative;
  font-weight: normal;
}


.c-secHead2{
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  padding: 2em 4.68%;
  position: relative;
  font-weight: normal;
}

.c-secHead::before {
  content: "";
  background: url(../images/hand.png) center center no-repeat;
  background-size: cover;
  width: 34px;
  height: 47px;
  margin-left: -17px;
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 9999;
}

.p-sec06SecHead::before {
  content: "";
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-bottom: 6px #DB5962 solid;
  border-right: 6px #DB5962 solid;
  margin-left: -14px;
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 9999;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}






/* メインビジュアル
===============================================================*/
.p-intro {
  background: url(../images/main_vis.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 8.38% 0 12.5%;
  margin-bottom: 25px;
}

.p-introBalloon {
  width: 17.5%;
  position: absolute;
  right: 1.56%;
  top: -5.46%;
}

.p-intro__catch {
  margin: 0 4.68% 3.125% 4.68%;
}

.p-intro__title {
  margin: 0 4.375% 39% 4.375%;
}

.p-intro__txt {
  line-height: 1.36;
  text-align: center;
  font-weight: bold;
}

.p-intro__txt.p-intro__txt--normal {
  color: #512d0d;
  text-shadow: 1px 0px 0px #fff,-1px 0px 0px #fff,0px 1px 0px #fff,0px -1px 0px #fff,1px 1px 0px #fff,1px -1px 0px #fff,-1px 1px 0px #fff,-1px -1px 0px #fff;
  font-size: 12px;
  margin-bottom: 0.8em;
}

.p-intro__txt.p-intro__txt--pink-bg {
  color: #fff;
  font-size: 11px;
  background: #DA5862;
  margin: 0 4.68%;
  border-radius: 6px;
  padding: 0.5em;
}

.p-intro__txt--yellow {
  color: #faf221;
}


/* section 1
===============================================================*/
.p-sec01 {
	position: relative;
}
.p-sec01 .fukidashi1{
	position: absolute;
	top:0;
	right: -90px;
}

.p-sec01__title {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 0.5em 1em;
  border: 2px #74bcb3 solid;
  margin: 0 auto 24px auto;
}
.p-sec01__intro {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.p-sec01__introWave {
  display: inline-block;
  background: url(../images/naminami.png) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

.p-sec01__introLarge {
  font-size: 35px;
  color: #cf676d;
  font-weight: bold;
}

.p-sec01Point {
  margin: 0 4.68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap; 
  -webkit-flex-wrap:wrap; 
  flex-wrap:wrap; 
    -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-sec01Point__item {
  width: 48%;
}
.p-sec01Point__item img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 50%;
  border: #73BBB2 3px solid;
  margin-bottom: 7%;
}

.p-sec01__sapplemrntary {
  font-size: 8px;
  text-align: left;
  margin: 0 4.68% 4em 4.68%;
}

.p-sec01__txt {
  font-size: 11px;
  line-height: 2;
  text-align: center;
  margin: 0 4.68% 60px 4.68%;
}



/* section 02
===============================================================*/
.p-sec02 {
  padding-bottom: 60px;
}
.p-sec02-inner {
  margin: 0 4.68% 7.81% 4.68%;
  background: #fff;
  padding: 20px;
  position: relative;
}

.p-sec02InnerHead {
  font-size: 13px;
  line-height: 1.54;
  margin-bottom: 0.8em;
  text-align: left;
  font-weight: normal;
}

.p-sec02__txt {
  font-size: 10px;
  line-height: 1.7;
  margin-bottom: 1em;
  text-align: left;
}

.p-sec02-bookWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}

.p-sec02-bookWrapPic {
  width: 32.7%;
}

.p-sec02-bookWrapTxt {
  width: 67.3%;
  padding-left: 10px;
}

.p-sec02-review {
  margin-bottom: 15px;
}

.p-sec02-fukidashi01 {
  position: absolute;
  width: 63px;
  top:-15px;
  left: -2%;
}

.p-sec02__sapplemrntary {
  font-size: 7px;
  text-align: left;
}

.p-sec02-fukidashi02 {
  position: absolute;
  width: 76px;
  bottom:-8px;
  right: -4.68%;
}



/* section 03
===============================================================*/
.p-sec03 {
  padding-bottom: 60px;
}

.p-sec03__pic {
  margin: 0 4.68% 17px 4.68%;
}

.p-sec03__txt {
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  margin: 0 4.68% 1em;
}

/* section 04
===============================================================*/
.p-sec04 {
  padding-bottom: 60px;
  background: #f4f9ea;
}

.p-sec04__pic {
  margin: 0 4.68%;
}


/* section 05
===============================================================*/
.p-sec05 {
  position: relative;
  padding-bottom: 60px;
}

.p-sec05-fukidashi01 {
  width: 73px;
  position: absolute;
  top:-22px;
  left: 4px;
}

.p-sec05Episode {
  background: #f7eeeb;
  padding: 25px 4.68% 35px 4.68%;
}

.p-sec05Episode__head {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  padding-bottom: 6px;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: #d3848a 2px solid;
}

.p-sec05Episode__name {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 17px;
  text-align: left;
}

.p-sec05Episode__txt {
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.p-sec05Episode__txt.is-larger {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  margin: 1em 0;
}

.p-sec05Episode__txt.is-largest {
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
  margin: 1em 0;
}

.p-sec05PinkLetter {
  color: #db5962;
}

.p-sec05Motive {
  position: relative;
  margin: 45px 4.68% 25px 4.68%;
  box-sizing: border-box;
  border: #74bcb3 2px solid;
  padding: 2em 1em;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.p-sec05-fukidashi02 {
  width: 98px;
  position: absolute;
  top:-86px;
  left: -12px;
}

.p-sec05__txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}


/* section 06
===============================================================*/
.p-sec06 {
  padding-bottom: 60px;
}

.p-sec06__box {
  background: #fff;
  margin: 0 4.68% 45px 4.68%;
  border-bottom: 5px #e1e1e1 solid;
  position: relative;
  padding: 15px 15px 22px;
}

.p-sec06__box::after {
  content: "";
  width: 24px;
  height: 24px;
  border-bottom: 5px #e1e1e1 solid;
  border-right: 5px #e1e1e1 solid;
  background: #fff;
  border-radius: 100% 0 0;
  position: absolute;
  margin-left: -11px;
  left: 50%;
  bottom: -18px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-sec06__box--last::after {
  display: none;
}

.p-sec06BoxPic {
  margin-bottom: 10px;
}

.p-sec06BoxHead {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}

.p-sec06BoxTxt {
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.p-sec06BoxInner {
    display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.p-sec06BoxInnerLeft {
  width: 72.5%;
}

.p-sec06BoxInnerRight {
  width: 27.3%;
  
}


/* section 07
===============================================================*/
.p-sec07 {
  padding-bottom: 35px;
}

.p-course {
  background: #f6f5f5;
  border-radius: 10px;
  margin: 0 4.68% 25px 4.68%;
  overflow: hidden;
  padding-bottom: 1px;
}

.p-course__head {
  color: #fff;
  font-size: 18px;
  line-height: 1.58;
  padding: 16px 15px 14px 15px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.p-course__head--online {
  background: #74bcb3;
}

.p-course__head--one-day {
  background: #7ebc74;
}

.p-course__head span {
  background: #fff;
  border-radius: 3px;
  line-height: 1;
  padding: 6px 8px 5px 8px; 
  font-weight: normal;
  margin-right: 10px;
}

.p-course__head--online span {
  color: #74bcb3;
}

.p-course__head--one-day span {
  color: #7ebc74;
}

.p-course__txt {
  font-size: 12px;
  line-height: 1.8;
  margin:0 1.8em 1.8em;
  text-align: left;
}

.p-course__subHead {
   font-size: 15px;
  line-height: 1.84;
  text-align: left;
  font-weight: 500;
  margin:0 1.8em;
}

.p-courseStepList {
   font-size: 12px;
  line-height: 1.7;
  text-align: left;
  margin:0 1.8em 1.8em;
}


/* section 08
===============================================================*/
.p-sec08 {
  padding-bottom: 60px;
}

.p-gmap-area {
  margin: 0 4.68% 20px 4.68%;
  padding-top: 44%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.p-gmap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-placeInfo {
  margin: 0 4.68% 45px;
}

.p-placeInfo__item {
  font-size: 11px;
  line-height: 2.5;
  text-align: left;
  position: relative;
  padding-left:70px; 
}

.p-placeInfoItemHead {
  width: 60px;
  font-size: 11px;
  line-height: 1;
  padding: 4px 3px 4px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #74bcb3;
  margin-right: 8px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 4px;
}

.p-sec08__price {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

.p-sec08__priceWave {
  display: inline-block;
  background: url(../images/naminami.png) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 10px;
  margin-bottom: 0.6em;
}

.p-sec08__priceLarge {
  font-size: 35px;
  color: #cf676d;
  font-weight: bold;
}

.p-sec08__priceTxt {
  font-size: 11px;
}





.p-question {
  text-align: left;
  margin: 0 4.68%;
  padding: 0 0 80px 0;
}

.p-question__Q {
  font-family: '游明朝', 'YuMincho', '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Kozuka Mincho Std', '小塚明朝 Std R', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 1em;
  background: #f8f1f2;
  color: #cf676d;
  border-radius: 4px;
  margin-bottom: 8px;
}

.p-question__A {
  font-size: 12px;
  line-height: 1.7;
  padding-left: 1em;
  margin-bottom: 1em;

}



/* section 10
===============================================================*/

.p-section_10 {
  padding: 30px 0 70px 0;
}
.c-form {
  margin: 0 10px;
}
.c-formTable {  
  width: 100%;
  margin-bottom: 40px;
}
.c-formTable__title {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #FFF;
  background: #74bcb3;
  padding: 10px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.c-formTable__title {
  margin-bottom: 10px;
}
.c-formTable__required {
/*  color: #db5962; */
  display: inline-block;
  padding-left: 10px;
}
.c-formTable {
  text-align: left;
}
.c-formTable__text + .c-formTable__title {
  margin-top: 20px;
}
.c-formTable__text input[type=text] {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  height: 36px;
  margin: 0px;
}

.c-radio {
  display: none;
}
.c-radio__text {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1;
}
.c-radio__text::before ,
.c-radio__text::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-radio__text::before {
  border: #333 1px solid;
  background: #FFF;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0;
  z-index: 50;
}
.c-radio__text::after {
  background: #74bcb3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 4px;
  z-index: 100;
  opacity: 0;
}
.c-formTable input[type=radio]:checked + .c-radio__text::after {
  opacity: 1;
}

.c-form__caution {
  font-size: 14px;
  
  line-height: 1.5;
  text-align: left;
  margin: 0 10px 10px 10px;
}
.c-form__info {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 20px 0;
}


/* message */
.p-section_message {
  padding: 0px 0 60px 0;
}
.p-section_messageList {
  margin: 0 10px;
}
.p-section_messageList li {
}
.p-section_messageList li + li {
  margin-top: 30px;
}
.p-section_messageList-photo {
}
.p-section_messageList-photo img {
  width: 100%;
}
.p-section_messageList-details {
  background: #f8f7f5;
  padding: 15px 10px 20px 10px;
}
.p-section_messageList-detailsName {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.p-section_messageList-detailsText {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  height: 100px;
  overflow: hidden;
 	-webkit-transition: all 1.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 1.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 1.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 1.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	  
}


.p-section_experience {
  padding: 0px 0 60px 0;
}
.p-section_experienceIntro {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 0 10px;
}
.p-section_experienceList {
  margin: 0 10px;
}
.p-section_experienceList li {
}
.p-section_experienceList li + li {
  margin-top: 30px;
}
.p-section_experienceList-photo {
}
.p-section_experienceList-photo img {
  width: 100%;
}
.p-section_experienceList-details {
  background: #FFF;
  padding: 15px 10px 10px 10px;
}
.p-section_experienceList-detailsName {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.p-section_experienceList-detailsText {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-section_instructor {
  padding: 0px 0 60px 0;
  position: relative;
}

.p-section_instructorIntro {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 60px;
  padding: 0 10px;
}
.p-section_instructorBtn {
  padding: 0 10px;
}
.p-section_instructorBtn .c-btn {
  line-height: 1.5;
}


.p-resultBox {
  background: #f8f7f5;
  padding: 15px 10px;
  margin: 0 10px 30px 10px;
  position:relative;
}
.p-resultBox--title {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
.p-resultBox--title span {
  display: inline-block;
  border-bottom: 2px solid #74bcb3;
}
.p-resultBox--text {
  font-size: 12px;
  line-height: 2;
  text-align: left;
}



.u-mb0 {margin-bottom: 0px !important}
.u-mb16 {margin-bottom: 16px !important}
.u-mb50 {margin-bottom: 50px !important}
.u-mb55 {margin-bottom: 55px !important}

.u-fw-bold { font-weight: bold;}


/*＝＝＝　宮崎追加　＝＝＝*/

table.type10 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100%;
	margin:0 auto;
	font-size:12px;
}
table.type10 thead th {
	padding: 15px 20px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #04162e;
}
table.type10 td {
	padding: 15px 20px;
	vertical-align: top;
}


table.type10 .even {
	background: #ffffff;
}


.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none !important;
	color: #ECECEC !important;
    background: #db5962;
    transition: .4s;
  }

.square_btn:hover {
    background: #ffb3b8;
    color: white;
}

.semi {
	font-size:1.5em;
	padding-bottom:15px;
	padding-top:25px;
	font-weight:bold;
}
.f_r {
	color:#FF0004;
}

.b {
	font-weight:bold;
}

.a-c {
	text-align:center;
}

@media (max-width: 767px) {

table.type10 {
	border:none;
    border-collapse: separate;
    border-spacing: 0  20px;
  }
 table.type10 thead {
    display: none;
  }
table.type10 tr {
    background-color: #fff7e6;
  }
table.type10 td {
    border: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
  }

table.type10 td:before {
    content: attr(data-title) " ";
  }
table.type10 .clear {
    clear: both;
  }
}



/* 20180219追加
===============================================================*/
.p-intro__catch {
    margin: 4% 16% 3.125%;
}
.p-therapist_comment {
  margin-bottom: 15%;
}
.p-therapist_comment_item {
  margin: 0 5% 8%;
}
.p-therapist_comment_title {
  text-align: center;
  font-size: 14px;
  margin-bottom: 14px;
}
.p-therapist_comment_photo {
  margin-bottom: 5px;
}
.p-therapist_comment_photo img {
  width: 100%;
}
.u-margin0 {
  margin: 0 !important;
}
.c-caution {
  font-size: 10px;
  text-align: center;
  margin-bottom: 1em;
}
.p-section_instructor-bal {
  position: absolute;
  width: 40%;
  top:-11%;
  left:2%;
}
.p-sec05Motive__item {
  padding-left: 15px;
  position: relative;
}
.p-sec05Motive__item:before {
  position: absolute;
  content: "・";
  left:0;
  top:0;
}




/* 20180302追加
===============================================================*/
.p-listPrice {
  text-align: center;
  font-size: 20px;
  color:#3c3c3c;
  margin-bottom: 40px;
  position: relative;
  text-decoration: line-through;
}
.p-listPrice:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom:-28px;
  left:0;
  right:0;
  margin: auto;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.p-listPrice:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 15px;
  bottom:-26px;
  left:0;
  right:0;
  margin: auto;
  border-left: 2px solid;
  border-right: 2px solid;
}


/* 20180621追加 宮崎
===============================================================*/
.p-intro__txtBalloon {
  text-align: left;
  margin:0 0 3% 1%;
}
.p-intro__txtBalloon img {
  width: 46%;
}
.c-emphasizeTxt--big {
  font-size: 120%;
}
.c-emphasizeTxt--bold {
  font-weight: bold;
}

.p-sec02_01 {
  padding-bottom: 60px;
}
.c-secSubHead { 
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  padding: 0 4.68% 1em;
  position: relative;
  font-weight: bold;
}
.p-section_instructorIntroWrap{
  position: relative;
  text-align: center;
  overflow: hidden;
}
.p-section_instructorIntro__on {
  position: absolute;
  z-index: 10;
  top:15%;
  left:0;
  width: 100%;
  height: 100%;
  color:#fff;
  font-size: 50px;
  font-weight: bold;
  transform: rotate(-5deg);
  text-shadow: 4px 4px 4px #4d4d4d;
}
.p-section_instructorIntro__bg {
  background: rgba(0,0,0,0.4);
  display: inline-block;
  padding: 20px 40px;
}


/* 20180920追加 東
===============================================================*/
.u-fwb { font-weight: bold;}
.p-sec10Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 5px 15px;
	width:100% ;
}
.p-sec10Btn__item {
  width: calc(50% - 5px);
  text-align: center;
  padding-bottom: 15px;
}
.p-sec10Btn__item .p-sec10BtnAnc {
  width: 100%;
  display: inline-block;
  background: #ebc623;
  padding: 1em 0;
  font-size: 16px;
  font-weight: bold;
  color:#000;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
  border-radius: 30px;
}
.p-sec10BtnAnc--tokyo {
  background: #5692ce;
}
.p-sec10BtnAnc--osaka {
  background: #da5d57;
}
.p-sec10BtnAnc--fukuoka {
  background: #a2ca60;
}
.p-sec10BtnAnc--nahoya {
  background: #ffa63c;
}

.p-sec10BtnAnc--chiba {
  background: #81DAF5;
}
.p-sec10BtnAnc--saitama {
  background: #FA58F4;
}


.u-pt0 { padding-top: 0 !important; }


/* 20190531追加 カタヤマ
===============================================================*/
div.kouza-suc {
	width: 94%;
  border:solid 3px #ebc623 /*#74bbb3*/;
  padding:10px 15px;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto 50px;
  font-weight: bold;
}

div.kouza-suc h3 {
  font-size: 1rem;
  font-size: 4vw;
  text-align: center;
}
div.kouza-suc p {
  text-align: center;
}
div.kouza-suc p.txt-c {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  font-size: 4vw;
}
div.kouza-suc h4 {
  font-size: 1rem;
  font-size: 4vw;
  text-align: center;
}

div.kouza-suc h5 {
    text-align: center;
    background-color: #ccc;
    margin: 1vw auto 1vw;
    font-size: 3vw;
    width: 94%;
}
div.kouza-suc ul {
    font-weight: bold;
    margin: 0 auto 20px;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     width: 100%;
     /*max-width: 210px*/
}

div.kouza-suc ul li {
  width:45%;
  font-size: 0.8rem;
  font-size: 3vw;
  text-align: right;
}
div.kouza-suc ul li.right {
  /*text-align: left;*/
  width: auto;
  margin-right: 7vw;
}

div.kouza-suc ul li.right.pl07 {
  padding-left: 0.7em;
  box-sizing: border-box;
}

div.kouza-suc ul li span {
  margin-left:0.7em;
}

div.kouza-suc ul li.last-date {
margin-bottom: 10px;
}

div.kouza-suc p.txt-cn {
      font-size: 0.8rem;
    font-size: 2vw;
    text-align: center;
    width: 100%;
    margin: auto;

}

/* 2019 07 01 吉良　追加*/
.shikaku_lined {
	font-size: 14px;
  border:1px solid #000;
	padding:5px 50px 3px;
	display:inline-block;
  border-radius: 20px;
 margin:15px auto 10px;
}
.shikaku_lined2 {
	font-size: 14px;
  border:1px solid #000;
	padding:5px 50px 3px;
	display:block;
  border-radius: 20px;
	margin-top: -20px;
}
.p-resultBox--set {
	position:relative;
	margin-bottom: 40px;
}

.p-resultBox--set .fukidashi2{
	position: absolute;
	top:-85px;
	left:0px;
}

.p-resultBox--olrep {
  background: #ffe6e7;
  padding: 30px 40px 40px 40px;
  margin: 60px auto 0;
	position: relative;
	border-radius: 20px;
}

h3.p-resultBox--title-ulp {
  font-size: 22px;
  line-height: 47px;
	text-align: center;
  margin: 0 auto 20px !important;
}
h3.p-resultBox--title-ulp span {
  border-bottom: 5px solid #d6475c;
}

.p-resultBox--oloneday {
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff8c9;
  padding: 30px 40px 40px 40px;
  margin: 60px auto 120px;
	position: relative;
	border-radius: 20px;
}
h3.p-resultBox--title-uldy {
  font-size: 22px;
  line-height: 47px;
  text-align: center;
  margin: 0 auto 20px !important;
	display: block;
}
h3.p-resultBox--title-uldy span {
  border-bottom: 5px solid #ebc623;
}
.p-resultBox--oloneday .text {
	width: 100%; 
	text-align: center; 
	margin-bottom: 20px;
}