@charset "Shift_JIS";


/* index
---------------------------------------------------- */
.index_main {
	width: 100%;
	height: 570px;
	background-color: #f5f0e9;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fffaf2), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fffaf2),color-stop(.75, #fffaf2), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 8px 8px;
}
.index_main .contents {
	width: 1190px;
	height: 490px;
	padding: 5px;
	margin-top: 25px;
	background-color: #FFFFFF;
	box-shadow:0px 0px 4px 2px #e4dfd9;
	-moz-box-shadow:0px 0px 4px 2px #e4dfd9;
	-webkit-box-shadow:0px 0px 4px 2px #e4dfd9;
}
.swiper-slide img {
	margin-bottom: 46px;
}

/* index_welcome */
.index_welcome {
	text-align: center;
	padding-bottom: 50px;
}
.index_welcome h2 {
	margin-top: -10px;
}
.index_welcome p {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.1em;
	padding: 60px 90px;
	display: inline-block;
	background-image: url(../images/index/welcome_left.png), url(../images/index/welcome_right.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
}

/* index_login */
.index_login {
	padding: 30px 0;
	background-color: #fef5f6;
}
.index_login a {
	display: block;
	padding: 12px 0;
	margin: 0 auto;
	width: 584px;
	background-color: #f78d9b;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border: 4px solid #FFFFFF;
	letter-spacing: 0.2em;
	box-shadow: 0px 0px 4px 2px #efefef;
    -moz-box-shadow: 0px 0px 4px 2px #efefef;
    -webkit-box-shadow: 0px 0px 4px 2px #efefef;
}
.index_login a:nth-child(2) {
	background-color: #1eb9e6;
	margin-top: 20px;
}
.index_login a span {
	background-image: url(../images/ka/index/login.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.index_login a:hover {
	opacity: 0.8;
}

/* edu_btn */
a.edu_btn {
	display: block;
	padding: 12px 0;
	margin: 60px auto 0;
	width: 584px;
	background-color: #f78d9b;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border: 4px solid #FFFFFF;
	letter-spacing: 0.2em;
	box-shadow: 0px 0px 4px 2px #efefef;
    -moz-box-shadow: 0px 0px 4px 2px #efefef;
    -webkit-box-shadow: 0px 0px 4px 2px #efefef;
}
a.edu_btn:hover {
	opacity: 0.8;
}

/* index_interview */
.index_interview {
	text-align: center;
	padding: 70px 0;
	background-color: #ffe9ec;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 26px 26px;
	background-position: 0 0, 14px 14px;
}
.index_interview h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 46px;
	margin-bottom: 30px;
	padding: 0px 70px 40px;
	display: inline-block;
	background-image: url(../images/index/interview_left.png), url(../images/index/interview_right.png), url(../images/index/interview_btm.png);
	background-position: left 0, right 0, center bottom;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
.index_interview h2 span {
	font-size: 18px;
	font-weight: normal;
	display: block;
}
.index_interview .movie {
	padding: 15px 0;
	background-color: #ffaeb9;
}
.index_interview .cm {
	margin-bottom: 120px;
}
.index_interview .cm h2 {
	background-image: url(../images/index/cm.png), url(../images/index/cm.png), url(../images/index/interview_btm.png);
}
.index_interview .cm h2 br {
	display: none;
}

/* index_contents */
.index_contents {
	background-color: #fff9cd;
	padding: 70px 0;
}
.index_contents .contents_blc {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background-image: url(../images/index/bg.png);
}
.index_contents .contents_blc:last-child {
	margin-bottom: 0;
}
.index_contents .contents_blc h2 {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 24px;
	color: #ec7289;
	padding: 25px 0;
	position: relative;
}
.index_contents .contents_blc h2 .img01 {
	position: absolute;
    width: 55px;
    top: 20px;
    left: 260px;
	z-index: 1;
}
.index_contents .contents_blc h2 .img02 {
	position: absolute;
    width: 125px;
    top: 4px;
    right: 10px;
	z-index: 1;
}
.index_contents .contents_blc h2 .img03 {
    position: absolute;
    width: 83px;
    top: 15px;
    left: 43px;
	z-index: 1;
}
.index_contents .contents_blc h2 .img04 {
	position: absolute;
	width: 45px;
	top: 24px;
	right: 287px;
	z-index: 1;
}
.index_contents .contents_blc .inner {
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0 20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	position: relative;
}
.index_contents .contents_blc .inner .box_top {
	position: absolute;
    top: -20px;
    left: -16px;
}
.index_contents .contents_blc .inner .box_btm {
	position: absolute;
    bottom: -20px;
    right: -16px;
}
.index_contents .contents_blc .inner .img_left {
	float: left;
	margin-right: 20px;
}
.index_contents .contents_blc .inner .img_right {
	float: right;
	margin-left: 20px;
}
.index_contents .contents_blc .inner p {
	margin-bottom: 20px;
	display: flex;
}
.index_contents .contents_blc .inner p:last-child {
	margin-bottom: 0;
}

/* index_banner */
.index_banner {
	padding: 70px 0;
	text-align: center;
}
.index_banner ul li {
	display: inline-block;
	margin-left: 20px;
	width: 235px;
}
.index_banner ul li:first-child {
	margin-left: 0;
}
.index_banner ul li img {
	width: 100%;
}

/* index_news */
.index_news {
	text-align: center;
	padding: 70px 0;
	background-color: #ffe9ec;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 26px 26px;
	background-position: 0 0, 14px 14px;
}
.index_news h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 46px;
	margin-bottom: 20px;
	padding: 0;
	display: inline-block;
	background-image: url(../images/index/news_left.png), url(../images/index/news_right.png);
	background-position: left 0, right 0;
	background-repeat: no-repeat, no-repeat;
}
.index_news h2 span {
	font-size: 18px;
	font-weight: normal;
	display: block;
}
ul.index_news_list li {
	padding: 20px 0;
	text-align: left;
	border-bottom: 2px dotted #cccccc;
}
ul.index_news_list li .date {
	float: left;
	color: #ec7289;
	font-weight: bold;
}
ul.index_news_list li .new {
	float: left;
	color: #FFF;
	line-height: 20px;
	padding: 0 10px;
	margin: 5px 0 0 10px;
	background-color: #1eb9e6;
}
ul.index_news_list li .txt {
	padding-left: 155px;
}
a.leaf_btn {
	display: table;
	min-width: 230px;
	position: relative;
	margin: 30px auto 40px;
	padding: 15px 30px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #f68492;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
a.leaf_btn .leaf_top {
	position: absolute;
	top: -13px;
	right: -14px;
}
a.leaf_btn .leaf_bottom {
	position: absolute;
	bottom: -29px;
	left: -20px;
}
a.leaf_btn:hover {
	opacity: 0.7;
}


/* main
---------------------------------------------------- */
.main {
	width: 100%;
	height: 230px;
	background-color: #fff9cd;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 26px 26px;
	background-position: 0 0, 14px 14px;
	position: relative;
}
.main .leaf {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	z-index: 100;
}
.main h1 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.1em;
	background-image: url(../images/common/h1_left.png), url(../images/common/h1_right.png);
	background-position: left, right;
	background-repeat: no-repeat;
	display: table;
	padding: 45px 50px 0;
	margin: 40px auto 0;
}
.main h1 span {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}


/* program
---------------------------------------------------- */
.program_anchor {
	padding: 70px 0 50px;
}
.program_anchor p {
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 50px;
}
.program_anchor ul {
	margin-left: -40px;
}
.program_anchor ul li {
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
}
.program {
	padding: 70px 0;
	background-color: #fff9cd;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 26px 26px;
	background-position: 0 0, 14px 14px;
}
.program ul li {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.program ul li h2 {
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	padding: 0 30px;
}
.program ul li:nth-child(1) h2 {
	background-image: url(../images/program/h2_a.png);
}
.program ul li:nth-child(2) h2 {
	background-image: url(../images/program/h2_b.png);
}
.program ul li:nth-child(3) h2 {
	background-image: url(../images/program/h2_c.png);
}
.program ul li:nth-child(4) h2 {
	background-image: url(../images/program/h2_d.png);
}
.program ul li:nth-child(5) h2 {
	background-image: url(../images/program/h2_e.png);
}
.program ul li h2 span {
	font-size: 24px;
	font-weight: normal;	
}
.program ul li h2 .age {
	background-color: rgba(255,255,255,0.9);
    float: right;
    display: block;
    line-height: 40px;
	position: relative;
	font-size: 18px;
	color: #333333;
	width: 280px;
	margin-top: 10px;
	text-align: center;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.program ul li h2 .age img {
	position: absolute;
	right: -12px;
}
.program ul li .inner {
	background-color: #FFFFFF;
	padding: 30px;
}
.program ul li .inner img.f_left {
	float: left;
	width: 450px;
	margin-right: 40px;
}
.program ul li .inner .txt_area {
	float: left;
	width: 450px;
}
.program ul li a.leaf_btn {
	background-color: #dfcca8;
}
.aclass {
	background-color: #fcf0f2;
}
.bclass {
	background-color: #fff5e6;
}
.cclass {
	background-color: #effce2;
}
.dclass {
	background-color: #e3f7fd;
}
.eclass {
	background-color: #f0edfc;
}
.common_blc ul li h3.aclass_ttl {
	background-image: url(../images/program/h2_a.png);
	color: #FFFFFF;
}
.common_blc ul li h3.bclass_ttl {
	background-image: url(../images/program/h2_b.png);
	color: #FFFFFF;
}
.common_blc ul li h3.cclass_ttl {
	background-image: url(../images/program/h2_c.png);
	color: #FFFFFF;
}
.common_blc ul li h3.dclass_ttl {
	background-image: url(../images/program/h2_d.png);
	color: #FFFFFF;
}
.common_blc ul li h3.eclass_ttl {
	background-image: url(../images/program/h2_e.png);
	color: #FFFFFF;
}


/* lead
---------------------------------------------------- */
.lead {
	padding: 40px 0 30px;
}
.lead img.img_main {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.lead img.f_center {
	float: none;
	max-width: 100%;
	display: block;
	margin: 0 auto 30px;
}
.lead p {
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 30px;
}
.lead p span {
	font-weight: bold;
	color: #f68492;
}
.lead ul {
	margin-left: -20px;
}
.lead ul li {
	width: 320px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
.lead ul li a {
	background-color: #FFF;
	text-align: center;
	padding: 5px 0;
	color: #f68492;
	display: block;
	border: 3px solid #f68492;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.lead ul li a:hover,
.lead ul li a.stay {
	background-color: #f68492;
	color: #FFF;
}


/* common_blc
---------------------------------------------------- */
.common_blc {
	padding: 70px 0;
	border: none;
	background-color: #fff9cd;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 26px 26px;
	background-position: 0 0, 14px 14px;
}
.common_blc ul li {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	overflow: hidden;
	margin-bottom: 50px;
}
.common_blc ul li h3 {
	height: 60px;
	line-height: 60px;
	color: #ec7289;
	font-size: 24px;
	font-weight: bold;
	padding: 0 30px;
	background-image: url(../images/index/bg.png);
}
.common_blc ul li h3 span {
	font-size: 16px;
	font-weight: normal;	
}
.common_blc ul li .inner {
	background-color: #FFFFFF;
	padding: 30px;
	position: relative;
	word-break: break-word;
}
.common_blc ul li .inner img.catch_img {
	position: absolute;
	top: -40px;
	right: 24px;
}
.common_blc ul li .inner img.img_main {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.common_blc ul li .inner img.f_left {
	float: left;
	max-width: 450px;
	margin-right: 40px;
}
.common_blc ul li .inner img.f_right {
	float: right;
	max-width: 400px;
	margin-left: 40px;
}
.common_blc ul li .inner img.f_center {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
}
.common_blc ul li .inner .txt_area {
	float: left;
	width: 450px;
}
.common_blc ul li .inner .srd {
	padding: 20px;
	margin-bottom: 15px;
	background-color: #f9e5e8;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.common_blc ul li .inner .srd p {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #f68492;
}
.common_blc ul li .inner .srd li {
	margin: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #f68492;
	list-style: inherit;
	overflow: inherit;
}
.common_blc ul li .inner .srd a {
	text-decoration: underline;
}
.common_blc ul li .inner p {
	margin: 0 0 20px 0;
}
.common_blc ul li .inner p span {
	font-weight: bold;
	color: #f68492;
}
.common_blc ul li .inner p span.blue {
	color: #1eb9e6;
}
.common_blc ul li .inner p:last-child {
	margin: 0 0 0 0;
}
.common_blc ul li .inner .flow {
	position: relative;
	padding: 15px 20px 20px;
	margin-bottom: 40px;
	background-color: #d9edf7;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #c4e4f4), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #c4e4f4),color-stop(.75, #c4e4f4), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 8px 8px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.common_blc ul li .inner .flow:last-child {
	margin-bottom: 0;
}
.common_blc ul li .inner .flow:after {
	content: "";
	position: absolute;
	bottom: -20px; left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #c4e4f4 transparent transparent transparent;
}
.common_blc ul li .inner .flow:last-child:after {
	display: none;
}
.common_blc ul li .inner .flow h4 {
	font-size: 18px;
	color: #009fe6;
	margin-bottom: 15px;
}
.common_blc ul li .inner .flow .flow_inner {
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.common_blc ul li .inner .flow .flow_inner img.f_left {
	float: left;
	width: 240px;
	margin-right: 40px;
}
.common_blc ul li .inner .flow .flow_inner .txt_area {
	float: left;
	width: 580px;
}
.common_blc ul li .inner h4.ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #f68492;
	margin-bottom: 15px;
}
.common_blc ul li .inner .qa {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #f68492;
	position: relative;
	padding-left: 54px;
	margin-bottom: 15px;
}
.common_blc ul li .inner .qa:before {
	content: "Ｑ";
	position: absolute;
	top: -7px;
	left: 0;
	background-color: #f68492;
	color: #FFF;
	padding: 6px 11px;
	margin-right: 10px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.common_blc ul li .inner .qa_a {
	position: relative;
	padding-left: 54px;
	margin: 20px 0 0;
}
.common_blc ul li .inner .qa_a:before {
	content: "Ａ";
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	top: -7px;
	left: 0;
	background-color: #1eb9e6;
	color: #FFF;
	padding: 6px 11px;
	margin-right: 10px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.common_blc ul li .inner ol.n_list {
	margin: 0 0 20px 20px;
}
.common_blc ul li .inner ol.n_list li {
	list-style: inherit;
	overflow: inherit;
	margin: 0;
}
.common_blc ul li a.leaf_btn {
	background-color: #dfcca8;
}

.common_blc ul li h3.education01 {
	background-color: #f4e4e4;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
	color: #a94442;
}
.common_blc ul li h3.education02 {
	background-color: #dff0d8;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #e6f3e1), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #e6f3e1),color-stop(.75, #e6f3e1), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
	color: #3c763d;
}
.common_blc ul li h3.education03 {
	background-color: #d9edf7;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ebf4f9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ebf4f9),color-stop(.75, #ebf4f9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
	color: #31708f;
}
.common_blc ul li h3.education04 {
	background-color: #fcf8e3;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fffdf3), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fffdf3),color-stop(.75, #fffdf3), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
	color: #8a6d3b;
}


hr {
	border-style : dotted none none none;
    border-width : 7px;
    border-color : #f68492;
	margin: 40px 0;
}


/* common_blc
---------------------------------------------------- */
table.striped {
	width: 100%;
	border: solid 1px #e2e2e2;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.striped th {
	border: solid 1px #e2e2e2;
	padding: 0.5em;
	background-color: #ffe9ec;
	text-align: center;
	font-weight: bold;
	color: #f68492;
}
table.striped td {
	border: solid 1px #e2e2e2;
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}
table.striped .blue {
	text-align: center;
	color: #1eb9e6;
	font-size: 18px;
	width: 150px;
	font-family: “メイリオ”, Meiryo, sans-serif;
}
table.striped .red {
	text-align: center;
	color: #f68492;
	font-size: 18px;
	width: 150px;
	font-family: “メイリオ”, Meiryo, sans-serif;
}


/* common_blc
---------------------------------------------------- */
.common_blc ul li .insta_flw p.campaign {
	font-weight: bold;
	text-align: center;
	color: #f79646;
	font-size: 30px;
	margin-top: 40px;
}
.insta_flw .cf img {
	float: left;
	width: 55px;
	margin: 0 50px 0 140px;
}
.insta_flw .cf .present {
	width: 60%;
	margin: 40px auto!important;
	padding: 10px;
	font-size: 26px;
	line-height: 40px;
	border-radius: 8px;
	border: 3px dashed #f79646;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.accordion01 {
	margin-bottom: 0;
	display: table;
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.accordion01 dt {
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 15px;
	background-image: url(../images/campaign/instagram/close.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 22px;
    cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.accordion01 dt.top {
	border-top: 1px solid #CCCCCC;
}
.accordion01 dt.open {
	background-image: url(../images/campaign/instagram/open.png);
}
.accordion01 dd {
	display: none;
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
	word-break: break-all;
}


/* contact
---------------------------------------------------- */
.common_btn {
	text-align: center;
	margin-bottom: 30px;
}
.common_btn img {
	width: 400px;
}
.contact table {
	width: 100%;
	border: solid 1px #e2e2e2;
	border-collapse: collapse;
}
.contact table th {
	width: 230px;
	line-height: 36px;
	text-align: left;
	vertical-align: top;
	background-color: #ffe9ec;
	padding: 10px;
	border: solid 1px #e2e2e2;
}
.contact table th span {
	background-color: #f68492;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0 10px;
	line-height: 24px;
	float: right;
	margin-top: 5px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.contact table td {
	padding: 10px;
	position: relative;
	border: solid 1px #e2e2e2;
}
.contact input[type="text"] {
	height: 40px;
	width: 550px;
	border: 1px solid #d8d8d8;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.contact input.zip {
	width: 220px;
}
.contact input.zip2 {
	width: 100px;
}
.contact input.name {
	width: 220px;
	margin-right: 10px;
}
.contact select {
	height: 40px;
	border: 1px solid #d8d8d8;
	padding: 0 0 0 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.contact textarea {
	height: 130px;
	width: 550px;
	border: 1px solid #d8d8d8;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
input[type=radio],
input[type=checkbox] {
    width: 20px;
    height: 20px;
	margin-right: 5px;
    vertical-align: middle;
}
input:focus{
	background: #ffe9ec;
}
textarea:focus{
	background: #ffe9ec;
}
.contact label {
	display: inline-block;
	cursor:	pointer;
	position: relative;
	margin-right: 30px;
}
.btnarea {
    text-align: center;
	margin-top: 30px;
}
.btnarea input,
.btnarea a {
    display: inline-block;
    width: 300px;
    height: 60px;
    text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold!important;
    line-height: 60px;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
	background-color: #f68492;
	border: 2px solid #ed7483;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.btnarea .back {
	background-color: #d1d1d1;
	border: 2px solid #c0c0c0;
}
.btnarea input:hover,
.btnarea a:hover {
	opacity: 0.7;
}

.error_messe {
	margin-bottom: 0!important;
	color: #FF0000!important;
}


/* infomation
---------------------------------------------------- */
dl dt {
	float: left;
	width: 190px;
}
dl dd {
	float: left;
}


/* company
---------------------------------------------------- */
.gmaps {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
}
.gmaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* sitemap
---------------------------------------------------- */
.common_blc ul.sitemap {
	margin-bottom: 20px;
}
.common_blc ul.sitemap li {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.common_blc ul.sitemap li a {
	color: #f68492;
}
.common_blc ul.sitemap li a:hover {
	color: #1bb6e3;
}
.common_blc ul.sitemap li ul li {
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
	background-image: url(../images/sitemap/ico.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.common_blc ul.sitemap li ul li a {
	color: #333333;
}
.common_blc ul.sitemap li ul li a:hover {
	color: #ff8282;
}
.common_blc ul.sitemap li ul li ul li {
	padding-left: 0;
	background-image: none;
}
.common_blc ul.sitemap li ul li ul li:before {
	content:" - ";
}


/* search
---------------------------------------------------- */
.area {
	font-size: 24px;
	font-weight: bold;
	color: #f68492;
}
.area_list {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}
.inner .area_blc {
	border-bottom: 7px dotted #f68492;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.inner .area_blc:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

table.search_table {
	width: 100%;
	border: solid 1px #e2e2e2;
	border-collapse: collapse;
	margin-bottom: 30px;
}
table.search_table th {
	font-size: 20px;
	border: solid 1px #e2e2e2;
	padding: 20px 30px;
	background-color: #ffe9ec;
	text-align: left;
	width: 200px;
}
table.search_table td {
	border: solid 1px #e2e2e2;
	padding: 20px 30px;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}

.search_map {
	margin-bottom: 50px;
}
.search_map .map_img {
	float: left;
}

.search_img {
	float: right;
	background-color: #ffeaec;
	padding: 10px 50px;
}
.search_img ul {
	margin: 0;
}
.search_img ul li {
	float: none;
	margin: 20px;
	width: 400px;
}
.search_img ul li img {
	width: 100%;
}

.search_box {
	border: 1px solid #cecece;
	padding: 20px;
	margin-bottom: 30px;
	word-break: break-all;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.search_box .search_ttl {
	padding: 10px 20px;
	font-size: 18px;
	margin-bottom: 20px;
	background-image: url(../images/search/ttl_bg.png);
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.search_box .search_ttl span {
	border-left: 6px solid #ec7289;
	padding: 3px 0 3px 15px;
}
.search_box img.m_img {
	width: 450px;
	float: right;
	margin-left: 40px;
}
.search_box p {
	line-height: 28px;
}
.search_box p:last-child {
	margin-bottom: 0;
}
.search_box dl {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
    color: #f68492;
}
.search_box dl dd {
	float: none;
	display: flex;
}


/* voice
---------------------------------------------------- */
.voice {
	position: relative;
}
.voice img {
	position: absolute;
	width: inherit;
	right: 10px;
    bottom: -28px;
}
.s_movie {
	float: left;
	width: 450px;
	margin-right: 40px;
}
.voice_ttl {
	font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    color: #f68492;
	margin-bottom: 10px!important;
}


/* privacy
---------------------------------------------------- */
.privacy {
	margin-bottom: 50px;
}


/* map
---------------------------------------------------- */
.map_search {
	padding: 70px 0;
	width: 1000px;
	margin: 0 auto;
}
.map_search .map_box {
	height: 564px;
	position: relative;
	background-image: url(../images/search/search/map_pc.jpg);
}
.map_search .map_box a {
	display: block;
	width: 93px;
	margin: 0 5px 5px 0;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;  
}
.map_search .map_box a:hover {
	opacity: 0.7;
}
.map_search .map_box .area01 {
	position: absolute;
	top: 45px;
	right: 57px;
}
.map_search .map_box .area02 {
	width: 196px;
	position: absolute;
	top: 140px;
	right: 5px;
}
.map_search .map_box .area03 {
	width: 196px;
	position: absolute;
	top: 288px;
	right: 5px;
}
.map_search .map_box .area04 {
	width: 196px;
	position: absolute;
	top: 28px;
	right: 370px;
}
.map_search .map_box .area05 {
	width: 196px;
	position: absolute;
	top: 155px;
	left: 229px;
}
.map_search .map_box .area06 {
	width: 392px;
	position: absolute;
	top: 471px;
	right: 64px;
}
.map_search .map_box .area07 {
	width: 196px;
	position: absolute;
	top: 471px;
	left: 338px;
}
.map_search .map_box .area08 {
	width: 196px;
	position: absolute;
	top: 287px;
	left: 11px;
}
.map_search .map_box .area01 a {
	background-color: #6699cc;
}
.map_search .map_box .area02 a {
	background-color: #52bbd1;
}
.map_search .map_box .area03 a {
	background-color: #71d5cb;
}
.map_search .map_box .area04 a {
	background-color: #75b777;
}
.map_search .map_box .area05 a {
	background-color: #f58c3f;
}
.map_search .map_box .area06 a {
	background-color: #efb838;
}
.map_search .map_box .area07 a {
	background-color: #f1a296;
}
.map_search .map_box .area08 a {
	background-color: #e77a72;
}
.map_search .station {
	width: 760px;
	padding: 25px;
	margin: 50px auto 0;
	background-image: url(../images/search/search/station.jpg);
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.map_search .station p.ttl {
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	border-left: 6px solid #e77a72;
}
.map_search .station p {
	font-size: 16px;
	margin-bottom: 15px;
}
.map_search .station input[type="text"] {
	height: 43px;
	width: 540px;
	margin-right: 15px;
	border: 1px solid #d8d8d8;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.map_search .station input.btn {
	width: 200px;
	height: 43px;
	padding: 0 0 0 20px;
	font-size: 18px;
	border: none;
	background-color: #f68492;
	color: #FFF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-image: url(../images/search/search/ico.png);
	background-position: 36px center;
	background-repeat: no-repeat;
}
.map_txtlink {
	text-align: center;
	margin-top: 20px;
}


/* form
---------------------------------------------------- */
.common_blc ul li .inner p.classroom_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #f68492;
	margin: 0;
}
hr.classroom_line {
    border-style: dotted none none none;
    border-width: 7px;
    border-color: #f68492;
    margin: 5px 0 5px 0;
}
.classroom_select {
	text-decoration: underline;
	margin-right: 10px!important;
}
.classroom_select input {
	display: none;
}
.classroom_select input:checked + span {
    color: #f68492;
	text-decoration: underline;
}
.classroom_box {
	background-color: #ffe9ec;
	padding: 5px 10px 0 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.classroom_box p {
	padding-bottom: 5px!important;
}
.classroom_box .classroom_select span {
    color: #1bb6e3;
	text-decoration: underline;
}
.contact label.showy {
	margin-right: 5px;
}
.showy [type=radio] {
	display: none;
}
.showy [type=radio] + span {
	float: left;
	width: auto;
	line-height: 20px;
	border: 1px solid #f68492;
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	background: #FFF;
	color: #f68492;
	margin: 5px 0 0 0;
}
.showy [type=radio]:checked + span {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f68492;
}


/* newbtn
---------------------------------------------------- */
.newbtn {
	text-align: center;
	margin: 50px 0 0 0!important;
}
.newbtn li {
}
.newbtn li a {
	display: block;
	padding: 15px 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.newbtn li a span {
	display: block;
	padding: 3px 0 3px 49px;
	text-align: left;
	margin: 0 10px;
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: auto 100%, auto 60%;
}
.newbtn li:nth-child(1) {
	border: 3px solid #6eb02c;
	display: inline-block;
	width: 32%;
	float: none;
	margin: 0 2px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.newbtn li:nth-child(1) a {
	display: block;
	padding: 15px 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: rgb(153,220,60); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(153,220,60,1) 0%, rgba(123,191,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(153,220,60,1) 0%,rgba(123,191,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(153,220,60,1) 0%,rgba(123,191,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99dc3c', endColorstr='#7bbf39',GradientType=0 ); /* IE6-9 */
}
.newbtn li:nth-child(1) a span {
	background-image: url(../images/common/newbtn_ico01.png),url(../images/common/newbtn_arr.png);
}
.newbtn li:nth-child(2) {
	border: 3px solid #f69c0c;
	display: inline-block;
	width: 32%;
	float: none;
	margin: 0 2px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.newbtn li:nth-child(2) a {
	display: block;
	padding: 15px 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: rgb(255,192,29); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,192,29,1) 0%, rgba(255,168,32,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,192,29,1) 0%,rgba(255,168,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,192,29,1) 0%,rgba(255,168,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc01d', endColorstr='#ffa820',GradientType=0 ); /* IE6-9 */
}
.newbtn li:nth-child(2) a span {
	background-image: url(../images/common/newbtn_ico02.png),url(../images/common/newbtn_arr.png);
}
.newbtn li:nth-child(3) {
	border: 3px solid #f46987;
	display: inline-block;
	width: 32%;
	float: none;
	margin: 0 2px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.newbtn li:nth-child(3) a {
	display: block;
	padding: 15px 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: rgb(255,145,175); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,145,175,1) 0%, rgba(255,119,148,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,145,175,1) 0%,rgba(255,119,148,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,145,175,1) 0%,rgba(255,119,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff91af', endColorstr='#ff7794',GradientType=0 ); /* IE6-9 */
}
.newbtn li:nth-child(3) a span {
	background-image: url(../images/common/newbtn_ico03.png),url(../images/common/newbtn_arr.png);
}
.newbtn li:hover {
	opacity: 0.7;
}


/* english
---------------------------------------------------- */
.english .english_main {
	display: block;
	margin: 0 auto 40px;
}
.english .movie {
	padding: 20px 0 15px;
	background-color: #ffaeb9;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.english a.efforts {
	display: block;
    padding: 12px 0;
    margin: 0 auto 40px;
    width: 500px;
    background-color: #f2a400;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    border: 4px solid #FFFFFF;
    letter-spacing: 0.2em;
    box-shadow: 0px 0px 4px 2px #e2e2e2;
    -moz-box-shadow: 0px 0px 4px 2px #e2e2e2;
    -webkit-box-shadow: 0px 0px 4px 2px #e2e2e2;
}
.english a.efforts:hover {
	opacity: 0.7;
}
.english .price {
    padding: 20px;
	width: 544px;
    margin: 0 auto 15px;
    background-color: #f9e5e8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.english .price table {
	font-size: 28px;
	color: #f68492;
	font-weight: bold;
	margin: 0 auto;
}
.english .price table td {
	vertical-align: top;
	padding: 10px 10px;
}
.english .price table td span {
	font-size: 20px;
	color: #666666;
}
.english .price p {
	color: #f68492;
	text-align: center;
}
.english a.form_btn {
	display: block;
    padding: 20px;
    margin: 60px auto 30px;
    width: 660px;
    background-color: #5b9bd5;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    border: 4px solid #FFFFFF;
	background-image: url(../images/english/form_btn01.png), url(../images/english/form_btn02.png);
	background-position: left 20px center, right 20px center;
	background-size: auto 80%;
	background-repeat: no-repeat;
    letter-spacing: 0.2em;
    box-shadow: 0px 0px 4px 2px #e2e2e2;
    -moz-box-shadow: 0px 0px 4px 2px #e2e2e2;
    -webkit-box-shadow: 0px 0px 4px 2px #e2e2e2;
}
.english a.form_btn:hover {
	opacity: 0.7;
}


@media only screen and (max-width: 740px) {


/* index
---------------------------------------------------- */
.index_main {
	width: 100%;
	height: auto;
}
.index_main .contents {
	width: 100%;
	height: auto;
	padding: 0;
	margin-top: 0;
}
.swiper-slide img {
	width: 100%;
	margin-bottom: 0;
}

/* index_welcome */
.index_welcome {
	padding-bottom: 20px;
	position: relative;
}
.index_welcome h2 {
	margin-top: -10px;
	position: relative;
	z-index: 1;
	top: 0;
}
.index_welcome h2 img {
	width: 90%;
}
.index_welcome p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	padding: 20px 0;
	margin-top: 10px;
	display: inherit;
	background-size: auto 100%, auto 100%;
}

/* index_login */
.index_login {
	padding: 30px 0;
}
.index_login a {
	width: 90%;
	font-size: 20px;
	letter-spacing: 0.1em;
}

/* edu_btn */
a.edu_btn {
	width: 90%;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-top: 30px;
}

/* index_interview */
.index_interview {
	padding: 30px 0;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
.index_interview h2 {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 30px;
	padding: 0px 46px 30px;
	background-size: 40px auto, 40px auto, 80px auto;
}
.index_interview h2 span {
	font-size: 12px;
}
.index_interview .movie {
	padding: 2%;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.index_interview .cm {
	margin-bottom: 60px;
}
.index_interview .cm h2 {
	font-size: 18px;
	line-height: 26px;
}
.index_interview .cm h2 br {
	display: block;
}

/* index_contents */
.index_contents {
	padding: 30px 0;
}
.index_contents .contents_blc {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-size: 100% auto;
}
.index_contents .contents_blc .sp_img {
	width: 100%;
}
.index_contents .contents_blc h2 {
	letter-spacing: 0;
	font-size: 16px;
	padding: 15px 0 5px;
	background: none;
}
.index_contents .contents_blc h2 .img01 {
	width: 47px;
    top: -17px;
    left: 13px;
}
.index_contents .contents_blc h2 .img02 {
	width: 87px;
    top: -50px;
    right: 5px;
}
.index_contents .contents_blc h2 .img03 {
    width: 63px;
    top: -22px;
    left: 8px;
}
.index_contents .contents_blc h2 .img04 {
	width: 30px;
	top: 14px;
	right: 30px;
}
.index_contents .contents_blc .inner {
	padding: 10px 15px;
	margin: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.index_contents .contents_blc .inner .box_top {
	width: 110px;
    top: -10px;
    left: -6px;
}
.index_contents .contents_blc .inner .box_btm {
	width: 110px;
    bottom: -10px;
    right: -6px;
}
.index_contents .contents_blc .inner .img_left {
	display: none;
}
.index_contents .contents_blc .inner .img_right {
	display: none;
}
.more {
	text-align: center;
}
.more img {
	width: 50px;
}
.open_sp {
	display: none;
}

/* index_banner */
.index_banner {
	padding: 30px 0 20px;
}
.index_banner ul {
	margin-left: -3%;
}
.index_banner ul li {
	width: 47%;
	margin-left: 3%;
	margin-bottom: 3%;
}
.index_banner ul li:first-child {
	margin-left: 3%;
}
.index_banner ul li img {
	width: 100%;
}

/* index_news */
.iframe-content {
	position: relative;
	width: 100%;
	padding: 85% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index_news {
	padding: 30px 0;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
.index_news h2 {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 0;
	padding: 0;
	background-size: 30px auto, 30px auto;
}
.index_news h2 span {
	font-size: 12px;
}
ul.index_news_list li {
	padding: 10px 0;
}
ul.index_news_list li .new {
	margin: 2px 0 0 10px;
}
ul.index_news_list li .txt {
	padding-left: 0;
	display: inline-block;
}
a.leaf_btn {
	width: 80%;
	font-size: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* main
---------------------------------------------------- */
.main {
	height: 130px;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
.main .leaf {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	z-index: 1;
	width: 120px;
}
.main h1 {
	font-size: 22px;
	padding: 0 40px 0;
	margin: 40px auto 0;
	background-size: 30px auto;
}
.main h1 span {
	font-size: 12px;
	margin-top: 10px;
}


/* program
---------------------------------------------------- */
.program_anchor {
	padding: 20px 0 20px;
}
.program_anchor p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.program_anchor ul {
	margin-left: -2%;
}
.program_anchor ul li {
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.program_anchor ul li:last-child {
	width: 98%;
}
.program_anchor ul li img {
	width: 100%;
}
.program {
	padding: 30px 0;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
.program ul li {
	margin-bottom: 20px;
}
.program ul li h2 {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding: 0 15px;
}
.program ul li h2 span {
	font-size: 12px;
}
.program ul li h2 .age {
    line-height: 30px;
	font-size: 14px;
	width: 55%;
	margin-top: 10px;
}
.program ul li .inner {
	padding: 10px;
}
.program ul li .inner img.f_left {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
}
.program ul li .inner .txt_area {
	float: none;
	width: 100%;
}


/* lead
---------------------------------------------------- */
.lead {
	padding: 30px 0 10px;
}
.lead p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
}
.lead ul {
	margin-left: 0;
}
.lead ul li {
	width: 100%;
	float: none;
	margin-left: 0;
}


/* common_blc
---------------------------------------------------- */
.common_blc {
	padding: 20px 0;
	background-image: radial-gradient(#FFFFFF 20%, transparent 23%), radial-gradient(#FFFFFF 20%, transparent 23%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
.common_blc ul li {
	margin-bottom: 20px;
}
.common_blc ul li h3 {
	height: auto;
	line-height: 28px;
	font-size: 20px;
	padding: 10px;
}
.common_blc ul li h3 span {
	font-size: 14px;
}
.common_blc ul li .inner {
	padding: 10px;
}
.common_blc ul li .inner img.catch_img {
	position: inherit;
	display: block;
	margin: 0 auto 20px;
	top: 0;
	right: 0;
}
.common_blc ul li .inner img.f_left {
	float: none;
	max-width: 90%;
	display: block;
	margin: 0 auto 10px;
}
.common_blc ul li .inner img.f_right {
	float: none;
	max-width: 90%;
	display: block;
	margin: 0 auto 10px;
}
.common_blc ul li .inner img.f_center {
	max-width: 100%;
	margin: 0 auto 10px;
}
.common_blc ul li .inner .txt_area {
	float: none;
	width: 100%;
}
.common_blc ul li .inner .srd {
	padding: 10px;
	margin-bottom: 10px;
}
.common_blc ul li .inner .srd li {
	font-size: 14px;
	line-height: 24px;
}
.common_blc ul li .inner .flow {
	padding: 10px 10px 10px;
	margin-bottom: 30px;
}
.common_blc ul li .inner .flow h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.common_blc ul li .inner .flow .flow_inner {
	padding: 10px;
}
.common_blc ul li .inner .flow .flow_inner img.f_left {
	float: none;
	width: 100%;
	margin-right: 0;
}
.common_blc ul li .inner .flow .flow_inner .txt_area {
	float: none;
	width: 100%;
}

.common_blc ul li .inner .qa {
	font-size: 16px;
	line-height: 28px;
	padding-left: 40px;
}
.common_blc ul li .inner .qa:before {
	top: -1px;
	font-size: 16px;
	padding: 1px 8px;
}
.common_blc ul li .inner .qa_a {
    padding-left: 40px;
	margin-top: 10px;
}
.common_blc ul li .inner .qa_a:before {
	top: -4px;
	font-size: 16px;
	padding: 1px 8px;
}


hr {
	margin: 30px 0;
}


/* common_blc
---------------------------------------------------- */
table.striped .blue {
	font-size: 14px;
	width: 36px;
}
table.striped .red {
	font-size: 14px;
	width: 36px;
}


/* common_blc
---------------------------------------------------- */
.common_blc ul li .insta_flw p.campaign {
	font-size: 16px;
	margin-top: 10px;
}
.insta_flw .cf img {
	width: 10%;
	margin: 0 5% 0 0;
}
.insta_flw .cf .present {
	width: 85%;
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto!important;
}


/* contact
---------------------------------------------------- */
.common_btn {
	margin-bottom: 30px;
}
.common_btn img {
	width: 90%;
}
.contact {
	margin: 0;
}
.contact table {
	width: 100%;
	line-height: 24px;
	margin-top: 20px;
	border-bottom: none;
}
.contact table th,
.contact table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-top: none;
	border-left: none;
	border-right: none;
}
.contact table th {
	padding: 2px 10px;
}
.contact table td {
	padding: 10px 10px;
}
.contact input[type="text"] {
	width: 100%;
}
.contact input.zip {
	width: 220px;
}
.contact input.zip2 {
    width: 70px;
}
.contact textarea {
	width: 100%;
}
.btnarea input {
    width: 90%;
	margin-bottom: 10px;
}
.btnarea a.back {
	margin-left: 0;
	width: 90%;
	margin-top: 20px;
}
.contact table th span {
    float: right;
    margin-left: 10px;
    display: inline-block;
}
.contact input.name {
    width: 100%;
    margin-right: 0;
}
.contact input.name:first-child {
	margin-bottom: 5px;
}


/* infomation
---------------------------------------------------- */
dl dt {
	float: none;
	width: auto;
}
dl dd {
	float: none;
}


/* search
---------------------------------------------------- */
.area {
	font-size: 18px;
	margin-bottom: 10px!important;
}
.area_list {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}
.inner .area_blc {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

table.search_table {
	width: 100%;
	border-bottom: none;
	margin-bottom: 30px;
}
table.search_table th,
table.search_table td {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-top: none;
	border-left: none;
	border-right: none;
}

.search_map {
	margin-bottom: 20px;
}
.search_map .map_img {
	float: none;
	margin-bottom: 10px;
}
.search_map .map_img img.map {
	width: 100%;
}

.search_img {
	margin-bottom: 30px;
	padding: 10px;
}
.search_img ul li {
	float: none;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
}
.search_img ul li:last-child {
	margin-bottom: 0;
}

.search_box {
	padding: 10px;
	margin-bottom: 20px;
}
.search_box .search_ttl {
	padding: 10px 15px;
	font-size: 16px;
	margin-bottom: 15px;
}
.search_box .search_ttl span {
	padding: 2px 0 2px 10px;
}
.search_box img.m_img {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 10px;
}


/* voice
---------------------------------------------------- */
.voice {
	position: inherit;
}
.voice img {
	position: inherit;
	width: 200px;
	display: block;
	margin: 0 auto;
}


.s_movie {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.voice_ttl {
	font-size: 18px;
    line-height: 30px;
	margin-bottom: 10px!important;
}


/* privacy
---------------------------------------------------- */
.privacy {
	margin-bottom: 20px;
}


/* map
---------------------------------------------------- */
.map_search {
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
}
.map_search .map_box {
	height: 261px;
	width: 320px;
	margin: 0 auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url(../images/search/search/map_sp.jpg);
	padding: 90px 0 160px;
	background-position: 0 90px;
}
.map_search .map_box a {
	width: 57px;
	margin: 0 3px 3px 0;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 12px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
}
.map_search .map_box .area01 {
	position: absolute;
	top: 65px;
	right: 29px;
}
.map_search .map_box .area02 {
	width: 60px;
	top: 45px;
	right: 100px;
}
.map_search .map_box .area03 {
	width: 60px;
	top: 320px;
	right: 5px;
}
.map_search .map_box .area04 {
	width: 60px;
	top: 1px;
	right: 167px;
}
.map_search .map_box .area05 {
	width: 60px;
	top: 102px;
	left: 23px;
}
.map_search .map_box .area06 {
	width: 60px;
	top: 329px;
	right: 69px;
}
.map_search .map_box .area07 {
	width: 60px;
	top: 329px;
	left: 128px;
}
.map_search .map_box .area08 {
	width: 120px;
	top: 355px;
	left: 5px;
}
.map_search .station {
	width: 90%;
	padding: 15px;
	margin: 30px auto 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.map_search .station p.ttl {
	font-size: 18px;
}
.map_search .station p {
	font-size: 14px;
	margin-bottom: 10px;
}
.map_search .station input[type="text"] {
	height: 40px;
	width: 100%;
	margin: 0 0 10px 0;
}
.map_search .station input.btn {
	width: 100%;
	height: 40px;
	font-size: 16px;
	background-position: 30% center;
}


/* newbtn
---------------------------------------------------- */
.newbtn li {
	display: block!important;
	width: 100%!important;
	margin: 10px 0!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.newbtn li a span {
	padding: 6px 0 6px 49px;
}


/* english
---------------------------------------------------- */
.english .english_main {
	width: 80%;
	display: block;
	margin: 10px auto 20px;
}
.english .movie {
	padding: 15px;
}
.english a.efforts {
    padding: 12px 0;
    margin: 0 auto 30px;
    width: 90%;
    font-size: 18px;
    border: 4px solid #FFFFFF;
    letter-spacing: 0.1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.english .price {
    padding: 10px;
	width: 100%;
    margin: 0 auto 15px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.english .price table {
	font-size: 24px;
	color: #f68492;
	font-weight: bold;
	margin: 0 auto;
}
.english .price table td {
	vertical-align: top;
	padding: 2px 5px;
    display: block;
    width: 100%;
}
.english .price table td span {
	font-size: 16px;
}
.english a.form_btn {
    padding: 20px 0;
    margin: 30px auto 20px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.05em;
	background-position: left 8px center, right 8px center;
	background-size: auto 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


}
