@charset 'UTF-8';
@import url("/customers/assets/css/jquery-ui.css");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}*/

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.tracktags {
	margin-top: -20px;
	height: 0;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

/*body {
	line-height: 1.5;
	min-width: 800px;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

#main {
	font-size: 140%;
	margin-bottom: 10px;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}*/

body {
	min-width: 1000px;
	background: #FFF;
}

#pagebody {
	width: auto!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.w1000 {
	margin: 0 auto;
	width: 1000px;
}

#main {
	margin-left: 0!important;
	padding-top: 0!important;
	float: right!important;
}

.single_column #main {
	margin-right: auto!important;
	margin-left: auto!important;
	float: none!important;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header02 {
	width: 100%;
	height: 129px;
	border-bottom: 1px solid #f3f3f3;
	box-sizing: border-box;
}

#header02 img {
	vertical-align: top;
}

#header02 h1 {
	margin-left: -10px;
	padding-left: 0;
}

#header02 h1 span {
	display: block;
}

#header02 .sub_navi {
	margin-top: 20px;
	width: 389px;
	float: right;
}

#header02 .sub_navi li {
	margin-bottom: 10px;
	float: left;
	list-style: none;
}

#header02 .sub_navi li:first-child {
	margin-right: 10px;
}

#header02 .sub_navi li form {
	height: 50px;
}

#header02 .sub_navi li a:hover,
#header02 .sub_navi li form:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#g_navi {
	border-bottom: 1px solid #f3f3f3;
}

#g_navi li {
	float: left;
	list-style: none;
}

#g_navi li a {
	padding-top: 15px;
	width: 166px;
	height: 50px;
	border-bottom: 2px solid #FFF;
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}

#g_navi li a:hover {
	border-bottom: 2px solid #72a625;
	color: #72a625;
}

#index #g_navi li.index a,
#beginner-index #g_navi li.index a,
#customers-course #g_navi li.index a,
#customers-ui #g_navi li.index a,
#customers-voices #g_navi li.index a,
#customers-instructors #g_navi li.index a {
	border-bottom: 2px solid #72a625;
	color: #72a625;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	padding: 15px 0;
}

#pagePath li {
	display: inline;
	margin-right: 2px;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
  jquery-ui オートコンプリート（メールアドレス）
------------------------------------------------------------*/
.ui-widget-content {
	border: 1px solid #666!important;
	background: #fff!important;
	font-size: 1rem;
  }
  
  .ui-state-active {
	border: 1px solid #838d75!important;
	background: #84b63c!important;
	font-weight: bold!important;
	color: #fff !important;
  }

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
/*	float: left;
	width: 580px;*/
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sidebar02 {
	width: 263px;
	float: left;
}

#sidebar02 section {
	margin-bottom: 20px;
	width: auto;
}

#sidebar02 section:last-child {
	margin-bottom: 0;
}

#sidebar02 img {
	vertical-align: top;
}

#sidebar02 a {
	text-decoration: none;
}

#sidebar02 a:hover {
	text-decoration: underline;
}

#sidebar02 a:hover img {
	opacity: 0.7;
}

#sidebar02 p {
	margin: 0;
	padding: 0;
	width: auto;
}

#sidebar02 .ttl {
	margin: 0;
	padding: 0;
	width: auto;
	background-color: inherit;
	border-radius: 0;
}

#sidebar02 .ttl02 {
	padding-top: 14px;
	height: 47px;
	background: #7FB233;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	box-sizing: border-box;
}

#sidebar02 ul li {
	list-style: none;
}

#sidebar02 #ranking .ttl02 span {
	padding-left: 25px;
	background: #7fb233 url(/img/common/icon19.png) no-repeat left center;
}

#sidebar02 #ranking .rankingList {
	padding: 0 18px;
	border: 2px solid #7fb233;
	border-top: none;
}

#sidebar02 #ranking .rankingList li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

#sidebar02 #ranking .rankingList li:last-child {
	border-bottom: none;
}

#sidebar02 #ranking .rankingList li .img {
	float: left;
}

#sidebar02 #ranking .rankingList li .rank {
	color: #666;
	font-weight: bold;
	vertical-align: middle;
}

#sidebar02 #ranking .rankingList li .img img {
	max-width: 60px;
	height: auto;
}

#sidebar02 #ranking .rankingList li:nth-of-type(1) .rank {
	color: #F37B2B;
}

#sidebar02 #ranking .rankingList li:nth-of-type(2) .rank {
	color: #7fb233;
}

#sidebar02 #ranking .rankingList li .txt {
	margin-top: -5px;
	width: 138px;
	float: right;
	line-height: 1.7;
}

#sidebar02 #ranking .rankingList li img {
	vertical-align: middle;
}

#sidebar02 #keyword .keywordList {
	padding: 20px 10px 15px 20px;
	border: 2px solid #7fb233;
	border-top: none;
}

#sidebar02 #keyword .ttl02 span {
	padding-left: 25px;
	background: #7fb233 url(/img/common/icon20.png) no-repeat left center;
}

#sidebar02 #keyword .keywordList li {
	float: left;
}

#sidebar02 #keyword .keywordList li a {
	margin: 0 5px 5px 0;
	padding: 1px 5px 0;
	background-color: #FFF;
	border: 1px solid #7FB233;
	border-radius: 4px;
	display: block;
	color: #7fb233;
	font-size: 10px;
	vertical-align: middle;
	text-decoration: none;
}

#sidebar02 #keyword .keywordList li a:hover {
	opacity: 0.7;
}

#sidebar02 #keyword .ttl02 {
	text-align: center;
}

#sidebar02 #side_beginner_box {
	padding: 20px;
	background: #7fb233;
	box-sizing: border-box;
}

#sidebar02 #side_beginner_box .ttl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 1;
}

#sidebar02 #side_beginner_box .ttl span {
	color: #fff100;
}

#sidebar02 #side_beginner_box ul li:nth-of-type(1),
#sidebar02 #side_beginner_box ul li:nth-of-type(3) {
	margin-top: 10px;
	margin-bottom: 5px;
}

#sidebar02 #side_beginner_box a.textlink_white {
	padding-left: 10px;
	background: url(/img/common/icon04.png) no-repeat left center;
	color: #FFF;
}

#sidebar02 #side_login_box {
	padding: 15px 20px 20px;
	border: 1px solid #7fb233;
}

#sidebar02 #side_login_box .ttl {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-top: none;
	border-bottom: 1px solid #7fb233;
	font-size: 17px;
	text-align: center;
}

#sidebar02 #side_login_box .ttl span {
	padding-left: 20px;
	display: inline-block;
	background: url(/img/common/icon01.png) no-repeat left center;
}

#sidebar02 #side_login_box dt {
	margin-top: 15px;
	margin-bottom: 5px;
}

#sidebar02 #side_login_box dd {
	margin-bottom: 5px;
}

#sidebar02 #side_login_box dd input {
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}

#sidebar02 #side_login_box .textlink_blue {
	padding-left: 10px;
	background: url(/img/common/icon05.png) no-repeat left center;
	color: #04C;
}

#sidebar02 #login_button {
	margin: 10px auto 0;
	padding: 0;
	width: 124px;
}

#sidebar02 #login_button input:hover {
	opacity: 0.7;
}

#sidebar02 #side_banner_list {
	margin-bottom: 20px;
}

#sidebar02 #side_banner_list li {
	margin-bottom: 10px;
}

#sidebar02 #side_banner_list li:last-child {
	margin-bottom: 0;
}

#sidebar02 #side_campaign_box {
	padding: 15px 0px 20px;
	border: 1px solid #7fb233;
	text-align: center;
}

#sidebar02 #side_campaign_box .ttl {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-top: none;
	border-bottom: 1px solid #7fb233;
	font-size: 17px;
	text-align: center;
}

#sidebar02 #side_campaign_box .ttl span {
	padding-left: 23px;
	display: inline-block;
	background: url(/img/common/icon02.png) no-repeat left center;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#page-top {
	z-index: 1;
}

#footer02 {
	overflow: hidden;
}

#footer02 .slick_container {
	margin-bottom: 50px;
	height: 280px;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer02 .slick_container .slick {
	margin-left: -1250px;
	width: 2500px;
	position: absolute;
	top: 50px;
	left: 50%;
}

#footer02 .slick_container .slick a {
	margin: 0 auto;
	width: 320px;
	display: block;
}

#footer02 .slick_container .slick a:hover {
	opacity: 0.7;
}

#footer02 .slick_container .next,
#footer02 .slick_container .prev {
	margin-top: -15px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
}

#footer02 .slick_container .prev {
	margin-left: -515px;
	left: 50%;
}

#footer02 .slick_container .next {
	margin-right: -515px;
	right: 50%;
	transform: rotate(180deg);
}

#footer02 .slick_container .next:hover,
#footer02 .slick_container .prev:hover {
	cursor: pointer;
	opacity: 0.7;
}

#footer02 #foot_logo_box {
	margin-bottom: 30px;
	padding: 50px;
	background: #f1f1f1;
}

#footer02 #foot_logo_box .left_box {
	margin-top: -16px;
	width: 362px;
	float: left;
}

#footer02 #foot_logo_box .left_box dl {
	font-size: 12px;
}

#footer02 #foot_logo_box .left_box dl dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7fb233;
}

#footer02 #foot_logo_box .left_box dl dd {
	margin-bottom: 15px;
}

#footer02 #foot_logo_box .left_box dl dd:last-child {
	margin-bottom: 0;
}

#footer02 #foot_logo_box .right_box {
	width: 490px;
	float: right;
}

#footer02 #foot_logo_box .right_box ul {
	padding: 16px 20px;
	background: #FFF;
}

#footer02 #foot_logo_box .right_box ul li {
	padding: 20px 23px;
	width: 215px;
	height: 215px;
	background: #f1f1f1;
	float: left;
	font-size: 10px;
	text-align: center;
	list-style: none;
	box-sizing: border-box;
}

#footer02 #foot_logo_box .right_box ul li:last-child {
	padding-top: 25px;
	float: right;
}

#footer02 #foot_logo_box .right_box ul li span {
	display: block;
}

#footer02 #foot_logo_box .right_box ul li span.top {
	margin-bottom: 15px;
}

#footer02 #foot_logo_box .right_box ul li span.btm {
	margin-top: 15px;
}

#footer02 #foot_link_box {
	padding: 20px 50px 50px;
	box-sizing: border-box;
}

#footer02 #foot_link_box ul,
#footer02 #foot_link_box dl {
	list-style: none;
}

#footer02 #foot_link_box a {
	color: #111;
	font-size: 12px;
	text-decoration: none;
}

#footer02 #foot_link_box a:hover {
	text-decoration: underline;
}

#footer02 #foot_link_box .col_list > li {
	width: 25%;
	float: left;
}

#footer02 #foot_link_box .col_list > li:nth-of-type(1) {
	margin-right: 32px;
	width: 180px;
}

#footer02 #foot_link_box .col_list > li:nth-of-type(2),
#footer02 #foot_link_box .col_list > li:nth-of-type(3) {
	margin-right: 50px;
	width: 180px;
}

#footer02 #foot_link_box .childUl li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/img/common/icon03.png) no-repeat left center;
	font-weight: bold;
}

#footer02 #foot_link_box .childUl li:nth-of-type(7) {
	margin-bottom: 10px;
}

#footer02 #foot_link_box dl {
	margin-bottom: 20px;
	max-width: 210px;
}

#footer02 #foot_link_box dl dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7fb233;
	font-weight: bold;
}

#footer02 #foot_link_box dl dd {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/img/common/icon03.png) no-repeat left center;
}

#copyright {
	margin: 0;
	padding-top: 26px;
	height: 70px;
	background: #7FB233;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
/*------------------------------------------------------------
	箇条書き
------------------------------------------------------------*/
.heading01 {
	margin-bottom: 25px;
	padding: 20px 10px 20px 0;
	width: auto;
	font-size: 30px;
	color: #111;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #7FB233;
	background: none #fff;
	border-radius: 0;
}

.heading01 img {
	margin-right: 5px;
	vertical-align: -9px;
}

.heading02 {
	margin-bottom: 20px;
	padding: 10px 12px 8px;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	background: none #7FB233;
	border-radius: 0;
	border-bottom: 1px solid #3F7C0A;
}

.heading02 img {
	margin-right: 8px;
	vertical-align: -5px;
}

.heading02:before {
	display: none;
}

.heading03 {
	margin-bottom: 17px;
	padding: 0 0 15px;
	font-size: 26px;
	color: #111;
	line-height: 1.2;
	font-weight: normal;
	background: none #fff;
	border-radius: 0;
	border-bottom: 1px solid #7FB233;
}

.heading04 {
	background-color: #F37B2B;
	border-color: #E83B07;
}

#main .color01 {
	font-weight: bold;
	color: #6ea239;
}

#main .color02 {
	font-weight: bold;
	color: #f37b2b;
}

#main .color03 {
	font-weight: bold;
	color: #7fb233;
}

#main .comText {
	margin-bottom: 40px;
	background: url(/img/common/bg01.png) no-repeat right top;
}

#main .comText p {
	color: #111;
	line-height: 1.7;
}

#main .comText .title {
	margin-bottom: 2px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.heading05 {
	margin-bottom: 15px;
	padding: 0 0 18px;
	color: #7fb233;
	font-size: 18px;
	background: none;
	border-bottom: 1px solid #7FB233;
}

.heading05:before {
	display: none;
}

.heading06 {
	margin-bottom: 20px;
	padding: 8px 15px 7px!important;
	color: #333;
	font-size: 18px;
	position: relative;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

.heading06:before {
    width: 3px;
    height: 100%;
	background-color: #7FB233;
    position: absolute;
    top: 0;
    left: 0;

    content: "";
}

.heading07 {
	margin-bottom: 32px;
	padding: 10px 12px 9px;
	width: auto;
	position: relative;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	background: none #7FB233;
	border-radius: 0;
}

.heading07 img {
	margin-right: 8px;
	vertical-align: -5px;
}

.heading07:before {
    width: 100%;
    height: 2px;
    background: #7FB233;
    position: absolute;
    top: -22px;
    left: 0px;

    content: "";
}

.heading08 {
	margin-bottom: 17px;
	padding: 8px 8px 10px;
	width: auto;
	clear: both;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	font-weight: normal;
	border-left: 3px solid #7FB233;
	border-radius: 0;
	background: #EEE;
}

#main .pageList {
	padding-top: 32px;
	text-align: center;
}

#main .pageList li {
	margin: 0 3px;
	display: inline-block;
}

#main .pageList li a,
#main .pageList li span {
	padding-top: 5px;
	min-width: 28px;
	min-height: 23px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border: 1px solid #7FB233;
	border-radius: 5px;
	box-shadow: 0px 2px 0px #CFCFCF;
}

#main .pageList li.prev a,
#main .pageList li.next a {
	padding: 5px 5px 0;
}

#main .pageList li .current {
	color: #7fb233;
	font-weight: bold;
	box-shadow: none;
}

#main .pageList li a:hover {
	color: #7fb233;
}

#main .comMore {
	margin-bottom: 50px;
	text-align: center;
}

#main .comMore a {
	display: inline-block;
	border-bottom: 2px solid#CFCFCF;
	border-radius: 0 0 5px 5px;
}

#main .comMore a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comMore a span {
	padding: 5px 10px 0;
	min-width: 28px;
	min-height: 23px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border: 1px solid #7FB233;
	border-radius: 5px;
}

/*------------------------------------------------------------
	コンタクトエリア
------------------------------------------------------------*/
.contactBox p {
	margin: 0;
	padding: 0;
}

.contactBox form {
	position: relative;
}

.contactBox .footnote {
	font-size: 12px;
}

.contactBox .inputBox {
	box-sizing: border-box;
	margin: 15px 0 8px;
	border-radius: 4px;
}

.contactBox #form1 input[type="email"] {
	margin: 0;
	background-color: transparent;
	border: 0;
	outline: 0;
	font-size: 16px;
}

.contactBox #form1 input[type="image"] {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
}

.contactBox #form1 input:focus,
.contactBox #form1 textarea:focus {
	background: transparent;
	border: none;
	opacity: .7;
}

.contactBox .orange {
	color: #f37b2b;
}

.contactBox .green {
	color: #6e992c;
}

.englishTest {
/*	height: 240px; */
	background: url("/img/common/c_bg01.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.englishTest.freeTestMv {
    background: url("/customers/images/freetest_banner_bg_mv.png") repeat center center;
    background-size: auto;
}

.englishTest:after {
	width: 100%;
	height: 100%;
	background-color: rgba(127, 178, 51, .8);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.englishTest.freeTestMv:after {
	background-color: rgba(98,192,96,0);
}

.englishTest .img {
	position: relative;
	z-index: 1;
	bottom: 0;
	vertical-align: top;
}

.englishTest .contactBox {
	margin-top: 35px;
	float: right;
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: bold;
}

.englishTest .contactBox .title {
	font-size: 20px;
	line-height: 1.5;
}

.englishTest .contactBox ul {
	margin-top: 10px;
	list-style: none;
}

.englishTest .contactBox ul li {
	box-sizing: border-box;
	margin-right: 5px;
	width: 210px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 4px;
	float: left;
	line-height: 24px;
	text-align: center;
}

.englishTest .contactBox ul li:last-child {
	margin-right: 0;
}

.englishTest .contactBox .inputBox {
	width: 640px;
	height: 40px;
	background: #fff;
}

.englishTest .contactBox #form1 input[type="email"] {
	padding: 10px 15px;
	width: 430px;
}

/* keypoint6 */
.englishTest.keypoint6 {
  padding-top: 1px;
  padding-bottom: 1px;
  background-image: url(https://www.fruitfulenglish.com/img/common/c_bg02.jpg);
}
.englishTest.keypoint6:after {
  display: none;
}
.englishTest.keypoint6 .w1000 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 25px 15px 15px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.englishTest.keypoint6 .w1000:before {
  content: '';
  display: block;
  width: 380px;
  height: 380px;
  background: #ecf4e1;
  border-radius: 50%;
  position: absolute;
  top: -140px;
  left: -70px;
}
.englishTest.keypoint6 .w1000 .img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.englishTest.keypoint6 .contactBox {
  color: #000;
  margin-top: 0;
}
.englishTest.keypoint6 .contactBox ul li {
  color: #fff;
  line-height: 1.3;
  background: #0c4c99;
  height: 48px;
  padding: 5px;
}
.englishTest.keypoint6 .contactBox .inputBox {
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
}
.keyBlue {
  color: #17559e;
}
.keyGreen {
  color: #a9ca41;
}

.contactArea {
	margin-bottom: 50px;
	padding: 40px 0;
	background: url("/img/common/c_bg02.jpg") no-repeat center center;
	background-size: cover;
}

.contactArea .inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding-right: 40px;
	height: 400px;
	background: #fff;
}

.contactArea .contactBox {
	margin-top: 55px;
	width: 560px;
	float: right;
	color: #333;
}

.contactArea .contactBox .title {
	margin-bottom: 15px;
	color: #111;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.contactArea .contactBox .text {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.7;
}

.contactArea .contactBox .inputBox {
	width: 560px;
	height: 50px;
	background: #f8f8f8;
	border: 1px solid #d8d8d8;
}

.contactArea .contactBox #form1 input[type="email"] {
	padding: 15px;
	width: 345px;
}

.contactArea .contactBox #form1 input[type="image"] {
	padding: 3px;
}

.contactArea02 {
	background: url("/img/common/c_bg03.jpg") no-repeat center center;
	background-size: cover;
}

.contactArea02 .contactBox {
	margin-top: 35px;
}


#main .area {
	margin-bottom: 20px;
	padding: 31px 27px 22px 29px;
	border: 2px dotted #80ae52;
	border-radius: 1px;
}

#main .area .ttl {
	margin-bottom: 15px;
	padding-bottom: 17px;
	color: #7fb233;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #7fb233;
}

#main .area .ttl span {
	margin-left: 5px;
	font-weight: normal;
}

#main .area .imgBox .photoBox {
	margin-top: 3px;
	width: 104px;
	float: right;
	text-align: center;
}

#main .area .imgBox .textBox {
	width: 500px;
	float: left;
}

#main .area .imgBox .textBox p {
	margin-bottom: 8px;
	line-height: 1.73;
}

#main .area .imgBox .textBox p:last-child {
	margin-bottom: 0;
}

/* dotBox
------------------------------------------------------------*/
#main .dotBox {
	margin-bottom: 20px;
	padding: 30px 30px 25px;
	border: 2px dotted #80ae52;
	border-radius: 1px;
}

#main .dotBox .title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #7fb233;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #7fb233;
}

#main .dotBox .title:before {
	content: none;
}

#main .dotBox .title span {
	margin-left: 5px;
	font-weight: normal;
}

#main .dotBox p {
	font-size: 14px;
}

/*------------------------------------------------------------
	講座個別
------------------------------------------------------------*/
.blockquote {
  margin: 10px;
  margin-bottom: 1em;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  background: #fef3eb;
}
.blockquote:nth-child(even) {
  background: #ebf1fe;
}
.blockquote:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #cccccc;
}
.blockquote:nth-child(even):before {
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #cccccc transparent transparent;
}
.blockquote:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fef3eb;
}
.blockquote:nth-child(even):after {
  left: -14px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ebf1fe transparent transparent;
}
.blockquote p {
  position : relative;
  padding-right: 30px;
}
.blockquote p:before {
  content: "";
  display: inline-block;
  font-size: 300%;
  color: #99cc33;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.blockquote p:after {
  content: "";
  display: inline-block;
  font-size: 300%;
  color: #99cc33;
  line-height: 0.7;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: -0.6em;
  margin-left: 0.2em;
}

.moreCourse {
  display: none;
  padding: 10px;
  margin: 10px 10px 10px 40px;
  border: 1px solid #7fb233;
}
.moreCourse p {
  padding-left: 0 !important;
}
.moreCourse .att {
  margin: 0 10px;
  background: #fffdf1;
}
.moreCourse .att p {
  padding: 1em 2em!important;
}
.moreCourse .att_tit {
  border-bottom: 1px solid #7fb233;
  background: #fff;
}
.moreCourse .att_tit p {
  color: #7fb233;
  text-indent: -1.3em;
  font-weight: bold;
  padding: 1em 1em 0 1em !important;
}
.stt_yes,
.stt_no {
  font-size: 16px;
  font-weight: bold;
}
.stt_Q {
  text-indent: -1.5em;
}
.stt_yes {
  color: blue;
}
.stt_no {
  color: red;
}
.OandC_btn {
  text-align: center;
}
.OandC_btn span {
  color: #fff;
  display: inline-block;
  padding: .5em 3em;
  background: #7fb233;
  border-radius: 4px;
  cursor: pointer;
}