@charset "UTF-8";

/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	color: #131313;
	font-size: 14px;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 0;
}

/*clearfix*/

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }

.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }
.mb-40{ margin-bottom: 40px; }
.mb-50{ margin-bottom: 50px; }

.fs-08{ font-size: 8px; }
.fs-09{ font-size: 9px; }
.fs-10{ font-size: 10px; }
.fs-11{ font-size: 11px; }
.fs-12{ font-size: 12px; }
.fs-13{ font-size: 13px; }
.fs-14{ font-size: 14px; }

.w15{ width: 15%}
.w20{ width: 20%}
.w22{ width: 22%}
.w26{ width: 26%}
.w30{ width: 30%}
.w33{ width: 33%}
.w35{ width: 35%}
.w37{ width: 37%}
.w40{ width: 40%}
.w50{ width: 50%}

.ta-ce{ text-align: center; }
.ta-ri{ text-align: right; }
.ta-le{ text-align: left; }

.cl-re{ color: #b70c0c;}

.strong{
	font-weight: 700;
}

.column_banner{
	margin: 10px 0px;
	padding: 10px;
}

sup{
	vertical-align:super;
	font-size: 10px;
}

.small{
	font-size: 10px;
}


/* ===================================
全体
=================================== */

#sp_body{
	max-width: 640px;
	margin: 0px auto;
	line-height: 100%;
}

#sp_body img{
	max-width: 100%;
}


#header_line{
	background-color: #06a32e;
	padding: 5px 0px;
}

#header_line p{
	text-align: center;
}


.content{
}

.content_inner{
	padding: 0 10px;
}


.content h1 {
	font-size: 22px;
	line-height: 1.5em;
	position: relative;
	padding: 10px;
	background-color: #06a32e;
	background: -webkit-repeating-linear-gradient(45deg, #06a32e, #06a32e 1px, #0ca53f 1px, #0ca53f 3px);
	background: repeating-linear-gradient(45deg, #0ca53f, #0ca53f 1px, #06a32e 1px, #06a32e 3px);
	margin-bottom: 35px;
	color: #FFF;
	box-shadow: 0 5px 6px rgba(0, 0, 0, .15);
}

.content h1 span {
	display: block;
	padding: 8px;
	border: 1px dashed #FFF;
}

.content h1::before,
.content h1::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.content h1::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #0d802a;
}
.content h1::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #0d802a;
}

.content h2 {
	color: #06a32e;
	font-size: 20px;
	line-height: 1.5em;
	position: relative;
	padding: 10px 0 10px 10px;
	border-left: 6px solid #F98707;
	margin-bottom: 15px;
}
.content h2::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #06a32e;
}
.content h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px solid #06a32e;
}

.content h3 {
	font-size: 18px;
	line-height: 1.5em;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #F98707;
	color: #06a32e;
	margin-bottom: 15px;
}

.content h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 4px;
	background-color: #06a32e;
}

.content p.catch {
  position: relative;
  padding: 0.6em;
	margin-bottom: 30px;
	text-align: center;
  background: #F98707;
	color:#FFF;
}

.content p.catch:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 45%;
  border: 15px solid transparent;
  border-top: 15px solid #F98707;
  width: 0;
  height: 0;
}

.img{
	width: 100%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.text{
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 15px;
}


/* ===================================
パンくず
=================================== */

.breadcrumb {
    -webkit-overflow-scrolling: touch;
}

.breadcrumb::-webkit-scrollbar {
    height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.breadcrumb {
    padding: 15px 0 5px 0;
    margin: 0 10px 10px 10px;
    overflow-x: auto;
}

.breadcrumb ul {
    display: table;
    list-style: none;
}

.breadcrumb ul li {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
    white-space: nowrap;
    list-style: none;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li:after {
    position: absolute;
    display: block;
    content: '';
    content: ">";
    top: 3px;
    right: 8px;
}

.breadcrumb ul li a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #111;
    bottom: -7px;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
    position: relative;
    display: block;
    top: -4px;
}

.breadcrumb ul li span {
    padding: 6px 8px;
}

.breadcrumb.no-scroll ul {
    display: block;
}

.breadcrumb.no-scroll ul li {
    display: inline-block;
    margin-bottom: 16px;
    white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
    top: -4px;
}

@media print,screen and (min-width: 1024px) {
    .breadcrumb ul li a:before {
        height: 1px;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .breadcrumb ul li a:hover:before {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }
}

/* ===================================
記事内リンクボタン
================================== */

.detail_link {
	margin: 0 auto 50px;
	text-align: center;
}

.btn-detail {
	width: 50%;
	box-sizing: border-box;
	font-weight: bold;
	display: inline-block;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	background: #F98707;/*ボタン色*/
	color: #FFF;
	border-radius: 10px;
}

/* ===================================
ページ内パーツ
=================================== */

ul.list_normal{
	margin: 15px 0;
}

ul.list_normal li {
	list-style-type: none;
	position: relative;
	padding-left: 10px;
	line-height: 2em;
	margin-bottom: 20px;
}
ul.list_normal li:before {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.7em;
	content: "";
	background: #06a32e;
}

ul.list_normal li span{
	font-weight: bold;
	color:#06a32e;
}

/* ===================================
ページネーション
=================================== */

.pagination {
    padding: 5px;
    margin-bottom: 20px;
	text-align: center;

}

.page {
    display: inline-block;
    padding: 7px 7px;
    margin-right: 4px;
	margin-bottom: 8px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

/* ===================================
他のページリンクボタン
================================== */

.other_link {
	margin: 20px 0 10px;
}
.btn-square {
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	display: inline-block;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	background: #b21616;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 3px #7a1919;
	border-radius: 5px;
}
/* ===================================
PROFILE
=================================== */

.profile{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	border: #8f9b90 dotted 1px;
	line-height: 1.5em;
}

.profile .name{
	background-color:#8f9b90;
	color: #FFF;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 15px;
}


	/* ===================================
	メニュー（塾さがし）
	=================================== */

	ul#list {
		border: solid 2px #8f9b90;
		padding: 0.5em;
		position: relative;
		margin-top: 2em;
	}
	ul#list li.active {
		line-height: 1.5;
		padding: 0.5em 0 0.5em 1.4em;
		border-bottom: dashed 1px silver;
		list-style-type: none!important;
		font-weight: bold;
		background-color: #F5F5F5;
	}
	ul#list li {
		line-height: 1.5;
		padding: 0.5em 0 0.5em 1.4em;
		border-bottom: dashed 1px silver;
		list-style-type: none!important;
	}
	ul#list li:last-of-type{
		border-bottom: none;
	}
	ul#list li.active:last-of-type{
		border-bottom: none;
	}
	ul#list li:before {/*リスト内のアイコン*/
	  	content: ">";/*アイコン種類*/
	  	position: absolute;
	  	left : 0.8em; /*左端からのアイコンまで*/
	  	color: #8f9b90; /*アイコン色*/
	}
	ul#list li.active:before {/*リスト内のアイコン*/
	  	content: ">";/*アイコン種類*/
	  	position: absolute;
	  	left : 0.8em; /*左端からのアイコンまで*/
	  	color: #8f9b90; /*アイコン色*/
	}
	ul#list li:after {/*タイトルタブ*/
	  	background: #8f9b90;
	  	color: #fff;
	  	font-weight: bold;
	  	position: absolute;
	  	left: -2px;
	  	bottom: 100%;
	  	padding: 1px 7px;
	  	content: "目次";/*タブの文字*/
	  	letter-spacing: 0.05em;/*字間*/
	  }

/* ===================================
フッター部分
=================================== */

#security{
	padding: 10px;
	font-size: 10px;
}

.security_left{
	float: left;
	width: 17%;
	margin-right: 3%;
	text-align: center;
}

.security_right{
	float: left;
	width: 75%;
}

footer{
	background-color: #089336;
	color: #fff;
}

footer ul{
	padding: 10px 0px;
	width: 320px;
	text-align: center;
	margin: 0px auto;
	font-size: 12px;
}

footer ul li{
	float: left;
	width: 50%;
	padding: 2px 0px;
}

footer ul li a{
	color: #fff;
}

footer .copyright{
	font-size: 8px;
	text-align: center;
	padding: 10px 0px;
}

.drawer-menu{
	line-height: 12px;
}

/*scroll_top*/

.scroll_top {
	height: 45px;
	width: 50px;
	bottom: 5px;
	position: fixed;
	right: 5px;
	z-index: 10;
	background-color: #fff;
	opacity: 0.7;
	border-radius: 8px;
	text-align: center;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
}
.scroll_top a {
	font-size: 50%;
	color: #000;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	line-height: 1.3;
}
