/* =========================================================
		common
========================================================= */
body {
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	min-width: 100%;
	overflow-x: hidden;
	color: #444;
}

.hd_style span {
	display: none;
}

.pc_br {
	display: block;
}

.pc_br2 {
	display: inline-block;
}

.sp_br {
	display: none;
}

.sp_br2 {
	display: none;
}

#arrow {
	position: fixed;
	bottom: 13%;
	right: 2%;
	cursor: pointer;
	z-index: 990;
}

.nomargin {
	margin-right: 0 !important;
}

.wh {
	width: 100%;
}

a:hover .schedule1,
a:hover .teacher_list {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)";
	/* IE 8 */
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

/* =========================================================
		common(2)
========================================================= */
.fvcatch {
	padding-top: 98px;
}

.main_fv {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main_fv h2 {
	text-align: center;
	padding-top: 68px;
	color: #fff;
	font-size: 28px;
	letter-spacing: 4px;
	text-shadow: 1px 1px 3px #999;
}

.breadcrumb {
	background: #f1f1f1;
	padding: 5px 0;
}

.breadcrumb ul {
	/* width: 1000px; */
	width: 1200px;
	/*202007 mod*/
	margin: 0 auto;
}

.breadcrumb li {
	display: inline-block;
	color: #666;
	font-size: 12px;
	vertical-align: middle;
	line-height: 2;
}

.breadcrumb li a {
	text-decoration: underline;
	color: #db6687;
	display: inline-block;
	padding: 0 0 0 0;
}

.breadcrumb li .home {
	text-decoration: underline;
	color: #db6687;
	display: inline-block;
	background: url(../img/home_icon.png) no-repeat 1px center;
	padding: 0 0 0 14px;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

.icontop {
	margin: 0;
	display: inline-block;
	line-height: 0.8;
	padding: 0 3px 0 0;
}

/* =========================================================
		Header
========================================================= */
#header {
	height: 98px;
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 999;
	opacity: 0.95;
}

#globalNavi {
	/* width: 1000px; */
	width: 1200px;
	/*202007 mod*/
	height: 98px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#headerin {
	/* width: 1000px; */
	/*width: 1200px;*/
	/*202007 mod*/
	/*height: 100%;*/
	/*margin: 0 auto 0;*/
	/*padding: 0;*/
	/*position: relative;*/
}

#headerin h1 {
	/*padding: 0;*/
	/*font-size: 12px;*/
	/*padding: 10px 0 12px;*/
	/*letter-spacing: 2px;*/
	/*color: #555;*/
	/*z-index: 999;*/
}

#headerin h2 {}

#headerin h2 img {
	width: 104px;
}

#headerin .h_btn1 {}

/* MOD 202006 start */
#headerin .freetell {
	position: absolute;
	/*top: 18px;
	left: 610px;*/
	bottom: 7px;
	right: 0;
}
/* MOD 202006 end */

/* ADD 202006 start */
#headerin .freetell img {
	width: 160px;
}

#headerin .navibtn {
	position: absolute;
	right: 0;
	top: 10px;
	display: flex;
}

#headerin .sbtn a {
	display: inline-block;
	/* width: 140px; 202007 MMOD*/
	width: 160px;
	line-height: 14px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 5px 0 5px 18px;
	margin-left: 10px;
}
/* ADD 202006 end */

#headerin .searchbtn {
	/* DEL 202006
	position: absolute;
	top: 21px;
	right: 0;*/
}

/* MOD 202006 start */
#headerin .searchbtn a {
	background: url(../img/search_icon.png) no-repeat 10px center #db6687;
	background-size: 18px;
}
/* MOD 202006 end */

/* ADD 202006 start */
#headerin .websearchbtn a {
	background: url(../img/search_icon.png) no-repeat 10px center #4298A2;
	background-size: 18px;
}

#headerin .requestbtn a {
	background: url(../img/request_icon.png) no-repeat 10px center #72A178;
	background-size: 18px;
	letter-spacing: 0;
}
/* ADD 202006 end */

#header .gnavi {
	margin: 20px auto 0;
	position: absolute;
	top: 40px;
	right: 198px;
}

#header .gnavi li {
	float: left;
	width: auto;
	font-size: 14.5px;
}

#header .gnavi li a {
	color: #444;
	text-decoration: none;
	padding: 0 11px 0 11px;
	border-left: none;
	border-right: 1px #e6abbc solid;
	letter-spacing: 1.1px;
}

#header .gnavi li:first-child a {
	border-left: 1px #e6abbc solid;
}

#header .gnavi a:hover {
	color: #db6687;
}

.navopen span {
	display: none;
}

/* =========================================================
		main
========================================================= */
.main_v {
	padding: 98px 0 0 !important;
}

.main_v .slides {
	/* height: 480px; */
  aspect-ratio: 19 / 5.7;
	overflow: hidden;
	position: relative;
  min-width: 1200px;
}

.slides li {
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
  height: 100%;
	transform: translate(-50%,-50%);
}

.slides li.is_active {
	opacity: 1;
	z-index: 10;
	transition: opacity .5s ease;
}

.slides li.is_hidden {
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease;
}

.slides .container {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	height: 480px;
}

.slider_pc0 {
	background: url(../img/main0.jpg) no-repeat center;
}

.slider_pc1 {
	background: url(../img/main1.jpg) no-repeat center;
}

.slider_pc2 {
	background: url(../img/main2.jpg) no-repeat center;
}

.slider_pc3 {
	background: url(../img/main3.jpg) no-repeat center;
}

.slider_pc4 {
	background: url(../img/main4.jpg) no-repeat center;
}

.slider_pc5 {
	background: url(../img/main5.jpg) no-repeat center;
}

.slider_pc6 {
	background: url(../img/main6.jpg) no-repeat center;
}

/* 202104 ADD MVChange */
.slider_pc7 {
	background: url(../img/main7.jpg) no-repeat center;
}

.slider_pc8 {
	background: url(../img/main8.jpg) no-repeat center;
}

/* ADD 202008 start */
.slider_map .container {
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}

.slider_map .container img {
	width: auto;
	position: absolute;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
}

.slider_map .slider_map6 {
	width: 100%;
	position: absolute;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	max-width: 1000px;
}

.slider_map .slider-map-wrap {
	position: relative;
	width: 100%;
	height: 480px;
	min-height: 100%;
}

.slider_map .slider-map-flex {
	position: absolute;
	top: 60%;/*202104 MOD MVChange 50 -> 60*/
	width: 100%;
	height: 100px;
	transform: translateY(-50%);
	display: flex;
  flex-wrap: wrap;/*202209 ADD*/
}

.slider_map .slider_map6_01 {
	width: 30%;/*202104 MOD MVChange 27% -> 30%*/
	height: 100px;
	display: block;
	margin-left: 0;/*202104 MOD MVChange 6% -> 0*/
}

.slider_map .slider_map6_02 {
	width: 30%;/*202104 MOD MVChange 27% -> 30%*/
	height: 100px;
	display: block;
	margin-left: 5%;/*202104 MOD MVChange 3.5% -> 5% */
}

.slider_map .slider_map6_03 {
	width: 30%;/*202104 MOD MVChange 27% -> 30%*/
	height: 100px;
	display: block;
	margin-left: 5%;/*202104 MOD MVChange 3.5% -> 5% */
}

/* ADD 202209 start */
.slider_map .slider_map6_04 {
	width: 25%;
	height: 80px !important;
	display: block;
	margin: 15px 0 0;
}
/* ADD 202209 end */

.slider_map .sp_slider-map-wrap {
	width: 100%;
	height: 100%;
}

.slider_map .sp_slider-map-wrap .slider-map-flex {
	top: 73%;/*202104 MOD MVChange 47% -> 73%*/
}

.slider_map .sp_slider-map-wrap .slider_map6_01 {
	width: 27%;/*202104 MOD MVChange 23% -> 27%*/
	margin-left: 5%;/*202104 MOD MVChange 9% -> 5%*/
}

.slider_map .sp_slider-map-wrap .slider_map6_02 {
	width: 27%;/*202104 MOD MVChange 23% -> 27%*/
}

.slider_map .sp_slider-map-wrap .slider_map6_03 {
	width: 27%;/*202104 MOD MVChange 23% -> 27%*/
}
/* ADD 202008 end */

.slider_map .sp_slider-map-wrap .slider_map6_04 {
  width: 23.5%;
  height: 88% !important;
  margin: 1.1% 0 0 5.5%;
}

.slides .main_copy1 {
	position: absolute;
	top: 120px;
	left: 430px;
	font-size: 30px;
	font-weight: 100;
	color: #444;
	letter-spacing: 8px;
	font-family: "IwaNGoPro-Lt";
}

.slides .main_copy2 {
	position: absolute;
	top: 190px;
	left: 390px;
	font-size: 43px;
	font-weight: 100;
	color: #444;
	letter-spacing: 4px;
	font-family: "IwaNGoPro-Lt";
}

.slides .main_area {
	color: #db6687;
	text-align: center;
	padding: 7px 35px;
	border-radius: 5px;
	letter-spacing: 3px;
	font-size: 16px;
	display: inline-block;
	font-weight: 100;
	border: 1px solid #db6687;
}

.slides .main_tokyo {
	position: absolute;
	top: 285px;
	left: 422px;
}

.slides .main_yokohama {
	position: absolute;
	top: 285px;
	left: 542px;
}

.slides .main_saitama {
	position: absolute;
	top: 285px;
	left: 682px;
}

.slides .main_fukuoka {
	position: absolute;
	top: 285px;
	left: 802px;
}

.slides .main_copy1b {
	position: absolute;
	top: 120px;
	left: 80px;
	font-size: 30px;
	font-weight: 100;
	color: #444;
	letter-spacing: 8px;
	font-family: "IwaNGoPro-Lt";
}

.slides .main_copy2b {
	position: absolute;
	top: 190px;
	left: 40px;
	font-size: 43px;
	font-weight: 100;
	color: #444;
	letter-spacing: 4px;
	font-family: "IwaNGoPro-Lt";
}

.slides .main_tokyob {
	position: absolute;
	top: 285px;
	left: 73px;
}

.slides .main_yokohamab {
	position: absolute;
	top: 285px;
	left: 193px;
}

.slides .main_saitamab {
	position: absolute;
	top: 285px;
	left: 333px;
}

.slides .main_fukuokab {
	position: absolute;
	top: 285px;
	left: 453px;
}

/*--------------------------------------------------------------トップカルーセル関連*/

#topslide {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.carousel {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#topslide div.carousel div {
	height: 500px;
	float: left;
	overflow: hidden;
	position: relative;
}

#topslide div.carousel div span img {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
}

#topslide div.carousel div>a>img {
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -350px;
}

#pager {
	/*	margin-right: -465px;*/
	position: absolute;
	right: 2%;
	bottom: 10px;
	height: 30px;
}

#pager a {
	display: block;
	margin: 0 5px 0 0;
	float: left;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background-color: #ffafcd;
}

#pager a.selected {
	background-color: #88308e;
}

#pager span {
	display: none;
}

/* =========================================================
		con1
========================================================= */

#con1 {
	background: #fdf1f4;
	padding: 35px 0 40px;
}

#con1 .coninner {
	/* width: 880px; 202007 MOD*/
	width: 1080px;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	padding: 60px 55px 50px;
}

#con1 .coninner h2 {
	color: #db6687;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	padding: 0 0 55px;
	letter-spacing: 2.5px;
}

#con1 .coninner .point1 {
	padding-bottom: 40px;
}

#con1 .coninner .point2 {
	padding-bottom: 35px;
}

#con1 .coninner .f_left {
	float: left;
	/* width: 415px; 202007 MOD*/
	width: 515px;
}

#con1 .coninner .f_right {
	float: right;
	/* width: 410px; 202007 MOD*/
	width: 510px;
}

#con1 .coninner .point1 .text1 {
	padding-bottom: 10px;
	line-height: 1.8;
	font-size: 14px;
}

#con1 .coninner .point1 h3 {
	color: #a3945d;
	font-size: 22px;
	padding: 0 0 10px;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

.detail_btn a {
	color: #db6687;
	text-decoration: none;
	background: url(../img/arrow2.png) no-repeat 90px center;
	background-size: auto auto;
	background-size: 5px;
	letter-spacing: 1px;
	padding: 0px 20px 0 0;
	font-size: 13px;
}

#con1 .coninner .point2 h3 {
	color: #a3945d;
	font-weight: 600;
	font-size: 23px;
	padding: 0 0 30px;
	letter-spacing: 2.5px;
	text-align: center;
}

#con1 .coninner .point2 ul {
	margin-bottom: 10px;
}

#con1 .coninner .point2 li {
	float: left;
	background: #f0f0f0;
	padding: 40px 10px 25px;
	border-radius: 5px;
	margin-right: 25px;
	width: 256px;
}

#con1 .coninner .point2 li:last-child {
	margin-right: 0;
}


#con1 .coninner .point2 dt {
	width: 77px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#con1 .coninner .point2 dd h4 {
	text-align: center;
	color: #db6687;
	font-size: 18px;
	padding-bottom: 4px;
	letter-spacing: 0.4px;
}

#con1 .coninner .point2 dd h4 span {
	font-size: 12px;
}

#con1 .coninner .point2 dd p {
	text-align: center;
	line-height: 1.5;
}

#con1 .coninner .point3 {
	padding: 3px;
	border: 4px solid #eed79c;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}

#con1 .coninner .point3in {
	padding: 30px 40px 30px;
	border: 1px solid #eed79c;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
}

.tkuten_icon {
	position: absolute;
	top: -17px;
	left: -17px;
}

#con1 .coninner .point3in h3 {
	text-align: center;
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px;
}

#con1 .coninner .point3in h4 {
	font-size: 18px;
	padding-bottom: 5px;
	color: #db6687;
	line-height: 1.4;
}

#con1 .coninner .point3in ul {}

#con1 .coninner .point3in li {
	float: left;
	position: relative;
	background: #f0f0f0;
	padding: 50px 15px 20px 30px;
	width: 334px;
	border-radius: 5px;
	margin-right: 25px;
	height: 110px;
}

#con1 .coninner .point3in li:last-child {
	margin-right: 0;
}


#con1 .coninner .point3in li .tokuten_icon {
	position: absolute;
	top: -7px;
	left: -10px;
	width: 100px;
}

#con1 .coninner .point3in li dt {
	float: left;
	width: 65px;
	padding-right: 20px;
}

#con1 .coninner .point3in li dd {
	float: left;
	width: 245px;
}

#con1 .coninner .point3in .tokutext {
	font-size: 14px;
	line-height: 1.5;
}

#con1 .coninner .point3in .poatt1 {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 12px;
}

/* ADD 202008 start */
#con1 .img_wrap {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

#con1 .img_wrap img {
	width: 100%;
}

#con1 .con1_point2 .img_content {
	width: 40%;
}

#con1 .con1_point3 .img_wrap {
	justify-content: center;
}

#con1 .con1_point3 .img_content {
	width: 27%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#con1 .con1_point4 {
	margin: 30px 0 60px 0;
}

#con1 .con1_point2 h3,
#con1 .con1_point3 h3,
#con1 .con1_point4 h3 {
	color: #a3945d;
	font-size: 30px;
	padding: 30px 0 20px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	text-align: center;
}

#con1 .con1_point3 h3 {
	padding-top: 60px;
}

#con1 .con1_point4 img {
	width: 60%;
}

#con1 .con1_point3 .text1,
#con1 .con1_point4 .text1 {
	text-align: center;
	margin-bottom: 30px;
}
/* ADD 202008 end */

/* ADD 202006 start */
.search_btn_wrap {
	display: flex;
	justify-content: space-between;
}

.search_btn_wrap>div {
	width: 270px;
	text-align: center;
}

.search_btn_wrap>div a {
	width: calc(100% - 20px);
	padding: 20px 10px;
	margin: 0 auto;
	display: block;
	color: #fff !important;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}

.seach_deatil a {
	background: #db6687;
}

#con1_search.search_btn_wrap>div {
	width: 400px;
	margin: 0 auto;
}

.seach_deatil a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 19px;
	margin: -3px 5px 0 0;
	background: url("../img/search_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.webseach_deatil a {
	background: #4298A2;
}

.webseach_deatil a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 19px;
	margin: -3px 5px 0 0;
	background: url("../img/search_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.request_deatil a {
	background: #72A178;
}

.request_deatil a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 19px;
	margin: -3px 5px 0 0;
	background: url("../img/request_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* ADD 202006 end */

/* DEL 202006
.seach_deatil{
	text-align: center;
	margin: 0 auto;
}

.seach_deatil a{
	background: #db6687;
	width: 315px;
	padding: 20px;
  margin: 0 auto;
  display: block;
  color: #fff !important;
  background: #db6687;
  font-size:18px;
  border-radius: 3px;
  text-align:center;
 	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
}

.seach_deatil a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin: -3px 5px 0 0;
  background: url("../img/search_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
*/

/* MOD 202006 */
.sche_btn a {
	padding: 20px;
	margin: 0 auto;
	display: block;
	color: #fff !important;
	background: #db6687;
	font-size: 18px;
	border-radius: 3px;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	width: 425px;
	letter-spacing: 1.5px;
}

.voice_btn a {
	width: 315px;
	padding: 20px;
	margin: 0 auto;
	display: block;
	color: #fff !important;
	background: #db6687;
	font-size: 18px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
}

.voice_btn a:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	width: 8px;
	height: 15px;
	background: url(../img/arrow3.png) no-repeat center;
	background-size: auto auto;
	background-size: contain;
}

/*
.photo_bg {
    min-width: 1000px;
    background-image: url(../img/backimg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat !important;
    z-index: 0;
    padding: 140px 0;
}*/


/* =========================================================
		con2
========================================================= */
#con2 {
	/* width: 1000px; */
	width: 1200px;
	/*202007 mod*/
	margin: 60px auto 70px;
}

#con2 .schecopy {
	text-align: center;
	color: #db6687;
	letter-spacing: 2px;
	font-size: 18px;
}

#con2 h2 {
	color: #db6687;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	padding: 10px 0;
	letter-spacing: 2.5px;
}

#con2 h2 .seminer02-comment {
	font-size: 16px;
	font-weight: 400;
	line-height: 2.5;
}

#con2 .sche_att1 {
	font-size: 13px;
	padding-top: 12px;
	display: inline-block;
}

#con2 .sche_left li {
	float: left;
	padding-right: 10px;
}

#con2 .area {
	float: left;
	margin-right: 5px;
}

#con2 .area .menu2 {
	border: 1px solid #a3945d;
	color: #a3945d;
	font-size: 15px;
	width: 130px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	padding: 13px 13px;
}

#con2 .area .menu2:hover {
	border: 1px solid #a3945d;
	background: #a3945d;
	color: #fff;
	display: block;
}

#con2 .area .menu2:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: -3px 5px 0 0;
	background: url("../img/area_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#con2 .area .menu2:hover:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: -3px 5px 0 0;
	background: url("../img/area_icon2.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#con2 .select .menu2 {}

#con2 .select .menu2:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: -3px 5px 0 0;
	background: url("../img/sle_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#con2 .select .menu2:hover:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 15px;
	margin: -3px 5px 0 0;
	background: url("../img/sle_icon2.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#con2 .sche_menu {
	position: relative;
}

#con2 .sche_btn1 {
	position: absolute;
	top: 10px;
	right: 0;
}

#con2 .sche_btn1 a {
	display: inline-block;
	line-height: 1.3;
	color: #fff;
	font-size: 14px;
	text-align: left;
	background: url(../img/search_icon.png) no-repeat 18px center #db6687;
	background-size: 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 6.3px 18px 6.3px 45px;
}

/* ADD 202006 start */
#con2 .search_area {
	margin-bottom: 60px;
}

#con2 .search_area h2 {
	padding-bottom: 10px;
}

#con2 .p_text {
	margin: 0 10px 20px;
	text-align: center;
}

#con2 .search_btn_wrap>div {
	width: 300px;
}

#areaseminar_search.search_btn_wrap>div,
#webseminar_search.search_btn_wrap>div {
	margin: -30px auto 60px auto;
	width: 400px;
}
/* ADD 202006 end */

#con2 .schedule {
	margin: 25px 0 30px;
}

/* ADD 202006 strat */
#pickup-seminer02.schedule {
	margin-top: 0;
}

#con2 #pickup-seminer02 .schedule1 .place1 {
	background: #4298A2;
}

/* ADD 202006 end */

#con2 .schedule li {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

/* #con2 .schedule li:nth-child(3n) {
    margin-right: 0;
} */
#con2 .schedule li:nth-child(2n) {
	margin-right: 0;
}

#con2 .schedule a {
	color: #444;
}


#con2 .schedule1 .date1 {
	background-color: #fff6f9;
	padding: 0 6px 0 0;
	border-left: 1px #f1cbd6 solid;
	border-right: 1px #f1cbd6 solid;
	border-top: 1px #f1cbd6 solid;
	border-radius: 8px 8px 0 0;
}

#con2 .schedule1 {
	display: inline-block;
	/* width: 316px; */
	width: 587px;
	/*202007 mod*/
}

#con2 .schedule1 .date_l {
	float: left;
}

#con2 .schedule1 .date_r {
	float: right;
}

#con2 .schedule1 .place1 {
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #db6687;
	line-height: 1.2;
	margin: 6px 7px 6px 5px;
}

#con2 .schedule1 .place1 span {
	display: table-cell;
	text-align: center;
	width: 62px;
	height: 62px;
	vertical-align: middle;
}

#con2 .schedule1 .datetaime {
	font-size: 17px;
	padding-top: 12px;
	letter-spacing: 0;
	line-height: 1.5;
}

#con2 .schedule1 .place2 {
	font-size: 16px;
	letter-spacing: 0.3px;
}

#con2 .schedule1 .teacher_detail {
	border-left: 1px #f1cbd6 solid;
	border-right: 1px #f1cbd6 solid;
	border-bottom: 1px #f1cbd6 solid;
	border-radius: 0 0 8px 8px;
	padding: 15px 10px;
	position: relative;
	/* height: 235px; */
	height: 178px;
	/*202007 mod*/
}

#con2 .schedule1 .te_copy {
	position: absolute;
	top: 10px;
	/* left:17px; */
	left: 150px;
	/*202007 mod*/
	font-size: 16px;
	color: #db6687;
	/* width: 275px; */
	width: 420px;
	/*202007 mod*/
	line-height: 1.4;
	height: 47px;
	display: flex;
	align-items: center;
}

#con2 .schedule1 .te_pic {
	position: absolute;
	/* top:65px; */
	top: 10px;
	/*202007 mod*/
	left: 15px;
	width: 120px;
	padding: 2px;
	border: 1px #eee solid;
}

#con2 .schedule1 .te_text {
	position: absolute;
	top: 65px;
	left: 150px;
	/* width: 158px; */
	width: 420px;
	/*202007 mod*/
	font-size: 13px;
	line-height: 1.45;
	letter-spacing: 0.5px;
}

#con2 .schedule1 .te_detail {
	border-top: 1px dotted #ccc;
	position: absolute;
	/* top: 203px; */
	top: 150px;
	/*202007 mod*/
	left: 15px;
	/* width: 276px; */
	width: 550px;
	/*202007 mod*/
	padding: 4px 0 0;
}

#con2 .schedule1 .te_detail dt {
	float: left;
	padding-top: 5px;
}

#con2 .schedule1 .te_detail .name {
	font-size: 15px;
}

#con2 .schedule1 .te_detail .office {
	font-size: 10px;
}

#con2 .schedule1 .te_detail dd {
	/* float: right; */
	float: left;
	/*202007 mod*/
	padding-top: 5px;
	padding-left: 20px;
	/*202007 add*/
}

#con2 .schedule1 .te_detail .profile a {
	font-size: 12px;
	color: #a3945d;
	text-decoration: none;
	background: url(../img/teacher_icon.png) no-repeat 2px center;
	background-size: 14px;
	padding: 1px 0 0 20px;
	/* 202008 add */
	opacity: 1;
	transition: opacity .5s ease;
}

#con2 .schedule1 .te_detail .profile a:hover {
	/* 202008 add */
	opacity: 0.7;
}

#con2 .schedule1 .te_detail dd a:hover {
	text-decoration: none;
}

/* 202008 add */
#con2 .schedule1 .te_detail dd.detail_btn_wrap {
	float: right;
}

#con2 .schedule1 .te_detail dd.detail_btn_wrap a {
	width: 160px;
	padding: 7px 8px;
	margin: 0 auto;
	display: block;
	color: #fff !important;
	font-size: 14px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	background: url(../img/arrow3.png) no-repeat 145px center #a3945d;
	background-size: 6px;
	opacity: 1;
	transition: opacity .5s ease;
}

#con2 .schedule1 .te_detail dd.detail_btn_wrap a:hover {
	opacity: 0.7;
}
/* 202008 add end */


/* =========================================================
		con3
========================================================= */
#con3 {
	background: url(../img/back_bg.jpg) repeat;
}

.con3in {
	/* width: 1000px; 202007 MOD*/
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 65px;
}

.con3in .voicecopy {
	text-align: center;
	font-size: 24px;
	color: #db6687;
	display: block;
}

.con3in .voicecopy:before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 28px;
	margin: -3px 5px 0 0;
	background: url("../img/voice_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}


.con3in .voicecopy2 {
	text-align: center;
	padding: 0 0 55px;
	font-size: 15px;
	color: #db6687;
}

.con3in h2 {
	text-align: center;
	font-size: 31px;
	color: #db6687;
	padding: 5px 0 25px;
	letter-spacing: 2px;
}

.con3in ul {
	margin-bottom: 10px;
}

.con3in li {
	/* width: 480px; 202007 MOD*/
	width: 580px;
	float: left;
	margin-right: 40px;
}

.con3in li:last-child {
	margin-right: 0;
}

.con3in li .voicecon {
	background-color: #fff;
	padding: 5px 30px 20px;
	/* height: 405px; 202007 MOD*/
	height: 355px;
}

.con3in li .voicecon2 {
	background-color: #fff;
	padding: 5px 30px 20px;
	/*height: 352px;*/
	height: 450px;
}

.con3in li .voicecon3 {
	height: 315px;
}

.con3in ul:nth-of-type(2) li .voicecon {
  height: 300px;
}


.con3in li h3 {
	font-size: 20px;
	color: #db6687;
	padding: 0 0 5px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.4;
}

.con3in li .voice_name {
	color: #a3945d;
	padding: 0 0 12px;
	letter-spacing: 2px;
}

.con3in li .voice_txt {
	line-height: 1.6;
	padding: 15px 0 0;
	letter-spacing: 1px;
	border-top: 1px #eaadbe dotted;
}

.con3in li .voice_txt2 {
	padding: 5px 0 0;
	font-size: 13px;
	color: #888;
	letter-spacing: 0.4px;
}

.con3in li .voice_txt2 a {
	text-decoration: none;
	color: #a3945d;
}

.con3in li .voice_txt2 a:hover {
	text-decoration: none;
	color: #db6687;
}

.con3in li .voice_l {
	float: left;
	width: 285px;
}

.con3in li .voice_r {
	float: right;
	width: 115px;
}

/* =========================================================
		con4 news
========================================================= */
.newscon {
	/* width: 900px; */
	width: 1000px;
	/*202007 mod*/
	margin: 0 auto;
	padding: 50px 0 100px;
	/* padding: 50px 0 0; */
}

.newscon h2 {
	color: #db6687;
	text-align: center;
	font-size: 32px;
	padding: 0 0 40px;
	letter-spacing: 2.5px;
}

.newscon .news1 {
	margin-bottom: 18px;
	border-bottom: 1px dotted #ddd;
	padding: 0 5px 18px;
}

.newscon .news1 dt {
	float: left;
	margin-right: 25px;
	padding: 4px 10px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	width: 70px;
}

.newscon .news1 .media {
	background: #65b1e7;
}

.newscon .news1 .oshirase {
	background: #db6687;
}

.newscon .news1 dd {
	/* 	float: left; */
	margin-left: 110px;
}

.newscon .news1 dd .date {
	float: left;
	color: #bbb;
	font-size: 12px;
	margin-right: 10px;
}


.newscon .news1 dd .copy1 {
	/* 	float: left; */
	font-size: 0;
	text-align: left;
	margin-left: 90px;
}

.newscon dd .copy1 a {
	color: #666;
	text-decoration: none;
}

.newscon dd .copy1 a:hover {
	color: #db6687;
	text-decoration: underline;
}

.newscon .news1 dd .copy1 p {
	display: inline;
	font-size: 14px;
	line-height: 1.4;
}

/* =========================================================
		footer
========================================================= */
#footer {
	background: #fafafa;
}

#footer .footer-copy {
	padding: 40px 0;
	font-size: 13px;
  background: url(../img/f_bg.jpg) center top no-repeat;
	background-size: cover;
	color: #666;
  text-align: center;
}

#footer .footer-copy_in {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
}

#footer .footerin {
  display: flex;
  justify-content: space-between;
	/* width:1000px; */
	width: 1200px;
	/*202007 mod*/
	margin: 0 auto 0;
	padding: 30px 0 40px;
}

#footer .f_company {
  width: 310px;
}

#footer .f_links {
	/*float: right;*/
	position: relative;
  display: flex;
	font-size: 13px;
	width: 870px;
	margin-top: 10px;
}

/*#footer .company_adr {
	float: left;
}*/

#footer .f_links > ul {
	margin-left: 70px;
	width: auto;
}

#footer .f_links li {
  position: relative;
	/*float: left;*/
  margin-top: 8px;
  padding-left: 16px;
	font-size: 12px;
	/*padding-left: 25px;*/
}

#footer .f_links li.list_tworow {
	margin-bottom: 16px;
}

#footer .f_links > ul > li::before {
  position: absolute;
  top: 8px;
  left: 3px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: none;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #666;
  content: "";
}

#footer .f_links li a {
	color: #666;
	text-decoration: none;
}

#footer .f_links li a:hover {
	color: #db6687;
	text-decoration: none;
}

#footer .f_links ul ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 28px;
}

#footer .f_links ul ul li::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #666;
  content: "";
}

#footer .f_links ul ul li + li {
  margin-top: 0;
}

#footer .f_links .f_links_sp {
  display: none;
}

#footer .freephone {
	width: 250px;
  margin: 20px 0 0;
	/*float: right;
	padding: 20px 0 0;*/
}

#footer .f_contact {}

#footer .f_contact a {
	color: #fff;
	text-decoration: none;
	padding: 8px 0;
	background: #db6687;
	letter-spacing: 0.3px;
	margin-top: 6px;
	width: 250px;
	text-align: center;
	display: block;
}

#footer .f_contact a span {
	font-size: 12px;
}

#footer .f_copy1 {
	font-size: 12px;
	border: 1px #ddd solid;
	padding: 8px 15px;
	margin: 20px 0 0px;
	background: #fff;
	width: 465px;
	position: absolute;
	right: 0;
	top: 20px;
}

#footer .flogo1 {
	margin: 5px auto 10px;
}

#footer .flogo1 img {
	width: 111px;
}

#footer .company_adr p {
	font-size: 13px;
	font-weight: 200;
	color: #666;
	padding-bottom: 2px;
}

/*.footer_copy {
	text-align: center;
	padding: 0 0 25px;
	font-size: 13px;
	color: #666;
}*/

#footer .copyw {
	font-size: 9px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background: #db6687;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#page-top {
	position: fixed;
	bottom: 40px;
	right: 10px;
	font-size: 77%;
}

#page-top img {
	width: 55px;
}

.anime_piccon {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.anime_pic {
	position: absolute;
	width: 5600px;
}

.anime_pic img {
	width: 1400px;
}

/*.clipsbox   {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.scalebox  {
  -webkit-transform: scale(1);
  transform: scale(1);
}
*/
.scaleobj {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.scaleobj:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.scaleup {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.scaledown {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.poster {
	position: absolute;
	z-index: 9999;
	cursor: pointer;
	top: 0;
	left: 0;
}

.moviein {
	width: 650px;
	height: 367px;
	margin: 0 auto;
}

.list {
	list-style-type: none;
	overflow: hidden;
}

.list li {
	float: left;
	/* transition: .8s;--*/
}

/*
.list-mv02{
	opacity: 0;
}--*/
.mv02 {
	opacity: 1.0;
}

/*------pulldown------------*/

#nav-menu {
	list-style-type: none;
	height: auto;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

#nav-menu li {
	position: relative;
	width: 160px;
	float: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

#nav-menu li a {
	display: block;
	margin: 0;
	padding: 14px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

#nav-menu li:hover>a {
	background: #f2eee0;
	color: #a3945d;
}

#nav-menu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	z-index: 9999;
}

#nav-menu li ul li {
	overflow: hidden;
	width: 400px;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	border-radius: 4px;
	height: auto;
}

#nav-menu .select ul li {
	width: 200px;
}

#nav-menu li ul li a {
	padding: 13px 20px;
	background: #a3945d;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4 !important;
}

#nav-menu li ul li a span {
	font-size: 12px;
}

#nav-menu li:hover ul li {
	overflow: visible;
	background: #a3945d;
}

#nav-menu li ul {
	visibility: hidden;
	opacity: 0;
	transition: 0s;
}

#nav-menu li:hover ul {
	visibility: visible;
	opacity: 0.95;
}

#nav-menu li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

#nav-menu li:hover ul li a {
	visibility: visible;
	opacity: 1;
}

/* ホバー・クリック開閉 */
.hover-click {
	position: relative;
	width: 100%;
	margin: 30px 0;
}

.hover-click>a {
	display: block;
	width: 100%;
	padding: 14px 0;
	background: #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.hover-click>ul {
	display: none;
	z-index: 9999;
	position: absolute;
	background: #fff;
}

.search_area1 {
	border: 1px solid #a3945d;
	padding: 20px 20px 15px;
	background: #fff;
	margin-top: -1px !important;
}

.search_result p {
	padding: 4px 20px;
	color: #fff;
	border: 1px solid red;
	float: left;
	background: red;
	font-size: 12px;
	margin-right: 5px;
	margin-top: 12px;
	border-radius: 3px;
}

#nav-menu li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 14px 0;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	border: none;
	background: none;
	cursor: pointer;
	padding: 13px 20px;
	background: #a3945d;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4 !important;
}

#nav-menu li ul li button span {
	font-size: 12px;
}

#nav-menu li:hover>button {
	background: #f2eee0;
	color: #a3945d;
}

#nav-menu li ul li button {
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

#nav-menu li:hover ul li button {
	visibility: visible;
	opacity: 1;
}

.top_serach ul {
	display: flex;
}

/*.top_serach li {
	padding: 13px 20px;
	background: #e83f61;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4 !important;
	margin-right: 6px;
}*/
.top_serach li {
	font-size: 19px;
	padding: 13px 20px;
	background: #e83f61;
	/* font-size: 15px; */
	font-weight: normal;
	text-align: center;
	line-height: 1.4 !important;
	margin-right: 6px;
}

/*
.top_serach li span, .top_serach li p{
	color: #fff;
}
*/
.top_serach a li {
	color: #fff;
	text-decoration: none;
}

.top_serach a li:hover {
	background: #f2eee0;
	color: #a3945d;
}

.top_serach a li {
	transition: .5s;
}

.top_serach a {
	text-decoration: none;
}

.top_serach {
	display: block;
	float: left;
	margin-top: 11px;
}

#page .mo_inner,
#tokyo .mo_inner {
	/* width: 1000px; 202007 MOD*/
	width: 1200px;
	margin: 0 auto 0;
	padding: 70px 0 80px;
}

.seminar_detail_hide {
	display: none;
}

form .button p {
	color: #666;
	margin-top: 1em;
}

form .button p a {
	font-weight: 900 !important;
	color: #666;
}

/*SNSアイコン修正2019.10.30*/
/*.a2a_button_line .a2a_svg{
	width: 120px !important;
}
.a2a_button_line .a2a_svg:before{
    content: '';
    display: inline-block;
    width: 90%;
    height: 90%;
    margin: 0 5% 0 5%;
    background-image: url(../img/line_icon.PNG);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}*/
.append_sns_buttons {
	display: inline-block;
	width: 90%;
	margin: 1em 5% 1em 5%;
}

.share_button_facebook {
	width: 15%;
	display: inline-block;
	margin-right: 3%;
	height: 2.5em;
	float: left;
}

.share_button_facebook img {
	width: auto;
	height: 100%;
	display: inline-block;
}

.share_button_instagram {
	width: 15%;
	display: inline-block;
	margin-right: 3%;
	height: 2.5em;
	float: left;
}

.share_button_instagram img {
	width: auto;
	height: 100%;
	display: inline-block;
}

/* twitter add 202206 */
.share_button_twitter {
	width: 15%;
	display: inline-block;
	margin-right: 3%;
	height: 2.5em;
	float: left;
}

.share_button_twitter img {
	width: auto;
	height: 100%;
	display: inline-block;
}
/* twitter add 202206 end */

.share_button_line {
	width: 64%;
	background: #0cbc0c;
	display: none;
	height: 2.5em;
	color: #fff;
	text-decoration: none;
	float: left;
	border-radius: 6px;
}

.line_inner {
	float: left;
	font-size: 15px;
	margin-left: 5px;
	display: inline-block;
	margin: 0.3em 0 0.3em 0.5em;
	width: auto;
}

.share_button_line img {
	float: left;
	/* height: 2em; */
	height: 1.7em;
	width: auto;
	display: inline-block;
	/* margin: 0.25em 0 0.25em 0.3em; */
	margin: 0.3em 0 0.25em 0.3em;
}

/*SNSアイコン修正2019.10.30*/

@media screen and (min-width: 668px) {
	.top_serach {
		float: none;
	}

	.top_serach a {
		width: 26%;
		margin-top: 10px;
	}

	.top_serach li {
		height: 68%;
	}

	.top_serach li span {
		font-size: 84%;
		line-height: 1.2 !important;
	}

	.top_serach li {
		line-height: 0.75 !important;
	}

	p.areaname {
		margin-top: 13px;
		line-height: 0.1;
	}

	p.areanametop {
		margin-top: 19px;
		font-size: 113%;
		line-height: 0.1;
	}

	p.areanamefirst {
		font-size: 113%;
		line-height: 0.3;
		margin-top: 9px;
	}

	p.areanamefirst+span {
		line-height: 1.2 !important;
	}
}

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

	#page .mo_inner,
	#tokyo .mo_inner {
		width: 90%;
		margin: 0 auto 0;
		padding: 8% 0 10%;
		padding-top: 120px;
		/*20200714 add*/
	}

	.share_button_line {
		display: inline-block;
		width: 50%;
	}

	/* twitter add 202206 */
	.share_button_facebook,
	.share_button_instagram,
	.share_button_twitter {
		margin-right: 1%;
	}

	.append_sns_buttons {
		width: 100%;
		margin: 1em 0 1em 0;
	}

}

/*#page #wrapper,
#tokyo #wrapper {
	padding-top: 98px;
}*/
div.wpcf7 {
	margin-top: 40px !important;
}

#page form table {
	width: 100%;
}

#page form table td {
	padding: 10px;
	vertical-align: top;
	font-weight: 100;
}

#page form table td+td {
	padding-right: 0;
	font-weight: normal;
}

#page input[type="text"],
#page input[type="tel"],
#page input[type="email"],
#page textarea {
	padding: 10px;
	border: 1px solid #ccc;
	width: 13.75em;
	box-sizing: border-box;
  background: #fff;
}

#page form .required {
	color: #db6687;
}

#page form table td .tel input,
#page form table td .zip input,
#page form table td .address input,
#page form table td .email input,
#page form table td .textarea_free textarea {
	width: 100%;
}

#page form .wpcf7c-conf {
	background-color: #ffffff;
}

#page form .wpcf7-submit {
	display: table;
	margin: 30px auto 0;
	background: #db6687;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 50px;
	cursor: pointer;
}

#page form .wpcf7-submit:hover {
	opacity: .8;
}

#page form .wpcf7-confirm {
	display: table;
	margin: 30px auto 0;
	background: #db6687;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 50px;
	cursor: pointer;
}

#page form .wpcf7-confirm:hover {
	opacity: .8;
}

#page form .wpcf7-back {
	display: table;
	margin: 30px auto 0;
	background: #b3b3b3;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 50px;
	cursor: pointer;
}

#page form .wpcf7-back:hover {
	opacity: .8;
}

/*#page h3,*/
/*#tokyo h3 {*/
/*	font-size: 30px;*/
/*	color: #a3945d;*/
/*	letter-spacing: 2px;*/
/*	margin-bottom: 15px;*/
/*	text-align: center;*/
/*}*/

@media screen and (max-width: 667px) {
	.recon1 h3 {
		font-size: 22px !important;
		letter-spacing: 1px !important;
		/*2019.08.06三田追加*/
		margin-top: 2em;
		/*2019.08.06三田追加*/
		margin-bottom: 4% !important;
		text-align: center !important;
	}

	#page form table td {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	#page form table tr td:first-child {
		background: #eee;
		padding: 10px;
	}

	#page form .last_name input[type="text"],
	#page form .first_name input[type="text"],
	#page form .last_name_kana input[type="text"],
	#page form .first_name_kana input[type="text"] {
		width: 40%;
	}

	.top_serach {
		width: 100%;
	}

	.top_serach ul {
		display: block;
	}

	.top_serach li {
		margin-right: 0px;
		margin-bottom: 2px;
	}
}

.seminerthanks {
	color: #db6687;
	font-weight: 600;
	text-align: left;
	font-size: 32px;
	padding: 0 0 55px;
	letter-spacing: 2.5px;
}

/* 202203 ADD */
#page form.wpcf7-form .ws-form-subtitle {
	font-size: 28px;
	color: #DC6D8C;
	margin-bottom: 30px;
}
#page form.wpcf7-form .ws-form-h3 {
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}
#page form.wpcf7-form .ws-form-text-center {
	text-align: center;
}
#page form.wpcf7-form .ws-form-image {
	margin-bottom: 30px;
	text-align: center;
}
#page form.wpcf7-form .ws-form-image img {
	max-width: 100%;
}
#page form.wpcf7-form .ws-form-image-100 img {
	width: 100%;
}
#page form.wpcf7-form .ws-form-image-80 img {
	width: 80%;
}
#page form.wpcf7-form .ws-form-image-50 img {
	width: 50%;
}
#page form.wpcf7-form .ws-form-bigfont {
	padding: 10px;
	font-size: 22px;
}
@media screen and (max-width: 667px) {
	#page form.wpcf7-form .ws-form-subtitle {
		font-size: 22px;
	}
	#page form.wpcf7-form .ws-form-h3 {
		font-size: 18px!important;
		margin-bottom: 20px!important;
	}
	#page form.wpcf7-form .ws-form-image-80 img {
		width: 100%;
	}
	#page form.wpcf7-form .ws-form-image-50 img {
		width: 100%;
	}
	#page form.wpcf7-form .ws-form-bigfont {
		font-size: 18px;
	}
}
/* 202203 ADD END*/


/** Webセミナーアンケートフォーム **/
#page form table.ws-form td {
	vertical-align: middle;
}

#page form table.ws-form td.ws-vat {
	vertical-align: top;
}

.ws-form tr td:nth-child(1) {
	width: 30%;
}

.ws-form input[type="date"] {
  appearance: auto;
  -webkit-appearance: auto;
	padding: 10px;
	border: 1px solid #ccc;
	width: 20em;
	box-sizing: border-box;
}

.ws-form select {
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.ws-form .ws-useful-theme .wpcf7-list-item,
.ws-form .ws-interest .wpcf7-list-item {
	display: block;
}

#page .ws-form textarea.ws-interest-etc {
	margin-left: 3%;
	width: 97%;
	height: 4em;
}

.ws-form td label span.attention {
	display: block;
}

.ws-form .consul-choice {
	display: flex;
	margin-bottom: 15px;
}

.ws-form .consul-title {
	font-weight: 700;
}

.ws-form .consul-select input[type="date"] {
	width: 14em;
}

/* 1) 入力自体の見た目を OS/ブラウザ既定に戻す */
.ws-form input[type="date"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  background-color: #fff;
  position: relative;
  padding-right: 2.2rem;
}

/* 2) ピッカーアイコンを可視化＆有効化 */
.ws-form input[type="date"]::-webkit-calendar-picker-indicator {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  background: none !important;
}

/* 3) もし全体のリセットで “none” を当ててるなら念のため解除 */
.ws-form input[type="date"]::-webkit-inner-spin-button,
.ws-form input[type="date"]::-webkit-clear-button,
.ws-form input[type="date"]::-webkit-datetime-edit {
  -webkit-appearance: auto !important;
  appearance: auto !important;
}

.ws-form .consul-select input[type="date"],
.ws-form .consul-select select {
  appearance: auto;
  -webkit-appearance: auto;
  padding: 0 10px;
  background: #fff;
  font-family: unset !important;
  box-sizing: unset;
}

/* ラッパーにアイコンを置く */
.wpcf7-form-control-wrap:has(input[type="date"]) {
  position: relative; /* 擬似要素を配置するため */
  display: inline-block; /* 幅を自然に持たせる */
}

.wpcf7-form-control-wrap:has(input[type="date"])::after {
  content: "";
  position: absolute;
  right: 0.8rem;   /* アイコンの位置（調整可） */
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  pointer-events: none; /* 擬似要素が邪魔しないように */

  /* Chrome標準っぽいカレンダーアイコンSVG */
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <rect x='3' y='4' width='18' height='18' rx='2' ry='2' stroke='black' stroke-width='2' fill='white'/>\
  <rect x='3' y='4' width='18' height='5' fill='black'/>\
  <line x1='8' y1='2' x2='8' y2='6' stroke='black' stroke-width='2'/>\
  <line x1='16' y1='2' x2='16' y2='6' stroke='black' stroke-width='2'/>\
</svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

/* input自体にアイコンがかぶらないよう右に余白を足す */
.wpcf7-form-control-wrap input[type="date"] {
  padding-right: 2.5rem;
}

#page .ws-form textarea.ws-opinion {
	width: 100%;
}

@media screen and (max-width: 667px) {
	.ws-form tr td:nth-child(1) {
		width: initial;
	}
}

#page .ws-form input.form-spw100-pcw30em {
  width: 30em;
}
@media screen and (max-width: 667px) {
  #page .ws-form input.form-spw100 {
    width: 100%;
  }
  #page .ws-form input.form-spw100-pcw30em {
    width: 100%;
  }
}
#page .ws-form input.form-spw100-pcw40em {
  width: 40em;
}
@media screen and (max-width: 667px) {
  #page .ws-form input.form-spw100-pcw40em {
    width: 100%;
  }
}


/* =========================================================
	Top ADD20200625
========================================================= */
.pc_visible {
	display: block;
}

@media screen and (max-width:667px) {
	.pc_visible {
		display: none;
	}
}

.sp_visible {
	display: none;
}

@media screen and (max-width:667px) {
	.sp_visible {
		display: block;
	}
}

#web-seminar h2 {
	padding: 10px 0;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	letter-spacing: 2.5px;
	color: #4298A2;
}

@media screen and (max-width:667px) {
	#con2 #web-seminar h2 {
		font-size: 24px;
		line-height: 1.4;
	}
}

#web-seminar h2 span {
	font-size: 16px;
	font-weight: normal;
	vertical-align: baseline;
}

@media screen and (max-width:667px) {
	#web-seminar h2 span {
		display: block;
		font-size: 16px;/*202103 MOD +2px*/
	}
}

.web-seminar .p_text {
	font-size: 16px;/*202103 MOD +2px*/
	margin-bottom: 30px !important;
}

.web-seminar-box {
	padding: 24px 24px;
	border-top: 1px dashed #4298A2;
}

@media screen and (max-width:667px) {
	.web-seminar-box {
		padding: 15px 0;
	}
}

.web-seminar-box:last-of-type {
	border-bottom: 1px dashed #4298A2;
}

.web-seminar_top {
	display: flex;
}

@media screen and (max-width:667px) {
	.web-seminar_top {
		display: block;
	}
}

.web-seminar_bottom {
	/* position: absolute;
	bottom: 0;
	right: 10px; */
}

@media screen and (max-width:667px) {
	.web-seminar_bottom {
		position: relative;
		right: 0;
	}
}

.web-seminar_data {
	/*width: 100%;
	max-width: 160px;*/
	flex: 1 0 140px;
}

@media screen and (max-width:667px) {
	.web-seminar_data {
		/*display: flex;
		flex-wrap: wrap;
		max-width: 100%;*/
		flex: 1 0 auto;
	}
}

.web-seminar_date {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
}

@media screen and (max-width:667px) {
	.web-seminar_date {
		margin-right: 20px;
		font-size: 20px;/*202103 MOD +2px*/
	}
}

.web-seminar_time {
	display: inline-block;
	font-size: 16px;
}

@media screen and (max-width:667px) {
	.web-seminar_time {
		font-size: 18px;/*202103 MOD +2px*/
	}
}

.web-seminar_area {
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 2;
	word-break: keep-all;
}

@media screen and (max-width:667px) {
	.web-seminar_area {
		margin: 0;
		display: inline;
		font-size: 14px;/*202103 MOD +2px*/
	}
}

.web-seminar_area:before {
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url(/wp-content/themes/glive/img/notepc_icon.svg) no-repeat;
	content: "";
	background-size: 20px 20px;
	display: block;
}

.web-seminar_teacher {
	margin-top: 5px;
}

.web-seminar_teacher a {
	font-size: 12px;
	color: #a3945d;
	text-decoration: none;
	background: url(../img/teacher_icon.png) no-repeat 4px center;
	background-size: 14px;
	padding: 1px 0 0 30px;
}

@media screen and (max-width:667px) {
	.web-seminar_teacher {
		margin-top: 0;
		display: inline;
	}

	.web-seminar_teacher a {
		line-height: 2;
		margin-left: 10px;
	}
}

.web-seminar_content {
	display: flex;
	width: 100%;
}

@media screen and (max-width:667px) {
	.web-seminar_content {
		margin-top: 10px;
	}
}

.web-seminar_thumb {
	/*width: 100%;
	max-width: 200px;*/
	/* flex: 1 0 160px; */
	flex: 1 0 120px;
	/*202007 mod*/
	margin-left: 25px;
}

@media screen and (max-width:667px) {
	.web-seminar_thumb {
		/*
		flex: 1 0 120px;
		margin: 0;*/
		display: none;
	}
}

.web-seminar_thumb img {
	max-width: 100%;
	border-radius: 20px 0 20px 0;
}

.web-seminar_detail {
	margin-left: 30px;
	position: relative;
	width: 100%;
}

@media screen and (max-width:667px) {
	.web-seminar_detail {
		/* margin-left: 20px; */
		margin-left: 0;
		border-bottom: none;
	}
}

.web-seminar_title {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #4298A2;
}

@media screen and (max-width:667px) {
	.web-seminar_title {
		font-size: 18px;/*202103 MOD +2px*/
	}
}

.web-seminar_outline {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.45;
	letter-spacing: 0.5px;
}

@media screen and (max-width:667px) {
	.web-seminar_outline {
		display: none;
	}
}

.web-seminar_tag_wrap {
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: 10px;
	justify-content: space-between;
}

@media screen and (max-width:667px) {
	.web-seminar_tag_wrap {
		position: relative;
	}
}

.web-seminar_tags {
	display: flex;
	flex-wrap: wrap;
	/* margin-top: 20px; */
}

@media screen and (max-width:667px) {
	.web-seminar_tags {
		margin-top: 5px;
	}
}

.web-seminar_tag {
	margin: 5px 10px 10px 0;
	padding: 5px 21px;
	border: 1px solid #4298A2;
	border-radius: 5px;
	font-size: 12px;
	color: #4298A2;
}

@media screen and (max-width:667px) {
	.web-seminar_tag {
		margin: 0 5px 5px 0;
		padding: 5px 10px;
		font-size: 13px;/*202103 MOD +2px*/
	}
}

.web-seminar_btn {
	/* margin-top: 10px; */
	width: 300px;
}

@media screen and (max-width:667px) {
	.web-seminar_btn {
		margin-top: 10px;
		width: 100%;
	}
}

.web-seminar_btn a {
	position: relative;
	display: block;
	max-width: 242px;
	width: 100%;
	margin: 0 0 0 auto;
	padding: 12px;
	border-radius: 5px;
	background-color: #4298A2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

@media screen and (max-width:667px) {
	.web-seminar_btn a {
		max-width: 100%;
	}
}

.web-seminar_btn a:after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	border-left: none;
	content: "";
}

#web-seminar_search {
	justify-content: center;
	margin-top: 30px;
}

#con2 #web-seminar_search .web-seach_deatil {
	width: 400px;
}

@media screen and (max-width:667px) {
	#con2 #web-seminar_search .web-seach_deatil {
		width: 100%;
	}
}

.search_btn_wrap .web-seach_deatil a {
	background-color: #4298A2;
}

.web-seach_deatil a:before {
	display: inline-block;
	width: 20px;
	height: 19px;
	margin: -3px 5px 0 0;
	background: url("../img/search_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	content: "";
}

/* =========================================================
	web seminar ADD20200625
========================================================= */
.online_main {
	background: url("../img/webseminar/online_fv.jpg") no-repeat;
}

.web_content {
	/* width: 1000px; */
	width: 1200px;
	/*202007 mod*/
	margin: 60px auto 150px;
}

@media screen and (max-width:667px) {
	.web_content {
		width: 92%;
		margin: 10% auto 15%;
	}
}

.web-seminar_header {
	margin: 60px 0;
}

@media screen and (max-width:667px) {
	.web-seminar_header {
		margin: 30px 0;
	}
}

#web-seminar h3 {
	padding: 10px 0;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	letter-spacing: 2.5px;
	color: #4298A2;
}

@media screen and (max-width:667px) {
	#web-seminar h3 {
		font-size: 24px;
		line-height: 1.4;
	}
}

#web-seminar h3 span {
	font-size: 16px;
	font-weight: normal;
	vertical-align: baseline;
}

@media screen and (max-width:667px) {
	#web-seminar h3 span {
		display: block;
		font-size: 16px;/*202103 MOD +2px*/
	}
}

.web-seminar_header .p_text {
	margin-top: 35px;
	text-align: center;
}
@media screen and (max-width:667px) {
	.web-seminar_header .p_text {
		text-align: left;
	}
}

/*********** add 20200717 *******************/
/* =========================================================
		con9
========================================================= */
#con9 {
	background: #FFF;
	padding: 35px 0 40px;
}

#con9 .coninner {
	/* width: 880px; 202007 MOD*/
	width: 1200px;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	/* padding: 60px 55px 50px; 202007 MOD*/
	padding: 60px 0 50px;
}

#con9 .coninner h2 {
	color: #db6687;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	padding: 0 0 10px;
	letter-spacing: 2.5px;
}

#con9 .p_text {
	margin: 0 10px 20px;
	text-align: center;
}

#con9 .coninner .point1 {
	padding-bottom: 40px;
}

#con9 .coninner .point2 {
	padding-bottom: 35px;
}

#con9 .coninner .f_left {
	float: left;
	width: 415px;
}

#con9 .coninner .f_right {
	float: right;
	width: 410px;
}

#con9 .coninner .point1 .text1 {
	padding-bottom: 10px;
	line-height: 1.8;
	font-size: 14px;
}

#con9 .coninner .point1 h3 {
	color: #a3945d;
	font-size: 22px;
	padding: 0 0 10px;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

#con9 .detail_btn a {
	color: #db6687;
	text-decoration: none;
	background: url(../img/arrow2.png) no-repeat 90px center;
	background-size: auto auto;
	background-size: 5px;
	letter-spacing: 1px;
	padding: 0px 20px 0 0;
	font-size: 13px;
}

#con9 .coninner .point2 h3 {
	color: #a3945d;
	font-weight: 600;
	font-size: 23px;
	padding: 0 0 30px;
	letter-spacing: 2.5px;
	text-align: center;
}

#con9 .coninner .point2 ul {
	margin-bottom: 10px;
}

#con9 .coninner .point2 li {
	float: left;
	background: #f0f0f0;
	padding: 40px 10px 25px;
	border-radius: 5px;
	margin-right: 25px;
	/* width: 256px; 202007 MOD*/
	width: 362px;
}

#con9 .coninner .point2 li:last-child {
	margin-right: 0;
}

#con9 .coninner .point2 dt {
	width: 77px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#con9 .coninner .point2 dd h4 {
	text-align: center;
	color: #db6687;
	font-size: 18px;
	padding-bottom: 4px;
	letter-spacing: 0.4px;
}

#con9 .coninner .point2 dd h4 span {
	font-size: 12px;
}

#con9 .coninner .point2 dd p {
	text-align: center;
	line-height: 1.5;
}

#con9 .coninner .point3 {
	padding: 3px;
	border: 4px solid #eed79c;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}

#con9 .coninner .point3in {
	padding: 30px 40px 30px;
	border: 1px solid #eed79c;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
}

#con9 .tkuten_icon {
	position: absolute;
	top: -17px;
	left: -17px;
}

#con9 .coninner .point3in h3 {
	text-align: center;
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px;
}

#con9 .coninner .point3in h4 {
	font-size: 18px;
	padding-bottom: 5px;
	color: #db6687;
	line-height: 1.4;
}

#con9 .coninner .point3in ul {}

#con9 .coninner .point3in li {
	float: left;
	position: relative;
	background: #f0f0f0;
	padding: 50px 15px 20px 30px;
	/* width: 334px; 202007 MOD*/
	width: 492px;
	border-radius: 5px;
	margin-right: 25px;
	height: 110px;
}

#con9 .coninner .point3in li:last-child {
	margin-right: 0;
}

#con9 .coninner .point3in li .tokuten_icon {
	position: absolute;
	top: -7px;
	left: -10px;
	width: 100px;
}

#con9 .coninner .point3in li dt {
	float: left;
	width: 75px;
	padding-right: 20px;
}

#con9 .coninner .point3in li dd {
	float: left;
	/* width: 245px; 202007 MOD*/
	width: 390px;
}

#con9 .coninner .point3in .tokutext {
	font-size: 14px;
	line-height: 1.5;
}

#con9 .coninner .point3in .poatt1 {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 12px;
}

/* =========================================================
	seminar tab ADD202007
========================================================= */
.seminar_tab_txt {
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width:667px) {
	.seminar_tab_txt {
		font-size: 16px;/*202103 MOD +2px*/
		text-align: left;
	}
}

.seminar_tab {
	margin-top: 30px;
}

@media screen and (max-width:667px) {
	.seminar_tab {
		margin-top: 0;
	}
}

.seminar_tab .tab_list {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: start;
	font-size: 16px;
	/* border-bottom: 1px solid #f1cbd6; */
}

@media screen and (max-width:667px) {
	.seminar_tab .tab_list {
		border-bottom: none;
    flex-wrap: wrap;
		justify-content: start;
	}
}

/* 20200903 ADD start */
.seminar_tab .tab_list a {
	text-decoration: none;
	color: #000;
}
@media screen and (max-width:667px) {
	.seminar_tab .tab_list a {
		min-width: 100%;
	}
}
/* 20200903 ADD end */

.seminar_tab .tab_list li {
	padding: 10px 0;
	margin-right: -1px;
	margin-bottom: -1px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	border: 1px solid #f1cbd6;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width:667px) {
	.seminar_tab .tab_list li {
		border-radius: 10px;
		border: 1px solid #f1cbd6;
    height: auto;
	}

	.seminar_tab .tab_list li:nth-child(even) {
		margin: 5px 5px 0 0;
	}

	.seminar_tab .tab_list li:nth-child(odd) {
		margin: 5px 0 0 0;
	}
}

.seminar_tab .tab_list li:hover {
	background-color: #FFF6F9;
}

.seminar_tab .tab_list li.tab_recomend {
	/* min-width: 230px; */
  /*min-width: 180px; */
  min-width: 148px;
  height: auto;
  margin-bottom: 0;
}

@media screen and (max-width:667px) {
	.seminar_tab .tab_list li.tab_recomend {
		min-width: 100%;
	}
}

.seminar_tab .tab_list li.tab_area {
	/* min-width: 120px; */
	/* min-width: 188px; */
  /*min-width: 170px;*/
  min-width: 149px;
}
.seminar_tab .tab_list li.tab_area[data-area="area06"] {
	max-width: 200px;
}
.seminar_tab .tab_list.list_num_4 li.tab_area {
	min-width: 298px;
}
.seminar_tab .tab_list.list_num_5 li.tab_area {
	min-width: 236px;
}
.seminar_tab .tab_list.list_num_6 li.tab_area {
	min-width: 189px;
}
@media screen and (max-width:667px) {
	.seminar_tab .tab_list li.tab_area,
	.seminar_tab .tab_list li.tab_area[data-area="area06"] ,
	.seminar_tab .tab_list.list_num_4 li.tab_area,
	.seminar_tab .tab_list.list_num_5 li.tab_area,
	.seminar_tab .tab_list.list_num_6 li.tab_area {
		/* min-width: calc(50% - 5px); */
		min-width: 100%;
		padding: 5px 0;
		margin-right: 0;
	}
}

.seminar_tab .tab_list li.tab_ac {
	background-color: #db6687;
	border-color: #db6687;
	color: #fff;
	/* min-width: 200px; */
  /*min-width: 171px;*/
  min-width: 148px;
}
.seminar_tab .tab_list.list_num_4 li.tab_ac {
	min-width: 300px;
}
.seminar_tab .tab_list.list_num_5 li.tab_ac {
	min-width: 250px;
}
.seminar_tab .tab_list.list_num_6 li.tab_ac {
	min-width: 240px;
}
@media screen and (max-width:667px) {
	.seminar_tab .tab_list li.tab_ac,
	.seminar_tab .tab_list.list_num_4 li.tab_ac,
	.seminar_tab .tab_list.list_num_5 li.tab_ac,
	.seminar_tab .tab_list.list_num_6 li.tab_ac {
		min-width: 100%;
	}
}

.seminar_tab .tab_list li p.tag_area_name {
	font-size: 16px;
	width: 100%;
}

.seminar_tab .tab_list li p.tag_area_txt {
	font-size: 12px;
	width: 100%;
}
@media screen and (max-width:667px) {
	.seminar_tab .tab_list li p.tag_area_name {
		font-size: 18px;/*202103 MOD +2px*/
	}
	.seminar_tab .tab_list li p.tag_area_txt {
		font-size: 14px;/*202103 MOD +2px*/
	}
}

.tab_contents .area_content {
	opacity: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	transition: opacity 0.4s, visibility 0s ease 0.4s;
}

.tab_contents .area_ac {
	opacity: 1;
	height: auto;
	visibility: visible;
	overflow: visible;
	transition-delay: 0s;
}

/* =========================================================
	20th 特別イベント ADD202008
========================================================= */
#con11 {
	/* width: 1000px; */
	width: 1200px;
	/*202007 mod*/
	margin: 60px auto 0;
}

#con11 h2 {
	color: #db6687;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	padding: 10px 0;
	letter-spacing: 2.5px;
}

#con11 .p_text {
	margin: 0 10px 20px;
	text-align: center;
}

@media screen and (max-width: 667px) {
	#con11 {
		width: 90%;
		margin: 8% auto 12%;
		margin-bottom: 30px;
	}
	#con11 h2 {
		font-size: 22px;
		padding: 1% 0 8%;
		letter-spacing: 0.5px;
	}
	#con11 .p_text {
		text-align: left;
	}
}

#special-event {
	margin-bottom: 0;
}

#special-event .event-txt h2 {
	color: #FF1648;
}

#special-event .event-txt .p-text {
	font-size: 14px;
}

#special-event .event-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#special-event .event-content-wrap {
	width: 587px;
	border: 1px solid rgba(255, 22, 72, 0.7);
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

@media screen and (max-width: 667px) {
	#special-event .event-content-wrap {
		width: 100%;
	}
}

#special-event .event-content {
	position: relative;
	padding-bottom: 66px;
	height: calc(100% - 66px);
}

#special-event .event-schedule {
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(255, 22, 72, 0.1);
}

#special-event .schedule-office {
	width: 180px;
	padding: 17px 0;
}

@media screen and (max-width: 667px) {
	#special-event .schedule-office {
		padding: 11px 0;
	}
}

#special-event .schedule-office p {
	background-color: #FF1648;
	color: #FFF;
	border-radius: 0 30px 30px 0;
	padding: 12px 0 12px 0;
	text-align: center;
}

#special-event .schedule-text {
	padding: 16px 20px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.5;
}

@media screen and (max-width: 667px) {
	#special-event .schedule-text {
		padding-top: 0;
		padding-bottom: 10px;
	}
}

#special-event .event-detail {
	padding: 20px 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 667px) {
	#special-event .event-detail {
		padding: 15px 15px 0 15px;
	}
}

#special-event .event-detail-img {
	width: 120px;
}

@media screen and (max-width: 667px) {
	#special-event .event-detail-img {
		width: 100px;
	}
}

#special-event .event-detail-img img {
	width: 100%;
}

#special-event .event-detail-txt {
	width: 405px;
}

@media screen and (max-width: 667px) {
	#special-event .event-detail-txt {
		width: calc(100% - 115px);
	}
}

#special-event .event-detail-txt .detail-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #FF1648;
	margin-bottom: 10px;
	width: 100%;
}

@media screen and (max-width: 667px) {
	#special-event .event-detail-txt .detail-title {
		line-height: 1.2;
	}
}

#special-event .event-detail-txt .detail-txt {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 10px;
	width: 100%;
}

@media screen and (max-width: 667px) {
	#special-event .event-detail-txt .detail-txt {
		line-height: 1.2;
	}
}

#special-event .event-detail-txt .detail-benefit {
	width: 100%;
}

#special-event .event-detail-etc {
	width: 405px;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 667px) {
	#special-event .event-detail-etc {
		width: 100%;
	}

	#special-event .event-detail-etc>div {
		width: 100%;
	}
}

#special-event .event-detail-etc .detail-capacity {
	width: 30%;
}
#special-event .event-detail-etc .detail-capacity.w-100p {
	width: 100%;
}

#special-event .event-detail-etc .detail-teacher {
	width: 70%;
}

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

	#special-event .event-detail-etc .detail-capacity,
	#special-event .event-detail-etc .detail-teacher {
		width: 100%;
	}
}

#special-event .event-detail-etc dl {
	display: flex;
}

#special-event .event-detail-etc dt {
	width: 43px;
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (max-width: 667px) {
	#special-event .event-detail-etc dt {}
}

#special-event .event-detail-etc dd {
	width: 362px;
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (max-width: 667px) {
	#special-event .event-detail-etc dd {
		width: calc(100% - 43px);
	}
}

#special-event .event-detail-etc .detail-capacity dd,
#special-event .event-detail-etc .detail-teacher dd {
	width: calc(100% - 43px);
}

#special-event .event-detail-etc .detail-teacher a {
	color: #a3945d;
	background: url(../img/teacher_icon.png) no-repeat 2px center;
	background-size: 14px;
	padding: 1px 0 0 20px;
	text-decoration: none;
	opacity: 1;
	transition: all .5s ease;
}

#special-event .event-detail-etc .detail-teacher a:hover {
	opacity: 0.7;
}

#special-event .event-bottom {
	width: calc(100% - 40px);
	text-align: center;
	margin: 10px 20px 10px 20px;
	padding-top: 10px;
	border-top: 1px dotted #a3945d;
	position: absolute;
	bottom: 0;
}

#special-event .now-closing .event-bottom {
	display: none;
}

#special-event .event-bottom-btn a {
	width: 160px;
	padding: 7px 8px;
	margin: 0 auto;
	display: block;
	color: #fff !important;
	font-size: 14px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	background: url(../img/arrow3.png) no-repeat 145px center #a3945d;
	background-size: 6px;
	opacity: 1;
	transition: opacity .5s ease;
}

#special-event .event-bottom-btn a:hover {
	opacity: 0.7;
}

#special-event .now-hiring .event-ribon {
	display: none;
}

#special-event .now-closing .event-ribon {
	display: block;
}

#special-event .event-ribon {
	background-color: #FF1648;
	color: #fff;
	font-size: 16px;
	position: absolute;
	text-align: center;
	bottom: 20px;
	right: -70px;
	width: 200px;
	padding: 15px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 667px) {
	#special-event .event-ribon {
		bottom: initial;
		top: 20px;
		transform: rotate(45deg);
	}
}

/* =========================================================
	よくある質問 con10 ADD202008
========================================================= */
#con10 {
	background: #fdf1f4;
	padding: 35px 0 40px;
}

@media screen and (max-width: 667px) {
	#con10 {
		padding: 6% 0 6%;
	}
}

#con10 .coninner {
	width: 1080px;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	padding: 60px 55px 50px;
}

@media screen and (max-width: 667px) {
	#con10 .coninner {
		width: 82%;
		padding: 8% 4% 10%;
	}
}

#con10 .coninner h2 {
	color: #db6687;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	padding: 0 0 10px;
	letter-spacing: 2.5px;
}

@media screen and (max-width: 667px) {
	#con10 .coninner h2 {
		font-size: 22px;
		padding: 0 0 6%;
		letter-spacing: 1px;
		line-height: 1.4;
	}
}

#con10 .coninner .text1 {
	padding-bottom: 40px;
	line-height: 1.8;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 667px) {
	#con10 .coninner .text1 {
		font-size: 15px;/*202103 MOD +2px*/
	}
}

#con10 .faq {
	padding-bottom: 40px;
	margin-bottom: 45px;
	border-bottom: 2px #f1cbd6 solid;
}

@media screen and (max-width: 667px) {
	#con10 .faq {
		margin-bottom: 9%;
		padding-bottom: 9%;
		border-bottom: 2px #f1cbd6 solid;
	}
}

#con10 .question {
	padding-bottom: 10px;
}

@media screen and (max-width: 667px) {
	#con10 .question {
		padding-bottom: 2%;
	}
}

#con10 .question dt {
	float: left;
	font-size: 30px;
	color: #db6687;
	width: 60px;
}

@media screen and (max-width: 667px) {
	#con10 .question dt {
		font-size: 25px;
		width: 13%;
	}
}

#con10 .question dd {
	float: left;
	font-size: 22px;
	color: #555;
	width: 940px;
	letter-spacing: 1px;
	padding-top: 3px;
}

@media screen and (max-width: 667px) {
	#con10 .question dd {
		font-size: 20px;/*202103 MOD +2px*/
		line-height: 1.4;
		width: 87%;
	}
}

#con10 .answer dt {
	float: left;
	font-size: 30px;
	color: #666;
	width: 60px;
}

@media screen and (max-width: 667px) {
	#con10 .answer dt {
		font-size: 25px;
		width: 13%;
	}
}

#con10 .answer dd {
	float: left;
	font-size: 15px;
	color: #666;
	width: 1010px;
	letter-spacing: 1.5px;
	padding-top: 5px;
	line-height: 1.75;
}

@media screen and (max-width: 667px) {
	#con10 .answer dd {
		font-size: 16px;/*202103 MOD +2px*/
		width: 87%;
		line-height: 1.5;
	}
}

#con10 .bordernone {
	border-bottom: none !important;
	margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
	#con10 .bordernone {
		margin-bottom: 0;
	}
}

#con10 .faq_btn a {
	width: 315px;
	padding: 20px;
	margin: 0 auto;
	display: block;
	color: #fff !important;
	background: #db6687;
	font-size: 18px;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	opacity: 1;
	transition: opacity .4s ease;
}

@media screen and (max-width: 667px) {
	#con10 .faq_btn a {
		width: 90%;
		padding: 15px 0;
		font-size: 18px;/*202103 MOD +2px*/
	}
}

#con10 .faq_btn a:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	width: 8px;
	height: 15px;
	background: url(../img/arrow3.png) no-repeat center;
	background-size: auto auto;
	background-size: contain;
}

@media screen and (max-width: 667px) {
	#con10 .faq_btn a:after {
		right: 13px;
	}
}

#con10 .faq_btn a:hover {
	opacity: 0.7;
}

/* =========================================================
	20thWebセミナーアンケートフォーム ADD 20200918
========================================================= */
#page form table td .tel input.mws-tel {
	width: 20em;
}
@media screen and (max-width: 667px) {
	#page .mws-form input[type="text"],
	#page .mws-form input[type="tel"],
	#page .mws-form input[type="email"],
	#page form table td .tel input.mws-tel {
		width: 100%;
	}
}

.quest-title {
	font-size: 24px;
  color: #4298A2;
	margin-top: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 667px) {
	.quest-title {
		font-size: 20px;
		margin-left: 0;
	}
}

.quest-table th,
.quest-table td {
	display: block;
	width: 100%;
}

.quest-table th {
	text-align: left;
	margin-top: 25px;
	margin-left: 10px;
}
@media screen and (max-width: 667px) {
	.quest-table th {
		margin-left: 0;
	}
}

.quest-table span.wpcf7-list-item {
	width: 32%;
}
@media screen and (max-width: 667px) {
	.quest-table span.wpcf7-list-item {
		width: 100%;
	}
}

#page form table .form-check-list-etc td {
	padding-top: 0;
	padding-left: 25px;
}
@media screen and (max-width: 667px) {
	#page form table .form-check-list-etc td {
		padding-left: 0;
	}
}

#page form table .form-check-list-etc td input[type="text"] {
	width: 50%;
}
@media screen and (max-width: 667px) {
	#page form table .form-check-list-etc td input[type="text"] {
		width: 100%;
	}
}

#page form table.quest-table td.form-check-list-none {
	display: none;
}
@media screen and (max-width: 667px) {
	#page form table.quest-table td.form-check-list-none {
		display: none;
	}
}

/* =========================================================
	婚活＆マネー　オンライン女子会　アンケートフォームアンケートフォーム ADD 20201007
========================================================= */
.quest-subtitle {
	font-size: 18px;
	color: #444;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 10px;
}

.lady-ws-form td .address input {
	width: 70%!important;
}
@media screen and (max-width: 667px){
	.lady-ws-form td .address input {
		width: 100%!important;
	}
}

.lady-ws-form td .email input {
	width: 20em!important;
}

.lady-seminar-table span.wpcf7-list-item {
	width: 15%;
}
@media screen and (max-width: 667px){
	.lady-seminar-table span.wpcf7-list-item {
		width: 100%;
	}
}

.lady-seminar-table textarea.form-etc {
	margin-left: 0;
	width: 51%!important;
}
@media screen and (max-width: 667px){
	.lady-seminar-table textarea.form-etc {
		width: 100%!important;
	}
}

.lady-seminar-table .ws-check span.wpcf7-list-item {
	width: 40%;
	display: inline-block;
}
@media screen and (max-width: 667px){
	.lady-seminar-table .ws-check span.wpcf7-list-item {
		width: 100%;
	}
}

.lady-seminar-table .consul-choice-wrap .consul-choice {
	width: 33%;
}
@media screen and (max-width: 667px){
	.lady-seminar-table .consul-choice-wrap .consul-choice {
		width: 100%;
	}
}

.lady-seminar-table textarea.ws-opinion {
	margin-left: 0;
	width: 51%!important;
}
@media screen and (max-width: 667px){
	.lady-seminar-table textarea.ws-opinion {
		width: 100%!important;
	}
}
/* =========================================================
	フォーム共通
========================================================= */
.w-100per {
	width: 100%!important;
}
.w-50per {
	width: 50%!important;
}
.form-w10em {
	width: 10em!important;
}
