@charset "utf-8";


/*---------------------------------------------
	body
  ---------------------------------------------*/
  html{ scroll-behavior: smooth;}
body {
	/*もとのフォント
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*/
	/* font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; */
	font-family: 'Zen Maru Gothic', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

.color_brown{color: #925127;}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {	outline: none;}
a:link {text-decoration: none;color: #FF8000;}
a:visited {text-decoration: none;color: #FF8000;}
a:hover {	text-decoration: underline;	color: #FF8000;}
a:active {	text-decoration: none;	color: #FF8000;}


/*---------------------------------------------
	hr
  ---------------------------------------------*/
hr{ width: 100%; display: block; margin: 20px auto; height: 1px; border: none; border-top: 1px solid #ccc !important;}

/*---------------------------------------------
 ** common div
---------------------------------------------*/
#content	{ width:100%; clear:both;}

/*---------------------------------------------
 ** width
---------------------------------------------*/
.w_200{width:200px;}
.w_250{width:250px;}
.w_270{width:270px;}
.w_280{width:280px;}
.w_300{width:300px;}
.w_400{width:400px;}
.w_420{width:420px;}
.w_440{width:440px;}
.w_880{width:880px !important;}
.w_1040{width:980px;}

/*---------------------------------------------
 **  color
---------------------------------------------*/
.cf{color: #FFF;}
.bl{color: #2B57B8;}
.gr{color: #18ABAD;}
/*---------------------------------------------
	p
---------------------------------------------*/
p {margin-bottom: 1em; 
	/* text-align: justify; */
	text-justify: inter-ideograph;}

/*---------------------------------------------
 ** margin
---------------------------------------------*/
.m0a{margin: 0 auto;}

.mt20{margin-top:20px !important;}

.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}

.mlr5{ margin-left: 5%; margin-right: 5%;}


/* インナーカラムのマージン　オフ */
.inner_clounm{margin-bottom:0!important;}

/*---------------------------------------------
 ** float
---------------------------------------------*/
.float_L{ float:left;}
.float_R{ float:right;}

.img_R{ float:right; margin:0 0 0 30px;}
.img_L{ float: left; margin:0 30px 0 0 ;}
.img_C{ float: left; margin:0  0 20px 0 ;}

/*---------------------------------------------
 ** float解除
---------------------------------------------*/
.over_zoom{_zoom: 1;	overflow: hidden;}
.clear	{ width:100%; height:3px; font-size:2px; clear:both;}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {-webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.hover:hover{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }

/*---------------------------------------------
 **  画像角丸
---------------------------------------------*/
/* img{-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;} */

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 11px 3px 0px 3px;
  border-radius: 30px;
  width: 44px;
  height: 38px;
  background-color: #F9BE00;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*---------------------------------------------
 **   text-align
---------------------------------------------*/
.tac{ text-align: center;}

/*---------------------------------------------
 **  position
---------------------------------------------*/
.por{position: relative;}
/*---------------------------------------------
 ** ボタン
---------------------------------------------*/

/* ボタンアニメーション　設定　ぷにょん */
@keyframes gelatine {
from,to {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
25% {-webkit-transform: scale(0.9, 1.1);transform: scale(0.9, 1.1);}
50% {-webkit-transform: scale(1.1, 0.9);transform: scale(1.1, 0.9);}
75% {-webkit-transform: scale(0.95, 1.05);transform: scale(0.95, 1.05);}
from,to {
-webkit-transform: scale(1, 1);transform: scale(1, 1);}
25% {-webkit-transform: scale(0.9, 1.1);transform: scale(0.9, 1.1);}
50% {-webkit-transform: scale(1.1, 0.9);transform: scale(1.1, 0.9);}
75% {-webkit-transform: scale(0.95, 1.05);transform: scale(0.95, 1.05);}
}
@-webkit-keyframes gelatine {
from,to {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
25% {-webkit-transform: scale(0.9, 1.1);transform: scale(0.9, 1.1);}
50% {-webkit-transform: scale(1.1, 0.9);transform: scale(1.1, 0.9);}
75% {-webkit-transform: scale(0.95, 1.05);transform: scale(0.95, 1.05);}
from,to {
-webkit-transform: scale(1, 1);transform: scale(1, 1);}
25% {-webkit-transform: scale(0.9, 1.1);transform: scale(0.9, 1.1);}
50% {-webkit-transform: scale(1.1, 0.9);transform: scale(1.1, 0.9);}
75% {-webkit-transform: scale(0.95, 1.05);transform: scale(0.95, 1.05);}
}








/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
nav#breadcrumbs ol{ padding:0;}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size:80%;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}



/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/
@media screen and (max-width: 320px) {
}

@media screen and (max-width: 740px) {

body{color:#444;}

.img_box{ margin-bottom:20px;}	
/* fook */
.only_tab, .only_pc	{display:none;}
.only_sp		{display:inline;}
.only_sp_none {display:none!important; }
.sp_br{display: inline;}

/*画像*/
img{max-width:100%; height:auto;}

/*---------------------------------------------
 ** box ブロック SP
---------------------------------------------*/
/* コンテンツ全体 */
#content{ width:100%;}
#main			{margin-bottom: 0px;padding: 20px  0 0 0px;}




/* フッター　左右 */
#ftrL,#ftrR{ margin-bottom:30px; padding: 0 5%;}


/* コピーライト */
#copyright{font-size:10px;padding: 15px 15px 16px 15px;text-align:center;background: #00AEC1;color: #FFF;}
}

/*=================================================================================================================================*/
/** 個別指定 for タブレット
/*=================================================================================================================================*/
 @media screen and (min-width: 741px) and (max-width: 979px) { 
 
 /* fook */
.only_sp, .only_pc	{display:none;}
.only_tab		{display:inline;}
.only_tab_none {display:none!important; }
.sp_br{display: none;}

/*---------------------------------------------
 ** box ブロック TAB
---------------------------------------------*/
/* コンテンツ全体 */
#content{ width:100%;}
#main{margin-bottom:50px;padding: 20px  0 0 0px;}


/* フッター　左右 */
#ftrL,#ftrR{margin-bottom:30px;padding: 0 2%;width: 46%;float: left;}


/* コピーライト */
#copyright{font-size:10px;padding: 15px 15px 16px 15px;text-align:center;background: #00AEC1;color: #FFF;}

}

 
/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/
@media screen and (min-width: 980px) {

/* fook */
.only_tab, .only_sp	{display:none;}
.only_pc		{display:inline;}
.only_pc_none {display:none!important; }
.sp_br{display: none;}


/*---------------------------------------------
 **  box ブロック PC
---------------------------------------------*/
/* コンテンツ全体 */
#content{ width:100%;}
#main{width: 100%;margin: 0 auto;padding: 25px 0 0px;}


/*---------------------------------------------
 ** margin
---------------------------------------------*/
.mrl50{margin-right: 50px; margin-left: 50px;}


}



#contact .news{ display:none;}




.lets{letter-spacing:-0.5px;}

strong{ font-weight:bold;}





/*---------------------------------------------
 ** 受講生のお声
---------------------------------------------*/

.jyukousei{height:214px;background: url( ../img/top/hukidashi.png) top center no-repeat; margin-bottom:50px; position:relative;}
.jyukousei_inner {width: 73%;margin:0 auto;padding: 30px 0 0;}
.jyukousei_inner  {color:  #000;}
.jyukousei_inner dt {margin-bottom:5px;font-size:18px;font-weight:  bold;}
.jyukousei_inner dt span { font-size:14px; }
/*緑のボタン*/
.jyukousei .bt_01{
	padding: 5px 30px;
	border-width:3px;
	font-size: 14px;
	position:absolute;
	bottom: -10px;
	right:50px;
}

.jyukousei_inner p>a{ color:#000 !important; text-decoration:underline !important; }
.jyukousei_inner p>a:hover{ text-decoration:none !important; }

/* WP */
#voice #main{width: 1200px;}
#voice .jirei_inner { width: 80%; margin:0 auto 60px;}
#voice .jirei_inner h3{color: #F9BE00;font-size: 38px;text-align:  center;}
#voice .jirei_inner div.st{text-align:  center;font-size: 18px;display:block;font-weight:bold;margin: 0 auto 20px;}
#voice .jirei_inner>div{width:80%;margin:0 auto;}

#voice .jirei {border-bottom: none;}


.iikoma_message  {border-top:1px dashed #CCC;margin-top: 25px !important;padding: 25px 0 25px 145px;width: calc((80% - 145px)) !important;position:relative;}
.iikoma_message p:after{width: 114px;height: 114px;position: absolute;top: 25px;left: 7px;background: url(../img/voice/ikoma.png) no-repeat;background-size:100%;content: '';}


.iikoma_message h4 {color:  #FE9772;font-size: 18px;display:  inline-block;border-bottom: 1px dashed #FE9772;margin: 0 0 12px;}

/*---------------------------------------------
 ** 資格取得講座
---------------------------------------------*/

#license .clounm_1 p{ padding: 10px 20px;}
.license_img{ text-align: center !important;}
.license_img.l_lv3,
.license_img.l_lv2{ text-indent: -9999px; height: 204px;}

.license_img.l_lv3{ background: url(../img/license/license_lv3.png) no-repeat 50% 0;}
.license_img.l_lv2{ background: url(../img/license/license_lv2.png) no-repeat 50% 0;}

.entry-talk-box {
  border-collapse: separate;
  border-spacing: 15px 2px;
  display: table;
  margin: 30px auto;
  table-layout: fixed;
  width: 100%;
}
.entry-talk-img {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}
.entry-talk-img img {
  border-radius: 50%;
}
.entry-talk-txt {
  background-color: #FFFAF4;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
  display: table-cell;
  padding: 10px;
  position: relative;
}
.entry-talk-txt-left:after {
  content: '';
  position: absolute;
  border-right: 12px solid #FFFAF4;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -12px;
  top: 40px;
}
.entry-talk-txt-right:after {
  content: '';
  position: absolute;
  border-left: 12px solid #FFFAF4;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -12px;
  top: 40px;
}
.entry-talk-txt p {
  line-height: 1.7;
  margin: 0;
}


.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
    margin: 10px auto;
}
.cp_table.lv3 th{ background: #FFF5D9;}
.cp_table.lv2 th{ background: #FFE3D9;}
.cp_table td span{ font-weight:bold;}

.cp_table th {
	padding: 10px;
	border: 1px solid #46371E;
    text-align: center;
}
.cp_table td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #46371E;
}
.cp_table td:first-child {
	vertical-align: middle;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	.cp_table {
		display: block;
		width: 100%;
	}
	.cp_table thead {
		display: block;
		float: left;
		overflow-x: scroll;
	}
	.cp_table tbody {
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}
	.cp_table th {
        width:13%;
		display: block;
		width: auto;
		border-width: 1px 0px 0px 1px;
		border-color: #dddddd;
		border-style: solid;
	}
	.cp_table th:last-child {
		border-bottom: 1px solid #dddddd;
	}
	.cp_table tbody tr {
		display: inline-block;
		margin: 0;
	}
	.cp_table td {
		display: block;
		border-width: 1px 1px 0px 1px;
		border-color: #dddddd;
		border-style: solid;
	}
	.cp_table td:last-child {
		border-bottom: 1px solid #dddddd;
	}
}



/*---------------------------------------------
 ** エグゼクティブマナーコース
---------------------------------------------*/
.executivecourse h4,
.executivecourse p{ text-align: center;}
.executivecourse p.tal{ text-align: left !important;}
.executivecourse h4{
	font-size: 1.2em !important;
	font-weight: bold !important;
	color: #0085B2 !important;
}

.executivecourse h4 a{ color: #0085B2 !important;}
.executivecourse img{ margin-bottom: 15px;}

.executive_box{
	display: block;
	position: relative;
	border: 2px solid #46371E;
	border-radius: 10px;
	margin: 20px auto;
}

.executive_box .etitlebox{
	background: #0085B2;
	padding: 20px 50px;
	border-bottom: 2px solid #46371E;
}

.etable{
	width: 100%;
}
.etable tr{
	border-top: 1px solid #ccc;
}
.etable tr:last-child{ border-bottom: 1px solid #ccc;}
.etable tr:nth-child(odd){ background-color: #E9F8F8;}

.etable th{ padding: 10px 15px; text-align: center;}
.etable td{ padding: 10px 15px; text-align: left;}

.ebodybox{ width: 90%; margin: 15px auto;}

.ebodybox .ebodynum{
	border: 2px solid #46371E;
	border-radius: 10px;
	margin: 15px auto;
	justify-content: flex-start !important;
}
.ebodybox .ebodynum p{
	background:#0085B2;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: unset;
}
.ebodybox .ebodynum span{
	border: 1px solid #0085B2;
	background: #E9F8F8;
	color: #0085B2;
	text-align: center;
	padding: 5px 20px;
	font-weight: bold;
	display: block;
	height:30px;
	margin-top: 15px;
}
.ebodybox .ebodynum h5{
	font-weight: bold;
	color: #46371E;
	margin-top: 18px;
}
.excommentbox{
	width: 90%;
	margin-top: 20px;
}
.commentarea{
	background: #FFFAF4;
	border-radius: 10px;
}

.online .photo{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.online .photo div{
	width: 48%;
}



/*---------------------------------------------
 ** オンライン対策
---------------------------------------------*/
.online_attention{
	width: 100%;
	border: 1px solid #FF9673;
	color: #FF9673;
	font-weight: bold;
	padding: 1em;
	box-sizing: border-box;
	margin: 1rem auto;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
}
.colororange{ color: #F9BE00 !important;}
.colorpink{ color: #FF9673 !important;}

/*---------------------------------------------
 ** マナー背景
---------------------------------------------*/

.acd-check{
    display: none;
}
.acd-label{
    background-color: #fff;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
	box-shadow: 5px 5px 0 #ddd;
}
.acd-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
    position: absolute;
	right: 15px;
    top: 45px;
	font-weight: bold;
	font-size: 30px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
	width: 100% !important;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}
.acd-content > div{
	padding: 0 2rem 0 1rem;
	width: 100% !important;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}
.acd-check:checked + .acd-label:after{
    content: '―';
	font-weight: bold;
	font-size: 24px;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
@media screen and (max-width: 740px) {
	.acd-label:after{
		box-sizing: border-box;
		content: '+';
		display: block;
		position: absolute;
		right: 10px;
		top: 25px;
		font-weight: bold;
		font-size: 20px;
	}
	.acd-check:checked + .acd-label:after{
		content: '―';
		font-weight: bold;
		font-size: 14px;
	}
}


.manner_bg1{
	background-color: #FFF8F4;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 2rem auto;
	padding: 30px;
    box-sizing: border-box;
}

.manner_bg1 h3,
.manner_bg1 .acd-label:after,
.manner_bg1 .acd-check:checked + .acd-label:after
{ color: #FF7272 !important;;}
.manner_bg1 .acd-label{
	border: 2px solid #FF7272;
	border-radius: 10px;
	box-sizing: border-box;
}


.manner_bg2{
	background-color: #FBFFEE;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 2rem auto;
	padding: 30px;
    box-sizing: border-box;
}
.manner_bg2 h3,
.manner_bg2 .acd-label:after,
.manner_bg2 .acd-check:checked + .acd-label:after
{ color: #85B200 !important;}
.manner_bg2 .acd-label{
	border: 2px solid #85B200;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 50px 20px 20px;
}

.manner_bg3{
	background-color: #EAF7FB;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 2rem auto;
	padding: 30px;
    box-sizing: border-box;
}
.manner_bg3 h3,
.manner_bg3 .acd-label:after,
.manner_bg3 .acd-check:checked + .acd-label:after
{ color: #00A3D8 !important;}
.manner_bg3 .acd-label{
	border: 2px solid #00A3D8;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 50px 20px 20px;
}

.manner_bg4{
	background-color: #FFFAEA;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 2rem auto;
	padding: 30px;
    box-sizing: border-box;
}
.manner_bg4 h3,
.manner_bg4 .acd-label:after,
.manner_bg4 .acd-check:checked + .acd-label:after{ color: #FF9226 !important;}
.manner_bg4 .acd-label{
	border: 2px solid #FF9226;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 50px 20px 20px;
}

@media screen and (min-width: 741px) {
	.lessontxt h3{ font-size: 40px !important; line-height: 1.4em !important;}
}
.lessontxt h3,
.lessontxt p{ padding-left: 1rem; padding-right: 1rem;}


.lessonex{ margin-right: unset !important;}
.exbox{
	background-color: #eee;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100% !important;
	padding: 2rem;
	margin-bottom: 2rem;
}
.exbox ul{
	display: block;
	position: absolute;
	top: -10px;
	left: 5%;
}
.exbox ul li{
	display: inline-block;
	border-radius: 50px;
	padding: 0.2rem 1rem;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
}
.exbox ul li:first-child{
	background-color: #F9BE00;
}
.exbox ul li:nth-child(2){
	background-color: #00D9D9;
}
.exbox dl{
	width: 100%;
}
.exbox dl dt:before{
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	width:20%;
	min-width: 100px;
	display: block;
	margin-right: 1rem;
}
.exbox dl dt.women:before{ background-image: url(/img/common/new/icon_women.png);}
.exbox dl dt.men:before{ background-image: url(/img/common/new/icon_men.png);}
.exbox dl dt.women2:before{ background-image: url(/img/common/new/icon_women_2.png);}
.exbox dl dt.men2:before{ background-image: url(/img/common/new/icon_men_2.png);}
.exbox dl dt{
	display: flex;
	padding-bottom: 1rem;
	min-height: 7rem;
}
.exbox dl dd{
	background-color: #fff;
	box-sizing: border-box;
	padding: 1rem;
	border-radius: 10px;
}
.exbox dl dd span{
	color: #F9BE00;
	font-weight: bold;
	padding-right: 10px;
}

/*---------------------------------------------
 ** メールフォーム
---------------------------------------------*/

#mailform table{
    margin: 0.5rem auto;
    box-sizing: border-box;
}

#mailform table th{
    padding: 0.5rem 1rem;
    background:#F9BE00;
    box-sizing: border-box;
}

#mailform table th span{
    color: #000;
    border-radius: 10px;
    border: 1px solid #000;
    font-size:14px;
    font-weight: bold;
    margin-left: 0.5rem;
    padding: 0.2rem 0.5rem;
}
#mailform table td{
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

#mailform select,
#mailform input[type="text"],
#mailform input[type="number"],
#mailform input[type="tel"],
#mailform input[type="email"],
#mailform textarea{
    border:1px solid $color-blue;
    border-radius: 10px;
    padding: 0.5rem;
    box-sizing: border-box;
}

#mailform select,
#mailform input[type="text"],
#mailform input[type="submit"],
#mailform textarea{
    width: 100%;
}


.tac input[type="submit"]{
    width: 300px;
    margin: 1rem auto;
    padding: 0.5rem 0;
    font-weight: bold;
	font-size: 18px;
    color: #fff;
    background: #18ABAD;
    border-radius: 20px;
}


#mailform input,
#mailform textarea,
#mailform select{ font-size: 18px;}


#mailform .contact-form{
    max-width: 90rem;
    padding: 6rem 5rem 2rem;
    -webkit-box-shadow: 10px 10px 50px -9px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 50px -9px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 50px -9px rgba(0,0,0,0.2);
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
    -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
}
#mailform .contact-form dl{
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	padding-bottom: 2.7rem;
	margin-bottom: 1.3rem;
	flex-direction: column;
	border-bottom: 1px solid #eee;
}
#mailform .contact-form dl dt{
	font-size: 20px;
	margin-bottom: 1.5rem;
	color: #01001A;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#mailform .contact-form dl dt span{
	display: inline-block;
	background: #0085B2;
	color: #fff;
	font-size: 14px;
	padding: 0 1.0rem .2rem;
	margin-left: 1rem;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
}

#mailform .contact-form dl dd.flex{ 
	display: flex;
	justify-content: space-between;
}
#mailform .contact-form dl dd.flex span{ width: 48% !important;}
#mailform .contact-form dl dd.flex input,select{ width: 100% !important;}

#mailform .contact-form dl dd input,
#mailform .contact-form dl dd textarea,
#mailform .contact-form dl dd select{
	width: 100%;
	padding: 1.2rem 1.3rem 1.1rem;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
	border: 1px solid #CCC;
	box-sizing: border-box; /*通常の記述*/
	-webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
	-moz-box-sizing: border-box; /*Firefoxの機能を利用*/
}
#mailform .contact-form dl dd input::placeholder {
	color: #CCC;
}


#mailform .wpcf7-not-valid-tip{
        padding: 0.5rem 0 0 0.5rem;
    }
#mailform input[type="radio"]{
	width: unset;
}
#mailform label{
	cursor: pointer;
}
#mailform input:checked + span {
	color: #487cff;
	font-weight: bold;
}
img.wpcf7-captchac{ width: auto;}


/*PC独自 */
@media screen and (min-width: 980px){
	#mailform table{width: 80%;}
	#mailform table th{
		width: 30%;
	}
	#mailform table td{width: 68%;}
	#mailform select,
	#mailform input[type="text"],
	#mailform input[type="number"],
	#mailform input[type="tel"],
	#mailform input[type="email"],
	#mailform textarea{ font-size: 16px;}
	#mailform dd.age input[type="number"]{max-width: 200px !important;}
}

/*TAB独自 */
@media screen and (min-width: 741px) and (max-width: 979px) {
	#mailform table{width: 80%;}
	#mailform table th{
		width: 30%;
	}
	#mailform table td{width: 68%;}
	#mailform select,
	#mailform input[type="text"],
	#mailform input[type="number"],
	#mailform input[type="tel"],
	#mailform input[type="email"],
	#mailform textarea{ font-size: 16px;}
	#mailform dd.age input[type="number"]{max-width: 200px !important;}
}

/*SP独自 */
@media screen and (max-width: 740px) {
	#mailform .contact-form{ padding: 1rem;}
	#mailform table{width: 100%;}
	#mailform table th{
        width: 100%;
        display: block;
	}
	#mailform table td{
		width: 100%;
        display: block;
	}
	#mailform input[type="tel"],
	#mailform input[type="email"]{width: 100%;}
	#mailform dd.age input[type="number"]{width: 50%;}
	#mailform .contact-form{padding: 6% 5%;}
	#mailform .contact-form dl dt{ font-size: 16px;}
}

/* 202207追加 */
@media screen and (min-width: 980px){
	.flex_wrapper{
		max-width: 1200px;
		margin: 1rem auto;
	}
	.flex_wrapper.column2{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flex_wrapper.column2 .item{
		width: 49%;
	}
}

/*ナビ*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 13px;
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba(255,115,115,0.9);
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	transition: opacity .6s ease, visibility .6s ease;
	visibility: hidden;
  }
  
  nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#fff;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1rem 0;
	text-decoration :none;
	font-size: 120%;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  nav.globalMenuSp ul li a:hover{
	color: #FE9772;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
	opacity: 100;
	visibility: visible;
  }

  /*20231207モクテルトライアルレッスン*/
  .campaign2023{
	margin-top: 5rem;
  }

  .campaign2023 .bggray{
	background-color: #F5F5F5;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 40px 40px 40px 80px;
  }
  .campaign2023 .trial_head{
	display: flex;
	position: relative;
  }
  .campaign2023 .trial_head .trial_photo{
    width: 400px;
    position: absolute;
    top: -140px;
    left: 360px;
  }

  .campaign2023 .trial_head .trial_photo img{ width: 100%;}

  .campaign2023 .trial_head h2{
	width: 400px;
	position: absolute;
	top: -100px;
	left: -30px;
  }

  .campaign2023 .trial_head h2 + p{
	padding: 160px 50px 0 0;
    box-sizing: border-box;
  }

  .campaign2023 .trial_head dl{
	display: flex;
	align-items: center;
	gap: 1rem;
  }
  .campaign2023 .trial_head dt:before{
	content: "●";
	color: #00B2B2;
	margin-right: 0.5em;
  }
  .campaign2023 .trial_head dd{
	color: #00B2B2;
	font-size: 20px;
	font-weight: bold;
  }
  .campaign2023 .trial_head dd span{
	font-size: 12px;
	color: #000;
	font-weight: normal;
  }

  .campaign2023 .box{
	background-color: #fff;
	border-radius: 30px;
	box-sizing: border-box;
    padding: 20px 30px;
    margin-top: 30px;
  }
  .campaign2023 .box h3{
	font-size: 20px;
	color: #00B2B2;
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
  }
  .campaign2023 .trial_body{
	border-top: 1px solid #ddd;
	padding-top: 2em;
	margin-top: 1em;
	display: flex;
	gap: 2rem;
	box-sizing: border-box;
  }
  .campaign2023 .trial_body dl{
	display: flex;
	gap: 2rem;
	width: 45%;
  }
  .campaign2023 .trial_body dl dt{
	background-color: #00B2B2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100px;
  }
  .campaign2023 .trial_body dl dd{
	color: #000;
	font-size: 18px;
	box-sizing: border-box;
	width: calc( ( 100% - 2rem) - 100px);
  }
  .campaign2023 .trial_body dl dd span:first-child{
	color: #00B2B2;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
  }
  .campaign2023 .trial_body dl dd span:last-child{
	color: #ff0000;
	font-size: 16px;
	display: block;
	margin-top: 0.5em;
  }

  @media screen and (min-width: 741px) and (max-width: 979px) {
	.campaign2023 .trial_head .trial_photo{ 
		width: 280px;
		position: absolute;
		top: -140px;
		left: 400px;
	}
  }

  @media screen and (max-width: 740px) {
	.campaign2023 .bggray{
		padding: 2em 1em;
		margin-bottom: 3rem;
	}
	.campaign2023 .trial_head{
		flex-direction: column;
	}
	.campaign2023 .trial_head dl{ flex-direction: column; gap: 0;     margin-bottom: 1em;}
	.campaign2023 .trial_head h2 + p{ padding: 300px 0 0 0;}
	.campaign2023 .trial_head .trial_photo{ 
		width: 80%;
		top: 70px;
		left: 30px;
	}
	.campaign2023 .trial_head h2{ width: 90%; left: 10px;}
	.campaign2023 .trial_body,
	.campaign2023 .trial_body dl{
		flex-direction: column;
		width: 100%;
		gap: 1rem;
	}
	.campaign2023 .trial_body dl dt{ padding: 1em 0;}
	.campaign2023 .trial_body dl dd{ padding: 0 1em;}
	.campaign2023 .trial_body dl dt,
	.campaign2023 .trial_body dl dd{ width: 100%;}
  }

  /*20241209みんなでたのしくおしょくじマナー*/
  .campaign2024{
	margin-top: 3rem;
  }

  .campaign2024 .bggreen{
	background-color: #F2FBEA;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 40px 40px 40px 80px;
	display: flex;
	gap: 3rem;
  }
  .campaign2024 .trial_head{
	width: calc( ( 100% - 3rem) /2);
	display: flex;
	position: relative;
	flex-direction: column;
	h2{
		margin-top: 15px;
	}
	ul{
		border-top: 1px solid #00B2B2;
		border-bottom: 1px solid #00B2B2;
		display: flex;
		gap: 10px;
		padding: 1em 0;
		justify-content: center;
		li{
			font-weight: bold;
		}
		li::before{
			content: "●";
			margin-right: 0.1em;
			color: #00B2B2;
		}
	}
	p{
		padding: 1em 0;
	}
  }
  .campaign2024 .trial_head h3{
	background: #ED5053;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	letter-spacing: .5px;
	line-height: 50px;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	position: absolute;
	top: -60px;
	left: auto;
  }
  .campaign2024 .trial_head h3::before,
  .campaign2024 .trial_head h3::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
  }
  .campaign2024 .trial_head h3::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 25px 0px 25px 15px;
	left: 0;
	top: 0;
  }
  .campaign2024 .trial_head h3::after {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 25px 15px 25px 0px;
	right: 0;
	top: 0;
  }
  


  .campaign2024 .trial_body{
	width: calc( ( 100% - 3rem) /2);
	padding-top: 2em;
	margin-top: 1em;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
	img{
		position: absolute;
		top: -110px;
		right: 0;
	}
	._inner{
		background-color: #fff;
		border-radius: 20px;
		margin-top: 90px;
		padding: 1em;
		box-sizing: border-box;
	}
  }
  .campaign2024 .trial_body dl{
	display: flex;
	gap: 1rem;
	margin-bottom: 5px;
	align-items: center;
  }
  .campaign2024 .trial_body dl dt{
	background-color: #00B2B2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 150px;
	min-height: 4em;
	height: 100%;
  }
  .campaign2024 .trial_body dl dd{
	color: #000;
	box-sizing: border-box;
	width: calc( ( 100% - 2rem) - 60px);
	font-weight: bold;
	color: #00B2B2;
	line-height: 1em;
	font-size: 16px;
	span{
		font-size: 12px;
		color: #666;
		font-weight: normal;
	}
  }

  @media screen and (max-width: 740px) {
	.campaign2024 .bggreen{
		padding: 2em 1em;
		margin-bottom: 3rem;
		gap: 0;
	}
	.campaign2024 .trial_head,
	.campaign2024 .trial_body{
		width: 100%;
	}
	.campaign2024 .bggreen{
		flex-direction: column;
		padding: 1.5em 2em;
	}
	.campaign2024 .trial_head{
		h3{
			font-size: 4vw;
			width: 100%;
			letter-spacing: -0.1em;
		}
		ul{
			flex-direction: column;
			li{
				text-align: center;
				margin-bottom: 0;
				gap: 0;
			}
		}
	}
	.campaign2024 .trial_body{
		margin-top: 0;
		padding-top: 0;
		img{
			position: unset;
			top: unset;
			left: unset;
		}
		._inner{
			margin-top: 0;
		}
		dl{
			dt{
				min-height: 5em;
			}
			dd{
				font-size: 14px;
			}
		}
	}
	.campaign2024 .trial_body dl dt{
		width: 60px;
	}
  }

