
/**********************************************************************
*
*　　 ■ボディレイアウト
*
**********************************************************************/

body {
	position: relative;
	color: #000;
	background: #FFF;
	font-size: 75%;
	font-family: 'Noto Sans Japanese', serif;
	text-align: left;
	line-height: 1.5;
}
html>/**/body {
	font-size: 10px; /* Except IE */
}

/**********************************************************************
*
*　　 ■default
*
**********************************************************************/

html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
fieldset img {
border: 0;
}
img {
vertical-align: bottom;
}
ol, ul, li {
list-style: none;
}
li {
	list-style-type: none;
}

/**********************************************************************
*
*　　 ■reset
*
**********************************************************************/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**********************************************************************
*
*　　 ■parts
*
**********************************************************************/

.fl {
	float: left;
}
.fr {
	float: right;
}

.c_l {
	clear: left;
}

.c_b {
	clear: both;
}

.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}

/* End hide from IE-mac */


.cb {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1%;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mtb10 {
	margin: 10px 0;
}

.mtb20 {
	margin: 20px 0;
}

.mtb30 {
	margin: 30px 0;
}

.pt30 {
	padding-top: 30px;
}

img.w100 {
	width: 100%;
}
.notes {
	font-size: 12px !important;
	line-height: 16px;
	color: #666 !important;
	letter-spacing: 0em !important;
}

.notes span {
	color: #DD272D !important;
}


/**********************************************************************
*
*　　 ■リンク・透過変更
*
**********************************************************************/

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:link {
	color: #CC2728;
	text-decoration: none;
}

a:visited {
	color: #CC2728;
	text-decoration: none;
}

a:hover {
	 color: #CC2728;
	 text-decoration: none;
}

a img {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	color: #ffffff;
	background: transparent;
		-webkit-transition: opacity 1.4s ease;
		-moz-transition: opacity 1.4s ease;
		transition: opacity 1.4s ease;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	background: transparent;
	vertical-align:bottom;
}

a:hover img,
a:active img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

header #logo_area ul li#free a,
header #logo_area ul li#request a {
	filter:  alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transition: opacity 1.4s ease;
	-moz-transition: opacity 1.4s ease;
	transition: opacity 1.4s ease;
	opacity: 1;
}

header #logo_area ul li#free a:hover,
header #logo_area ul li#request a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/**********************************************************************
*
*　　 ■外枠
*
**********************************************************************/

#head_tag {
	height:0;
	overflow:auto;
}

header,
footer {
	width: 100%;
	font-size: 14px;
}

header {
	border-top: 5px solid #DC262C;
	border-bottom: 3px solid #DDD;
	position: fixed;
	z-index: 9999;
}

footer {
	height: auto;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#container {
	padding-top:108px;
	width:100%;
}

#main-column {
	width: 740px;
	float: left;
	padding-bottom: 50px;
}

#right-column {
	width: 200px;
	float: right;
}

.a_container {
	width:100%;
}

.a_contents {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


/**********************************************************************
*
*　　 ■ヘッダー
*
**********************************************************************/

header #head_tit {
	width: 100%;
	background: #F6F6F6;
	color: #7F7F7F;
	height:30px;
	overflow: hidden;
}

header #head_tit div {
	width: 950px;
	margin: 0 auto;
}

header #head_tit div h1,
header #head_tit div p {
	float: left;
	line-height: 30px;
	font-size: 11px;
}

header #head_tit div h1 {
	margin-right:10px;
}

header #logo_area {
	background: #FFF;
}

header #logo_area #h_cnt  {
	width: 950px;
	height: 52px;
	margin: 0 auto;
	padding: 9px 0 9px;
}

header #logo_area #h_cnt p {
	color: #CC2728;
	width: 330px;
	float: left;
	font-size: 10px;
	text-align: center;
}

header #logo_area p img {
	width: 100%;
	margin-bottom: 4px;
}

header #logo_area #h_cnt #other_s {
	float: left;
	width: 280px;
	height: 50px;
	background: url(/img/h_site_bg.png) no-repeat left top;
	margin: 12px 0 10px 0;

}

header #logo_area #h_cnt #other_s p {
	float: left;
	width: 99px;
	height: 45px;
	margin: 0 0 0 24px;
}

header #logo_area #h_cnt #other_s p a {
	background: none;
}

header #logo_area #h_cnt

header #logo_area #h_cnt ul {
	clear: both;
}

header #logo_area #h_cnt ul li {
	float: right;
	width:523px;
}

header #logo_area #h_cnt ul li img {
	width: 100%;
}

/**********************************************************************
*
*　　 ■footer
*
**********************************************************************/

#side-bord {
	position: fixed;
	right: 0;
	top: 210px;
}

#side-bord  ul li {
	width: 130px;
	margin-bottom: 10px;
}

#side-bord  ul li img {
	width: 100%;
}

#page-top {
	position: fixed;
	right: 60px;
	bottom: 60px;
}

#ft_nav {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #F1F1F1;
}

#ft_nav ul {
	width: 200px;
	margin: 0 auto;
	padding: 23px 0;
}

#ft_nav ul li {
	float: left;
}

#ft_nav ul li a {
	color: #7F7F7F;
	line-height: 14px;
	border-right: 1px solid #7F7F7F;
	font-size: 12px;
	padding: 0 15px;
}

#ft_nav ul li a.b_n {
	border-right: none;
}

footer #f_cnt {
	width: 100%;
	background: #FFF;
	padding: 30px 0;
}

footer #f_cnt p {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #656565;
}

footer #f_cnt a {
	color: #FFF;
}

#copyright {
	margin-top: 30px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #FFF !important;
	background: #DC262C;
}

/**********************************************************************
*
*　　 ■お問い合わせ
*
**********************************************************************/


.contact_lp {
	width: 420px;
	padding: 180px 40px 0 500px;
	height: 120px;
	margin: 50px auto ;
	background: url(/lp/img/contact_bg_lp.png) no-repeat;
}

.contact_area {
	width: 960px;
	height: 300px;
	margin: 50px auto ;
	background: url(/common/img/contact_bg.png) no-repeat;
}

.contact_area section {
	padding: 10px 0;
}

.contact_area section h4 {
	width: 520px;
	height: 60px;
	line-height: 20px;
	font-size: 13px;
	color: #FFF;
	margin: 0 0 10px 40px;
	font-weight: bold;
	text-align: center;
}

.contact_area section p {
	margin: 0 0 0 40px;
}

.contact_area section ul {
	width: 920px;
	margin : 20px auto 0;
}

.contact_area section ul li {
	width: 420px;
	float: left;
	margin: 0 20px;
}

/**********************************************************************
*
*　　 ■特長
*
**********************************************************************/

#top_tit {
	background: url(/common/img/top_bg.png) no-repeat center top;
}

#top_tit h2 {
	width:960px;
	margin: 0 auto;
}

#top_tit #t_txt {
	width: 100%;
	height: 60px;
	background: url(/common/img/t_txt_bg.png) repeat;
}

#top_tit p img {
	display: block;
	width: 960px;
	margin: 0 auto;
}

.a_contents {
	padding-top: 5px;
}

#about00_top {
	width: 100%;
	background: url(/about/img/about00_top_bg.png) repeat-x;
}
#about01_top {
	width: 100%;
	background: url(/about/img/a01_top_bg.png) repeat-x;
}
#about02_top {
	width: 100%;
	background: url(/about/img/a02_top_bg.png) repeat-x;
}
#about03_top {
	width: 100%;
	background: url(/about/img/a03_top_bg.png) repeat-x;
}
#about04_top {
	width: 100%;
	background: url(/about/img/a04_top_bg.png) repeat-x;
}

#a00_01,
#a01_01,
#a02_01,
#a03_01,
#a04_01 {
	width: 960px;
	height:80px;
	margin: 0 auto 80px;
	padding-top: 200px;
	background: url(/about/img/about00_top.png) no-repeat;
}
#a01_01 {
	background: url(/lp/img/a01_top.png) no-repeat;
}
#a02_01 {
	background: url(/about/img/a02_top.png) no-repeat;
}
#a03_01 {
	background: url(/about/img/a03_top.png) no-repeat;
}
#a04_01 {
	background: url(/about/img/a04_top.png) no-repeat;
}

#a00_01 p,
#a01_01 p,
#a02_01 p,
#a03_01 p,
#a04_01 p {
	width: 500px;
	padding: 10px 0;
	margin-left: 50px;
	line-height: 20px;
	border: 2px solid #FF7700;
	background: #FFE4CC;
	color: #333;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#a01_01 p {
	border: 2px solid #73E1A8;
	background: #E3F9EE;
}
#a02_01 p {
	border: 2px solid #FFA4B6;
	background: #FFEDF0;
}
#a03_01 p {
	border: 2px solid #FFD14F;
	background: #FFF6DC;
}
#a04_01 p {
	border: 2px solid #75C9F5;
	background: #E3F4FD;
}

ul .nav01_s,
ul .nav02_s,
ul .nav03_s,
ul .nav04_s {
	width: 226px;
	height: 150px;
	margin: 10px 45px 50px;
	padding: 100px 0 0;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
ul .nav01_s {
	background: url(/about/img/nav01_s.png) no-repeat;
}
ul .nav02_s {
	background: url(/about/img/nav02_s.png) no-repeat;
}
ul .nav03_s {
	background: url(/about/img/nav03_s.png) no-repeat;
}
ul .nav04_s {
	background: url(/about/img/nav04_s.png) no-repeat;
}

#about00_mid{
	width: 100%;
	background: url(/about/img/a00_02_bg.png) no-repeat center top;
}

#about00_mid h3 {
	width: 977px;
	padding-top: 30px;
	margin: 0 auto 20px;
}

#about00_mid div ul {
	width: 800px;
	height: 300px;
	margin: 30px 0 100px;
	padding: 50px 80px ; 
	background: url(/about/img/a00_05_bg.png) no-repeat;
}

#about00_mid div ul li {
	border-bottom: 1px solid #F9F6F2;
	line-height: 49px;
	background: url(/about/img/check_icon.png) no-repeat 40px center;
	padding-left: 80px;
	font-size: 20px;
	color: #4C4C4C;
}

#about00_mid div ul li em {
	font-weight: bold;
	color: #FF0000;
}

#about_nav {
	margin: 20px auto 0;
}

#about_nav li {
	margin-bottom: 80px;
}

#about_nav li p {
	width: 500px;
	height: 60px; 
	margin: 20px auto 0;
}

#a_nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 30px;
}

#a_nav ul li {
	width: 234px;
	height: 100px;
	float: left;
	margin-left: 8px;
}

#a_nav ul li#an01_a,
#a_nav ul li#an02_a,
#a_nav ul li#an03_a,
#a_nav ul li#an04_a {
	margin: 0 !important;
}

#a_nav ul li#an03_a,
#a_nav ul li#an03_b,
#a_nav ul li#an04_a,
#a_nav ul li#an04_b {
	width: 475px !important;
}

#a_nav ul li a {
	display: block;
	width: 164px;
	height: 60px;
	padding: 30px 10px 30px 60px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 20px;
	color: #FFF;
}

#a_nav ul li#an03_a a,
#a_nav ul li#an03_b a,
#a_nav ul li#an04_b a {
	width: 425px !important;
	line-height: 40px !important;
	padding: 30px 10px 30px 50px;
}
#a_nav ul li#an04_a a {
	width: 405px !important;
	line-height: 40px !important;
	padding: 30px 10px 30px 70px;
}

#a_nav ul li#an01_a a {
	background: url(/about/img/an01_a_btn.png) no-repeat;
}
#a_nav ul li#an01_b a {
	background: url(/about/img/an01_b_btn.png) no-repeat;
}
#a_nav ul li#an01_c a {
	background: url(/about/img/an01_c_btn.png) no-repeat;
	line-height: 40px !important;
}
#a_nav ul li#an01_d a {
	background: url(/about/img/an01_d_btn.png) no-repeat;
}
#a_nav ul li#an02_a a {
	background: url(/about/img/an02_a_btn.png) no-repeat;
}
#a_nav ul li#an02_b a {
	background: url(/about/img/an02_b_btn.png) no-repeat;
}
#a_nav ul li#an02_c a {
	background: url(/about/img/an02_c_btn.png) no-repeat;
}
#a_nav ul li#an02_d a {
	background: url(/about/img/an02_d_btn.png) no-repeat;
}
#a_nav ul li#an03_a a {
	background: url(/about/img/an03_a_btn.png) no-repeat;
}
#a_nav ul li#an03_b a {
	background: url(/about/img/an03_b_btn.png) no-repeat;
}
#a_nav ul li#an04_a a {
	background: url(/about/img/an04_a_btn.png) no-repeat;
}
#a_nav ul li#an04_b a {
	background: url(/about/img/an04_b_btn.png) no-repeat;
}

#a01_a_box,
#a01_b_box,
#a01_c_box,
#a01_d_box,
#a02_a_box,
#a02_b_box,
#a02_c_box,
#a02_d_box,
#a03_a_box,
#a03_b_box,
#a04_a_box,
#a04_b_box {
	padding-top:160px;
	margin-top: -160px;
}

#a01_a_box h3,
#a01_b_box h3,
#a01_c_box h3,
#a01_d_box h3,
#a02_a_box h3,
#a02_b_box h3,
#a02_c_box h3,
#a02_d_box h3,
#a03_a_box h3,
#a03_b_box h3,
#a04_a_box h3,
#a04_b_box h3 {
	box-shadow: 0 0 5px #CCC;
	padding: 30px 0;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.2em;
	overflow: hidden;
	font-style: oblique;
}

#a01_a_box h3 {
	color: #9BC91C;
}
#a01_b_box h3 {
	color: #FF4F00;
}
#a01_c_box h3 {
	color: #2EBBDE;
}
#a01_d_box h3 {
	color: #FFAC1D;
}
#a02_a_box h3 {
	color: #E3A728;
}
#a02_b_box h3 {
	color: #D54855;
}
#a02_c_box h3 {
	color: #00897A;
}
#a02_d_box h3 {
	color: #065E9A;
}
#a03_a_box h3 {
	color: #EC6A90;
}
#a03_b_box h3 {
	color: #3EC5C5;
}
#a04_a_box h3 {
	color: #63AC00;
}
#a04_b_box h3 {
	color: #FF8127;
}

#a01_a_box h3 em,
#a01_b_box h3 em,
#a01_c_box h3 em,
#a01_d_box h3 em,
#a02_a_box h3 em,
#a02_b_box h3 em,
#a02_c_box h3 em,
#a02_d_box h3 em,
#a03_a_box h3 em,
#a03_b_box h3 em,
#a04_a_box h3 em,
#a04_b_box h3 em {
	color: #323232;
	font-size: 16px;
	display: block;
	height: 30px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
}

#a01_a_box h3 em {
	background: url(/common/img/cnt02_icon.png) no-repeat 340px center;
	background-size: 40px;
}
#a01_b_box h3 em {
	background: url(/about/img/a01_b_icon.png) no-repeat 340px center;
}
#a01_c_box h3 em {
	background: url(/about/img/a01_c_icon.png) no-repeat 340px center;
}
#a01_d_box h3 em {
	background: url(/common/img/cnt05_icon.png) no-repeat 320px center;
	background-size: 25px;
}
#a02_a_box h3 em {
	background: url(/about/img/a02_a_icon.png) no-repeat 340px center;
	background-size: 30px;
}
#a02_b_box h3 em {
	background: url(/about/img/a02_b_icon.png) no-repeat 330px center;
}
#a02_c_box h3 em {
	background: url(/about/img/a02_c_icon.png) no-repeat 370px center;
	background-size: 23px;
}
#a02_d_box h3 em {
	background: url(/about/img/a02_d_icon.png) no-repeat 340px center;
}
#a03_a_box h3 em {
	background: url(/about/img/a03_a_icon.png) no-repeat 340px center;
	background-size: 28px;
}
#a03_b_box h3 em {
	background: url(/about/img/a03_b_icon.png) no-repeat 340px center;
	background-size: 28px;
}
#a04_a_box h3 em {
	background: url(/about/img/a04_a_icon.png) no-repeat 340px center;
}
#a04_b_box h3 em {
	background: url(/about/img/a04_b_icon.png) no-repeat 360px center;
}

#a01_a_box h4,
#a01_b_box h4,
#a01_c_box h4,
#a01_d_box h4,
#a02_a_box h4,
#a02_b_box h4,
#a02_c_box h4,
#a02_d_box h4,
/*#a03_a_box h4,
#a03_b_box h4,*/
#a04_a_box h4,
#a04_b_box h4 {
	border-left: 4px solid #9BC91C;
	line-height: 30px;
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
#a01_b_box h4 {
	border-left: 4px solid #FF4F00;
}
#a01_c_box h4 {
	border-left: 4px solid #2EBBDE;
}
#a01_d_box h4 {
	border-left: 4px solid #FFAC1D;
}
#a02_a_box h4 {
	border-left: 4px solid #E3A728;
}
#a02_b_box h4 {
	border-left: 4px solid #D54855;
}
#a02_c_box h4 {
	border-left: 4px solid #00897A;
}
#a02_d_box h4 {
	border-left: 4px solid #065E9A;
}
#a03_a_box h4 {
	margin-bottom: 20px;
	/*border-left: 4px solid #EC6A90;*/
}
#a03_b_box h4 {
	margin-bottom: 20px;
	/*border-left: 4px solid #3EC5C5;*/
}
#a04_a_box h4 {
	border-left: 4px solid #63AC00;
}
#a04_b_box h4 {
	border: none;
	background: #FF8127;
	color: #FFF;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	letter-spacing: 0.1em;
}

#a04_a_box h4.b_no {
	border: none !important;
}

/**********************************************************************
*
*　　 ■コンテンツ
*
**********************************************************************/

#a01_a_in section,
#a01_b_box section,
#a01_c_box section,
#a01_c_box div,
#a01_d_box section,
#a02_a_box section,
#a02_b_box section,
#a02_c_box section,
#a02_d_box section,
#a03_a_box section,
#a03_b_box section,
#a04_a_box section,
#a04_b_box section {
	padding: 0 0 50px;
}

#a01_price,
#a01_ctxt,
#a01_dtxt,
#a02_atxt,
#a02_dtxt {
	width: 470px;
	height: 280px;
	padding-right: 490px !important;
	background: url(/about/img/a01_a_in_bg.png) no-repeat right top;
}
#a01_ctxt {
	background: url(/about/img/a01_c_in_bg.png) no-repeat right top;
}
#a01_dtxt {
	background: url(/about/img/a01_d_in_bg.png) no-repeat right top;
	margin-bottom: 30px;
}
#a02_atxt {
	background: url(/about/img/a02_a_in_bg.png) no-repeat right top;
}
#a02_dtxt {
	background: url(/about/img/a02_d_in_bg.png) no-repeat right top;
	margin-bottom: 30px;
}

#a01_a_in section p,
#a01_b_box p,
#a01_c_box p,
#a01_d_box p,
#a02_atxt p,
#a02_c_box p,
#a02_dtxt p,
#a04_a_box p {
	color: #666;
	font-size: 14px !important;
	line-height: 20px !important;
	letter-spacing: 0em !important;	
}

#a01_d_box section ul,
#a02_c_box section ul {
	width: 870px;
	margin: 0 auto;
}

#a01_d_box section ul li,
#a02_c_box section ul li {
	float: left;
	width: 290px;
	height: 500px;
	background: url(/about/img/a01_d01.png) no-repeat;
}
#a01_d_box section ul li#d_list02 {
	background: url(/about/img/a01_d02.png) no-repeat;
}
#a01_d_box section ul li#d_list03{
	background: url(/about/img/a01_d03.png) no-repeat;
}
#a02_c_box section ul li {
	height: 600px;
	background: url(/about/img/a02_c02_01.png) no-repeat;
}
#a02_c_box section ul li#acd_list02 {
	background: url(/about/img/a02_c02_02.png) no-repeat;
}
#a02_c_box section ul li#acd_list03 {
	background: url(/about/img/a01_d02_03.png) no-repeat;
}

#a01_d_box section ul li ul,
#a02_c_box section ul li ul {
	width: 290px;
}

#a01_d_box section ul li ul li,
#a02_c_box section ul li ul li{
	float: none !important;
	width: auto;
	height: auto;
	background: none;
}

#a01_d_box section ul li ul li p,
#a02_c_box section ul li ul li p {
	padding: 140px 0 154px;
	text-align: center;
	color: #FFF;
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: bold;
}

#a01_d_box section ul li ul li.d_l_bottom,
#a02_c_box section ul li ul li.d_l_bottom {
	width: 140px !important;
	margin: 0 auto;
	font-size: 13px;
	color: #323232;
	letter-spacing: 1px;
	line-height: 17px;
}

#a02_atxt2 {
	background: url(/about/img/a02_a03.png) no-repeat;
	margin-top: 20px;
	width: 430px;
	height: 200px;
	padding: 20px 500px 20px 30px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 23px; 
}

#a02_btxt {
	background: url(/about/img/a02_b01.png) no-repeat;
	width: 550px;
	height: 80px;
	padding: 40px 30px 40px 380px;
}

#a02_btxt li {
	line-height: 40px;
	color: #FFF;
	font-size: 20px;
	list-style: circle !important;
}

#a02_btxt2 {
	background: url(/about/img/a02_b02.png) no-repeat;
	width: 550px;
	height: 80px;
	padding: 40px 380px 40px 30px;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}


#a02_b_box section #a02_blist {
	width: 960px;
	margin-bottom: 20px;
}

#a02_b_box section #a02_blist li {
	margin: 0 8px;
	width: 304px;
	height: 281px;
	font-size: 17px;
	color: #B20000;
	float: left;
	line-height: 30px;
	list-style: none !important;
}

#a02_b_box section #a02_blist li.ad02a {
	background: url(/about/img/a02_b03_01.png) no-repeat;
}
#a02_b_box section #a02_blist li.ad02b {
	background: url(/about/img/a02_b03_02.png) no-repeat;
}
#a02_b_box section #a02_blist li.ad02c {
	background: url(/about/img/a02_b03_03.png) no-repeat;
}

#a02_b_box section #a02_blist li p {
	text-align: center;
	color: #FFF;
	line-height: 30px;
	margin: 50px 0 8px;
	font-size: 14px;
}

#a02_b_box section #a02_blist li ul {
	background: none;
	margin: 0;
	padding: 0 0 0 75px;
}

#a02_b_box section #a02_blist li ul li {
	background: none;
	margin: 0;
	float: none;
	width: auto;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	color: #333;
	list-style: none !important;
	font-weight: bold;
}

#a02_b_box section #a02_blist li em {
	display: block;
	text-align: center;
	line-height: 40px;
	color: #EF172B;
	font-weight: bold;
	margin-top: 8px;
}

#a03_b_box section ul {
	width: 960px;
	height: 380px;
	background: url(/about/img/a02_b02_bg.png) no-repeat;
	margin-bottom: 20px;
}

#a03_b_box section ul li {
	float: left;
	width: 188px;
	margin-left: 5px;
}

#a03_b_box section ul li#fst-c {
	margin: 0 !important;
}

#a03_b_box section ul li ul {
	width: auto;
	height: auto;
	background: none;
	margin: 0;
}

#a03_b_box section ul li ul li {
	float: none;
	width: 164px;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 0 12px;
	line-height: 18px;
}

#a03_b_box section ul li ul li p {
	padding: 65px 0 95px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#a03_b_box section p {
	margin-bottom: 20px;
}

#a04_b_box section dl dt {
	background: url(/about/img/a04_d_q.png) no-repeat left top;
	padding-left: 60px;
	color: #2EBBDE;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 20px;
}

#a04_b_box section dl dd {
	background: url(/about/img/a04_d_a.png) no-repeat left top;
	padding-left: 60px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CBCBCB;
	font-size: 16px;
	color: #666;
	line-height: 22px;
}

/**********************************************************************
*
*　　 ■お問合せ
*
**********************************************************************/

.a_cnt_box {
	background: #FFF9E5;
	padding: 40px 0;
	margin-bottom: 50px;
}

.a_cnt_box div {
	width: 960px; 
	margin:0 auto;
}


.a_cnt_box ul {
	width: 980px; 
	margin:0 auto;
}

.a_cnt_box ul li {
	float: left;
	width: 470px;
	margin: 0 10px;
}

.a_cnt_box ul li img {
	width: 100%;
}

/**********************************************************************
*
*　　 ■料金表
*
**********************************************************************/


#price_tab {
	width: 960px;
	padding: 15px 0 0;
	margin-bottom: 20px;
}

#price_tab ul {
	margin-bottom: 10px;
}

#price_tab ul li {
	float: left;
	text-align: center;
	cursor: pointer;
}

#price_tab ul .ta01,
#price_tab ul .ta02,
#price_tab ul .ta03 {
	width: 300px;
	height: 124px;
	margin: 0 0 0 15px;
	line-height: 36px;
	font-size: 18px;
	color: #FFF;
	background: url(/guideline/img/scpt_btn.png) no-repeat;
	background-size: 100%;
}
#price_tab ul .ta02 {
	background: url(/guideline/img/stnt_btn.png) no-repeat;
	background-size: 100%;
}
#price_tab ul .ta03 {
	background: url(/guideline/img/scnv_btn.png) no-repeat;
	background-size: 100%;
}
#price_tab ul .ta01.active,
#price_tab ul .ta02.active,
#price_tab ul .ta03.active {
}

#price_tab ul .ta01.active {
	background: url(/guideline/img/scpt_btn_on.png) no-repeat;
	background-size: 100%;
}
#price_tab ul .ta02.active {
	background: url(/guideline/img/stnt_btn_on.png) no-repeat;
	background-size: 100%;
}
#price_tab ul .ta03.active {
	background: url(/guideline/img/scnv_btn_on.png) no-repeat;
	background-size: 100%;
}

#spts_price {
	height: 280px;
	padding: 80px 20px 20px;
	background: url(/guideline/img/scpt_price.png) no-repeat;
	background-size: 100%;
}

.panel {
	display:none;
	position: relative;
}
.show {
	display:block;
}

.panel img {
	width: 100%;
}

.style02 li {
	width: 122px;
	height: 65px;
	margin-left: 11px;
	background: url(/about/img/price_area_bg.png) no-repeat;
	color: #DC262C;
	line-height: 54px;
	font-size: 16px;
	border-radius: 2px;
	font-weight: bold;
}

.style02 li.active {
	background: url(/about/img/price_area_bg_on.png) no-repeat;
	color: #FFF;
}

.style02 .p_left {
	margin-left: 0 !important;
}

#school_price {
	width: 920px;
	font-size: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 10px;
}

#school_price tr th {
	text-align: center;
}

#school_price tr .em_t,
#school_price tr .jr_t,
#school_price tr .hg_t {
	color:#FFF;
	width: 10%;
	line-height:20px;
	padding:9px 0 5px;
	overflow:hidden;
	border-left: 1px solid #FFF;
}

#school_price tr th em {
	font-size:28px;
}

#school_price tr .em_t {
	background: #FF8000;
}

#school_price tr .jr_t {
	background: #00A4E3;
}

#school_price tr .hg_t {
	background: #238C00;
}

#school_price tr .price_tit_n {
	background: #EEE;
	width: 12%;
	font-size: 18px;
	font-weight: bold;
}

#school_price tr .price_tit_n {
	line-height:48px;
	border: 1px solid #CCC;
}

#school_price tr .price_tit_c,
#jr_school_price tr .price_tit_c {
	background: #EEE;
	line-height:48px;
	color: #D90000;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

#school_price tr.p_campaign td {
	color: #D90000;
}

#school_price tr td {
	text-align: right;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 10%;
	padding-right: 8px;
	vertical-align:middle;
}

#school_price tr td span {
	font-size: 12px;
	display: none;
	color: #888;
	padding-top: 3px;
}

/**********************************************************************
*
*　　 ■選ばれる理由
*
**********************************************************************/

#ab_f_nav {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

#ab_f_nav ul {
	padding-top: 20px;
}

#ab_f_nav ul li {
	width: 210px;
	float: left;
	margin: 0 15px;
}

#ab_f_nav ul li a {
	display: block;
}

/**********************************************************************
*
*　　 ■その他のメニュー
*
**********************************************************************/

.other_sec {
	padding-top: 100px;
}

.other_sec h4 {
	background: url(/common/img/other_bar.png) no-repeat;
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
	padding-left: 30px;
	margin-bottom: 20px;
}

.other_sec ul li {
	overflow: hidden;
	margin-bottom: 30px;
}

.other_sec ul li.left-box {
	width: 360px;
	float: left;
}

.other_sec ul li.right-box {
	width: 360px;
	float: right;
}

.other_sec section h5 {
	padding-left: 10px;
	line-height: 30px;
	background: #E6E6E6;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.other_sec section p {
	font-size: 14px !important;
}

#ab_f_nav {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
}

#ab_f_nav ul {
	height: 375px;
	padding-top: 20px;
}

#ab_f_nav ul li {
	width: 210px;
	float: left;
	margin: 0 15px;
}

#ab_f_nav {
	margin-bottom: 20px;
}

#ab_f_nav ul li a {
	display: block;
}

#other_2 {
	padding-bottom: 20px;
}

#other_2 ul li {
	width: 470px;
}

#other_2 ul li.right_box {
	float: right;
}

#other_2 ul li.left_box {
	float: left;
}

#o_area {
	margin-bottom: 20px;
	padding: 32px 430px 30px 244px;
	background: url(/common/img/o_area_bg.png) no-repeat;
}

#o_area table {
}

#o_area table th {
	text-align: center;
	font-size: 13px;
	width: 60px;
	line-height: 30px;
	background: #28C6F2;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
}

#o_area table td p {
	float: left;
	margin-left: 5px;
}

#o_area table td a {
	color: #656565;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#o_area table td a:hover {
	color: #28C6F2;
	background: #FFFF00;
}

#o-service {
	height: 440px;
	border: 1px solid #EEE;
	
}

#o-service ul {
	width: 920px;
	margin: 30px auto;
	padding-bottom: 30px;
}

#o-service ul li {
	float: left;
	width: 210px;
	margin: 0 10px;
}

#o-service dl {
	margin: 10px 0;
	height: 120px;
}

#o-service dl dt {
	height: 41px;
	background: url(/common/img/service_tit.png) no-repeat !important;
	line-height: 41px;
	text-align: center;
	font-size: 14px;
	color: #FF738E;
	font-weight: bold;
	margin-bottom: 8px;
}

#o-service dl dd {
	font-size: 12px;
	color: #656565;
	line-height: 18px;
	text-align: justify;
    text-justify: inter-ideograph;
}

#o-service p a {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	background: #FF738E url(/common/img/service_arrow.png) no-repeat 180px center;
	background-size: 10px;
	color: #FFF !important;
	text-align: center;
}

#about01_top,
#about02_top,
#about03_top,
#form_area {
	padding-top:100px !important;
	margin-top: -100px !important;
}

#about01_top,
#about02_top,
#about03_top {
	background-position: 0 100px !important;
}

/**********************************************************************
*
*　　 ■回り込み解除
*
**********************************************************************/

.a_contents ul:after,
#price_tab:after,
#price_tab ul:after,
#a_nav ul:after,
.a_cnt_box ul:after,
#a01_d_box section ul:after,
#ab_f_nav ul:after,
#a03_b_box section ul:after,
#a02_c_box section ul:after,
#a02_b_box section #a02_blist:after,
#other_2 ul:after {
	content: "";
	display: block;
	clear: both;
}
