@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
	color: #000;

}

a:visited {}

a:hover,
a:focus {
	color: #666;
}

.clr {
	clear: both;
	min-height: 1em;
}

/*
*html .clr{
	height:1px;
}
*/

body {
	color: #000;
	font-family: 'UD Shin Go Light', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}

.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}

input,
select,
textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}


img {}





/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */






@media print,
screen and (min-width: 768px) {



	a:hover img,
	a:focus img {
		opacity: 0.85;
		filter: alpha(opacity=85);
	}

	:-ms-input-placeholder {
		color: #999999;
	}


	body,
	html {
		height: 100%;
	}

	body {
		margin: 0px;
		padding: 0px;
		font-size: 95%;
		line-height: 140%;


	}



	ol,
	ul {
		list-style: none;
	}

	form {
		margin: 0px;
		padding: 0px;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.pc-disp {}

	.sp-disp {
		display: none !important;
	}

	#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		margin: 0;
	}


	#scrollTop {
		position: fixed;
		right: 10px;
		z-index: 20;
		margin-bottom: 0px;

	}

	#scrollTop a {
		text-decoration: none;

	}

	#scrollTop img {
		padding-bottom: 20px;
		width: 60px;
	}


	.skip a {
		display: block;
		background-color: #007b44;
		color: #fff;
		text-decoration: none;
		text-align: center;
		position: absolute;
		height: 0;
		overflow: hidden;
	}

	/*
#top-pc-header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;

}
*/


	#top-pc-header {
		width: 100%;
	}

	#header {
		width: 100%;
		position: relative;
	}

	.header-contact {
		position: absolute;
		right: 0;
		top: 10px;
	}

	.header-contact img {
		width: 170px;
	}

	#header-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 15px 0 0 15px;
	}

	.logo img {
		width: 400px;
	}



	#keyword {
		width: 90%;
		height: 26px;
		margin: 0px;
		padding: 0px 26px 0px 4px;
		border: 1px solid #ccc;
		border-radius: 50px;
		/* CSS3草案 */
		-webkit-border-radius: 50px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 50px;
		/* Firefox用 */
		font-size: 87.5%;
	}


	#searchsubmit {
		margin-left: -26px;
		width: 20px;
	}







	.sp-header {
		display: none;
	}

	/* メニュー
================================================== */

	#globalNav {}

	#globalNavInner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 15px 15px 15px 15px;
	}

	#globalNavInner ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#globalNavInner ul li {
		text-align: center;
		background-image: url(../images/bg-menu.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 12px;
		padding-right: 12px;
	}

	#globalNavInner ul li a {
		display: block;
		padding: 13px 0;
		text-decoration: none;
		font-weight: bold;
		font-size: 120%;
	}


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

#globalNavInner ul li a {
		font-size: 110%;
}

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

#globalNavInner ul li a {
		padding: 15px 0 0 0;
		font-size: 100%;
}
}
@media screen and (max-width: 900px) {
#globalNavInner ul li a {
		font-size: 90%;
}
}
@media screen and (max-width: 820px) {
#globalNavInner ul li a {
		padding: 18px 0 0 0;
		font-size: 80%;
}

}


	#globalNavInner ul li form {
		padding: 13px 0;
	}

	#globalNavInner ul li:nth-child(1) {
		width: 8.7%;
	}

	#globalNavInner ul li:nth-child(2) {
		width: 8.7%;
	}

	#globalNavInner ul li:nth-child(3) {
		width: 15.2%;
	}

	#globalNavInner ul li:nth-child(4) {
		width: 10.86%;
	}

	#globalNavInner ul li:nth-child(5) {
		width: 10.86%;
	}

	#globalNavInner ul li:nth-child(6) {
		width: 13.04%;
	}

	#globalNavInner ul li:nth-child(7) {
		width: 19.6%;
		background-image: none;
		padding-right: 0;
	}

	#globalNavInner ul li:nth-child(8) {
		width: 13.04%;
		background-image: none;
		padding-right: 0;
	}

	.none_text {
		display: none;
	}

/*
	@media print,
	screen and (min-width:1000px) {
		#globalNavInner ul li a {
			font-size: 120%;
		}
	}

*/
	/* プルダウン Nav
================================================== */

	#globalNavInner>ul .child {
		width: auto;
		display: none;
		position: absolute;
		z-index: 800;
		padding: 0px;
		background-color: #fff;
		border-radius: 8px;
		border: 2px solid #ff4539;
	}



	#globalNavInner>ul .child li {
		border-left: none;
		border-right: none;
		font-size: 100%;
		min-width: 100%;
		font-weight: normal;
		border-bottom: 1px solid #ff4539;
		background-image: url(../images/navi_icon.png);
		background-repeat: no-repeat;
		background-position: 11px 19px;
	}

	#globalNavInner>ul .child li:last-child {
		border-bottom: none;
	}

	#globalNavInner>ul .child li a {
		font-size: 100%;
		display: block;
		text-decoration: none;
		padding: 15px 0px 15px 35px;
		text-align: left;
	}

	#globalNavInner>ul .child li a:hover {
		color: #ff4539;
	}



	/* メニュー終わり
================================================== */





	#content {
		width: 100%;
	}





	.top1 {
		width: 100%;
		margin-top: 0;
		padding-top: 60px;
		background-color: #ddf8ff;
	}

	.top1-inner {
		width: 95%;
		max-width: 1100px;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.top1 .slick-box {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.top1 .slick-box img {
		width: 100%;
		vertical-align: bottom;
		border-radius: 50px;
		/* CSS3草案 */
		-webkit-border-radius: 50px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 50px;
		/* Firefox用 */
		border: 8px solid #fff;
	}

	.top1-bottom img {
		width: 100%;
		display: block;
	}


	.top2 {
		width: 100%;
		background-image: url(../images/bg-top2_6.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}


	.top2-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0;
		padding: 60px 5px;
	}

	.top2-inner-l {
		float: left;
		width: 25%;
		text-align: center;
		padding-right: 5%;
	}

	.top2-inner-l-inner {
		vertical-align: middle;
		display: table-cell;
	}

	.top2-inner-l img {
		width: 100%;
		max-width: 225px;
	}

	.news-link {
		margin-top: 20px;
		text-align: center;
	}

	.news-link a {
		color: #ff4539;
		font-weight: bold;
		background-image: url(../images/bg-link1.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 9px;
		padding-left: 18px;
		text-decoration: none;
	}

	.news-link a:hover {
		text-decoration: underline;
	}

	.top2-inner-r {
		float: left;
		width: 75%;
	}

	.news-list {}

	.news-list li {
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}

	.news-list li:last-child {
		border-bottom: none;
	}

	.news-list li .date {
		padding-top: 3px;
		padding-right: 20px;
		font-weight: bold;
	}



	.news-list li .td-span {
		display: table-cell;

	}

	.news-list li .title {
		padding-top: 3px;
		display: table-cell;
	}

	.news-list li .title a {
		background-image: url(../images/bg-link2.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 10px;
		padding-left: 16px;
		text-decoration: none;
	}

	.news-list li .title a:hover {
		text-decoration: underline;
	}







	.top3 {
		width: 100%;
		padding: 60px 0;
		background-color: #fffee9;
	}



	.top3-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 5px;
	}

	.title-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		background-image: url(../images/title-bottom-border.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100%;
		margin-bottom: 30px;
	}


	.title-ul li:nth-child(1) {
		width: 78%;
		padding-bottm: 10px;
	}

.title-ul li:nth-child(1) img {
	width: 36%;
}

.top3 .title-ul li:nth-child(1) img {
	width: 46%;
}


	.title-ul li:nth-child(2) {
		width: 22%;
		text-align: right;
		padding: 10px 0;
	}

	.title-ul li:nth-child(2) img {
		width: 35%;
		padding-bottom: 10px;
	}


	.top3-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.top3-ul li {
		width: 31.333%;
		background-color: #fff;
		border: 1px solid #ccc;
	}

	.top3-ul li img {
		width: 100%;
	}

	.top3-ul li:nth-child(1) {
		margin-right: 2%;
	}

	.top3-ul li:nth-child(2) {
		margin: 0 1%;
	}

	.top3-ul li:nth-child(3) {
		margin-left: 2%;
	}

	.top3-ul li .title {
		display: block;
		padding: 20px 10px 15px 10px;
	}

	.top3-ul li .title a {
		color: #ff4539;
		font-weight: bold;
		text-decoration: none;
		font-size: 120%;
	}

	.top3-ul li .title a:hover {
		text-decoration: underline;
	}

	.top3-ul li .description {
		display: block;
		padding: 0 10px 15px 10px;
		;
	}









	.top4 {
		width: 100%;
		padding: 60px 0;
		background-color: #ffeee9;
	}



	.top4-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 5px;
		height: 450px;
	}

	.top4-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.top4-ul li {
		width: 31.333%;
		background-color: #fff;
		border: 1px solid #ccc;
	}

	.top4-ul li img {
		width: 100%;
	}

	.top4-ul-item .thumb {
		display: block;
		width: auto;
		height: 200px;
		overflow-y: hidden;
	}

	.top4-ul-item .thumb img {}

	.top4-ul li:nth-child(1) {
		margin-right: 2%;
	}

	.top4-ul li:nth-child(2) {
		margin: 0 1%;
	}

	.top4-ul li:nth-child(3) {
		margin-left: 2%;
	}

	.top4-ul li .title {
		display: block;
		padding: 20px 20px 15px 20px;
	}

	.top4-ul li .title a {
		color: #ff4539;
		font-weight: bold;
		text-decoration: none;
		font-size: 120%;
	}

	.top4-ul li .title a:hover {
		text-decoration: underline;
	}

	.top4-ul li .description {
		display: block;
		padding: 0 20px 10px 20px;
	}

	.top4-ul li .date {
		display: block;
		padding: 0 20px 15px 20px;
		text-align: right;
	}





	.top5 {
		width: 100%;
		padding: 60px 0 40px 0;
		background-color: #fff;
	}



	.top5-inner {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 5px;
	}

	.top5-inner ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top5-inner ul li {
		width: 31%;
		margin: 0 1% 20px 1%;
	}

	.top5-inner ul li img {
		width: 100%;
	}


	.top6 {
		width: 100%;
		background-color: #fff;
		background-image: url(../images/bg-top2_6.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}



	.top6-inner {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 5px;
		background-image: url(../images/title-bottom-border.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 98%;
		padding: 60px 0 40px 0;
	}

	.top6-inner ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top6-inner ul li {
		width: 23%;
		margin: 0 1% 20px 1%;

	}

	.top6-inner ul li img {
		width: 100%;
	}














	#footer {
		width: 100%;
		background-color: #ff4539;

	}


	.footer-inner1 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 30px 5px 35px 5px;
		background-image: url(../images/footer-border.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 98%;
	}

	.footer-inner1 ul {
		width: 100%;
		font-size: 90%;
		font-weight: bold;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.footer-inner1 ul li {
		background-image: url(../images/bg-footer-link.png);
		background-size: 10px;
		background-repeat: no-repeat;
		background-position: right center;
		padding: 0 20px 0 10px;
	}

	.footer-inner1 ul li:last-child {
		background-image: none;
	}

	.footer-inner1 ul li a {
		color: #fff;
		text-decoration: none;
	}

	.footer-inner1 ul li a:hover {
		text-decoration: underline;
	}


	.footer-inner2 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 30px 5px 30px 5px;
		color: #fff;
		text-align: center;
	}

	.footer-inner2 .seikyo {
		font-size: 150%;
		font-weight: bold;
		margin-bottom: 15px;
	}


	.footer-inner2 .add {
		margin-bottom: 5px;
	}

	.footer-inner2 .add span {}

	.footer-bottom img {
		width: 100%;
	}





	/* コンテンツページ関係始まり
================================================== */

	/* iframeサイズ */

	.contentBody iframe {
		width: 100%;
		height: 450px;
	}

	.contentBody .if-renrakumo iframe {
		height: 150px;
	}



	#category_icon {
		width: 100%;
	}

	#category_icon .inner {
		width: 100%;
		margin: 0 auto;
	}

	#category_icon .inner img {
		width: 100%;
	}



	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;

		font-size: 100%;
		padding: 10px 0;
		margin-bottom: 25px;
	}

	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		max-width: 1100px;
		padding: 0px 5px;
	}


	#breadCrumb p {
		margin-left: 0px;

	}




	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}

	.contentBodyWrapper {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

	#content-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		padding: 0px 5px;

	}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}



	article {}

	#main {
		width: 100%;
	}

	#main2 {
		width: 100%;
		font-size: 110%;
	}

	#sidemenu {
		width: 100%;
		margin: 100px 0;

		padding: 15px;
	}


	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 1em;


	}

	.contentBody img {
		max-width: 100%;
	}

	.contentBody .img_center img {}


	.contentListWrapper .pageList {
		width: 100%;
		margin-top: 30px;

	}


	.contentListWrapper .pagelist-item {

		margin: 0 1% 30px 1%;
		border: 1px solid #ff4539;
		padding: 15px;
	}

	.contentListWrapper .pagelist-item .thumb {
		display: block;
		width: auto;
		height: 200px;
		overflow-y: hidden;
		margin-bottom: 20px;
	}

	.contentListWrapper .pagelist-item .thumb img {
		width: 100%;
	}

	.contentListWrapper .pagelist-item .list-right {
		display: table-cell;
		vertical-align: top;
		width: 68%;
	}

	.contentListWrapper .pagelist-item .title {
		display: block;
		background-image: url(../images/list-_icon.png);
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 20px;
		padding: 5px 0px 5px 35px;
		font-size: 120%;
	}




	.contentListWrapper .pagelist-item .title a {
		text-decoration: none;
		display: block;
		color: #000000;
		font-weight: bold;


	}

	.contentListWrapper .pagelist-item .title a:hover {
		text-decoration: underline;
	}

	.contentListWrapper .pagelist-item .description {
		padding: 0 5px 5px 35px;
		display: block;
		font-size: 90%;
	}


	.contentListWrapper .pagelist-item .date {
		display: block;
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}















	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #000000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 100px;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 5px;
	}

	#sidemenu .sideHeader {}

	#sidemenu .sideHeader h2 {
		text-align: center;
		margin: 10px 0px 20px 10px;
		color: #ff4539;
		padding-bottom: 20px;
		font-size: 150%;
		background-image: url(../images/title-bottom-border.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100%;
	}

	#sidemenu .sideBody ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 90%;
	}

	#sidemenu .sideBody ul li {
		width: 31.33%;
		margin: 0 1% 0px 1%;
		border: 1px solid #ff4539;
		background-image: url(../images/navi_icon.png);
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 13px;
		margin-bottom: 20px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 10px 0px 10px 35px;

	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 10px 0px 10px 35px;

		font-weight: bold;
	}

	#sidemenu .sideBody ul li .active {
		color: #ff4539;
	}

	#sidemenu .sideBody ul li a:hover {
		text-decoration: underline;
	}



	/*　検索一覧ページ
*********************************************/
	.contentBodyWrapper .search-area ul li {
		margin-bottom: 10px;
	}

	.contentBodyWrapper .search-area ul li .thumb,
	.contentBodyWrapper .search-area ul li .description,
	.contentBodyWrapper .search-area ul li .date {
		display: none;
	}


	/*コンテンツページ関係終わり
================================================== */


	/*サイトマップ初め
================================================== */

	.sitemap {
		margin: 0px 0px 50px 50px;

	}

	.sitemap li {
		padding-top: 0px;
		margin: 0px 0px 10px 0px;
	}

	.depth2 li {
		padding-top: 0px;
	}

	.sm-depth2-list {
		margin-left: 50px;
	}




}

/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */





/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

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


	body,
	html {
		height: 100%;
		-webkit-text-size-adjust: 100%;

	}

	body {
		margin: 0px;
		padding: 0px;
		font-size: 80%;
		line-height: 135%;

	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	ol,
	ul {
		list-style: none;
	}

	form {
		margin: 0px;
		padding: 0px;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	select,
	textarea,
	input[type=text],
	input[type=email],
	input[type=date],
	input[type=tel] {
		font-size: 16px;
		/*  transform: scale(0.8);*/
	}




	.pc-disp {
		display: none !important;
	}

	.sp-disp {}


	#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}


	#scrollTop {

		position: fixed;
		right: 0;
		z-index: 20;
		margin: 10px;
	}

	#scrollTop a {
		text-decoration: none;

	}

	#scrollTop img {
		width: 40px;
	}


	.skip p {
		display: block;
		background-color: #007b44;
		color: #fff;
		text-decoration: none;
		text-align: center;
		position: absolute;
		height: 0;
		overflow: hidden;
	}

	/*
#home h1 {
  height: 0;
  overflow: hidden;
}
*/

	#header {
		display: none;
	}

	#globalNav {
		display: none;
	}




	.sp-header {
		margin-top: 55px;

	}


	.hata {
		position: fixed;
		top: 0px;
		left: -20px;
		width: 270px;
		z-index: 1000;
	}

	.hata img {
		width: 100%;
	}





	/* メニュー関係
================================================== */

	#title {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.header-top {
		position: fixed;
		left: 0px;
		top: 0px;
		background-color: #fff;
		width: 100%;
		height: 55px;
		padding: 0px 0px 0 0px;
		z-index: 2;
	}

	.header-top .logo {
		float: left;
		padding: 12px 0px 0px 10px;
	}

	.header-top .logo img {
		width: 250px;
	}

	.header-top a {}

	.header-navi form {
		padding: 10px 0 10px 22px;

	}

	#keyword {
		width: 150px;
		height: 28px;
		margin: 0px 0px 0px 0;
		border: 0;
		padding: 0 26px 0 0;
		border: 1px solid #ccc;
	}

	#searchsubmit {
		width: 25px;
	}






	.menu_open_button {
		margin-top: 0;
		color: #fff;
		float: left;
		background-repeat: no-repeat;
		background-position: center top;
		background-image: url(../images/menu_icon.png);
		background-size: 52px;
		padding-top: 34px;
		text-align: center;
		width: 70px;
		height: 55px;
		font-size: 10px;
		text-decoration: none;
	}

	.menu_close_button {
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../images/menu_close.png);
		background-size: 38px;
		color: #fff;
		padding-top: 34px;
		text-align: center;
		width: 55px;
		height: 55px;
		font-size: 10px;
		text-decoration: none;
		margin-bottom: 10px;
		margin-right: 10px;
		float: right;
	}


	/* Header Nav
================================================== */

	.header-navi {
		margin-top: -10px;

	}

	.header-navi .nav-header {
		background: #999999;
	}

	.header-navi .close {

		padding-top: 10px;
	}


	.header-navi .nav-header h2 {
		float: left;
		padding: 15px 5px 5px 5px;
	}

	.header-navi .nav-header button {
		float: right;
		padding: 5px;
	}

	.header-navi .nav-header button img {
		width: 45px;
	}

	/*サイドバー
---------------------------------------------------------------*/

	#modal {
		display: none;
	}

	#modal h2 {}

	#modal h2,

	#modal ul {
		padding: 0px;
		width: 230px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	#modal ul li {
		font-size: 130%;
		font-weight: bold;
		margin-left: 5px;
		margin-bottom: 1px;
		padding: 0 0 0 5px;
		text-align: left;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	}


	#modal ul li a {
		display: block;
		text-decoration: none;
		padding: 10px 10px 10px 28px;
		background-image: url(../images/navi_icon.png);
		background-repeat: no-repeat;
		background-position: 6px 15px;
		background-size: 13px;
	}

	#modal-menu1 {}

	#modal-menu2 {}

	#modal-menu3 {}

	#modal-menu4 {}

	#modal-menu5 {}

	#modal-menu6 {}

	#modal-menu7 {}

	#modal-menu8 {}

	#modal-menu9 {}


	.close {
		text-align: right;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;

	}

	.close a {}

	.open {
		display: block;
		margin-top: 0px;
		margin-right: 0px;
		float: right;
	}

	.open img {
		vertical-align: middle;
	}



	#sp-keyword {
		width: 75%;
		height: 28px;
		margin: 0px;
		padding: 0px 35px 0px 2px;
		border: 1px solid #ff4539;
		border-radius: 50px;

	}

	#sp-searchsubmit {
		margin-left: 5px;
		width: 25px;
	}




	/*メニュー関係終わり
---------------------------------------------------------------*/


	/* トップ動画
================================================== */

	#content {
		width: 100%;
		padding-bottom: 0px;
	}






	.top1 {
		width: 100%;
		margin-top: 0;
		padding-top: 30px;
		background-color: #ddf8ff;
	}

	.top1-inner {
		width: 98%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0px 10px;
		padding-bottom: 30px;
	}

	.top1 .slick-box {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.top1 .slick-box img {
		width: 100%;
		vertical-align: bottom;
		border-radius: 20px;
		/* CSS3草案 */
		-webkit-border-radius: 20px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 20px;
		/* Firefox用 */
		border: 5px solid #fff;
	}

	.top1-bottom img {
		width: 100%;
		display: block;
		height: 70px;
		object-fit: cover;
		object-position: 98% 0%;
	}


	.top2 {
		width: 100%;
		background-image: url(../images/bg-top2_6.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}


	.top2-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0;
		padding: 25px 15px;
	}

	.top2-inner-l {
		width: 100%;
		text-align: center;
	}

	.top2-inner-l img {
		width: 100%;
		max-width: 385px;
	}

	.news-link {
		margin-top: 15px;
		text-align: center;
	}

	.news-link a {
		color: #ff4539;
		font-weight: bold;
		background-image: url(../images/bg-link1.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 9px;
		padding-left: 18px;
		text-decoration: none;
	}

	.news-link a:hover {
		text-decoration: underline;
	}

	.top2-inner-r {
		width: 100%;
		padding: 5px 15px;
	}

	.news-list {}

	.news-list li {
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}

	.news-list li:last-child {
		border-bottom: none;
	}

	.news-list li .date {
		padding-top: 3px;
		padding-right: 0px;
		font-weight: bold;
	}



	.news-list li .td-span {
		display: block;

	}

	.news-list li .title {
		padding-top: 3px;
		display: block;
	}

	.news-list li .title a {
		background-image: url(../images/bg-link2.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 8px;
		padding-left: 14px;
		text-decoration: none;
	}

	.news-list li .title a:hover {
		text-decoration: underline;
	}







	.top3 {
		width: 100%;
		padding: 30px 0 15px 0;
		background-color: #fffee9;
	}



	.top3-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 25px;
	}

	.title-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		background-image: url(../images/title-bottom-border.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100%;
		margin-bottom: 30px;
	}


	.title-ul li:nth-child(1) {
		width: 70%;
		padding-bottom: 5px;
	}

.title-ul li:nth-child(1) img {
	width: 200px;
}

.top3 .title-ul li:nth-child(1) img {
	width: 257px;
}


	.title-ul li:nth-child(2) {
		width: 30%;
		text-align: right;
		padding-bottom: 5px;
	}

	.title-ul li:nth-child(2) img {
		width: 80px;
	}


	.top3-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top3-ul li {
		width: 31.3%;
		background-color: #fff;
		border: 1px solid #ccc;
		margin: 0 1% 15px 1%;
	}

	.top3-ul li img {
		width: 100%;
	}



	.top3-ul li .title {
		display: block;
		padding: 20px 10px 15px 10px;
	}

	.top3-ul li .title a {
		color: #ff4539;
		font-weight: bold;
		text-decoration: none;
		font-size: 120%;
	}

	.top3-ul li .title a:hover {
		text-decoration: underline;
	}

	.top3-ul li .description {
		display: block;
		padding: 0 10px 15px 10px;
		;
	}









	.top4 {
		width: 100%;
		padding: 30px 0 15px 0;
		background-color: #ffeee9;
	}



	.top4-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 25px;
	}

	.top4-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top4-ul li {
		width: 31.3%;
		background-color: #fff;
		border: 1px solid #ccc;
		margin: 0 1% 15px 1%;
	}

	.top4-ul li img {
		width: 100%;
	}



	.top4-ul li .title {
		display: block;
		padding: 20px 10px 15px 10px;
	}

	.top4-ul li .title a {
		color: #ff4539;
		font-weight: bold;
		text-decoration: none;
		font-size: 120%;
	}

	.top4-ul li .title a:hover {
		text-decoration: underline;
	}

	.top4-ul li .description {
		display: block;
		padding: 0 10px 10px 10px;
		;
	}

	.top4-ul li .date {
		display: block;
		padding: 0 10px 15px 10px;
		text-align: right;
	}

	.top4-ul-item .thumb {
		display: block;
		width: auto;
		height: 170px;
		overflow-y: hidden;
	}



	.top5 {
		width: 100%;
		padding: 30px 0 20px 0;
		background-color: #fff;
	}



	.top5-inner {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 5px;
	}

	.top5-inner ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top5-inner ul li {
		width: 31.3%;
		margin: 0 1% 10px 1%;
	}

	.top5-inner ul li img {
		width: 100%;
	}


	.top6 {
		width: 100%;
		background-color: #fff;
		background-image: url(../images/bg-top2_6.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}



	.top6-inner {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 5px;
		background-image: url(../images/title-bottom-border.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 98%;
		padding: 30px 0 15px 0;
	}

	.top6-inner ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top6-inner ul li {
		width: 16%;
		margin: 0 2% 6px 2%;

	}

	.top6-inner ul li img {
		width: 100%;
	}














	#footer {
		width: 100%;
		background-color: #ff4539;

	}


	.footer-inner1 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0;
		background-image: url(../images/footer-border.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 98%;
		background-color: #fff;
	}

	.footer-inner1 ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-inner1 ul li {
		font-size: 80%;
		width: 50%;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.footer-inner1 ul li:nth-child(odd) {
		border-left: 1px solid #fff;
	}

	.footer-inner1 ul li a {
		display: block;
		padding: 10px 0 10px 15px;
		background-image: url(../images/bg-link1.png);
		background-repeat: no-repeat;
		background-position: 5px center;
		background-size: 6px;
		text-decoration: none;
		background-color: #f1f1f1;
	}

	.footer-inner1 ul li a:hover {
		text-decoration: underline;
	}


	.footer-inner2 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 30px 5px 30px 5px;
		color: #fff;
		text-align: center;
	}

	.footer-inner2 .seikyo {
		font-size: 150%;
		font-weight: bold;
		margin-bottom: 15px;
	}


	.footer-inner2 .add {
		margin-bottom: 10px;

	}

	.footer-inner2 .add span:nth-child(3),
	.footer-inner2 .add span:nth-child(4) {
		display: block;
	}

	.footer-inner2 .copy {
		font-size: 90%;
	}

	.footer-bottom img {
		width: 100%;
		height: 70px;
		object-fit: cover;
		object-position: 98% 0%;
	}






	/* スマホコンテンツページ関係始まり
================================================== */


	/* iframeサイズ */

	.contentBody iframe {
		width: 100%;
		height: 250px;
	}

	.contentBody .if-renrakumo iframe {
		height: 130px;
	}



	#main-image {
		display: none;
	}



	#sitemap_main {
		display: none;
	}



	#search_main {
		display: none;
	}






	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;

		font-size: 100%;
		padding: 10px 0;
		margin-bottom: 0px;
	}

	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		max-width: 1100px;
		padding: 0px 5px;
	}


	#breadCrumb p {
		margin-left: 0px;

	}


	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}



	.contentListWrapper {
		padding: 0px 10px;

	}

	#content-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		padding: 0px 5px;

	}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}

	article {}

	#main {
		width: 100%;

	}

	#main2 {
		width: 100%;
	}


	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 1em;


	}

	.contentBody img {
		max-width: 100%;
	}





	.contentListWrapper .pageList {
		width: 100%;
		margin-top: 30px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}


	.contentListWrapper .pagelist-item {}

	.contentListWrapper .pagelist-item .thumb {
		display: table-cell;
		width: 32%;
		padding-right: 10px;
	}

	.contentListWrapper .pagelist-item .thumb img {
		width: 100%;
	}

	.contentListWrapper .pagelist-item .list-right {
		display: table-cell;
		vertical-align: top;
		width: 68%;
	}

	.contentListWrapper .pagelist-item .title {
		display: block;
		background-image: url(../images/list-_icon.png);
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 20px;
		padding: 5px 0px 5px 35px;
		font-size: 120%;
	}




	.contentListWrapper .pagelist-item .title a {
		text-decoration: none;
		display: block;
		color: #ff4539;
	}

	.contentListWrapper .pagelist-item .title a:hover {
		text-decoration: underline;
	}

	.contentListWrapper .pagelist-item .description {
		padding: 0 5px 5px 35px;
		display: block;
		font-size: 90%;
	}

	.contentListWrapper .pagelist-item .date {
		display: block;
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}















	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #000000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 100px;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 5px;
	}



	#sidemenu {
		width: 100%;
		margin: 30px 0;
		padding: 15px 5px 5px 5px;
	}

	#sidemenu .sideHeader {}

	#sidemenu .sideHeader h2 {
		padding-bottom: 8px;
		text-align: center;
		margin: 10px 0px 25px 0px;
		font-size: 150%;
		border-bottom: solid 2px #ff4539;
	}

	#sidemenu .sideBody ul {
		width: 100%;
		display: block;
	}

	#sidemenu .sideBody ul li {
		margin: 0 1% 0px 1%;
		border: 1px solid #ff4539;
		background-image: url(../images/navi_icon.png);
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 13px;
		margin-bottom: 20px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 10px 0px 10px 35px;
	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 10px 0px 10px 35px;

		font-weight: bold;
	}

	#sidemenu .sideBody ul li a:hover {
		text-decoration: underline;
	}


	/*　検索一覧ページ
*********************************************/

	.contentBodyWrapper .search-area ul li {
		margin-bottom: 10px;
	}

	.contentBodyWrapper .search-area ul li .thumb,
	.contentBodyWrapper .search-area ul li .description,
	.contentBodyWrapper .search-area ul li .date {
		display: none;
	}





	/*コンテンツページ関係終わり
================================================== */



	/*サイトマップ初め
================================================== */

	.sitemap {
		margin-left: 0px;

	}

	.depth1 li {
		padding-top: 0px;

	}

	.depth2 li {
		padding-top: 0px;
	}




}

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

	.top3-inner {
		padding: 0 10px;
	}

	.top3-ul li {
		width: 48%;
	}

	.top4-inner {
		padding: 0 10px;
	}

	.top4-ul li {
		width: 48%;
	}

	.top4-ul-item .thumb {
		height: 85px;
	}

	.top3-ul li .title,
	.top4-ul li .title {
		padding: 10px 7px;
	}

	.top3-ul li .description,
	.top4-ul li .description {
		font-size: 80%;
		padding: 0px 7px 7px 7px;
	}

	.top3-ul li .date,
	.top4-ul li .date {
		font-size: 80%;
		padding: 0 7px 10px 7px;
	}

	.top5-inner {
		padding: 0 10px;
	}

	.top5-inner ul li {
		width: 48%;
	}

	.top6-inner {
		padding: 30px 10px 15px 10px;
	}

	.top6-inner ul li {
		width: 31%;
		margin: 0 1% 6px 1%;
	}

}




/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */

@media print {
	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}

	#scrollTop {
		display: none;
	}
}


/* sect-form
============================================================ */
/* required */
.sect-form .required {
	color: #ff4539;
}

/* tbl-form */
.sect-form .sect-form-body {
	width: 100%;
	margin-bottom: 50px;
	border: 1px solid #8f8f9d;
}

.sect-form .sect-form-body th,
.sect-form .sect-form-body td {
	border: 1px solid #8f8f9d;
	text-align: left;
	vertical-align: top;
}

.sect-form .sect-form-body th {
	width: 250px;
	background-color: #ffeee9;
}

.sect-form .sect-form-body label {
	cursor: pointer;
}

.sect-form .sect-form-body input[type="text"],
.sect-form .sect-form-body input[type="tel"],
.sect-form .sect-form-body input[type="date"],
.sect-form .sect-form-body input[type="email"],
.sect-form .sect-form-body input[type="password"],
.sect-form .sect-form-body textarea,
.sect-form .sect-form-body select {
	padding: 10px 15px;
}

.sect-form .sect-form-body input[type="text"],
.sect-form .sect-form-body input[type="email"],
.sect-form .sect-form-body input[type="password"] {
	width: 100%;
}

.sect-form .sect-form-body input[type="text"].p-postal-code {
	width: 120px;
}

.sect-form .sect-form-body input[type="tel"] {
	width: 160px;
}

.sect-form .sect-form-body input[type="date"] {
	width: 160px;
}

.sect-form .sect-form-body textarea {
	width: 100%;
	min-height: 30vh;
}

.sect-form .sect-form-body input.item-kumiai_no,
.sect-form .sect-form-body input.item-koujo_no,
.sect-form .sect-form-body input.item-birthday {
	width: 160px;
}

.sect-form .sect-form-body input.item-name,
.sect-form .sect-form-body input.item-kana {
	width: 200px !important;
	margin-right: 10px;
}

.sect-form .sect-form-body input.item-tel {
	width: 120px;
}

.sect-form .sect-form-body input[type="checkbox"]+label,
.sect-form .sect-form-body input[type="radio"]+label {
	margin-right: 20px;
}

.sect-form .sect-form-body select {
	max-width: 100%;
	background: #fff;
	border: 1px solid #8f8f9d;
}

.sect-form .sect-form-body p.school-sect select {
	margin: 0 2px 0 10px;
}

.sect-form .sect-form-body select:first-child {
	margin-left: 0;
}

.sect-form .sect-form-body .input_error {
	background-color: #ffdad8;
	border-color: #ff4539;
}

.sect-form .sect-form-body td p {
	margin: .5em 0 0;
	font-size: .933333333333em;
}

.sect-form .sect-form-body td p.school-sect {
	margin-top: 1em;
}

.sect-form .sect-form-body td p:first-child {
	margin-top: 0;
}

.sect-form .sect-form-body td p.school-sect span {
	display: inline-block;
	margin-left: 1em;
}

.sect-form .sect-form-body .enquete-form-errors-list {
	color: #ff4539;
	font-weight: bold;
}

.sect-form .sect-form-body .enquete-form-errors-list+.enquete-form-errors-list {
	margin-top: 0;
}

.sect-form .sect-form-body .enquete-form-errors-list span {
	display: block;
}

.sect-form .sect-form-body th .label-list-wrap {
	position: relative;
	padding-right: 37px;
}

.sect-form .sect-form-body th .label-list-wrap .required {
	position: absolute;
	top: 6px;
	right: 0;
	padding: 3px 4px 4px;
	background-color: #ff4539;
	color: #fff;
	border-radius: 2px;
	font-size: 12px;
	text-indent: 0;
	line-height: 1;
	vertical-align: top;
}

/* sect-form-error */
.sect-form .sect-form-error :last-child {
	margin-bottom: 0;
}

.sect-form .sect-form-error {
	margin-bottom: 2em;
	padding: 15px 20px;
	color: #ff4539;
	background: #ffdad8;
	border: 2px solid #ff4539;
}

.sect-form .sect-form-error p {
	margin: 0;
}

.sect-form .sect-form-error li::before {
	background: #ff4539;
}

/* sect-form-limit */
.sect-form .sect-form-limit :last-child {
	margin-bottom: 0;
}

.sect-form .sect-form-limit {
	margin-bottom: 2em;
	padding: 15px 20px;
	color: #f89b00;
	background: #ffeed3;
	border: 2px solid #ffc057;
}

/* sect-form-count */
.sect-form .sect-form-count :last-child {
	margin-bottom: 0;
}

.sect-form .sect-form-count {
	margin-bottom: 2em;
	padding: 15px 20px;
	color: #0a5fa0;
	background: #c4d9ea;
	border: 2px solid #4584b5;
}

/* sect-form-msg */
.sect-form .sect-form-msg {
	margin-bottom: 2em;
}

.sect-form .sect-form-msg :last-child {
	margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {

	/* tbl-form */
	.sect-form .sect-form-body {
		width: 100%;
		margin-bottom: 25px;
		border-right: none;
		border-left: none;
	}

	.sect-form .sect-form-body th,
	.sect-form .sect-form-body td {
		width: 100%;
		display: block;
		border: none;
	}

	.sect-form .sect-form-body th {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.sect-form .sect-form-body td {
		border-top: none;
		padding-top: 15px;
		padding-bottom: 30px;
	}

	.sect-form .sect-form-body input[type="text"],
	.sect-form .sect-form-body input[type="email"],
	.sect-form .sect-form-body input[type="password"] {
		width: 100%;
	}

	.sect-form .sect-form-body textarea {
		min-height: 30vh;
		max-height: 50vh;
	}

	.sect-form .sect-form-body input.item-name,
	.sect-form .sect-form-body input.item-kana {
		margin-right: 0;
	}

	.sect-form .sect-form-body br+input.item-name,
	.sect-form .sect-form-body br+input.item-kana {
		margin-top: 5px;
	}

	.sect-form .sect-form-body input.item-tel {
		width: calc((100% - 40px) / 3);
	}

	.sect-form .sect-form-body th .label-list-wrap .required {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	/* sect-form-error */
	.sect-form .sect-form-error {
		margin-bottom: 1.5em;
	}

	/* sect-form-limit */
	.sect-form .sect-form-limit {
		margin-bottom: 1.5em;
	}

	/* sect-form-count */
	.sect-form .sect-form-count {
		margin-bottom: 1.5em;
	}

	/* sect-form-msg */
	.sect-form .sect-form-msg {
		margin-bottom: 1.5em;
	}
}

@media screen and (max-width: 481px) {
	.sect-form .sect-form-body p.school-sect select {
		margin: 0;
	}

	.sect-form .sect-form-body td p.school-sect label::after {
		content: "";
		display: block;
	}

	.sect-form .com-btn.back-btn {
		padding-right: 17px;
		padding-left: 35px;
	}
}

/* sect-form-complete
============================================================ */
.sect-form-complete p {
	text-align: center;
}

.sect-form-complete p.double-mb {
	margin-bottom: 2em;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
	.sect-form-complete p {
		text-align: left;
	}
}

/* .enquete-item-width
********************************/
.enquete-item-width-100-per {
	width: 100%;
}

.enquete-item-width-95-per {
	width: 95%;
}

.enquete-item-width-90-per {
	width: 90%;
}

.enquete-item-width-85-per {
	width: 90%;
}

.enquete-item-width-80-per {
	width: 80%;
}

.enquete-item-width-75-per {
	width: 75%;
}

.enquete-item-width-70-per {
	width: 70%;
}

.enquete-item-width-65-per {
	width: 65%;
}

.enquete-item-width-60-per {
	width: 60%;
}

.enquete-item-width-55-per {
	width: 55%;
}

.enquete-item-width-50-per {
	width: 50%;
}

.enquete-item-width-45-per {
	width: 45%;
}

.enquete-item-width-40-per {
	width: 40%;
}

.enquete-item-width-35-per {
	width: 35%;
}

.enquete-item-width-30-per {
	width: 30%;
}

.enquete-item-width-25-per {
	width: 25%;
}

.enquete-item-width-20-per {
	width: 20%;
}

@media (max-width: 768px) {

	.enquete-item-width-100-per,
	.enquete-item-width-95-per,
	.enquete-item-width-90-per,
	.enquete-item-width-85-per,
	.enquete-item-width-80-per,
	.enquete-item-width-75-per {
		width: 100%;
	}

	.enquete-item-width-70-per,
	.enquete-item-width-65-per,
	.enquete-item-width-60-per,
	.enquete-item-width-55-per,
	.enquete-item-width-50-per {
		width: 66%;
	}

	.enquete-item-width-45-per,
	.enquete-item-width-40-per,
	.enquete-item-width-35-per,
	.enquete-item-width-30-per,
	.enquete-item-width-25-per,
	.enquete-item-width-20-per {
		width: 33%;
	}
}


@media screen and (max-width: 350px) {
.top3 .title-ul li:nth-child(1) img {
	width: 200px;
}


}