@charset "UTF-8";
body,
div,
form,
hr,
img,
br,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
dl,
dt,
dd,
ul,
li,
ol,
table,
td,
th,
tr,
tbody,
caption,
b,
em,
strong,
i,
font,
big,
small,
embed,
object,
map,
frame,
frameset,
iframe,
select,
option,
address {
	line-height: 1.5em;
}

html,
body,
header,
header h1,
div.headltit,
footer,
section.footcolmn,
nav#jq_navi ul li a,
nav#jq_navi ul li a:hover,
article.maincolmn {
	background: none;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
}

strong,
strong span {
	font-weight: bold;
}

.mm-menu,
.mm-listview {
	background: #f4f0db;
}

.my-menu ul li,
nav.mm ul>li a,
.mmet {
	text-align: left;
}

.mm-menu.mm-offcanvas {
	z-index: 10;
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next {
	background: none;
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	height: 53px;
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
	top: 20px;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	padding: 2px 0 2px 10px;
}


/***********
footerのボタン
***********/

#under-btn {
	position: fixed;
	width: 100%;
	height: 60px;
	bottom: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
	z-index: 9999;
	background: #5566b4;
	background: -moz-linear-gradient(top, #5566b4 0%, #0f2c66 100%);
	background: -webkit-linear-gradient(top, #5566b4 0%, #0f2c66 100%);
	background: linear-gradient(to bottom, #5566b4 0%, #0f2c66 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5566b4', endColorstr='#0f2c66', GradientType=0);
	box-shadow: 0 -2px 5px #0f2c66;
}

#under-btn .under-btn-text {
	color: #fff;
	margin: 10px 2%;
	line-height: 1.2em;
	text-align: left;
	font-size: 13px;
}

#under-btn ul {
	font-size: 0;
}

#under-btn ul li {
	display: inline-block;
	width: 33%;
	font-size: 12px;
	margin: 0 0.166%;
	float: none; /* 親テーマのfloat: rightの打消し */
}

#under-btn ul li a {
	display: block;
	background: none;
	padding: 10px 0;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
}

#under-btn ul li.under-btn-contact a {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#under-btn ul li a .icon-circle {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background: #fff;
	line-height: 30px;
}

#under-btn ul li a .icon-circle i.fa {
	color: #344b8f;
	font-size: 18px;
}


/**********
ポップアップ
**********/

#inline-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 50px 10px;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

#inline-wrap p {
	margin-bottom: 30px;
	color: #111;
}

#inline-wrap a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #e3e3e3), color-stop(0.54, #fff));
	background: -webkit-linear-gradient(top, #fff 54%, #e3e3e3 97%);
	background: -moz-linear-gradient(top, #fff 54%, #e3e3e3 97%);
	background: -o-linear-gradient(top, #fff 54%, #e3e3e3 97%);
	background: -ms-linear-gradient(top, #fff 54%, #e3e3e3 97%);
	background: linear-gradient(to bottom, #fff 54%, #e3e3e3 97%);
	padding: 15px 20px;
	border-radius: 3px;
	color: #666;
	border: 1px solid #666;
	box-shadow: 1px 1px 1px #999;
}

.top_movie {
	position: relative;
	padding-bottom: 46.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 10% 5px;
}

.top_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-------------------------------------------
パンくずのcss
--------------------------------------------*/

.pankuzu_list {
	clear: both;
	margin-top: 0;
}

.pankuzu_list ul {
	margin: 3px 0;
	text-align: left;
}

.pankuzu_list li {
	display: inline;
}

.pankuzu_list li a {
	color: #630;
	text-decoration: underline;
	font-size: 10px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
}

.pankuzu_list li a:hover {
	color: #888;
}

li.cate_li {
	text-align: left;
	border-bottom: 2px dotted #fff;
	padding: 5px;
}

li.cate_li a {
	color: #fff;
}

li.cate_li a:hover {
	color: #888;
}

.alignleft {
	text-align: left;
}


/**************************
パンくず カスタム
**************************/

#breadcrumbs-one {
	background: #eee;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	overflow: hidden;
	width: 100%;
}

#breadcrumb {
	overflow-x: scroll;
	overflow-y: hidden;
}

#breadcrumbs-one ul {
	margin: 0;
	padding: 0;
	display: table;
	white-space: nowrap;
}

#breadcrumbs-one li {
	display: table-cell;
}

#breadcrumbs-one a {
	padding: .4em 1em .4em 2em;
	float: left;
	text-decoration: none;
	color: #666;
	position: relative;
	background: #eee;
}

#breadcrumbs-one li:first-child a {
	padding-left: 1em;
	border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover {
	background: #ddd;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}

#breadcrumbs-one a::after {
	z-index: 2;
	border-left-color: #eee;
}

#breadcrumbs-one a::before {
	border-left-color: #ccc;
	right: -1.1em;
	z-index: 1;
}

#breadcrumbs-one a:hover::after {
	border-left-color: #ddd;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover {
	font-weight: bold;
	background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before {
	content: normal;
}

	/* スクロールバーの装飾 */
#breadcrumb::-webkit-scrollbar {
	height: 3px;
}

#breadcrumb::-webkit-scrollbar-track {
	background-color: #fff;
}

#breadcrumb::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}


/**********
スマホ
**********/

.contents-img-block-2retsu ul li {
	display: inline-block;
	width: 49%;
	margin: 10px 0.5%;
	vertical-align: top;
}

.page-layout-section img,
.page-in-content img {
	max-width: 100%;
	height: auto;
}

.contents-text-block p {
	margin: 10px 2%;;
	font-size: 16px;
}
div.headltit {
	margin-bottom: 5px;
	overflow: hidden;
	height: 14px;
}

header.header {
	height: 77px;
	color: #888;
	font-size: 10px;
	background: #5566b4;
	background: -moz-linear-gradient(top, #5566b4 0%, #0f2c66 100%);
	background: -webkit-linear-gradient(top, #5566b4 0%, #0f2c66 100%);
	background: linear-gradient(to bottom, #5566b4 0%, #0f2c66 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5566b4', endColorstr='#0f2c66', GradientType=0);
}

header h1 {
	font-size: 10px;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}

header a {
	text-indent: 0;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	vertical-align: top;
}

.header_logo span {
	display: none;
}

.header_logo img {
	width: 240px;
}

.header_right {
	display: none;
}

span#open_list {
	background: none;
	color: #111;
	padding: 0;
	border: none;
	line-height: inherit;
	margin-top: 5px;
}

span#open_list .menu_bar_icon {
	display: inline-block;
}

span#open_list .menu_bar_icon i.fa {
	font-size: 34px;
	margin: 0;
	position: relative;
	left: 0;
	bottom: 0;
}

span#open_list .my_menu_menu {
	display: block;
	font-size: 10px;
}

span#open_list i {
	color: #fff;
}

footer {
	padding-bottom: 65px;
	background: #5566b4;
	background: -moz-linear-gradient(top, #5566b4 0%, #0f2c66 100%);
	background: -webkit-linear-gradient(top, #5566b4 0%, #0f2c66 100%);
	background: linear-gradient(to bottom, #5566b4 0%, #0f2c66 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5566b4', endColorstr='#0f2c66', GradientType=0);
}

section.footcolmn {
	padding: 0;
}

div.footcolmn {
	background: none;
	padding: 0;
}

dl.fm {
	display: block;
	padding: 10px;
	margin: 0 auto;
}

dl.fm dd {
	display: inline-block;
	margin: 0;
	font-size: 10px;
	color: #fff;
}

dl.fm dd a {
	font-size: 10px;
	text-decoration: underline;
	color: #fff;
}

nav.mm ul>li.now a {
	background: #6f9af1;
}

nav.mm ul>li a,
.mmet {
	background: #3c71db;
	color: #fff;
}

p.copyright {
	color: #fff;
	position: relative;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid #fff;
}

p.copyright a {
	color: #fff;
}

article.maincolmn {
	margin: 0;
}
div.topimg h2 img {
	height: auto;
}
h2,
h2.grand-h2 {
	background: #5566b4;
	background: -moz-linear-gradient(top, #5566b4 0%, #0f2c66 100%);
	background: -webkit-linear-gradient(top, #5566b4 0%, #0f2c66 100%);
	background: linear-gradient(to bottom, #5566b4 0%, #0f2c66 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5566b4', endColorstr='#0f2c66', GradientType=0);
	color: #fff;
	border: none;
	margin-top: 0;
}

h2 .h2_bg,
h2.grand-h2 .grand-h2_bg {
	background: url(../img/h2_bg.png) no-repeat;
	background-position: 0 6px;
	padding: 7px 0 7px 45px;
	display: block;
}

h2 .h2_bg .h2_text,
h2.grand-h2 .grand-h2_bg .grand-h2_text {
	display: block;
	line-height: 1.2em;
}

h2 .h2_bg .h2_sub,
h2.grand-h2 .grand-h2_bg .grand-h2_sub {
	display: block;
	font-size: 11px;
	line-height: 1.2em;
}
h3#h3noimg {
	background: none;
	color: #0f2c66;
	border-left: 8px solid #0f2c66;
}
h3.h3sp {
	background: #ee780b;
	border-radius: 0;
	text-shadow: none;
}

h4 {
	font-weight: bold;
}

h5 {
	text-align: center;
	background: #c0dbfa;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #111;
	box-sizing: border-box;
}

hr {
	border: 1px solid #ddd;
	margin: 20px 0;
}

.page-layout-section h4,
.page-in-content h4 {
	margin: 10px auto;
	border-left: 6px solid #c00000;
	padding-left: 5px;
}

table {
	width: 100%;
	border: 1px solid #111;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 5px 0 10px;
}

th,
td {
	border: 1px solid #111;
	padding: 5px;
	word-break: break-all;
}

table.harb-table-sp tr.harb-table-price th,
table.harb-table tr.harb-table-price th {
	background: #f0f0f0;
}

table.harb-table-sp tr.harb-table-price td,
table.harb-table tr.harb-table-price td {
	background: none;
}

.no-table {
	display: none;
}

.page-layout-section,
.page-in-content {
	margin: 0 2%;
}

table.harb-table-sp th {
	width: auto;
}

.official-voice-box {
	font-size: 14px;
	border: 2px solid #888;
	box-sizing: border-box;
	width: 96%;
	padding: 10px;
	margin: 0 2% 20px;
	border-radius: 15px;
}

.voice-midashi {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #888;
	text-align: left;
}

.official-voice-box p {
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
}

.official-voice-box p.voice-chamer-history {
	text-align: left;
}

.official-voice-box p.voice-chamer-history a,
.official-voice-box p.voice-chamer-history span {
	display: block;
}

.official-voice-box p.voice-chamer-history span.voice-history-date {
	font-size: 12px;
}

.contents-text-block-wide p {
	margin: 10px auto;
}
section.page-layout-section p {
	font-size: 16px;
	word-break: break-all;
}
.contents-text-block img,
.contents-text-block-wide img {
	width: auto;
	height: auto;
}

.left-post-content-box {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	vertical-align: top;
}

.right-post-content-box {
	display: inline-block;
	width: 47%;
	vertical-align: top;
}

.content-3box {
	display: inline-block;
	width: 30%;
	margin: 1%;
}

section.page-layout-section .contents-li-right p {
	font-size: 14px;
}

section.page-layout-section li p {
	font-size: 14px;
}

div.toptop {
	width: 100%;
}

.menu_sub {
	font-size: 10px;
	display: inline-block;
	padding: 1px 5px;
	background: #fff;
	color: #c00000;
	border-radius: 10px;
}

.side {
	display: none;
}

.sp_bottom_link {
	display: block;
}
.sp_bottom_link ul {
	list-style: none;
}
.sp_bottom_link a {
	display: block;
	color: #666;
	line-height: 1em;
}

.sp_bottom_link a i {
	color: #ccc;
	line-height: 1em;
}

.sp_bottom_link ul {
	border-top: 1px solid #ccc;
	margin:0 5% 20px;
}

.sp_bottom_link li {
	padding: 5px 5px 2px 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #efefef;
	position: relative;
}

.sp_bottom_link li .sp_bottom_link_img {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}

.sp_bottom_link li .sp_bottom_link_img img {
	width: 100%;
}

.sp_bottom_link li .sp_bottom_link_text {
	display: inline-block;
	vertical-align: top;
	margin-top: 22px;
	font-size: 14px;
}

.sp_bottom_link li .sp_bottom_link_icon {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 25px;
}

.sp_bottom_link .side-menu {
	width: 90%;
	margin: 0 5% 10px;
}

.side-menu {
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.side-menu h3 {
	background: #7a0001;
	background: -moz-linear-gradient(top, #7a0001 0%, #460000 100%);
	background: -webkit-linear-gradient(top, #7a0001 0%, #460000 100%);
	background: linear-gradient(to bottom, #7a0001 0%, #460000 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7a0001', endColorstr='#460000', GradientType=0);
	color: #fff;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.side-rental {
	text-align: center;
}

.side-rental a {
	display: inline-block;
}

.side-rental img {
	display: inline-block;
	margin-top: 10px;
	width: 80%;
}

.side-rental .side-link-text {
	display: block;
	text-align: left;
}

.side-info {
	margin: 0 10px 10px;
	max-width: 210px;
	display: inline-block;
}

.side-rental .school-name {
	margin-bottom: 10px;
	line-height: 0.8em;
	text-align: left;
}

.side-rental .school-name-jp {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.side-rental .school-name-eng {
	font-size: 11px;
}

.side-info .school-ad {
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}
ul.btn-blue {
	margin-bottom: 40px;
}
ul.btn-blue li {
	display: inline-block;
	width: 80%;
	margin: 5px 10%;
}
ul.btn-blue li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	position: relative;
	color: #2023ac;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #2023ac;
	border-bottom: 4px solid #2023ac;
	font-size: 16px;
}
ul.btn-blue li pre {
	margin: 0;
}
.contents-img-block-4retsu li,
.contents-img-block-5retsu li,
.contents-img-block-6retsu li {
	vertical-align: top;
}
@media screen and (min-width: 769px) {
	/**********
	PC
	**********/
	/*パンくず*/
	#breadcrumb {
		width: 1000px;
		margin: 0 auto;
	}
	#breadcrumbs-one {
		background: #fff;
	}
	#breadcrumbs-one a {
		padding: .4em 1em .4em 1em;
		background: none;
	}
	#breadcrumbs-one a::before {
		border: none;
	}
	#breadcrumbs-one a::after {
		content: ">";
		position: relative;
		margin: 0;
		border: none;
	}
	#breadcrumbs-one a:hover {
		background: none;
	}
	div.toptop,
	.article {
		vertical-align: top;
	}
	section.nextclm01 {
		width: auto;
		margin: 0;
	}
	nav.mm-menu {
		display: none !important;
	}
	header.header {
		height: 164px;
	}
	.header_box {
		width: 950px;
		display: block;
		margin: 0 auto;
	}
	.header_logo {
		float: left;
		color: #000;
		display: block;
		margin-top: 5px;
		text-align: left;
		margin-right: 20px;
		font-size: 12px;
		width: 300px;
		line-height: 2em;
		font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.header_logo a {
		display: block;
	}
	.header_logo span {
		display: inline-block;
	}
	.header_logo img {
		width: 380px;
	}
	.header_right {
		display: block;
		width: 600px;
		float: right;
	}
	.header_ad {
		width: 37%;
		float: left;
		font-size: 12px;
		text-align: left;
		padding: 3px 10px;
	}
	.header_ad p {
		font-size: 12px;
		font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.2em;
		color: #000;
		display: inline-block;
	}
	.header_ad p.okigaru {
		margin-bottom: 3px;
		width: 100%;
		font-size: 16px;
		color: #ee780b;
		text-align: center;
	}
	.header_tel {
		display: block;
		width: 55%;
		margin-right: 2%;
		float: left;
		text-align: right;
	}
	.header_tel p {
		font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 22px;
	}
	.header_tel p.okigaru {
		font-size: 12px;
	}
	.header_tel p.okigaru .okigaru-tel {
		font-size: 22px;
		color: #ee780b;
		font-weight: bold;
	}
	.okigaru-text {
		display: inline-block;
		vertical-align: top;
		margin-top: 8px;
	}
	.header_tel p.okigaru .icon-circle {
		width: 20px;
		height: 20px;
		background: #ee780b;
		text-align: center;
	}
	.header_tel p.okigaru .icon-circle i.fa {
		color: #fff;
		font-size: 14px;
		vertical-align: top;
		margin-top: 3px;
	}
	.icon-circle {
		display: inline-block;
		width: 26px;
		height: 26px;
		border-radius: 13px;
		background: #fff;
		line-height: 30px;
	}
	.header-ad-adress {
		clear: both;
		font-size: 12px;
		text-align: center;
		padding-top: 5px;
	}
	h2,
	h2.grand-h2 {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.sp_bottom_link {
		display: none;
	}
	footer {
		padding-bottom: 0;
		border-top: none;
		clear: both;
	}
	section.footcolmn {
		width: 100%;
	}
	section.page-layout-section {
		width: 100%;
	}
	.main {
		width: 720px;
		float: right;
		padding-top: 20px;
	}
	.main .article {
		padding-top: 0;
	}
	.main section.page-layout-section {
		margin: 0;
	}
	dl.fm {
		text-align: center;
		padding: 0;
		width: 1000px;
		border-bottom: 1px solid #fff;
	}
	dl.fm dd {
		display: inline-block;
		padding: 0;
		margin: 10px 0;
	}
	dl.fm dd a {
		font-size: 11px;
		text-decoration: none;
		color: #fff;
	}
	p.copyright {
		border: none;
	}
	nav.mm {
		background: #7a0001;
		background: -moz-linear-gradient(top, #7a0001 0%, #460000 100%);
		background: -webkit-linear-gradient(top, #7a0001 0%, #460000 100%);
		background: linear-gradient(to bottom, #7a0001 0%, #460000 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7a0001', endColorstr='#460000', GradientType=0);
		border-top: 1px solid #c00000;
		border-bottom: 1px solid #c00000;
	}
	nav.mm ul>li {
		width: 20%;
		border-right: 1px solid #c00000;
		box-sizing: border-box;
	}
	nav.mm ul>li.mm-li-top {
		border-left: 1px solid #c00000;
	}
	nav#jq_navi ul li a {
		width: 100%;
		height: auto;
		text-align: center;
	}
	nav#jq_navi ul li a .mm_text {
		margin: 0;
		padding: 10px 0;
		color: #fff;
		font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		line-height: 1em;
	}
	nav#jq_navi ul li.menu-li-twoline a .mm_text {
		font-size: 14px;
		line-height: 1.1em;
	}
	nav#jq_navi ul li a.now {
		background: #ee780b;
	}
	nav#jq_navi ul li a:hover {
		background: #ee780b;
	}
	nav#jq_navi ul li.mm01 a:hover,
	nav#jq_navi ul li.mm02 a:hover,
	nav#jq_navi ul li.mm03 a:hover,
	nav#jq_navi ul li.mm04 a:hover,
	nav#jq_navi ul li.mm05 a:hover,
	nav#jq_navi ul li.mm06 a:hover,
	nav#jq_navi ul li.mm07 a:hover {
		background: #c00000;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		width: 100%;
		height: auto;
	}
	.side {
		float: left;
		width: 240px;
		display: block;
		padding-top: 10px;
	}
	#index .side {
		padding-top: 20px;
	}
	.side-menu ul {
		background: #f5f5f5;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		list-style: none;
	}
	.side-menu ul li {
		border-bottom: 1px solid #ccc;
	}
	.side-menu ul li.last_li {
		border: none;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.side-menu ul li a {
		display: block;
		padding: 10px;
		color: #111;
	}
	.side-menu ul li a:hover,
	.side-menu ul li a.now {
		background: #ddd;
	}
	.side-menu ul li a i {
		color: #888;
	}
	section#topimg {
		margin-top: 0;
		height: auto;
		background: #ff8900;
	}
	div.topimg {
		height: auto;
	}
	div.topimg,
	div.topimg h2 {
		box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		background: none;
		line-height: 0;
	}
	div.topimg h2 img {
		display: inline-block;
		width: 100%;
	}
	nav.mm ul li ul li {
		width: 100% !important;
	}
	nav#jq_navi ul li ul li a {
		display: block;
		width: 100%;
		background: #FCC592;
		margin: 0;
	}
	nav#jq_navi ul li ul li a:hover {
		background: #F9CDA5 !important;
		margin: 0;
	}
	.mm-listview>li.mm-vertical>.mm-next,
	.mm-vertical .mm-listview>li>.mm-next {
		height: 100%;
	}
	article.maincolmn {
		margin: 0 auto;
	}
	article#blog {
		margin-top: 20px;
	}
	h3.h3sp {
		height: auto;
		margin-bottom: 20px;
	}
	h3#h3noimg {
		width: auto;
		height: auto;
	}
	h3.h3sp .h3noimg_text {
		color: #0f2c66 ;
		margin: 0 0 0 20px;
	}
	ul.btn-blue {
		font-size: 0;
	}
	ul.btn-blue li {
		display: inline-block;
		width: 48%;
		margin: 5px 1%;
	}
	ul.btn-blue li:first-child,
	ul.btn-blue li:nth-child(2) {
		width: 98%;
	}
	
}
