@charset "utf-8";

/* ****** header ****** */
#header .navWrap{
	border-bottom: 3px solid #efefef;
	box-shadow: 0px 5px 10px 0px rgba(239,239,239,0.8);
}
@media print, screen and (max-width: 767px) {
	#header .headTop{
		border-bottom: none
	}
}

/* ****** common ****** */
.ttlIcon .icon{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	border: 4px solid #7dcdf4;
	background-color: #fff;
	position: absolute;
}
.ttlIcon .icon:after{
	content: "";
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ttlSection{
	background-color: #7dcdf4;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.0;
	padding: 57px 0 25px;
	position: relative;
}
.ttlSection .icon{
	left: 50%;
	margin-left: -45px;
	top: -45px;
}
@media print, screen and (max-width: 767px) {
	.ttlIcon .icon{
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		border: 3px solid #7dcdf4;
	}
	.ttlIcon .icon{
		display: block;
		position: absolute;
		margin: 0;
		top: -30px;
		left: 50%;
		margin-left: -30px;
	}
	.ttlSection{
		font-size: 28px;
		padding: 40px 0 15px;
	}
	.ttlSection .icon{
		margin-left: -30px;
		top: -30px;
	}
}

/* ****** mv ****** */
#mv {
  position: relative;
	top: 0;
	left: 0;
}
#mv::before {
  content: "";
  display: block;
  width: 100%;
}
#mv .slick-slide img {
    width: 100%;
    height: auto;
}
.mvSlider {
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	margin: 0 auto 80px;
}
.mvSlider{
	width: 100%;
  opacity: 0;
	transition: opacity .3s linear;
}
.mvSlider.slick-initialized {
  opacity: 1;
}
.mvSlider .slick-slide{
	margin: 0 30px;
}
.mvSlider ul:not(.slick-dots) li{
	width: 960px;
}
.mvSlider a{
	display: block;
}
.mvSlider a:hover{
	opacity: 0.7;
}
.mvSlider .slideItem img{
	border-radius: 37px;
}
.slick-dots li{
	width: 10px;
	height: 10px;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
}
.slick-dots li button:before{
	color: #ddd;
	opacity: 1;
	width: 10px;
	height: 10px;
	font-size: 8px;
	line-height: 10px;
}
.slick-dots li button:hover:before{
	color: #7dcdf4;
}
.slick-dots li.slick-active button:before{
	color: #7dcdf4;
	opacity: 1;
}
.slide-arrow{
	position: absolute;
	z-index: 110;
	cursor: pointer;
}
.slide-arrow:hover{
	opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
	#mv{
		margin: 40px 0 100px;
	}
	#mv::before {
    	padding-top: 534px;
  	}
	#mv .slick-dots{
		bottom: -15%;
	}
	#mv .slide-arrow{
		width: 60px;
		height: 60px;
		top: 45%;
	}
	#mv .slide-arrow img{
		width: 60px;
		height: 60px;
	}
	#mv .slide-arrow.prev-arrow{
		left: 1%;
	}
	#mv .slide-arrow.next-arrow{
		right: 1%;
	}
}
@media print, screen and (max-width: 767px) {
	#mv{
		margin: 0 0 85px;
	}
	#mv::before {
    padding-top: 113.333%;
	}
	#mv .mvSlider .slick-slide{
		margin: 0;
	}
	#mv .mvSlider .slideItem img{
		border-radius: 0;
	}
	#mv .slide-arrow{
		width: 35px;
   		height: 35px;
		bottom: -50px;
	}
	#mv .slide-arrow img{
		width: 35px;
		height: 35px;
	}
	#mv .slide-arrow.next-arrow{
		right: 10px;
	}
	#mv .slide-arrow.prev-arrow{
		left: 10px;
	}
	#mv .slick-next{
		right: 0;
    	top: auto;
		bottom: -10%;
	}
	#mv .slick-prev{
		left: 0;
    	top: auto;
		bottom: -10%;
	}
	#mv .slick-dots{
		bottom: -42px;
	}
	#mv .slick-dots li {
		width: 20px;
		height: 20px;
		margin: 0;
	}
	#mv .slick-dots li button {
		width: 20px;
		height: 20px;
	}
	#mv .slick-dots li button:before {
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}
}

/* ****** classSearch ****** */
#classSearch{
	background-color: #FFF0BE;
    padding: 50px 0 70px;
}
#classSearch .ttlSearch{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 36px;
	margin-bottom: 25px;
}
#classSearch .ttlSearch .txt {
	display: inline-block;
	padding-left: 42px;
	background: url(/common_2024/img/icon/icon_search.svg) no-repeat left center;
	background-size: 30px;
	font-size: 36px;
}
#classSearch .ttlSearch .subTxt{
	position: relative;
	font-size: 22px;
    margin-bottom: 6px;
    display: inline-block;
    padding: 0px 26px;
	font-weight: bold;
}
#classSearch .ttlSearch .subTxt span{
	font-size: 30px;
    padding: 0 4px;
}
#classSearch .ttlSearch .subTxt::before,
#classSearch .ttlSearch .subTxt::after{
	content: "";
    display: inline-block;
    background: #FF5700;
    width: 2px;
    position: absolute;
    height: 30px;
    bottom: 5px;
}
#classSearch .ttlSearch .subTxt::before {
    left: 0;
    transform: rotate(-20deg);
}
#classSearch .ttlSearch .subTxt::after {
    right: 0;
    transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
	#classSearch{
		border-radius: 16px;
		border: 4px solid #F0AB00;
		padding: 26px 4%;
	}
	#classSearch .ttlSearch{
		line-height: 24px;
	}
	#classSearch .ttlSearch .subTxt{
		font-size: 16px;
		padding: 0px 20px;
	}
	#classSearch .ttlSearch .subTxt span{
		font-size: 24px;
	}
	#classSearch .ttlSearch .txt{
		font-size: 27px;
		padding-left: 36px;
		display: inline-block;
		margin: 0 auto;
		background-size: 24px;
	}
	#classSearch .ttlSearch .subTxt::before,
	#classSearch .ttlSearch .subTxt::after {
		height: 15px;
	}
}
@media screen and (max-width: 343px) {
	#classSearch .ttlSearch .txt{
		font-size: 24px;
	}
}

/* ****** searchWrap ****** */
@media print, screen {
	#classSearch .searchWrap,
	#classSearch .recentWrap{
		background-color: #fff;
		border-radius: 10px;
		padding: 30px;
	}
	#classSearch .postSearch,
	#classSearch .addressSearch,
	#classSearch .prefSearch{
		float: left;
		margin-right: 20px;
	}
	#classSearch .prefSearch{
		float: right;
		margin: 40px 0 0;
	}
	#classSearch .postSearch .ttl,
	#classSearch .addressSearch .ttl{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 10px;
	}
	#classSearch .inputSearchWrap{
		font-size: 0;
	}
	#classSearch .inputSearchWrap .inputTxt{
		height: 54px;
		padding: 13px 15px;
		font-size: 16px;
	}
	#classSearch .postSearch .inputTxt{width: 210px;}
	#classSearch .addressSearch .inputTxt{width: 325px;}
	#classSearch .inputSearchWrap .btnSearch{
		width: 54px;
		height: 54px;
		padding: 12px;
	}
	#classSearch .prefSearch .btnOval{
		padding: 12px 40px 12px 28px;
	}
	#classSearch .prefSearch .btnOval:after{
		background-image: url(/common_2024/img/arrow/arw_r_white.svg);
		background-size: 16px;
		display: inline-block;
		width: 16px;
		height: 16px;
		right: 14px;
		top: calc(50% - 8px);
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	#classSearch .searchWrap{
		background-color: transparent;
		padding: 0;
	}
	#classSearch .postSearch{
		float: none;
		margin-right: 0;
	}
	#classSearch .inputSearchWrap .inputTxt {
		display: inline-block;
		border: none;
		border-right: 0;
		font-size: 16px;
		border-radius: 48px 0 0 48px;
		width: calc(100% - 54px);
		height: 54px;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
		padding: 12px 20px;
		font-weight: bold;
	}
	#classSearch .inputSearchWrap .inputTxt::placeholder{
		color: #C3C3C3;
	}
	#classSearch .inputSearchWrap .btnSearch {
		display: inline-block;
		background-color: #fff;
		border-radius: 0 48px 48px 0;
		padding: 12px 14px 12px 4px;
	}

	#classSearch .btnWrap{
		margin-top: 16px;
	}
	#classSearch .btnWrap .bItem{
		width: 48.5%;
		margin-right: 3%;
		float: left;
	}
	#classSearch .btnWrap .bItem:last-child{
		margin-right: 0;
	}
	#classSearch .btnWrap .bItem a{
		text-align: left;
		padding: 12px 32px 12px 50px;
		position: relative;
		line-height: 20px;
	}
	#classSearch .btnWrap .bItem a::before{
		content: '';
		background-image: url(/common_2024/img/icon/icon_location.svg);
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: left center;
		width: 24px;
		height: 24px;
		position: absolute;
		top: calc(50% - 12px);
		left: 18px;
	}
	#classSearch .btnWrap .bItem.area a::before{
		background-image: url(/common_2024/img/icon/icon_map.svg);
	}
}
@media screen and (max-width: 368px) {
	#classSearch .btnWrap .bItem a {
		padding: 12px 25px 12px 40px;
		font-size: 14px;
	}
	#classSearch .btnWrap .bItem a::before{
		background-size: 18px;
	}
}
@media screen and (max-width: 325px) {
	#classSearch .btnWrap .bItem a {
		padding: 12px 25px 12px 36px;
	}
	#classSearch .btnWrap .bItem a::before{
		background-size: 18px;
		top: calc(50% - 9px);
		left: 10px;
		width: 18px;
		height: 18px;
	}
	#classSearch .btnWrap .bItem .arrowBtn{
		background-position: right 10px center;
	}
}

/* ****** recentWrap ****** */
@media print, screen {
	.sectionCheckedClassroomTopMEK{
		text-align: center;
	}
	#classSearch .ttlRecent{
		text-align: left;
		font-size: 26px;
		font-weight: bold;
		padding: 45px 0 25px;
		line-height: 1.2;
		display: inline-block;
		background: url(/common_2024/img/icon/icon_classroom.svg) no-repeat;
		background-size: 40px;
		background-position: left bottom 28px;
		padding-left: 55px;
	}
	#classSearch .sectionCheckedClassroomTopMEK{
		text-align: center;
	}
	#classSearch .sectionCheckedClassroomTopMEK:not(.recentNotCheck){
		min-height: 462px;
	}
	#classSearch .recentWrap{
		text-align: left;
	}
	#classSearch .recentWrap .index_check_box{
		display: flex;
	}
	#classSearch .recentWrap .index_check_box_inner{
		display: flex;
		flex-direction: column;
		width: 420px;
	}
	#classSearch .recentWrap .index_check_box_inner:nth-child(2n+1){
		width: 450px;
		border-right: 1px solid #e6e6e6;
		padding-right: 30px;
		margin-right: 26px;
	}
	.recentWrap .index_check_box_inner.notRegistered .index_check_box_unit,
	#classSearch .etc_resent_class li.notRegistered{
		position: relative !important;
	}
	.recentWrap .index_check_box_inner.notRegistered .index_check_box_unit::after,
	#classSearch .etc_resent_class li.notRegistered::after{
		pointer-events: none;
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		background: rgba(0, 0, 0, 0.2);
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		border-radius: 8px 8px 0 0;
	}
	#classSearch .etc_resent_class li.notRegistered::after{
		border-radius: 5px;
	}
	.recentWrap .index_check_box_inner.notRegistered .index_check_box_unit::before,
	#classSearch .etc_resent_class li.notRegistered::before{
		pointer-events: none;
		content: "";
		display: block;
		background: url("/common_2024/img/icon/icon_not_registered_left.png") no-repeat;
		background-size: contain;
		position: absolute;
		z-index: 2;
		width: 83.5px;
		height: 27px;
		top:-5px;
		left:-5px;
	}
	#classSearch .etc_resent_class li.notRegistered{
		margin-top:10px;
	}
	#classSearch .etc_resent_class li.notRegistered::before{
		top:-18px;
	}
	#classSearch .recentWrap .index_check_box_inner.notRegistered .bt_check_bkkengaku{
		background: rgba(0, 0, 0, 0.2);
		margin-top: 0;
		height: 67px;
		border-radius: 0 0 8px 8px;
	}
	.recentWrap .index_check_box_inner.notRegistered .bt_check_bkkengaku a{
		display: none;
	}
	#classSearch .recentWrap .index_check_box_unit{
		display: flex;
		justify-content: space-between;
	}
	#classSearch .recentWrap .check_box_img{
		max-width: 130px;
		max-height: 180px;
	}
	#classSearch .recentWrap .check_box_img img{
		max-width: 100%;
		max-height: 100%;
	}
	#classSearch .recentWrap .check_box_txt{
		width: 270px;
		min-height: 180px;
	}
	#classSearch .recentWrap .check_box_txt:hover{
		opacity: 0.7;
	}
	#classSearch .recentWrap .check_box_txt dt{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#classSearch .recentWrap .check_box_txt .subjectWrap .subject{
		border-radius: 50%;
		width: 28px;
		height: 28px;
		display: inline-block;
		text-align: center;
		font-weight: bold;
		color: #fff;
		margin-right: 3px;
		padding: 2px;
		line-height: 24px;
	}
	#classSearch .recentWrap .check_box_txt .subjectWrap .subject.math{
		background: #00A9E0;
	}
	#classSearch .recentWrap .check_box_txt .subjectWrap .subject.eng{
		background: #FF5700;
	}
	#classSearch .recentWrap .check_box_txt .subjectWrap .subject.jap{
		background: #69BE29;
	}
	#classSearch .recentWrap .check_box_txt .subjectWrap .subject img{
		margin-top: 2px;
	}
	#classSearch .recentWrap .check_box_txt dd li{
		font-size: 14px;
		line-height: 1.6;
	}
	#classSearch .recentWrap .check_box_txt dd li + li{
		border-bottom: 1px dotted #d9d9d9;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	#classSearch .recentWrap .check_box_txt dd .add{
		min-height: 70px;
	}
	#classSearch .recentWrap .check_box_txt dd .age{
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	#classSearch .recentWrap .bt_check{
		text-align: center;
		margin-top: 25px;
	}
	#classSearch .recentWrap .bt_check .btnOval{
		padding: 5px 35px 5px 25px;
	}
	#classSearch .recentWrap .bt_check .btnOval:after{
		background-image: url(/common_2024/img/arrow/arw_r_white.svg);
		background-size: 16px;
		display: inline-block;
		width: 16px;
		height: 16px;
		right: 14px;
		top: calc(50% - 8px);
		margin-top: 0;
	}
	#classSearch .etc_resent_class{
		margin-top: 30px;
	}
	#classSearch .etc_resent_class li{
		display: inline-block;
		margin-right: 5px;
	}
	#classSearch .etc_resent_class li a:hover{
		opacity: 0.7;
	}
	#classSearch .etc_resent_class li:first-child{
		display: none;
	}
	#classSearch .etc_resent_class li:last-child{
		margin-right: 0;
	}
	#classSearch .etc_resent_class li a{
		background-color: #dcf4ff;
		display: inline-block;
		padding: 8px 32px 8px 12px;
		font-size: 14px;
		text-indent: 0;
		border-radius: 5px;
		color: #1e1e1e;
		text-decoration: none;
		width: 292px;
	}
	#classSearch .etc_resent_class li a:before {
		display: block;
		margin: 0;
		position: absolute;
		top: 9px;
		right: 9px;
	}
	#classSearch .etc_resent_class li.babykumon a{
		background-color: #fdefef;
	}
	
}
@media print, screen and (min-width: 768px) {
	#classSearch .sectionCheckedClassroomTopMEK.recentClassList0,
	#classSearch .sectionCheckedClassroomTopMEK.recentClassList1{
		min-height: auto;
	}
}
@media screen and (max-width: 767px) {
	#classSearch .sectionCheckedClassroomTopMEK:not(.recentNotCheck){
		min-height: calc(462px + 84px);
	}
	#classSearch .sectionCheckedClassroomTopMEK.recentClassList0,
	#classSearch .sectionCheckedClassroomTopMEK.recentClassList1,
	#classSearch .sectionCheckedClassroomTopMEK.recentClassList2,
	#classSearch .sectionCheckedClassroomTopMEK.recentClassList3{
		min-height: auto;
	}
	#classSearch .recentWrap{
		padding: 0;
		border-radius: 5px;
	}
	#classSearch .ttlRecent{
		font-size: 24px;
		background-size: 36px;
		background-position: left bottom 26px;
		padding-left: 50px;
	}
	#classSearch .recentWrap .index_check_box_inner{
		width: 100%;
		padding: 10px 2% !important;
		float: none;
		position: relative;
	}
	#classSearch .recentWrap .index_check_box_inner:nth-child(2n+1){
		width: 100%;
		border-right: 0;
		margin-right: 0;
	}
	#classSearch .recentWrap .index_check_box_inner:nth-child(2n){
		display: none;
	}
	#classSearch .recentWrap .check_box_img{
		width: 100px;
		max-width: 100px;
		height: 138px;
	}
	#classSearch .recentWrap .check_box_txt{
		width: calc(100% - 115px);
		min-height: 138px;
		height: auto !important;
	}
	#classSearch .recentWrap .check_box_txt dt{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#classSearch .recentWrap .check_box_txt .subjectWrap{
		display: block;
	}
	#classSearch .recentWrap .check_box_txt dd li{
		font-size: 15px;
	}
	#classSearch .recentWrap .check_box_txt dd .add{
		min-height: 96px;
	}
	#classSearch .recentWrap .bt_check{
		text-align: center;
		margin-top: 15px;
	}
	#classSearch .recentWrap .bt_check .btnOval{
		font-size: 15px;
		padding: 14px 30px 14px 20px;
	}
	#classSearch .etc_resent_class{
		margin-top: 0px;
	}
	
	#classSearch .etc_resent_class li{
		display: block;
		margin-right: 0;
		border-top: 1px solid #f0e9cb;
	}
	#classSearch .etc_resent_class li a{
		display: block;
		background-color: #fff;
		padding: 15px 10% 15px 4%;
		border-radius: 0;
		width: 100%;
	}
	#classSearch .etc_resent_class li a:before {
		top: 16px;
		right: 10px;
	}
	#classSearch .etc_resent_class li:first-child{
		display: block;
	}
	#classSearch .etc_resent_class li.notRegistered{
		padding-top: 17px;
		padding-bottom: 5px;
		margin-top: 0;
	}
	#classSearch .etc_resent_class li.notRegistered::after{
		width: calc(100% - 4%);
        height: calc(100% - 20px);
        top: 10px;
        left: 2%;
        border-radius: 8px;
	}
	#classSearch .etc_resent_class li.notRegistered::before{
        top: 5px;
        left: calc(2% - 4px);
	}
}
@media screen and (max-width: 410px) {
	#classSearch .recentWrap .check_box_txt .name{
		font-size: 16px;
	}
}
@media screen and (max-width: 360px) {
	#classSearch .ttlRecent{
		font-size: 22px;
	}
	#classSearch .ttlRecent .txt{
		background-size: 34px;
		padding-left: 43px;
	}
	#classSearch .recentWrap .bt_check .btnOval{
		font-size: 14px;
	}
}
@media screen and (max-width: 337px) {
	#classSearch .ttlRecent{
		font-size: 20px;
	}
}
@media screen and (max-width: 320px) {
	#classSearch .recentWrap .check_box_txt dd .add{
		font-size: 13px;
	}
	#classSearch .recentWrap .bt_check .btnOval{
		font-size: 13px;
		padding: 14px 30px 14px 11px;
	}
	#classSearch .recentWrap .bt_check .btnOval:after{
		right: 10px;
	}
}

/* ****** news ****** */
#news{
	margin: 0 auto 50px;
}
#news .newsHr{
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #e2e2e2;
	clear: both;
}
#news .newsHr hr{
	display: none;
}
#news .ttlCaution{
	text-align: left;
	color: #FF3F2F;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 30px;
	margin: 10px 0;
    background: url(/common_2024/img/icon/icon_caution.svg) no-repeat;
    background-size: 24px;
    background-position: top 6px left;
}

#news .listDot{
    padding-left: 9px;
}
#news .listDot .dot{
	font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
}
#news .listDot .dot:before{
	background-color: #FF3F2F;
    margin: -3px 11px 0 0;
}
#news .listDot .dot a{
	text-decoration: underline;
}
#news .listDot .dot a:hover{
	text-decoration: none;
}
#news #special .txt{
	font-weight: bold;
}
#news #special .txt a{
	text-decoration: underline;
}
#news #special .txt a:hover{
	text-decoration: none;
}
#news #special .txt:nth-of-type(n+2){
	margin-top: 10px;
	padding-top: 10px;
	background: url(/top/img/news_bdr01.png) repeat-x left top;
}
#news_long + #news #special > p.txt:first-of-type{
	margin-top: 10px;
	padding-top: 10px;
	background: url(/top/img/news_bdr01.png) repeat-x left top;
}
#news_long + #news #important{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}
#news #special + #important{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}
#news #important .listDot li{
	margin-top: 12px;
}
#news #important .listDot li:first-child{
	margin-top: 0;
}
@media print, screen and (min-width: 768px) {
	#news #important:after{content: ""; clear: both; display: block;}
	#news .ttlCaution{
		width: 154px;
		text-align: center;
		float: left;
		margin: 6px 0;
	}
	#news .listDot{
		margin-left: 174px;
		padding-top: 12px;
	}
}
@media screen and (max-width: 767px) {
	#news{
		margin: 0 auto 25px;
	}
	#news .listDot .dot{
		font-size: 16px;
	}
	#news #special .txt{
		font-size: 16px;
	}
}

/* ****** news_long ****** */
#news_long .special_long_conts:nth-of-type(n+2){
	margin-top: 45px;
	padding-top: 10px;
	background: url(/top/img/news_bdr01.png) repeat-x left top;
}
#news_long .special_long_conts .ttl{
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: bold;
}
#news_long .special_long_conts .date{
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
}
#news_long .special_long_conts .txt{
	margin-top: 10px;
	font-weight: bold;
}
#news_long .backnumberAnchor{
	margin: 35px 0 50px;
}
#news_long .special_long a{
	text-decoration: underline;
}
#news_long .special_long a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 16px;
	background-image: url(/common_2019/img/arrow/arrow_blue_r.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 5px 0 0;
}
#news_long .special_long a[target="_blank"]:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    background-image: url(/common_2019/img/icon/icon_blank_wh.svg);
    margin: -2px 0 0 10px;
}
#news_long .special_long:nth-of-type(n+2){
	margin-top: 10px;
	padding-top: 10px;
	background: url(/top/img/news_bdr01.png) repeat-x left top;
}
#news_long .special_long p{
	line-height: 1.5;
	margin-bottom: 15px;
}

#news_long .special_long table {
	margin-bottom: 20px;
}

#news_long .special_long table tr td {
	border: 1px solid #000000;
	padding: 5px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
}

@media screen and (max-width: 767px) {
	#news_long .special_long_conts .txt{
		font-size: 16px;
	}
}

/* ****** noticeAnchor ****** */
#noticeAnchor{
	margin-bottom: 80px;
}
#noticeAnchor .linkCircleArrowD:before{
	background-image: url(/common_2024/img/arrow/arw_b_black2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
	#noticeAnchor{
		margin-bottom: 40px;
	}
}

/* ****** support ****** */
#support {
	padding-top: 39px;
}
#support .support_detail.text_area {
	text-align: center;
}
#support .support_detail .text_block .text {
	font-size: 16px;
	line-height: 28.8px;
	font-weight: 500;
}
#support .img_block {
	width: 58%;
	margin: 0 auto;
	padding-top: 24px;
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 28.8px;
}
#support .acdBlock .item {
	margin-top: 36px;
	background: #F2F1E6;
	border-radius: 16px;
	font-weight: bold;
}
#support .acdBlock .item:first-child {
	margin-top: 40px;
}
#support .accArea .accIn {
	padding: 0;
	border-radius: 0 0 16px 16px;
	background: #F2F1E6;
}
#support .accArea .accBtn {
	padding: 35px 40px 24px 4%;
	background: #F2F1E6;
	border-radius: 16px;
	font-size: 20px;
	line-height: 24px;
}
#support .accArea .accIn .acc_contents._img img {
	padding: 0;
	width: 100%;
	height: auto;
}
#support .accArea .accIn .acc_contents._img {
	text-align: right;
}
#support .accArea .accIn .acc_contents._img._left {
	text-align: left;
}
#support .accArea .accIn .label {
	background: #00A9E0;
	border-radius: 28px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#support .accArea .accIn .list{
	margin-top: 16px;
}
#support .accArea .accIn .list li{
	position: relative;
	margin-top: 11px;
	padding-left: 21px;
	font-size: 16px;
	font-weight: bold;
}
#support .accArea .accIn .list li:first-child{
	margin-top: 0;
}
#support .accArea .accIn .list li::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	background: #1E1E1E;
	border-radius: 2.5px;
}
#support .accArea .accIn .text{
	margin-top: 24px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
#support .accArea .accIn .acc_contents._btn {
	width: 90%;
	padding: 19px 4.75% 4.75%;
	text-align: center;
	margin: 0 auto;
}
#support .conBlock.acdBlock {
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
#support .acdBlock .item {
	width: 48%;
	margin-left: 4%;
}
#support .acdBlock .item:nth-child(1) {
	width: 100%;
	margin-left: 0;
}
#support .acdBlock .item:nth-child(2) {
	margin-left: 0;
}
#support .acdBlock .acc_contents_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 4.75%;
}
#support .acc_contents_wrap .acc_contents {
	margin: 0;
}
#support .acc_contents_wrap .acc_contents:nth-child(1) {
	width: 50%;
}
#support .acc_contents_wrap .acc_contents:nth-child(2) {
	width: 50%;
	padding-left: 5%;
}
#support .acc_contents_wrap .acc_contents:nth-child(3) {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#support .accArea .accIn .text{
		text-align: left;
	}
	#support .acdBlock .acc_contents_wrap {
		padding: 0;
	}
	#support .accArea .accIn .acc_contents {
		width: 100%;
		padding: 0 4.75%;
		margin: 0;
	}
	#support .img_block {
		width: 100%;
	}
	#support .accArea .accIn .label {
		margin-top: 18px;
	}
	#support .accArea .accIn .acc_contents._img {
		padding: 0;
	}
	#support .accArea .accIn .acc_contents._img img {
		padding: 0;
		width: 95%;
		height: auto;
	}
	#support .accArea .accIn .acc_contents._btn {
		padding: 19px 4% 4.75%;
	}
	#support .acdBlock .item {
    width: 100%;
		margin-left: 0;
	}
	#support .acdBlock .item:first-child {
		margin-top: 0;
	}
}

/* ****** miryoku ****** */
#miryoku {
	padding: 45px 0 24px;
	background: #E1ECF2;
}
#miryoku .acdBlock .item {
	background: #FFF;
	border-radius: 16px;
	font-weight: bold;
}
#miryoku .accArea .accIn {
	padding: 0 4.7% 24px;
	border-radius: 0 0 16px 16px;
	background: #FFF;
	font-size: 16px;
	font-weight: 500;
}
#miryoku .accArea .accBtn {
	padding: 24px 62px 24px 72px;
	background: #FFF url(/common_2024/img/icon/icon_pencil.svg) no-repeat left 24px center;
	background-size: 32px;
	border-radius: 16px;
	font-size: 20px;
	line-height: 24px;
}
#miryoku .accArea .accBtn._school {
	background-image: url(/common_2024/img/icon/icon_school.svg);
}
#miryoku .accArea .accBtn._examination {
	background-image: url(/common_2024/img/icon/icon_cherryblossom.svg);
}
#miryoku .accArea .accBtn._eiken {
	background-image: url(/common_2024/img/icon/icon_abc.svg);
}
#miryoku .accIn .graph_area,
#miryoku .accIn .img {
	text-align: center;
}
#miryoku .accIn .note_area {
	font-size: 14px;
}
#syukan .accIn .note_area .title {
	font-weight: bold;
}
#syukan .accIn .graph_area {
	padding-top: 8px;
}
#jyugyo .accIn .text {
	margin-top: 43px;
}
#jyugyo .accIn .note_area {
	margin-top: 16px;
}
#eiken .accIn .note_area {
	margin-top: 14px;
}
#syukan .accIn .note_area,
#jyugyo .accIn .graph_area,
#jyuken .accIn .text,
#jyuken .accIn .note_area {
	margin-top: 24px;
}
#eiken .accIn .text {
	position: relative;
	padding: 16px 102px 10px 28px;
}
#eiken .accIn .text::before {
	position: absolute;
	bottom: 0;
	right: 18px;
	content: "";
	width: 81px;
	height: 102px;
	background: url(/top/img/miryoku_eiken_img02.png) no-repeat;
	background-size: contain;
}
#eiken .accIn .fposSup._lh12 {
	line-height: 1.2rem;
}
@media screen and (max-width: 767px) {
	#eiken .accIn .text {
		padding: 16px 122px 10px 32px;
	}
	#eiken .accIn .text::before {
		right: 30px;
	}
	#miryoku .acdBlock .item {
		margin-top: 8px;
	}
	#miryoku .acdBlock .item:first-child {
		margin-top: 17px;
	}
	#miryoku .accIn .graph_area img {
		width: 100%;
		height: auto;
	}
	#eiken .accIn .fposSup._splh09 {
		line-height: 0.9rem;
	}
}
@media screen and (max-width: 348px) {
	#miryoku .accArea .accBtn {
		font-size: 16px;
	}
	#miryoku .accArea .balloon01 {
		font-size: 15px;
	}
	#jyugyo .accIn .caption {
		font-size: 15px;
	}
}

/* ****** method ****** */
#method {
	padding: 150px 0 36px;
	background: #E1ECF2 url(/top/img/bg/bg_method01.png) no-repeat center top 10px;
	background-size: 30% auto;
}
#method .contsIn {
	background: #FFF url(/top/img/bg/bg_method02.png) no-repeat center top;
	border-radius: 16px;
}
#method .acdBlock .item {
	background: #E1ECF2;
	border-radius: 16px;
	font-weight: bold;
}
#method .accArea .accIn {
	padding: 0 5% 20px;
	border-radius: 0 0 16px 16px;
	background: #E1ECF2;
	font-size: 16px;
	font-weight: 500;
}
#method .accArea .accBtn {
	padding: 35px 40px 24px 4%;
	background: #E1ECF2;
	border-radius: 16px;
	font-size: 20px;
	line-height: 24px;
}
#method .accIn .balloon02 {
	display: flex;
	align-items: center;
	justify-content: center;
}
#methodStep1 .balloon02.bg_white,
#methodStep2 .balloon02.bg_white {
	min-height: 148px;
}
#methodStep3 .balloon02.bg_white,
#methodStep4 .balloon02.bg_white {
	min-height: 176px;
}
#methodStep2 .text {
	margin-top: 24px;
}
#methodStep2 .text.fw_bold {
	font-weight: bold;
}
#methodStep4 .icon_frame {
	margin-top: 24px;
	padding: 24px 24px 24px 70px;
	background: #FFF url(/common_2024/img/icon/icon_light.svg) no-repeat left 22px center;
	font-size: 16px;
	border-radius: 12px;
	font-weight: bold;
}
#methodStep4 .layout_column02 {
	display: flex;
	margin-top: 3%;
}
#methodStep4 .layout_column02 .layout_item {
	width: 48.5%;
	padding: 24px 10px;
	margin-right: 3%;
	background: #FFF;
	border-radius: 12px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#methodStep4 .layout_column02 .layout_item:nth-child(2n) {
	margin-right: 0;
}
#methodStep4 .layout_column02 .layout_item:first-child {
	position: relative;
}
#methodStep4 .layout_column02 .layout_item:first-child::before,
#methodStep4 .layout_column02 .layout_item:first-child::after {
	content: "";
	position: absolute;
	right: -15px;
	width: 18px;
	height: 18px;
	background: url(/common_2024/img/arrow/arw_both_black.svg) no-repeat center;
	background-size: 18px auto;
}
#methodStep4 .layout_column02 .layout_item:first-child::before{
	top: 20px;
}
#methodStep4 .layout_column02 .layout_item:first-child::after {
	bottom: 20px;
}

#methodStep4 .layout_column02 .layout_item .fcBlue {
	font-size: 16px;
}
#methodStep4 .layout_column02 .layout_item .text {
	min-height: 72px;
}
#methodStep4 .layout_column02 .layout_item .img_area {
	margin-top: 8px;
}
#methodStep4 .layout_column02 .layout_item .balloon02 {
	padding: 8px;
	font-size: 13px;
}
#methodStep4 .layout_column02 .layout_item .balloon02::before {
	bottom: -30px;
}
@media screen and (min-width: 1415px) {
	#method {
		background-size: 25% auto;
	}
}
@media screen and (min-width: 1600px) {
	#method {
		background-size: 20% auto;
	}
}
@media not screen and (max-width: 767px) {
	#method h2.heading{
		margin-bottom: 50px;
	}
	#method .contsIn {
		padding: 80px 24px 50px;
		background-size: 17% auto;
	}
}
@media screen and (max-width: 767px) {
	#method {
		padding: 100px 0 36px;
		background-position: center top;
		background-size: 40% auto;
	}
	#method .spContIn {
		width: 95%;
		padding: 64px 4% 40px;
		background-size: 35% auto;
	}
	#method .layoutCol2 .item{
    	margin-top: 34px;
	}
	#methodStep1 .balloon02.bg_white,
	#methodStep2 .balloon02.bg_white,
	#methodStep3 .balloon02.bg_white,
	#methodStep4 .balloon02.bg_white {
		min-height: auto;
	}
}
@media screen and (max-width: 637px) {
	#method {
		background-size: 50% auto;
	}
}
@media screen and (max-width: 507px) {
	#method {
		background-size: 60% auto;
	}
}
@media screen and (max-width: 375px) {
	#method {
		background-size: 70% auto;
	}
}
@media screen and (max-width: 348px) {
	#method .heading  {
		font-size: 30px;
	}
}
@media screen and (max-width: 320px) {
	#methodStep4 .layout_column02 .layout_item .text {
		min-height: 98px;
	}
}

#method #methodTeacher.contsIn {
	position: relative;
	background: #FFF;
	margin-top: 16px;
}
#method #methodTeacher.contsIn::before {
	content: "";
	position: absolute;
	top: -40px;
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
	background: url(/top/img/icon/icon_and.svg) no-repeat center;
	background-size: 64px auto;
}
#methodTeacher .text_area{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
#methodTeacher .text_area .title{
	font-size: 40px;
	font-weight: 900;
}
#methodTeacher .text_area .text{
	padding: 24px 0;
}
#methodTeacher .text_area .frame_bg{
	padding: 16px 56px 195px;
	background: #F2F1E6 url(/top/img/method_teacher_img01_20280331.png) no-repeat center bottom;
	background-size: contain;
	border-radius: 16px;
	font-size: 20px;
	line-height: 30px;
}
#methodTeacher .accArea .accBtn {
	margin-top: 52px;
}
#methodTeacher .accArea .accBtn .ribbon {
	padding: 6px 24px;
	font-size: 20px;
}
#methodTeacher .accArea .accBtn .ribbon::after {
	height: 2px;
}
#methodTeacher .accArea .accIn .balloon02 {
	font-weight: bold;
}
#methodTeacher .accArea .accIn .img {
	padding: 8px 0 24px;
	text-align: center;
}
#method #methodTeacher ._bgClr{
    background: #F2F1E6;
    border-radius: 16px;
}
#method #methodTeacher ._bgClr img{
	vertical-align: top;
}
@media not screen and (max-width: 767px) {
	#method #methodTeacher.contsIn {
		padding: 50px 24px 24px;
	}
}
@media screen and (max-width: 767px) {
	#method #methodTeacher.spContIn {
		padding: 48px 4% 24px;
	}
	#methodTeacher .text_area .frame_bg{
		margin: 0 auto;
    padding: 16px 0 150px;
		background-size: 100% auto;
	}
	#methodTeacher .layoutCol2 .item {
		margin-top: 0;
	}
	#methodTeacher .text_area .text._pt8{
		padding-top: 8px;
	}
}
@media screen and (max-width: 348px) {
	#methodTeacher .text_area .frame_bg{
		padding: 16px 0 130px;
		font-size: 16px;
	}
	#methodTeacher .text_area .text{
		font-size: 14px;
	}
}

/* ****** kyozai ****** */
#kyozai{
	background: #F2F1E6;
}

/* ****** type ****** */
#type{
	padding: 72px 0 56px;
}
#type #lifestyleFaq .heading {
	line-height: 36px;
}
@media screen and (max-width: 767px) {
	#type{
		padding: 48px 0;
	}
}

/* ****** flow ****** */
#flow{
	background: #F2F1E6;
	padding: 72px 0;
}
@media screen and (max-width: 767px) {
	#flow{
		padding: 40px 0;
	}
}

/* ****** voice ****** */
#voice{
	padding: 0 0 72px;
}
#voice .layoutCol4 .item {
  position: relative;
  margin-top: 16px;
  border: 2px solid #E2E2E2;
  border-radius: 16px;
  overflow: hidden;
}
#voice .layoutCol4 .item a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	#voice{
		padding: 40px 0;
	}
}

/* ****** notice ****** */
#notice{
	position: relative;
	background-color: #E1ECF2;
	padding: 90px 0 100px;
}
#notice::before{
	content: "";
    width: 100%;
    display: inline-block;
    height: 56px;
    position: absolute;
    top: -45px;
    left: auto;
    right: auto;
    background: url(/top/img/bg/bg_notice01.png) no-repeat center top;
    background-size: contain;
}
#notice .noticeTtl{
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
#notice .tabArea{
	display: none;
}
#notice .clm2 .clmIn{
	width: 48%;
}
#notice .clmIn .title{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#notice .noticeList{
	padding-bottom: 35px;
}
#notice .noticeList .listWrap{
	background-color: #fff;
    border-top: 4px solid #00A9E0;
    border-bottom: 4px solid #00A9E0;
	box-shadow: 0px 6px 0px rgba(000, 000, 000, 0.1);
	padding: 30px 0;
}
#notice .noticeList .link{
	display: block;
	padding: 18px 24px;
    font-size: 16px;
    font-weight: 500;
}
#notice .noticeList .list:first-child .link{
	padding-top: 0;
}
#notice .noticeList .list:last-child .link{
	padding-bottom: 0;
}
#notice .noticeList .link .date{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#notice .noticeList .link .tag{
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	padding: 1px 15px;
	font-size: 14px;
	border-radius: 30px;
}
#notice .noticeList .link .tag._update{
	background: #6797df;
}
#notice .noticeList .link .tag._notice{
	background: #93d581;
}
#notice .noticeList .link .tag._media{
	background: #ffc939;
}
#notice .noticeList .link .tag._campaign{
	background: #fa978d;
}
#notice .noticeList .link .tag._activity{
	background: #f9c866;
}
#notice .noticeList .link .topik{
	display: block;
	margin-top: 5px;
}
#notice .noticeList .list:last-child .topik{
	border-bottom: none;
}
#notice .noticeBtn{
	margin-top: 30px;
}
#notice .btnOval{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	position: relative;
	color: #1e1e1e;
    font-weight: bold;
    background: url(/common_2024/img/arrow/arw_r_black.svg) no-repeat;
	background-color: #fff;
    background-size: 16px;
    background-position: right 13px center;
    border-radius: 48px;
    padding: 12px 36px 12px 18px;
    width: 100%;
}
#notice .btnOval:after{
	content: none;
}
#notice .linkImageL{
	margin-top: 40px;
}
#notice .linkImageL:not(.linkBlank):after{
	content: none;
}
@media print, screen and (max-width: 767px) {
	#notice{
		padding: 50px 0;
		margin-top: 104px;
	}
	#notice .noticeTtl{
		font-size: 28px;
		margin-bottom: 35px;
	}
	#notice .tabArea {
		display: flex;
		width: 92%;
		margin: 22px auto 0;
	}
	#notice .tabArea .tab {
		position: relative;
		width: calc(100%/2);
		padding: 15px 4px;
		text-align: center;
		background-color: #C9D6DD;
		font-size: 15px;
		font-weight: bold;
		border-radius: 16px 16px 0 0;
		margin: 0 4px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#notice .tabArea .tab.active {
		background-color: #00A9E0;
		color: #fff;
	}
	#notice .tabArea .tab.active:before {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 0;
		right: 0;
		height: 4px;
		background-color: #00A9E0;
	}
	#notice .clmIn {
		display: none;
	}
	#notice .clmIn.active {
		display: block;
	}

	#notice .clm2 .clmIn{
		width: 100%;
		margin-top: 0;
	}
	#notice .clmIn .title{
		display: none;
	}
	#notice .noticeList{
		border: none;
		padding-bottom: 0;
	}
	#notice .noticeList .link .topik{
		border: none;
		padding-bottom: 0;
	}
	#notice .noticeList .link{
		padding: 18px 24px;
	}
	#notice .linkImageL{
		margin-top: 15px;
	}
	#notice .btnOval{
		font-size: 16px;
        border-radius: 36px;
	}
}

/* ****** world ****** */
#world {
	padding: 72px 0;
	background: #F2F1E6 url(/top/img/bg/bg_world_img01.png) no-repeat top 16px center;
	background-size: contain;
}
#world h2.heading {
	font-size: 34px;
	font-weight: 900;
	line-height: 42px;
}
#world .imgPanel02Wrap .item {
	background-color: #fff;
	border-radius: 8px;
}
@media screen and (max-width: 767px) {
	#world {
		padding: 56px 0;
		background-size: 115% auto;
	}
	#world h2.heading {
		font-size: 28px;
	}
}

/* ****** now ****** */
#now{
	background: #E1ECF2;
	padding: 50px 0 60px;
}
#now .nowTtlArea{
	text-align: center;
	margin-bottom: 50px;
}
#now .nowTtlArea .nowTtl{
	width: 280px;
	margin: auto;
}
#now .nowTtlArea .nowTtlTxt{
	margin-top: 15px;
	font-weight: 500;
}
#now .kumon_now_area{
	min-height: 237px;
}
#now .nowBtn{
	margin-top: 50px;
}

/* ****** kanren ****** */
#kanren .bnrTop{
	padding: 72px 0;
}
#kanren .bnrTop .bnrList .item a {
	border: 2px solid #E2E2E2;
	border-radius: 16px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#kanren .bnrListA{
		margin-bottom: 4%;
	}
	#kanren .bnrTop{
		padding: 40px 0;
	}
}

.bnrNew {
	padding: 72px 0;
	background: #F2F1E6;
	text-align: center;
}

.bnrNew a:hover {
	opacity: 0.7;
}

.bnrNew img {
	border-radius: 22px;
}

@media screen and (max-width: 767px) {
	.bnrNew {
		padding: 40px 0;
	}

	.bnrNew img {
		border-radius: 3.129vw;
	}
}

/* ****** border mv slide4 ****** */
.mvSlider .slick-slide[data-slick-index="-2"],
.mvSlider .slick-slide[data-slick-index="3"] {
    position: relative;
}

.mvSlider .slick-slide[data-slick-index="-2"]::after,
.mvSlider .slick-slide[data-slick-index="3"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #E2E2E2;
    border-radius: 36px;
    z-index: 1;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .mvSlider .slick-slide[data-slick-index="-2"]::after,
    .mvSlider .slick-slide[data-slick-index="3"]::after {
        border-radius: 0;
    }
}

.layoutCol3.flexStart{
	justify-content: flex-start;
}

/* ==========================================================================
	customize
========================================================================== */

#customize {
    background: #E1ECF2;
	padding: 0;
}
#customize .methodBox .item{
	text-align: center;
	margin-bottom: 50px;
}
#customize .methodBox .item:last-child{
	margin-bottom: 25px;
}
#customize .methodBox img{
	vertical-align: bottom;
}
#customize .methodBox .lead_txt{
	font-size: 24px;
	font-weight: bold;
	margin-top: 12px;
}
#customize .methodBox .normal_txt{
	margin-top: 12px;
    text-align: left;
}
#customize .accArea .accIn{
	padding-left: 0;
	padding-right: 0;
}
#customize .accArea .accBtn {
	text-align: center;
    margin-top: 40px;
    padding: 27px 40px 27px 4%;
    border-top: 2px solid #E2E1D3;
    background: #F2F1E6;
    font-size: 20px;
    line-height: 21px;
}
#customize .conBlock .label {
    text-align: center;
	margin: 40px 0 28px;
}
#customize .conBlock .label span {
    display: inline-block;
    border-radius: 28px;
    padding: 0 24px;
    background: #00A9E0;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    max-width: 200px;
    width: 100%;
}
#customize .conBlock .layoutCol2 .item{
	background: #fff;
	border-radius: 16px;
	padding: 22px 16px;
	text-align: center;
}
#customize .conBlock .layoutCol2 .item .title{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 900;
    line-height: 31px;
}
#customize .conBlock .layoutCol2 .item .listItem{
	font-weight: 500;
	margin: 30px 0 23px;
    text-align: left;
}
#customize .conBlock .layoutCol2 .item .listItem li{
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#customize{
		padding: 0;
	}
	#customize .methodBox .item{
		text-align: center;
		margin-bottom: 33px;
	}
	#customize .methodBox .item:last-child{
		margin-bottom: 16px;
	}
	#customize .conBlock .txtBox .normal_txt{
		margin-bottom: 12px;
	}
	#customize .conBlock .label {
		text-align: center;
		margin: 30px 0 16px;
	}
	#customize .conBlock .label span {
		font-size: 16px;
	}
}
@media screen and (max-width: 390px) {
	#customize .methodBox .lead_txt{
		font-size: 20px;
	}
}
