@charset "utf-8";
/* CSS Document */

/*
　　　　　　　　　　　　　　
	■■■■■■■　　　　■■■■■■　　　　　　　　　■　　　■■■■■　■　■　　　　■■　　■　■
				■■　　■■　　　■■　■■　　　　　　■　　■■　　　■■　■　■　　　　■■　　■　■
	　　　	　■■　　■■　　　　■■　　■■　　　　■■　■■　　　　■■　　　　　　　　■■
			■■　　　　　■■　■■　　　　　　　　■■　　　　■■　■■　　　　　　　　　■■■■
　		　■■　　　　　　　■■■　　　　　　　　■■　　　　　　■■■　　　■■■■■　　■■　■■
　　　　■■■　　　　　　　■■　　　　■　　　■■　　　　　　　■■　　　　■■■■■　　■■
	　■■　■■■■　　■■■　　　　　■■■■■　　　　　　■■■　　　　　　　　　　　　■■
	■■　　　■■　　■■■　　　　　　　■■■　　　　　　■■■　　　　　　　　　　　　　■■

*/

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

body {
	position: relative;
	color: #000;
	background: #FFF;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,"メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-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;
}

.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;
}

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

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;
}

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;
}

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

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

#main_form {
	width: 100%;
}

#wrapper {
	width: 100%;
	margin: 0 auto 50px;
	overflow: hidden;
}

#wrapper img {
	vertical-align: bottom;
}

/**********************************************************************
*
*　　 ■フォーム 
*
**********************************************************************/

#main_form #wrapper section {
	width: 100%;
	padding-bottom: 10px;
}

#main_form #wrapper section h2 {
	width: 98%;
	height: 28px;
	font-size: 20px;
	margin: 0 auto 5px;
	padding-left: 28px;
	background: url(/img/spts-arrow.png) no-repeat left center;
	color: #111;
	line-height: 26px;
	font-weight: bold;
	border-bottom: 1px solid #000040;
}

#main_form #wrapper p {
	font-size: 15px;
	color: #111;
	line-height: 21px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#main_form #wrapper p span {
	font-size: 12px;
	line-height: 21px;
	color: #777;
}

#main_form #wrapper b {
	color: #FF0000;
	font-weight:normal;
}

#cnt_sp {
	margin: 0 auto 20px;
}

.sp_img {
	width: 100%;
	height: auto;
}

.sp_img img {
	width: 100%;
	height: auto;
}

.t_title {
	width: 100%;
	padding: 15px 0;
	background: #CC2728;
}

.t_title p {
	color: #FFF !important;
	text-align: center !important;
	font-weight: bold;
	font-size: 18px !important;
}

.t_title p.t_tit {
	font-size: 32px !important;
	line-height: 42px !important;
}

nav ul {
	width: 100%;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
}

nav ul li {
	width: 33%;
	height: 107px;
	float: left;
	border-left: 1px solid #DDD;
	background: url(/contact/sp-t/img/check02_icon.png) no-repeat 10px 10px;
	background-size: 45px 18px;
}

nav ul li:first-child {
	width: 34%;
	border-left: none;
}

nav ul li a {
	display: block;
	width: 100%;
	height: 107px;
	text-align: center;
	line-height: 107px;
	font-size: 20px;
	color: #444 !important;
	font-weight: lighter !important;
	background: url(/contact/sp-t/img/accordion_arrow.png) no-repeat center 78px;
	background-size: 16px;
}

nav ul {
	width: 100%;
}

#unit01 {
	margin-bottom: 30px;
}

#unit01 h2 {
	margin: 30px auto !important;
	width: 260px !important;
	border: 2px solid #CC2728 !important;
	height: 56px !important;
	line-height: 56px !important;
	color: #CC2728 !important;
	text-align: center !important;
	background: #FFF !important;
	padding: 0 !important;
}

#unit01 #unit_dl {
	width: 100%;
	padding: 20px;
	border: 4px solid #402000;
	background: url(/contact/sp-t/img/unit01_bg.png) repeat;
}

#unit01 #unit_dl dt,
#unit01 dl dd {
	color: #FFF;
	line-height: 20px;
}

#unit01 #unit_dl dt {
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #FFF;
	padding-left: 30px;
	margin-bottom: 10px;
}

#unit01 dl dt#ul01 {
	background: url(/contact/sp-t/img/ul01_icon.png) no-repeat left center;
	background-size: 20px;
}
#unit01 dl dt#ul02 {
	background: url(/contact/sp-t/img/ul02_icon.png) no-repeat left center;
	background-size: 20px;
}
#unit01 dl dt#ul03 {
	background: url(/contact/sp-t/img/ul03_icon.png) no-repeat left center;
	background-size: 20px;
}
#unit01 dl dt#ul04 {
	background: url(/contact/sp-t/img/ul04_icon.png) no-repeat left center;
	background-size: 20px;
}
#unit01 dl dt#ul05 {
	background: url(/contact/sp-t/img/ul05_icon.png) no-repeat left center;
	background-size: 20px;
}

#unit01 dl dd {
	font-size: 15px;
	border-bottom: 1px dotted #EEE;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

#unit01 dl dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.acMenu dt{
	margin-top: 10px;
    display:block;
	background: #FFFF26 url(/contact/sp-t/img/un_kanto_arrow.png) no-repeat right center;
	background-size: 40px;
    height: 42px !important;
	font-size: 16px !important;
	color: #064517 !important;
    line-height: 42px !important;
    text-align: center;
    cursor: pointer;
	padding: 0 !important;
	border: none !important;
}
.acMenu dd{
    background: none;
    line-height: 50px;
    display:none;
}

#unit01 dl dd span {
	display: block;
	color: #FFFF00;
	font-size: 12px !important;
	line-height: 16px !important;
}

#unit02,
#unit03 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#unit02 h3,
#unit03 h3 {
	width: 100%;
	padding: 15px 0;
	background: #CC2728;
	color: #FFF !important;
	text-align: center !important;
	font-weight: bold;
	font-size: 18px !important;
}

#unit02 h3,
#unit03 h3 {
	padding: 25px 0;
	line-height: 24px;
}

#unit03 img {
	width: 100%;
}

/* ■accordion */

.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 72px;
    border-bottom: 1px solid #DDD;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li {
	background: #FFF url(/contact/sp-t/img/ac_icon.png) no-repeat 10px 12px;
	background-size: 40px;
}

.st-accordion ul li:first-child{
    border-top: 1px solid #DDD;
}
.st-accordion ul li > a{
	padding-left:60px;
    font-size: 15px !important;
	color: #444;
    display: block;
	position: relative;
	line-height: 70px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(/contact/sp-t/img/accordion_arrow.png) no-repeat center center;
	background-size: 20px;
	text-indent:-9000px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #E52B46;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #E52B46;
}
.st-accordion ul li.st-open > a span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content {
    padding: 0 0 10px;
	background: #FFF;
    border-top: 1px dotted #EEE;
}
.st-content p {
	padding: 0 10px !important;
	font-size: 18px !important;
    line-height:  26px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.st-content p span {
	font-size: 14px !important;
	line-height: 14px !important;
}

.st-content p.uni_tit {
	width: 100% !important;
	background: #73B9FF;
	color: #FFF !important;
	line-height: 52px !important;
	text-align: center !important;
	font-weight: bold;
	border: none;
	padding: 0 !important;
	margin: 10px 0 !important;
}
#unit02 img {
	width: 100%;
}

.st-content img {
	display: block;
	width: 320px !important;
	margin: 0 auto !important;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:18px;
	}
}

#coment {
	width: 93.84765625%;
	margin: 25px auto;
	border: 2px solid #00AAAA;
	padding: 20px 0;
}

#coment p {
	font-size: 18px !important;
	line-height: 28px;
	color: #00AAAA !important;
	text-align: center !important;
}

#std_btn a {
	width: 93.84765625%;
	line-height: 42px !important;
	display: block;
	text-align: center !important;
	color: #00A4E3 !important;
	font-size: 18px !important;
	font-weight: bold;
	border: 2px solid #00A4E3;
	margin: 10px auto;
	background: #FFF url(/contact/sp-t/img/std_arrow.png) no-repeat right center;
	background-size: 30px;
}

/**********************************************************************
*
*　　 ■ヘッダー・フッター
*
**********************************************************************/

header {
	border-top: 3px solid #CC2728;
	background: url(http://s-c.co.jp/img/header_bg.gif) repeat;
	padding: 0;
	height: auto;
	width:100%;
	padding-top:5px;
}

header h1 {
	width:92%;
	margin: 0 auto;
	padding: 10px 0;
}

header h1 img {
	width:100%;
}

footer {
	background: #CC2728;
	height:20px;
	width:100%;
	text-align:center;
	font-size: 10px;
	color:#FFF;
	line-height: 20px;
}

footer a {
	color: #FFF !important;
}

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

#contact_area {
	width: 940px;
	height: 278px;
	margin: 30px auto 0;
	border: 5px solid #CE3233;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: url(/test/img/contact_bg.gif) repeat;
}

#contact_area #cnt_img {
	float:left;
	width: 400px;
	margin-right: 10px;
}

#contact_area section {
	float:right;
	width: 520px;
	padding: 10px 0;
}

#contact_area section h4 {
	float:right;
	width: 520px;
	height: 68px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 22px;
	font-size: 16px;
	color: #CD3233;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow:0 0 2px #FFF;
}

#contact_area section h4 img {
	float:left;
	margin-right:10px;
}

#contact_area section ul {
	margin-top:10px;
}

#contact_area section ul li {
	float:left;
}

#contact_area section ul #free_b {
	margin-right:10px;
}

.dis_no {
	display: none !important;
}

/**********************************************************************
*
*　　 ■page-top 
*
**********************************************************************/

#page-top {
	position: fixed;
	bottom: 44px;
	right: 0;
}
#page-top a {
	text-decoration: none;
	display: block;
	width: 99px;
	height: 30px;
}

/**********************************************************************
*
*　　 ■お問合せボタン
*
**********************************************************************/

.CV-unit {
	width: 100%;
	background: #EEE;
	padding: 10px 15px;
}

.CV-unit ul li {
	width: 100% !important;
	height: 48px !important;
	margin: 5px auto;
	background: none !important;
	overflow: hidden;
	border: none !important;
}

.CV-unit ul li a {
	display: block;
	width: 100% !important;
	height: 48px !important;
	line-height: 48px !important;
	text-align: center;
	color: #FFF !important;
	font-size: 20px !important;
	padding: 0 0 0 20px !important;
}

.CV-unit ul li.mail a {
	background: #27CC55 url(/contact/sp-t/img/mail_icon.png) no-repeat 18px center;
	background-size: 30px;
}

.CV-unit ul li.phone a {
	background: #008FBF url(/contact/sp-t/img/phone_icon.png) no-repeat 18px center;
	background-size: 30px;
}

.CV-unit ul li.cafe a {
	background: #FF5A17 url(/contact/sp-t/img/cafe_icon.png) no-repeat 18px 1px;
	background-size: 30px;
}

/**********************************************************************
*
*　　 ■border-radius
*
**********************************************************************/

.CV-unit ul li {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}


/**********************************************************************
*
*　　 ■border-box
*
**********************************************************************/

#main_form #wrapper section h2,
form#mailformpro dl dt,
form#mailformpro textarea,
.CV-unit,
.CV-unit ul li,
.CV-unit ul li a,
#unit01 h2,
#unit01 dl,
nav ul li,
.st-content p,
#coment,
.CV-unit ul li a,
#nav ul li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/**********************************************************************
*
*　　 ■nav
*
**********************************************************************/

#nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	background: url(/contact/sp-t/img/top_nav_bg.png) repeat-x;
}

#nav ul {
	border-top: 1px solid #DDD;
}

#nav ul li {
	width: 25%;
	height:49px;
	float: left;
	border-right: 1px solid #DDD;
}

#nav ul li:last-child {
	border-right: none;
}

#nav ul li a {
	display: block;
	width: 100%;
	height:49px;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #333 !important;
	background: url(/contact/sp-t/img/accordion_arrow.png) no-repeat center 30px;
	background-size: 10px;
}

/**********************************************************************
*
*　　 ■Retina (HiDPI) Display
*
**********************************************************************/

@media
	only screen and (-moz-min-device-pixel-ratio:1.5),
	only screen and (-o-min-device-pixel-ratio:3/2),
	only screen and (-webkit-min-device-pixel-ratio:1.5),
	only screen and (min-device-pixel-ratio:1.5) {

	body {}
}

/**********************************************************************
*
*　　 ■Responsive (Mobile) Design
*
**********************************************************************/

@media screen and (max-width: 980px) {

	body {}

}

@media screen and (max-width: 650px) {

	body {}
}

@media screen and (max-width: 480px) {

	body {}
}

@media screen and (max-width: 320px) {

	body {}
}

@media screen and (max-width: 240px) {

	body {}
}

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

header:after,
header #logo_area:after,
header #logo_area #h_cnt #other_s:after,
#spt_stmap ul:after,
#spt_stmap ul li:after,
#tab:after,
.content_wrap:after,
.content_wrap #search_ct div table td:after,
#news_topics .nt_t:after,
#page-top:after,
#contact_area:after,
#contact_area section h4:after,
#contact_area section ul:after,
footer #f_cnt ul:after,
footer #f_nav div:after,
footer #f_nav div ul:after,
#contents:after,
#ind_tit ul:after,
#campaign_spts:after,
#school_add div:after,
#price_box:after,
#l_contents section:after,
.cnt_tit #merit ul:after,
#merit_box section .m_tit:after,
#system_box section .m_tit:after,
#company #map-btn:after,
#app_box section:after,
#intro_cam ul:after,
nav ul:after,
#sp_promotion:after,
.st-content:after,
#nav ul:after {
	content: "";
	display: block;
	clear: both;
}
