@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*----------------------------------------------------
 commons style)SP
----------------------------------------------------*/

* {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,textarea {
	max-height: 100%;
}

body {
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

/*----------------------------------------------------
 style)SP
----------------------------------------------------*/

header {
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 10;
	background-color: rgba(243,251,243,0.9);
	margin: 0px;
	padding: 0px;
}
header div {
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header div h1 {
	width: 190px;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
header div h1 a {
	width: 100%;
	height: 20px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: left center;
	margin: 0px;
	padding: 0px;
}
header div strong {
	display: none;
}
header div ul {
	display: none;
}
header div span {
	width: 120px;
	float: right;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
header div span a {
	width: 100%;
	display: block;
	color: #84cc41;
	font-size: 12px;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 25px;
	border: 1px solid #84cc41;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
}


section.main_area {
	width: 100%;
	margin: 0px;
	padding: 50px 0px 0px 0px;
}
section.main_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li {
	width: 375px;
	text-align: center;
	position: relative;
	display: table;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li h2 {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0px;
	text-align: center;
  	margin: 0px;
	padding: 0px;
}
section.main_area article ul li h2 strong {
	text-align: center;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
	border-bottom: 5px solid #f0f1b0;
  	margin: 0px;
	padding: 0px;
}
section.main_area article ul li p {
	display: none;
}
section.main_area article ul li a {
	width: 160px;
	border: 1px solid #333;
	line-height: 30px;
	text-align: center;
	display: block;
	text-decoration: none;
	position: absolute;
	bottom: 30px;
	z-index: 5;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255,255,255,0.1);
	left: 50%;
	margin: 0px 0px 0px -80px;
	padding: 0px;
}
section.main_area article ul li img {
	width: 100%;
	height: auto;
	margin: 0px;
}


section.feature_area {
	width: 100%;
	background-color: #faf5f5;	
	margin: 0px;
	padding: 40px 0px 0px 0px;
}
section.feature_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.feature_area article h3 {
	width: 90%;
	height: 75px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/feature_ttl_sp.png);
	background-size: auto 75px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid #e8adde;
	margin: 0px auto 30px auto;
	padding: 0px 0px 20px 0px;
}
section.feature_area article ol {
	width: 100%;
	margin: 0px auto 30px auto;
	padding: 0%;
}
section.feature_area article ol li {
	width: 240px;
	position: relative;
	margin: 0px;
	padding: 0% 15px 0px 15px;
}
section.feature_area article ol li:last-child {
	margin-bottom: 0px;
}
section.feature_area article ol li.point1:before {
	content: "1";
}
section.feature_area article ol li.point2:before {
	content: "2";
}
section.feature_area article ol li.point3:before {
	content: "3";
}
section.feature_area article ol li:before {
	width: 45px;
	display: block;
	line-height: 30px;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 5;
	font-size: 16px;
	text-align: center;
	background-color: #999;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(243,217,239,1.0);
	transform:skew(-3deg,-3deg);
	margin: 0px;
	padding: 0%;
}
section.feature_area article ol li dl {
	width: 100%;
	margin: 0px;
	padding: 0%;
}
section.feature_area article ol li dl dt {
	width: 100%;
	border-radius: 50%;
	margin: 0px;
	padding: 0%;
}
section.feature_area article ol li dl dt img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(243,217,239,1.0);
	margin: 0px 0px 10px 0px;
}
section.feature_area article ol li dl dd {
	width: 100%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0%;
}
section.feature_area article ol li dl dd span {
	color: #c37aaa;
}
section.feature_area article ul {
	width: 80%;
	border: 1px solid #c37aaa;
	box-sizing: border-box;
	margin: 0px auto 40px auto;
	padding: 15px;
}
section.feature_area article ul li {
	width: 100%;
	text-align: left;
	text-indent: -1em;
	line-height: 1.5em;
	font-size: 12px;
	box-sizing: border-box;
	margin: 0px 0px 5px 0px;
	padding: 0% 0px 0px 1em;
}
section.feature_area article ul li:before {
	content: "※";
}
section.feature_area article ul li:last-child {
	margin-bottom: 0px;
}
section.feature_area article dl.sub {
	width: 100%;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}
section.feature_area article dl.sub dt {
	width: 90%;
	height: 22px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/feature_sub.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 22px;
	margin: 0px auto 15px auto;
	padding: 0%;
}
section.feature_area article dl.sub dd {
	width: 95%;
	margin: 0px auto 0px auto;
	padding: 0%;
}
section.feature_area article dl.sub dd img {
	width: 100%;
	margin: 0px;
}


section.instructor_area {
	width: 100%;
	margin: 40px 0px 40px 0px;
	padding: 0px;
}
section.instructor_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article h3 {
	width: 100%;
	height: 70px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/instructor_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 70px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.instructor_area article p {
	width: 80%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.instructor_area article ul {
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li {
	width: 180px;
	text-align: left;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
section.instructor_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt img {
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 0px 0px rgba(243,251,243,1.0);
	margin: 0px 0px 10px 0px;
}
section.instructor_area article ul li dl dt strong {
	color: #3b9a2d;
	display: block;
	font-weight: normal;
	background-image: url(../images/acc_icn_open.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt.close strong {
	background-image: url(../images/acc_icn_close.png);
}
section.instructor_area article ul li dl dd {
	width: 100%;
	display: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dd div {
	display: none;
}
section.instructor_area article ul li dl dd ol {
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dd ol li {
	width: 100%;
	font-size: 12px;
	text-indent: -1.0em;
	box-sizing: border-box;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.0em;
}
section.instructor_area article ul li dl dd ol li:before {
	content: "・";
}
section.instructor_area article ul li dl dd ol li:last-child {
	margin-bottom: 0px;
}
section.instructor_area article ul li dl dd p {
	width: 100%;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


section.flow_area {
	width: 100%;
	background-color: #f3fbf3;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
section.flow_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.flow_area article h3 {
	width: 90%;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/flow_ttl.png);
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid #a8e99f;
	margin: 0px auto 30px auto;
	padding: 0px 0px 25px 0px;
}
section.flow_area article ul {
	width: 80%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.flow_area article ul li {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 15px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 30px 0px;
}
section.flow_area article ul li:nth-of-type(1) {
	background-image: url(../images/flow_arrow_01.png);
}
section.flow_area article ul li:nth-of-type(2) {
	background-image: url(../images/flow_arrow_02.png);
}
section.flow_area article ul li:nth-of-type(3) {
	background-image: url(../images/flow_arrow_03.png);
}
section.flow_area article ul li:nth-of-type(4) {
	background-image: url(../images/flow_arrow_04.png);
}
section.flow_area article ul li:nth-of-type(5) {
	background-image: url(../images/flow_arrow_05.png);
}
section.flow_area article ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
section.flow_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.flow_area article ul li dl dt {
	text-align: center;
	margin: 0px auto 10px auto;
	padding: 8px 0px 8px 0px;
}
section.flow_area article ul li:nth-of-type(1) dl dt,
section.flow_area article ul li:nth-of-type(2) dl dt,
section.flow_area article ul li:nth-of-type(3) dl dt {
	color: #fff;
}
section.flow_area article ul li:nth-of-type(1) dl dt {
	background-color: #3b9a2d;
}
section.flow_area article ul li:nth-of-type(2) dl dt {
	background-color: #5eac53;
}
section.flow_area article ul li:nth-of-type(3) dl dt {
	background-color: #81be79;
}
section.flow_area article ul li:nth-of-type(4) dl dt,
section.flow_area article ul li:nth-of-type(5) dl dt,
section.flow_area article ul li:nth-of-type(6) dl dt {
	color: #3b9a2d;
}
section.flow_area article ul li:nth-of-type(4) dl dt {
	background-color: #a5d19e;
}
section.flow_area article ul li:nth-of-type(5) dl dt {
	background-color: #c8e3c4;
}
section.flow_area article ul li:nth-of-type(6) dl dt {
	border: 3px solid #3b9a2d;
}
section.flow_area article ul li dl dd {
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


section.interview_area {
	width: 100%;
	margin: 40px 0px 40px 0px;
	padding: 0px;
}
section.interview_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.interview_area article h3 {
	width: 100%;
	height: 70px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/interview_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 70px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.interview_area article p {
	width: 80%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.interview_area article ul {
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li {
	width: 240px;
	border: 2px solid #c4e1c0;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0px 10px 0px 10px;
	padding: 20px;
}
section.interview_area article ul li dl {
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt img {
	width: 90px;
	height: auto;
	float: left;
	margin: 0px 10px 10px 0px;
}

section.interview_area article ul li dl dt strong {
	color: #3b9a2d;
	display: block;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt span {
	width: 100%;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 12px;
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt span:after {
	content: " さん";
	font-size: 10px;
}
section.interview_area article ul li dl dt ol {
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt ol li {
	width: auto;
	display: inline-block;
	background-color: #333;
	border: none;
	font-size: 10px;
	color: #fff;
	border-radius: 0px;
	font-weight: normal;
	margin: 0px 5px 5px 0px;
	padding: 3px 8px;
}
section.interview_area article ul li dl dd {
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}


section.point_area {
	width: 100%;
	background-color: #faf5f5;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
section.point_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.point_area article h3 {
	width: 90%;
	height: 75px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/point_ttl_sp.png);
	background-size: auto 75px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid #e8adde;
	margin: 0px auto 30px auto;
	padding: 0px 0px 20px 0px;
}
section.point_area article ol {
	width: 80%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.point_area article ol li {
	width: 100%;
	counter-increment: num;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.point_area article ol li:last-child {
	margin-bottom: 0px;
}
section.point_area article ol li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.point_area article ol li dl dt {
	width: 100%;
	color: #c37aaa;
	line-height: 1.5em;
	font-size: 14px;
	position: relative;
	background-image: url(../images/acc_icn_open.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 5px;
	text-align: left;
	box-sizing: border-box;
	margin: 0px 0px 10px 0px;
	padding: 0px 30px 0px 60px;
}
section.point_area article ol li dl dt.close {
	background-image: url(../images/acc_icn_close.png);
}
section.point_area article ol li dl dt:before {
	width: 45px;
	content: counter(num);
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	font-size: 16px;
	text-align: center;
	background-color: #999;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(243,217,239,1.0);
	transform:skew(-3deg,-3deg);
	margin: 0px 0px 5px 0px;
	padding: 0%;
}
section.point_area article ol li dl dd {
	width: 100%;
	display: none;
	margin: 0px;
	padding: 0px;
}
section.point_area article ol li dl dd img {
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 0px 0px rgba(243,217,239,1.0);
	margin: 0px 0px 10px 0px;
}
section.point_area article ol li dl dd p {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


section.faq_area {
	width: 100%;
	background-color: #f3fbf3;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
section.faq_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.faq_area article h3 {
	width: 90%;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/faq_ttl.png);
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid #a8e99f;
	margin: 0px auto 30px auto;
	padding: 0px 0px 25px 0px;
}
section.faq_area article ul {
	width: 80%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.faq_area article ul li {
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.faq_area article ul li:last-child {
	margin-bottom: 0px;
}
section.faq_area article dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.faq_area article dl dt {
	width: 100%;
	color: #3b9a2d;
	line-height: 1.5em;
	font-size: 14px;
	position: relative;
	background-image: url(../images/acc_icn_open.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 5px;
	text-align: left;
	box-sizing: border-box;
	margin: 0px 0px 10px 0px;
	padding: 0px 30px 0px 60px;
}
section.faq_area article ul li dl dt:before {
	width: 45px;
	content: "Q";
	display: block;
	line-height: 30px;
	color: #333;
	position: absolute;
	top: 6px;
	left: 0px;
	z-index: 5;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background-color: #ede7b0;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(223,223,223,1.0);
	transform:skew(-3deg,-3deg);
	margin: 0px 0px 5px 0px;
	padding: 0%;
}

section.faq_area article dl dt.close {
	background-image: url(../images/acc_icn_close.png);
}
section.faq_area article dl dd {
	width: 100%;
	display: none;
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


section.course_area {
	width: 100%;
	background-color: #fbf4eb;	
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
section.course_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.course_area article h3 {
	width: 90%;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/course_ttl.png);
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 3px solid #d5af7e;
	margin: 0px auto 20px auto;
	padding: 0px 0px 25px 0px;
}
section.course_area article dl.course_main {
	width: 80%;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.course_area article dl.course_main:before {
	content: "スタンダード講座";
	width: 200px;
	font-size: 16px;
	line-height: 40px;
	display: block;
	background-color: #d5af7e;
	position: relative;
	z-index: 5;
	box-shadow: 3px 3px 0px 0px rgba(223,223,223,1.0);
	color: #fff;
	margin: 0px auto -20px auto;
	padding: 0px;
}
section.course_area article dl.course_main dt {
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
	padding: 0px;
}
section.course_area article dl.course_main dt img {
	width: 100%;
	height: auto; 
	margin: 0px;
}
section.course_area article dl.course_main dd {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0px 0px 5px 5px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
}
section.course_area article dl.course_main dd strong {
	text-align: center;
	color: #77943e;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
section.course_area article dl.course_main dd p {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.course_area article dl.course_main dd ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.course_area article dl.course_main dd ul li {
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.course_area article dl.course_main dd ul li.fee {
	color: #bc1908;
}
section.course_area article dl.course_main dd ul li:last-child {
	margin-bottom: 0px;
}
section.course_area article dl.course_main dd ul li.term:before {
	content: "受講期間";
}
section.course_area article dl.course_main dd ul li.fee:before {
	content: "受講費用";
}
section.course_area article dl.course_main dd ul li:before {
	width: 60px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	background-color: #93a079;
	border-radius: 3px;
	margin-right: 10px;
}
section.course_area article dl.course_main dd ul li.fee:after {
	content: "（税込）";
	color: #bc1908;
	font-size: 10px;
}
section.course_area article h4 {
	width: 90%;
	height: 55px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/course_sub1_sp.png);
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section.course_area article ol {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.course_area article ol:before {
	width: 40%;
	content: "+";
	font-size: 20px;
	border-radius: 15px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	background-color: #333;
	color: #fff;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.course_area article ol li {
	width: 100%;
	position: relative;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.course_area article ol li span {
	width: 200px;
	font-size: 14px;
	line-height: 40px;
	display: block;
	background-color: #d5af7e;
	position: relative;
	z-index: 5;
	box-shadow: 3px 3px 0px 0px rgba(223,223,223,1.0);
	color: #fff;
	margin: 0px auto -20px auto;
	padding: 0px;
}
section.course_area article ol li span:before {
	content: "人気コース　";
	font-size: 16px;
	color: #fff;
}
section.course_area article ol li span span.yellow {
	width: auto;
	font-size: 20px;
	font-weight: bold;
	color: #eee197;
	line-height: normal;
	display: inline;
	background-color: inherit;
	position: inherit;
	box-shadow: none;
	margin: 0 5px 0 5px;
	padding: 0;
}
section.course_area article ol li span span.yellow:before {
	content: "";
}
section.course_area article ol li dl.course_sub {
	width: 80%;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.course_area article ol li dl.course_sub dt {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
section.course_area article ol li dl.course_sub dt img {
	width: 100%;
	height: auto; 
	margin: 0px;
}
section.course_area article ol li dl.course_sub dt strong {
	text-align: center;
	color: #77943e;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
	padding: 15px 0px;
}
section.course_area article ol li dl.course_sub dd {
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 20px;
}
section.course_area article ol li dl.course_sub dd ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.course_area article ol li dl.course_sub dd ul li {
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.course_area article ol li dl.course_sub dd ul li.license {
	font-weight: bold;
}
section.course_area article ol li dl.course_sub dd ul li.license:before {
	display: block;
	margin-bottom: 5px;
	content: "取得資格";
	font-weight: normal;
}
section.course_area article ol li dl.course_sub dd ul li.discription {
	font-size: 12px;
}
section.course_area article ol li dl.course_sub dd ul li.fee {
	color: #bc1908;
}
section.course_area article ol li dl.course_sub dd ul li:last-child {
	margin-bottom: 0px;
}
section.course_area article ol li dl.course_sub dd ul li.term:before {
	content: "受講期間";
}
section.course_area article ol li dl.course_sub dd ul li.fee:before {
	content: "受講費用";
}
section.course_area article ol li dl.course_sub dd ul li:before {
	width: 60px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	background-color: #93a079;
	border-radius: 3px;
	margin-right: 10px;
}
section.course_area article ol li dl.course_sub dd ul li.fee:after {
	content: "（税込）";
	color: #bc1908;
	font-size: 10px;
}
section.course_area article div {
	width: 80%;
	text-align: left;
	border: 1px solid #666;
	background-image: url(../images/course_icn_card.png);
	background-size: auto 25px;
	line-height: 1.5em;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 15px center;
	box-sizing: border-box;
	margin: 0px auto 20px auto;
	padding: 15px 15px 15px 50px;
}
section.course_area article h5 {
	width: 90%;
	height: 55px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/course_sub2_sp.png);
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}


section.form_area {
	width: 100%;
	background-color: #fdf2fa;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
section.form_area article {
	width: 80%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.form_area article h3 {
	width: 100%;
	height: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/form_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 20px;
	margin: 10px auto 20px auto;
	padding: 0px;
}
section.form_area article p {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin: 10px auto 20px auto;
	padding: 0px;
}
section.form_area article dl.campaign_area {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	border: 2px solid #c09ab3;
	margin: 0px auto 30px auto;
	padding: 20px;
}
section.form_area article dl.campaign_area dt {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.form_area article dl.campaign_area dt img {
	width: 100%;
	height: auto;
}
section.form_area article dl.campaign_area dd {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	color: #333;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
section.form_area article dl.campaign_area dd strong {
	font-size: 12px;
	color: #c37aaa;
	text-decoration: underline;
}

section.form_area article a.line_bnr {
	width: 100%;
	display: block;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.form_area article a.line_bnr img {
	width: 100%;
	height: auto;
	margin: 0px;
}

section.form_area article form dl {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	margin: 0px auto 15px auto;
	padding: 0px 0px 15px 0px;
}
section.form_area article form dl dt {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl dt span {
	width: 40px;
	display: block;
	float: left;
	font-size: 12px;
	border: 1px solid #c09ab3;
	color: #c09ab3;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
section.form_area article form dl dd {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl dd input[type="text"],
section.form_area article form dl dd input[type="email"] {
	-webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd input[type="text"]::-webkit-input-placeholder,
section.form_area article form dl dd input[type="email"]::-webkit-input-placeholder {
	padding-top: 2px;
	line-height: 1;
}
section.form_area article form dl dd input.age[type="text"] {
	width: 50px;
	margin-right: 10px;
}
section.form_area article form dl dd input.zip[type="text"] {
	width: 90px;
	margin-left: 10px;
}
section.form_area article form dl dd label {
	margin-right: 20px;
}
section.form_area article form dl dd select {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	background-image: url(../images/form_icn_select.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 150px;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd ul {
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl dd ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl dd ul li:last-child {
	margin-bottom: 0px;
}
section.form_area article form dl dd label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
}
section.form_area article form dl dd label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #c09ab3;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
section.form_area article form dl dd label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 7px;
	background-color : #c09ab3;
	z-index          : 1;
}
section.form_area article form dl dd label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #fdf2fa;
}
section.form_area article form dl dd label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
section.form_area article form dl dd label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #fdf2fa;
}
section.form_area article form dl.privacy dt strong {
	width: 80%;
	text-align: center;
	display: block;
	border-radius: 15px;
	background-color: #fff;
	color: #3b9a2d;
	line-height: 30px;	
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.form_area article form dl.privacy dt p {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div {
	width: 100%;
	height: 150px;
	max-height: none;
	text-align: center;
	background-color: #fff;
	overflow: scroll;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px 15px 10px 15px;
}
section.form_area article form dl.privacy dd div dl {
	width: 100%;
	max-height: none;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl:last-of-type {
	margin-bottom: 0px;
}
section.form_area article form dl.privacy dd div dl dt {
	width: 100%;
	max-height: none;
	color: #333;
	text-align: left;
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd {
	width: 100%;
	max-height: none;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd p {
	width: 100%;
	max-height: none;
	color: #333;
	font-size: 10px;
	overflow: hidden;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ol {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ol li {
	width: 100%;
	max-height: none;
	font-size: 10px;
	line-height: 1.5em;
	box-sizing: border-box;
	text-indent: -2.6em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 2.6em;
}
section.form_area article form dl.privacy dd div dl dd ul {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ul li {
	width: 100%;
	max-height: none;
	font-size: 10px;
	color: #333;
	line-height: 1.5em;
	box-sizing: border-box;
	text-indent: -1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 1.2em;
}
section.form_area article form dl.privacy dd div dl dd address {
	font-style: normal;
	font-size: 10px;
	line-height: 1.5em;
	color: #333;
	border-left: 2px solid #999;
	box-sizing: border-box;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
section.form_area article form dl.privacy dd div dl dd address a {
	font-style: normal;
	font-size: 10px;
	line-height: 1.5em;
}
section.form_area article form button {
	-webkit-appearance: none;
	width: 90%;
	background-color: #84ab0e;
	text-align: center;
	overflow: hidden;
	border: none;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
}
section.form_area article form button span {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}
section.form_area article form button strong {
	color: #fff;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
section.form_area article form div.mfp_err {
	color: #bc1908;
	text-decoration: underline;	
}


footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer div {
	width: 100%;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}
footer dl {
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 0px;
}
footer dl dt {
	width: 100%;
	height: 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-size: auto 65px;
	background-position: center top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
footer dl dd {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer dl dd address {
	font-size: 12px;
	text-align: center;
	font-style: normal;
	line-height: 1.5em;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
footer dl dd a {
	width: 185px;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/tel_img.png);
	background-repeat: no-repeat;
	background-size: auto 45px;
	background-position: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
footer ul {
	width: 100%;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
footer ul li {
	width: 35px;
	display: inline-block;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
footer ul li a {
	width: 100%;
	height: 35px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 35px;
	margin: 0px;
	padding: 0px;
}
footer ul li.in a {
	background-image: url(../images/sns_in.png);
}
footer ul li.fb a {
	background-image: url(../images/sns_fb.png);
}
footer ul li.ln a {
	background-image: url(../images/sns_ln.png);
}
footer div span {
	font-size: 10px;
	display: block;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


a#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: block;
	z-index: 10;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size: 50px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {



/*----------------------------------------------------
 commons style)PC
----------------------------------------------------*/

* {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}


input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}


.sp_none {
	display: block;
}
.pc_none {
	display: none;
}


/*----------------------------------------------------
 style)PC
----------------------------------------------------*/

header {
	width: 100%;
	height: 90px;
	position: fixed;
	z-index: 10;
	background-color: rgba(243,251,243,0.9);
	margin: 0px;
	padding: 0px;
}
header div {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header div h1 {
	width: 370px;
	float: left;
	margin: 25px 25px 0px 0px;
	padding: 0px;
}
header div h1 a {
	width: 100%;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-size: auto 40px;
	background-position: left center;
	margin: 0px;
	padding: 0px;
}
header div strong {
	width: 185px;
	height: 45px;
	display: block;
	overflow: hidden;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/tel_img.png);
	background-repeat: no-repeat;
	background-size: auto 45px;
	background-position: center;
	margin: 22px 15px 0px 0px;
	padding: 0px;
}
header div ul {
	width: 170px;
	display: block;
	float: left;
	text-align: center;
	margin: 27px 0px 0px 0px;
	padding: 0px;
}
header div ul li {
	width: 35px;
	display: inline-block;
	margin: 0px 8px 0px 8px;
	padding: 0px;
}
header div ul li a {
	width: 100%;
	height: 35px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 35px;
	margin: 0px;
	padding: 0px;
}
header div ul li.in a {
	background-image: url(../images/sns_in.png);
}
header div ul li.fb a {
	background-image: url(../images/sns_fb.png);
}
header div ul li.ln a {
	background-image: url(../images/sns_ln.png);
}
header div span {
	width: 180px;
	float: right;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
header div span a {
	width: 100%;
	display: block;
	color: #84cc41;
	font-size: 16px;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 40px;
	border: 1px solid #84cc41;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
}


section.main_area {
	width: 100%;
	margin: 0px;
	padding: 90px 0px 0px 0px;
}
section.main_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li {
	width: 960px;
	text-align: center;
	position: relative;
	display: table;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li h2 {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0px;
	text-align: center;
  	margin: 0px;
	padding: 0px;
}
section.main_area article ul li h2 strong {
	text-align: center;
	font-size: 45px;
	line-height: 1.8em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
	border-bottom: 5px solid #f0f1b0;
  	margin: 0px;
	padding: 0px;
}
section.main_area article ul li p {
	width: 100%;
	text-align: center;
	line-height: 1.8em;
	position: absolute;
	text-shadow: 1px 1px 1px #fff;
	top: 220px;
	left: 0px;
	display: block;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
section.main_area article ul li a {
	width: 300px;
	border: 1px solid #333;
	line-height: 50px;
	text-align: center;
	display: block;
	text-decoration: none;
	position: absolute;
	bottom: 70px;
	z-index: 5;
	font-size: 20px;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255,255,255,0.1);
	left: 50%;
	margin: 0px 0px 0px -150px;
	padding: 0px;
}
section.main_area article ul li img {
	width: 100%;
	height: auto;
	margin: 0px;
}


section.feature_area {
	width: 100%;
	background-color: #faf5f5;	
	margin: 0px;
	padding: 60px 0px 60px 0px;
}
section.feature_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.feature_area article h3 {
	width: 800px;
	height: 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/feature_ttl.png);
	background-size: auto 58px;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 3px solid #e8adde;
	margin: 0px auto 30px auto;
	padding: 0px 0px 7px 0px;
}
section.feature_area article ol {
	width: 960px;
	margin: 0px auto 30px auto;
	padding: 0%;
}
section.feature_area article ol li {
	width: 300px;
	position: relative;
	margin: 0px;
	padding: 0% 30px 0px 0px;
}
section.feature_area article ol li:last-child {
	margin-bottom: 0px;
	margin-right: 0px;
}
section.feature_area article ol li.point1:before {
	content: "1";
}
section.feature_area article ol li.point2:before {
	content: "2";
}
section.feature_area article ol li.point3:before {
	content: "3";
}
section.feature_area article ol li:before {
	width: 45px;
	display: block;
	line-height: 30px;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 5;
	font-size: 16px;
	text-align: center;
	background-color: #999;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(243,217,239,1.0);
	transform:skew(-3deg,-3deg);
	margin: 0px;
	padding: 0%;
}
section.feature_area article ol li dl {
	width: 100%;
	margin: 0px;
	padding: 0%;
}
section.feature_area article ol li dl dt {
	width: 90%;
	border-radius: 50%;
	margin: 0px auto 20px auto;
	padding: 0%;
}
section.feature_area article ol li dl dt img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(243,217,239,1.0);
	margin: 0px 0px 10px 0px;
}
section.feature_area article ol li dl dd {
	width: 100%;
	line-height: 1.8em;
	margin: 0px;
	padding: 0%;
}
section.feature_area article ol li dl dd span {
	color: #c37aaa;
}
section.feature_area article ul {
	width: 600px;
	border: 1px solid #c37aaa;
	box-sizing: border-box;
	margin: 0px auto 40px auto;
	padding: 20px 30px;
}
section.feature_area article ul li {
	width: 100%;
	text-align: left;
	text-indent: -1em;
	line-height: 1.8em;
	font-size: 14px;
	box-sizing: border-box;
	margin: 0px 0px 5px 0px;
	padding: 0% 0px 0px 1em;
}
section.feature_area article ul li:before {
	content: "※";
}
section.feature_area article ul li:last-child {
	margin-bottom: 0px;
}
section.feature_area article dl.sub {
	width: 960px;
	background-color: inherit;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.feature_area article dl.sub dt {
	width: 305px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/feature_sub.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 30px;
	background-color: #faf5f5;
	position: relative;
	z-index: 5;
	margin: 0px 0px -15px 60px;
	padding: 0%;
}
section.feature_area article dl.sub dd {
	width: 100%;
	border: 3px dotted #999;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 30px;
}
section.feature_area article dl.sub dd img {
	width: 100%;
	margin: 0px;
}


section.instructor_area {
	width: 100%;
	margin: 60px 0px 60px 0px;
	padding: 0px;
}
section.instructor_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article h3 {
	width: 310px;
	height: 93px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/instructor_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 93px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.instructor_area article p {
	width: 960px;
	text-align: center;
	line-height: 1.8em;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.instructor_area article ul {
	width: 1170px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.instructor_area article ul li {
	width: 140px;
	text-align: left;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
section.instructor_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt img {
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 0px 0px rgba(243,251,243,1.0);
	margin: 0px 0px 10px 0px;
}
section.instructor_area article ul li dl dt strong {
	color: #3b9a2d;
	display: block;
	font-weight: normal;
	background-image: url(../images/acc_icn_open.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt.close strong {
	background-image: url(../images/acc_icn_close.png);
}
section.instructor_area article ul li dl dd {
	width: 100%;
	display: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dd div {
	display: none;
}
section.instructor_area article ul li dl dd ol {
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dd ol li {
	width: 100%;
	font-size: 12px;
	text-indent: -1.0em;
	box-sizing: border-box;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.0em;
}
section.instructor_area article ul li dl dd ol li:before {
	content: "・";
}
section.instructor_area article ul li dl dd ol li:last-child {
	margin-bottom: 0px;
}
section.instructor_area article ul li dl dd p {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


section.flow_area {
	width: 100%;
	background-color: #f3fbf3;
	margin: 0px;
	padding: 60px 0px 60px 0px;
}
section.flow_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.flow_area article h3 {
	width: 800px;
	height: 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/flow_ttl.png);
	background-size: auto 58px;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 3px solid #a8e99f;
	margin: 0px auto 30px auto;
	padding: 0px 0px 7px 0px;
}
section.flow_area article ul {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.flow_area article ul li {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 48.5px bottom;
	background-size: auto 15px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
section.flow_area article ul li:nth-of-type(1) {
	background-image: url(../images/flow_arrow_01.png);
}
section.flow_area article ul li:nth-of-type(2) {
	background-image: url(../images/flow_arrow_02.png);
}
section.flow_area article ul li:nth-of-type(3) {
	background-image: url(../images/flow_arrow_03.png);
}
section.flow_area article ul li:nth-of-type(4) {
	background-image: url(../images/flow_arrow_04.png);
}
section.flow_area article ul li:nth-of-type(5) {
	background-image: url(../images/flow_arrow_05.png);
}
section.flow_area article ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
section.flow_area article ul li dl {
	display: table;
  	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.flow_area article ul li dl dt {
	width: 180px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
section.flow_area article ul li:nth-of-type(1) dl dt,
section.flow_area article ul li:nth-of-type(2) dl dt,
section.flow_area article ul li:nth-of-type(3) dl dt {
	color: #fff;
}
section.flow_area article ul li:nth-of-type(1) dl dt {
	background-color: #3b9a2d;
}
section.flow_area article ul li:nth-of-type(2) dl dt {
	background-color: #5eac53;
}
section.flow_area article ul li:nth-of-type(3) dl dt {
	background-color: #81be79;
}
section.flow_area article ul li:nth-of-type(4) dl dt,
section.flow_area article ul li:nth-of-type(5) dl dt,
section.flow_area article ul li:nth-of-type(6) dl dt {
	color: #3b9a2d;
}
section.flow_area article ul li:nth-of-type(4) dl dt {
	background-color: #a5d19e;
}
section.flow_area article ul li:nth-of-type(5) dl dt {
	background-color: #c8e3c4;
}
section.flow_area article ul li:nth-of-type(6) dl dt {
	border: 3px solid #3b9a2d;
}
section.flow_area article ul li dl dd {
	width: 600px;
	text-align: left;
	display: table-cell;
	line-height: 1.8em;
	vertical-align: middle;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}


section.interview_area {
	width: 100%;
	margin: 60px 0px 60px 0px;
	padding: 0px;
}
section.interview_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.interview_area article h3 {
	width: 310px;
	height: 93px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/interview_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 93px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.interview_area article p {
	width: 960px;
	text-align: center;
	line-height: 1.8em;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.interview_area article ul {
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li {
	width: 600px;
	border: 3px solid #c4e1c0;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0px 15px 0px 15px;
	padding: 30px;
}
section.interview_area article ul li dl {
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.interview_area article ul li dl dt img {
	width: 130px;
	height: auto;
	float: left;
	margin: 0px 30px 15px 0px;
}

section.interview_area article ul li dl dt strong {
	color: #3b9a2d;
	display: block;
	line-height: 1.5em;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt span {
	width: auto;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 18px;
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt span:after {
	content: " さん";
	font-size: 14px;
}
section.interview_area article ul li dl dt ol {
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt ol li {
	width: auto;
	display: inline-block;
	background-color: #333;
	border: none;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	border-radius: 0px;
	margin: 0px 5px 5px 0px;
	padding: 3px 8px;
}
section.interview_area article ul li dl dd {
	width: 100%;
	overflow: hidden;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


section.point_area {
	width: 100%;
	background-color: #faf5f5;
	margin: 0px;
	padding: 60px 0px 60px 0px;
}
section.point_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.point_area article h3 {
	width: 800px;
	height: 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/point_ttl.png);
	background-size: auto 58px;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 3px solid #e8adde;
	margin: 0px auto 30px auto;
	padding: 0px 0px 7px 0px;
}
section.point_area article ol {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.point_area article ol li {
	width: 100%;
	counter-increment: num;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.point_area article ol li:last-child {
	margin-bottom: 0px;
}
section.point_area article ol li dl {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.point_area article ol li dl dt {
	width: 100%;
	color: #c37aaa;
	line-height: 30px;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	background-image: url(../images/acc_icn_open.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 5px;
	text-align: left;
	box-sizing: border-box;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px 0px 60px;
}
section.point_area article ol li dl dt.close {
	background-image: url(../images/acc_icn_close.png);
}
section.point_area article ol li dl dt:before {
	width: 45px;
	content: counter(num);
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	font-size: 16px;
	text-align: center;
	background-color: #999;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(243,217,239,1.0);
	transform:skew(-3deg,-3deg);
	margin: 0px 0px 0px 0px;
	padding: 0%;
}
section.point_area article ol li dl dd {
	width: 780px;
	border-left: 2px solid #e1dcdc;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 40px;
}
section.point_area article ol li dl dd img {
	width: 300px;
	height: auto;
	float: left;
	box-shadow: 3px 3px 0px 0px rgba(243,217,239,1.0);
	margin: 0px;
}
section.point_area article ol li dl dd p {
	width: 400px;
	float: right;
	text-align: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}


section.faq_area {
	width: 100%;
	background-color: #f3fbf3;
	margin: 0px;
	padding: 60px 0px 60px 0px;
}
section.faq_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.faq_area article h3 {
	width: 800px;
	height: 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/faq_ttl.png);
	background-size: auto 58px;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 3px solid #a8e99f;
	margin: 0px auto 30px auto;
	padding: 0px 0px 7px 0px;
}
section.faq_area article ul {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.faq_area article ul li {
	width: 100%;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.faq_area article ul li:last-child {
	margin-bottom: 0px;
}
section.faq_area article dl {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.faq_area article dl dt {
	width: 100%;
	color: #3b9a2d;
	line-height: 30px;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	background-image: url(../images/acc_icn_open.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 5px;
	text-align: left;
	box-sizing: border-box;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px 0px 60px;
}
section.faq_area article ul li dl dt:before {
	width: 45px;
	content: "Q";
	display: block;
	line-height: 30px;
	color: #333;
	position: absolute;
	top: inherit;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background-color: #ede7b0;
	border-radius: 50%;
	box-shadow: 2px 2px 0px 0px rgba(223,223,223,1.0);
	transform:skew(-3deg,-3deg);
	margin: 0px 0px 0px 0px;
	padding: 0%;
}
section.faq_area article dl dt.close {
	background-image: url(../images/acc_icn_close.png);
}
section.faq_area article dl dd {
	width: 780px;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	border-left: 2px solid #e1dcdc;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 40px;
}


section.course_area {
	width: 100%;
	background-color: #fbf4eb;	
	margin: 0px;
	padding: 60px 0px 60px 0px;
}
section.course_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.course_area article h3 {
	width: 800px;
	height: 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/course_ttl.png);
	background-size: auto 58px;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 3px solid #d5af7e;
	margin: 0px auto 30px auto;
	padding: 0px 0px 7px 0px;
}
section.course_area article dl.course_main {
	width: 960px;
	overflow: hidden;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.course_area article dl.course_main:before {
	content: "スタンダード講座";
	width: 200px;
	font-size: 16px;
	line-height: 40px;
	display: block;
	background-color: #d5af7e;
	position: relative;
	z-index: 5;
	box-shadow: 3px 3px 0px 0px rgba(223,223,223,1.0);
	color: #fff;
	margin: 0px 0px -20px 40px;
	padding: 0px;
}
section.course_area article dl.course_main dt {
	width: 280px;
	height: 332px;
	float: left;
	text-align: center;
	background-color: #fff;
	border-radius: 5px 0px 0px 5px;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}
section.course_area article dl.course_main dt img {
	width: 100%;
	height: auto; 
	margin: 0px;
}
section.course_area article dl.course_main dd {
	width: 680px;
	float: right;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0px 5px 5px 0px;
	margin: 0px;
	padding: 40px 30px 30px 30px;
}
section.course_area article dl.course_main dd strong {
	text-align: left;
	color: #77943e;
	display: block;
	font-size: 20px;
	line-height: 1.8em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
section.course_area article dl.course_main dd p {
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
section.course_area article dl.course_main dd ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.course_area article dl.course_main dd ul li {
	text-align: left;
	float: left;
	font-size: 18px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
section.course_area article dl.course_main dd ul li.fee {
	color: #bc1908;
}
section.course_area article dl.course_main dd ul li:last-child {
	margin-bottom: 0px;
}
section.course_area article dl.course_main dd ul li.term:before {
	content: "受講期間";
}
section.course_area article dl.course_main dd ul li.fee:before {
	content: "受講費用";
}
section.course_area article dl.course_main dd ul li:before {
	width: 75px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	background-color: #93a079;
	border-radius: 3px;
	margin-right: 10px;
}
section.course_area article dl.course_main dd ul li.fee:after {
	content: "（税込）";
	color: #bc1908;
	font-size: 12px;
}
section.course_area article h4 {
	width: 960px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	clear: both;
	background-image: url(../images/course_sub1.png);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.course_area article ol {
	width: 960px;
	overflow: hidden;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.course_area article ol:before {
	width: 240px;
	content: "+";
	font-size: 28px;
	border-radius: 20px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	background-color: #333;
	color: #fff;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.course_area article ol li {
	width: 300px;
	position: relative;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
section.course_area article ol li:last-child {
	margin-right: 0px;
}
section.course_area article ol li span {
	width: 200px;
	font-size: 14px;
	line-height: 40px;
	display: block;
	background-color: #d5af7e;
	position: relative;
	z-index: 5;
	box-shadow: 3px 3px 0px 0px rgba(223,223,223,1.0);
	color: #fff;
	margin: 0px auto -20px auto;
	padding: 0px;
}
section.course_area article ol li span:before {
	content: "人気コース　";
	font-size: 16px;
	color: #fff;
}
section.course_area article ol li span span.yellow {
	width: auto;
	font-size: 20px;
	font-weight: bold;
	color: #eee197;
	line-height: normal;
	display: inline;
	background-color: inherit;
	position: inherit;
	box-shadow: none;
	margin: 0 5px 0 5px;
	padding: 0;
}
section.course_area article ol li span span.yellow:before {
	content: "";
}
section.course_area article ol li dl.course_sub {
	width: 100%;
	height: 660px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.course_area article ol li dl.course_sub dt {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
section.course_area article ol li dl.course_sub dt img {
	width: 100%;
	height: auto; 
	margin: 0px;
}
section.course_area article ol li dl.course_sub dt strong {
	text-align: center;
	color: #77943e;
	display: block;
	font-size: 18px;
	line-height: 1.8em;
	margin: 0px;
	padding: 20px 0px;
}
section.course_area article ol li dl.course_sub dd {
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 20px;
}
section.course_area article ol li dl.course_sub dd ul {
	width: auto;
	margin: 0px;
	padding: 0px;
}
section.course_area article ol li dl.course_sub dd ul li {
	width: auto;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.course_area article ol li dl.course_sub dd ul li.license {
	font-weight: bold;
}
section.course_area article ol li dl.course_sub dd ul li.license:before {
	display: block;
	margin-bottom: 5px;
	content: "取得資格";
	font-weight: normal;
}
section.course_area article ol li dl.course_sub dd ul li.discription {
	line-height: 1.8em;
}
section.course_area article ol li dl.course_sub dd ul li.fee {
	color: #bc1908;
}
section.course_area article ol li dl.course_sub dd ul li.fee span {
	font-size: 12px;
}
section.course_area article ol li dl.course_sub dd ul li.term strong {
	font-weight: normal;
	font-size: 12px;
}
section.course_area article ol li dl.course_sub dd ul li:last-child {
	margin-bottom: 0px;
}
section.course_area article ol li dl.course_sub dd ul li.term:before {
	content: "受講期間";
}
section.course_area article ol li dl.course_sub dd ul li.fee:before {
	content: "受講費用";
}
section.course_area article ol li dl.course_sub dd ul li:before {
	width: 75px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	background-color: #93a079;
	border-radius: 3px;
	margin-right: 10px;
}
section.course_area article ol li dl.course_sub dd ul li.fee:after {
	content: "（税込）";
	color: #bc1908;
	font-size: 12px;
}
section.course_area article div {
	width: 800px;
	clear: both;
	overflow: hidden;
	text-align: center;
	border: 1px solid #666;
	background-image: url(../images/course_icn_card.png);
	background-size: auto 30px;
	line-height: 1.8em;
	font-size: 16px;
	text-indent: 45px;
	background-repeat: no-repeat;
	background-position: 85px center;
	box-sizing: border-box;
	margin: 0px auto 30px auto;
	padding: 15px;
}
section.course_area article h5 {
	width: 960px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/course_sub2.png);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}


section.form_area {
	width: 100%;
	margin: 0px;
	padding: 80px 0px 80px 0px;
}
section.form_area article {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.form_area article h3 {
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/form_ttl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 30px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.form_area article p {
	width: 100%;
	text-align: center;
	line-height: 1.8em;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.form_area article dl.campaign_area {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0px auto 40px auto;
	padding: 20px 30px;
}
section.form_area article dl.campaign_area dt {
	width: 300px;
	float: left;
	margin: 0px 20px 0px 0px;
}
section.form_area article dl.campaign_area dd {
	width: 570px;
	float: right;
	line-height: 1.8em;
	font-size: 16px;
	margin: 2px 0px 0px 0px;
}
section.form_area article dl.campaign_area dd strong {
	font-size: 16px;
}

section.form_area article a.line_bnr {
	width: 520px;
	display: block;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	margin: 0px auto 40px auto;
	padding: 0px;
}
section.form_area article a.line_bnr img {
	width: 100%;
	height: auto;
	margin: 0px;
}

section.form_area article form {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0px;
	padding: 40px;
}

section.form_area article form dl {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #333;
	margin: 0px auto 30px auto;
	padding: 0px 0px 30px 0px;
}
section.form_area article form dl dt {
	width: 260px;
	text-align: left;
	color: #333;
	float: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
section.form_area article form dl dt span {
	width: 40px;
	display: block;
	float: left;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
	margin: -1px 10px 0px 0px;
	padding: 0px;
}
section.form_area article form dl dd {
	width: 590px;
	float: right;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl dd input[type="text"],
section.form_area article form dl dd input[type="email"] {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd input[type="text"]::-webkit-input-placeholder,
section.form_area article form dl dd input[type="email"]::-webkit-input-placeholder {
	padding-top: 2px;
	line-height: 1;
}
section.form_area article form dl dd input.age[type="text"] {
	margin-right: 10px;
}
section.form_area article form dl dd input.zip[type="text"] {
	margin-left: 10px;
}
section.form_area article form dl dd label {
	margin-right: 20px;
}
section.form_area article form dl dd select {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	background-image: url(../images/form_icn_select.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
	background-color: #fff;
	border: 1px solid #999;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 180px;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	border: 1px solid #999;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd ul {
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl dd ul li {
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl dd ul li:last-child {
	margin-bottom: 0px;
}
section.form_area article form dl dd label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
	color: #333;
}
section.form_area article form dl dd label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #999;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
section.form_area article form dl dd label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 7px;
	background-color : #c09ab3;
	z-index          : 1;
}
section.form_area article form dl dd label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #fff;
}
section.form_area article form dl dd label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
section.form_area article form dl dd label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #fff;
}
section.form_area article form dl.privacy dt {
	width: 100%;
	text-align: left;
	color: #333;
	float: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
section.form_area article form dl.privacy dt strong {
	width: 240px;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 20px;
	background-color: #333;
	line-height: 40px;	
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.form_area article form dl.privacy dt p {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

section.form_area article form dl.privacy dd {
	width: 100%;
	float: none;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div {
	width: 100%;
	height: 180px;
	max-height: none;
	text-align: center;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 0px;
	padding: 15px 20px 15px 20px;
}
section.form_area article form dl.privacy dd div dl {
	width: 100%;
	max-height: none;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl:last-of-type {
	margin-bottom: 0px;
}
section.form_area article form dl.privacy dd div dl dt {
	width: 100%;
	max-height: none;
	color: #333;
	text-align: left;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd {
	width: 100%;
	max-height: none;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd p {
	width: 100%;
	max-height: none;
	color: #333;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ol {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ol li {
	width: 100%;
	max-height: none;
	font-size: 12px;
	line-height: 1.8em;
	box-sizing: border-box;
	text-indent: -2.6em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 2.6em;
}
section.form_area article form dl.privacy dd div dl dd ul {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ul li {
	width: 100%;
	max-height: none;
	font-size: 12px;
	color: #333;
	line-height: 1.8em;
	box-sizing: border-box;
	text-indent: -1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 1.2em;
}
section.form_area article form dl.privacy dd div dl dd address {
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	border-left: 2px solid #999;
	box-sizing: border-box;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
section.form_area article form dl.privacy dd div dl dd address a {
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
}
section.form_area article form button {
	-webkit-appearance: none;
	width: 320px;
	text-align: center;
	overflow: hidden;
	border: none;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
}
section.form_area article form button span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}
section.form_area article form button strong {
	font-size: 20px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
section.form_area article form div.mfp_err {
	font-size: 14px;
	color: #cc1a54;
	text-decoration: underline;
	margin-top: 5px;
	line-height: 1.8em;
}



footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer div {
	width: 100%;
	margin: 0px;
	padding: 40px 0px 40px 0px;
}
footer dl {
	width: 100%;
	margin: 0px auto 30px auto;
	padding: 0px;
}
footer dl dt {
	width: 100%;
	height: 80px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-size: auto 80px;
	background-position: center top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
footer dl dd {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer dl dd address {
	font-size: 14px;
	text-align: center;
	font-style: normal;
	line-height: 1.8em;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
footer dl dd a {
	width: 200px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	pointer-events: none;
	background-image: url(../images/tel_img.png);
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
footer ul {
	display: none;
}
footer div span {
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}


a#pagetop {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: block;
	z-index: 10;
	text-indent: -9999px;
	background-size: 70px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}


}

/*----------------------------------------------------
 style end
----------------------------------------------------*/
