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

/**********************************************************************
*
*　　 ■料金ページ
*
**********************************************************************/

#guideline_box h2 {
	background: #F0F0F0;
	color: #555;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

#guideline_box section {
	border-top: 10px solid #E6E6E6;
	border-bottom:1px solid #CCC;
	padding: 0;
	margin: 0;
}

#guideline_box section:first-child {
	border-top: none !important;
}

#guideline_box section:last-child {
	border-bottom: none !important;
	box-shadow: 0 1px 0 #CCC, 0 10px 0 #E6E6E6 !important;
	padding-bottom:11px;
	margin-bottom:11px;
}

#guideline_box section img {
	vertical-align: central;
	width: 100%;
}

#guideline_box section:first-child p,
#guide_02 p,
#guide_03 p {
	width: 94%;
	margin: 0 auto 15px;
	font-size: 14px;
	line-height: 20px;
}

#guide_03 #st-accordion02 p {
	width: 100% !important;
}

#guideline_box section #top_img {
	width: 100% !important;
	margin-bottom: 15px;
}

#guideline_box h3,
#guide_02 h3 {
	padding: 40px 0 40px 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	background: url(/sp/guideline/img/g01_icon.png) no-repeat 20px center;
	background-size: 70px;
}

#guide_02 h3 {
	background: url(/sp/guideline/img/g02_icon.png) no-repeat 20px center;
	background-size: 70px;
}

#guide_03 h3 {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

#guideline_box h3 span,
#guide_02 h3 span {
	display: block;
	font-size: 10px;
	font-weight: normal !important;
	padding-top: 6px;
	color: #9CCA1D;
	letter-spacing: 0.1em;
}

#guide_02 h3 span {
	color: #35C8D4;
}

#guideline_box section#guide_top {
	border-top: none !important;
	border-bottom:1px solid #CCC;
}

#map_area section p#top_txt {
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

#area_nav {
    width:94%;
	height: 60px !important;
	margin: 10px auto 20px;
}

#area_nav li {
	float: left;
	width: 48%;
	height: 60px;
	margin: 0 0 0 4%;
}

#area_nav li:first-child {
	margin: 0;	
}

#area_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	border: 4px solid #DD272D;
}

#area_nav li a.on {
	display: block;
	background: #DD272D;
	color: #FFF !important;
}

#area_address {
	width: 100%;
	padding: 10px;
	background: #29C7F3;
	margin: 0 0 15px;
}

#area_address p {
	color: #FFF;
}

table#area-t {
	width:100%;
	padding: 0 0 10px;
}

table#area-t th {
	width: 50px;
	text-align: center;
	color: #FFF;
	background: #29C7F3;
	vertical-align:middle;
}

table#area-t td {
	padding: 10px 0;
	text-align: center;
	color: #333;
	background: #DFF7FD;
	vertical-align:middle;
}

table#area-t td p {
	width: auto;
	float: left;
	margin-left: 10px;
}

#guide_03 h5 {
	height: 80px;
	padding: 15px 0 15px 30px !important;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	margin: 0 0 15px !important;
	font-size:18px;
	text-align: center;
}

#guide_03 h5.plan01 {
	background: url(/sp/guideline/img/plan01_icon.png) no-repeat left center;
	background-size: 50px !important;
	line-height: 50px;
	color: #5255A9 !important;
}

#guide_03 h5.plan02 {
	background: url(/sp/guideline/img/plan02_icon.png) no-repeat left center;
	background-size: 50px !important;
	line-height: 22px;
	color: #E52752 !important;
}

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

table.price_t {
	width:100%;
	padding: 0 0 10px;
}

table.price_t tr {
	width:100%;
	text-align:center;
}

table.price_t td {
	font-size: 12px !important;
	line-height: 36px !important;
	color: #333;
}

table.price_t tr.top td {
	color: #FFF;
	background: #F0182C;
	border-bottom: none;
	height: 40px !important;
	line-height: 40px !important;
}

table.price_t th.leftJ , table.price_t th.leftS , table.price_t th.leftH {
	width:20%;
	text-align:center;
	border: #FFF 1px solid;
	color: #FFF;
}

table.price_t th.leftJ {
	background: #FF8000;
}

table.price_t th.leftS {
	background: #00A4E3;
}

table.price_t th.leftH { 
	background: #238C00;
}

table.price_t td.centerN {
	width:35%;
}

table.price_t td.rightC {
	width:40%;
}

table.price_t tr.Aline td {
	border-bottom: #DDD solid 1px;
}

table.price_t tr.Aline td:first-child {
	border-bottom: none !important;
}

table.price_t tr td {
	border-bottom: #DDD solid 1px;
}

table.price_t tr.no_border td {
	border-bottom:none;
}

table.price_t td span.red,
table.price_t td span.redB {
	font-size: 1.2em;
	color: #CC2728;
}

/**********************************************************************
*
*　　 ■st-accordion
*
**********************************************************************/

.st-accordion{
    width: 100%;
    min-width:270px;
    margin: 0 auto 10px;
}

#st-accordion02 {
	width: 94% !important;
}

.st-accordion ul li {
    height: 60px;
    overflow: hidden;
	background: #9CCA1D !important;
	margin-bottom: 1px !important;
}
#guide_03 .plan_ac ul li{
	background: #EEE !important;
	margin-bottom: 15px !important;
}
.st-accordion ul li > a{
	padding-left:20px;
    font-size: 16px !important;
	font-weight: bold;
	color: #FFF;
    display: block;
	position: relative;
	line-height: 60px;
	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;
}
#guide_03 .plan_ac ul li > a{
	border-left:4px solid #F0182C;
	color: #333 !important;
    font-size: 16px !important;
}
.st-accordion ul li > a span{
	background: transparent url(/sp/common/img/ulink_arrow.png) no-repeat center center;
	background-size: 20px;
	text-indent:-9000px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
	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;
}
#guide_03 .plan_ac ul li > a span{
	background: transparent url(/sp/common/img/ured_arrow.png) no-repeat center center !important;
	background-size: 20px !important;
}
.st-accordion ul li > a:hover{
	color: #FFF;
}

.st-accordion ul li > a:hover span{
	opacity:1;
	right: 15px;
}
.st-accordion ul li.st-open > a{
	color: #FFF;
}
.st-accordion ul li.st-open > a span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:15px;
	opacity:1;
}
.st-accordion ul li a h4 {
	font-size:11px;
}

.st-accordion ul li a h4 em {
	font-size:16px;
	font-weight: bold;
	margin-right: 8px;
}

.st-content{
	padding: 15px 0 !important;
	background: #FFF !important;
}

#guide_03 .plan_ac ul li .st-content {
	padding:15px 0 0 !important;
}

.st-content p{
	width: 100% !important;
    font-size: 14px;
    line-height:  22px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#map_campaign li,
.std_school li {
	margin: 10px 0;
	background: #FFF !important;
}

#map_campaign li h4 {
	
}

#area_campaign {
	height: auto !important;
	margin: 10px 0;
	background: #FFF !important;
	border: 15px solid #FFE7E7;
	padding: 20px;
}

#area_campaign li {
	background: #FFF !important;
	height: 20px !important;
	line-height: 20px !important;
	padding: 0 0 0 30px !important;
	margin: 0 !important;
	font-size: 13px !important;
}

.std_school li {
	height: auto !important;
	margin: 0 !important;
	border-bottom: 1px dotted #DDD;
}

.std_school li:last-child {
	border-bottom: none !important;
}

.std_school li a {
	height: auto !important;
    font-size: 16px !important;
	font-weight: normal !important;
	color: #333;
    border-left: none !important;
	margin: 0 !important;	
	padding: 0 !important;
}

.std_school li p {
	line-height: 20px !important;
	height: auto !important;
	margin: 0 0 0 10px !important;
	padding: 0 30px 0 20px !important;
}

.std_school li p:first-child {
	padding: 10px 30px 3px 20px !important;
	color: #29C7F3;
	font-size: 15px;
	font-weight: bold;
}

.std_school li p:last-child {
	padding: 0 30px 10px 20px !important;
}

/**********************************************************************
*
*　　 ■tab_nav
*
**********************************************************************/

#tab_nav {
	width: 94%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

#tab_nav li {
	width: 32%;
	height: 36px;
	float: left;
	margin: 14px 0 0 2%;
	background: #CCC;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}

#tab_nav li.select {
	width: 32%;
	height: 50px;
	float: left;
	background: #FF5000 url(/sp/guideline/img/uprice_arrow.png) no-repeat center 30px !important;
	background-size: 10px !important;
	margin: 0 0 0 2% !important;
}

#tab_nav li:first-child {
	margin: 14px 0 0 !important;
}

#tab_nav li.select:first-child {
	background: #F0182C url(/sp/guideline/img/uprice_arrow.png) no-repeat center 30px !important;
	background-size: 10px !important;
	margin: 0 !important;
}

/*#tab_nav li.select:last-child {
	background: #070B55 url(/sp/guideline/img/uprice_arrow.png) no-repeat center 30px !important;
	background-size: 10px !important;
	margin: 0 0 0 2% !important;
}*/

.disnon {
	display: none;
}

.content_wrap {
	width: 94%;
	padding-top:10px;
	margin: 0 auto 20px;
	color: #000;
}

#tab_nav li.select:last-child .content_wrap {
	border-top:  5px solid #070B55;
	padding-top:10px;
	width: 100%;
	margin: 0 auto;
	color: #000;
}

.s-c {
	border-top:  4px solid #F0182C;
}

.sta-net {
	border-top:  4px solid #FF5000;
}

.sc-navi {
	border-top:  4px solid #070B55;
	padding-top:10px;
}

/**********************************************************************
*
*　　 ■透過
*
**********************************************************************/

#column-box ul li a:hover section h3 img,
#column-box ul li a:hover section div img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/**********************************************************************
*
*　　 ■角丸
*
**********************************************************************/

#column-box ul li a,
#column-box ul li a section p,
#column-cnt h3,
#column-cnt #back-btn a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

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

#area_address,
#area_campaign,
#area_nav li a,
.std_school li p,
#guide_03 h5 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

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

#tab_nav:after,
table#area-t td:after,
#guideline_box h3:after {
	content: "";
	display: block;
	clear: both;
}
