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


/*==================================================================================

Body

==================================================================================*/

html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body { 
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 2px;
	color: #333;
	background: #fff;
	background-image: none;
	box-sizing: border-box;
}

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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
}

img {
	vertical-align: bottom;
}

ul, ol, li {
	list-style: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #009b54;
	cursor: pointer;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

::selection {
	background: #e8e5dc;
}

::-moz-selection {
	background: #e8e5dc;
}


/*
Clearfix
-------------------------------------------------- */

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


/*
Contents
-------------------------------------------------- */

#contents-area {
	margin: 0 auto;
	padding: 0;
}

.belt {
	background: #f8f8f8;
}

.contents {
	margin: 0 auto;
	padding: 5% 0;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

/*
Pagetop
-------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 49px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #ccc;
	color: #000;
}

#page-top-sp,
#page-top-sp a {
	display: none;
}


/*==================================================================================

Breadcrumb

==================================================================================*/

.breadcrumb {
	overflow: hidden ;
	list-style-type: none ;
	font-size: 14px;
	margin-top: 1%;
}

.breadcrumb a {
	color: #333;
}

.breadcrumb a:hover {
	color: #009b54;
}

.breadcrumb li {
	float: left ;
}

.breadcrumb li:after {
	content: ">" ;
	padding: 0 8px;
}

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


/*==================================================================================

h2～h6

==================================================================================*/

/* h2 */

h2 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 4%;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 32px;
	font-weight: 900;
}

h2:before {
	content: "―";
	font-weight: 600;
	padding-right: 1%;
}

h2:after {
	content: "―";
	font-weight: 600;
	padding-left: 1%;
}


/*==================================================================================

Br

==================================================================================*/

br {
	display: block;
}

.br-sp {
	display: none;
}

/*==================================================================================

Main

==================================================================================*/

/*
Main
-------------------------------------------------- */

#main {
	width: 100%;
	margin: 0 auto;	
}


/*==================================================================================

Characteristic

==================================================================================*/

ul.characteristic {
	width: 100%;
}

ul.characteristic li {
	float: left;
	width: 30%;
	background: #009b54;
	padding: 2%;
	margin-right: 5%;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

ul.characteristic li:last-child {
	margin-right: 0;

}

ul.characteristic p {
	padding-bottom: 2%;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

ul.characteristic span {
	color: #fff;
	text-align: center;
}


/*==================================================================================

AREA

==================================================================================*/

.area {
	width: 100%;
	padding: 2% 0;
	color: #fff;
	background: #044e33;
}

.area section {
	margin-top: 2em;
	padding: 1.5em;
	font-weight: 600;
	color: #333;
	background: #fff;
}

@media screen and (max-width: 736px) {
	
	.area {
		padding: 4% 0;
	}

	.area section {
		padding: 1em;
	}
	
}


/*==================================================================================

Staff

==================================================================================*/

#staff {
	width: 100%;
	margin: 0 auto;	
}


/*==================================================================================

Contact

==================================================================================*/

#contact-area {
	width: 100%;
	height: 240px;
	background: url(../images/contact_bg.jpg)no-repeat 50% top;
	background-size: cover;
	border-top: 1px solid #333;
	text-align: center;
}

#contact-area-wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 1%;
	position: relative;
	text-align: left;
}

h2.main-contact {
	text-align: left;
	margin: 0;
	padding: 0;
}

h2.main-contact:before {
	content: '';
	margin: 0;
	padding: 0;
}

h2.main-contact:after {
	content: '';
}

#contact-area p {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.1em;

}

#contact-area a {
	margin-top: 18px;
}

.contact-btn {
	padding: 10px;
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	text-decoration:none !important;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	cursor: pointer;
	vertical-align: middle;
}

.contact-btn.btn {
	padding: 10px 30px 10px 30px;
}

.contact-btn {
	color: #202020;
	border: 2px solid #000 !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.contact-btn:hover,
.contact-btn.hover {
	background: #009b54;
	color: #fff !important;
	border: 2px solid #009b54 !important;
}


/*==================================================================================

Sitemap

==================================================================================*/

ul.sitemap {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style-type: none;
	font-size: 14px;
}

.sitemap a:hover {
	color: #009b54;
}

ul.sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* --- 全てのリスト項目 --- */
ul.sitemap li {
	padding-left: 1%;
	line-height: 100%;
}

/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
	width: 100%;
	margin-top: 2%;
}

/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
	width: 49.9%;
	float: left;
}

/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
	margin: 0 20px 10px 0; /* 2階層目のマージン（上右下左） */
	padding: 1px 0 10px 15px; /* 2階層目のパディング（上右下左）上書き */
	border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
}

/* --- 3階層目以降のリストエリア --- */
ul.sitemap ul.section ul {
	margin: 7px 0 0 8px;
	font-weight: normal;
}

ul.sitemap ul.section ul li:before {
	content: "▶";
	font-size: 12px;
	margin-right: 0.5%;
}

/* --- 3階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li {
	margin: 0 0 8px 0; /* 3階層目以降のマージン（上右下左）上書き */
	padding: 0 0 0 12px; /* 3階層目のパディング（上右下左）上書き */
	border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* --- 4階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li li {
	padding: 0 0 0 9px; /* 4階層目以降のパディング（上右下左）上書き */
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/*==================================================================================

Footer

==================================================================================*/

footer {
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	border-top: 1px solid #333;
}

footer .contents {
	margin: 0 auto;
	padding: 1% 0;
}

#footer-area {
	margin: 0 auto;
	text-align: left;
	line-height: 1;
}

#footer-area li{
	padding: 0 1.2em;
	float: left;
	border-left:1px solid #717171;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}

#footer-area li:first-child {
	padding-left:0;
	border-left:none;
}

/*
nfh
-------------------------------------------------- */
#nfh {
	width: 100%;	
	margin: 0 auto;
	margin: 5% 0;
	padding: 2%;
	border:1px solid;
	box-sizing: border-box;
}

#nfh img {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.inner_left {
	float: left;
	line-height: 1.5;
	text-align: center;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

.inner_right {
	float: right;
	line-height: 1.5;
	text-align: center;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

#nfh p {
	font-size: 16px;
	font-weight: 600;
}

#nfh .btn {
	color: #fff;
	padding: 4%;
	margin: 4px;
	background-color: #009b54;
	font-weight: bold;
	text-align: center;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}
#nfh .btn:hover {
	color: #fff;
	padding: 4%;
	margin: 4px;
	background-color: #0c5e1d;
	text-align: center;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	transition: 1s;
}

/*
Footer-banner
-------------------------------------------------- */

#footer-banner {
	width: 100%;
	margin: 3% 0;
}

#footer-banner li {
	float: left;
	width: 30%;
}

#footer-banner li:first-child {
	margin-right: 5%;
}

#footer-banner li:last-child {
	margin-left: 5%;
}

#footer-banner img {
	width: 100%;
}

#footer-banner img a:hover {
	
}

a.hover_img {
    background-color: #fff;
    display: block;
}
a.hover_img img {
    transition: all 0.5s ease;
}
a:hover.hover_img img{
    opacity: 0.6;
    filter: alpha(opacity=70);
}

/*
Copylight
-------------------------------------------------- */	

#copy {
	width: 100%;
	margin: 0 auto;
	padding: 0.5% 0;
	color: #fff;
	background: #044e33;
	text-align: center;
}

/*==================================================================================

Privacy_policy

==================================================================================*/

.pp-h {
	margin: 3% 0 1%;
	font-size: 1.2em;
	color: #009b54;
	border-bottom: 1px #717171 dotted;
}



/* ◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇																		 

Responsive

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇ */


@media (max-width: 736px) {

/*
Container
-------------------------------------------------- */
	
	.contents {
		margin: 0 auto;
		padding: 4% 0 6%;
	}
	
	.container {
		width: 94%;
		margin: 0 auto;
	}

/*
Pagetop
-------------------------------------------------- */
	
	#page-top a {
		display: none;
	}
	
	#page-top-sp {
		display: block;
		max-width: 100%;
		margin: 0;
		padding: 4%;
		text-align: center;
		background: #000;
	}
	
	#page-top-sp a {
		display: block;
		color: #fff;
		cursor: pointer;
	}

/*
Breadcrumb
-------------------------------------------------- */	

	.breadcrumb {
		overflow: hidden ;
		list-style-type: none ;
		font-size: 10px;
	}
	
	.breadcrumb li {
		float: left ;
	}
	
	.breadcrumb li:after {
		content: ">" ;
		padding: 0 8px;
	}
	
	.breadcrumb li:last-child:after {
		content: none ;
	}

/*
h2～h6
-------------------------------------------------- */	
	
/* h2 */

	h2 {
		margin: 5% 0;
		font-size: 1.5em;
		line-height: 35px;
	}
	
/* h3 */

	h3 {
		font-size: 20px;
		line-height: 25px;
		text-align: center;
	}
	
	h3 span {
		display: block;
		margin-left: 0;
		font-size: 13px;
	}

/*
Br
-------------------------------------------------- */

.br-sp {
	display: block;
}

	
/*
Main
-------------------------------------------------- */

	#main ul li {
		width: 48%;
		margin-right: 0;
		padding: 1%;
	}
	
	#main ul li:nth-child(even) {
		margin-left: 4%;
	}
	
	
	#main ul li::after {
		height: 3px;
	}

/* main p */

	#main ul li p {
		line-height: 20px;
		font-size: 15px;
	}


/*
Characteristic
-------------------------------------------------- */

	ul.characteristic {
		width: 100%;
	}
	
	ul.characteristic li {
		float: none;
		width: 98%;
		background: #009b54;
		margin-bottom: 5%;
		padding: 2%;
		box-sizing: border-box;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px; 
	}
	
	ul.characteristic p {
		padding-bottom: 2%;
		color: #fff;
		text-align: center;
		line-height: 1.4;
		font-size: 2em;
		font-weight: bold;
		border-bottom: 1px solid #fff;
	}
	
	ul.characteristic span {
		color: #fff;
		text-align: center;
	}


/*
Staff-Main
-------------------------------------------------- */

	#staff h2 {
		margin-top: 10%;
		font-size: 1.2em;
	}

	#staff ul li {
		width: 48%;
		margin-right: 0;
		padding: 1%;
	}
	
	#staff ul li:nth-child(even) {
		margin-left: 4%;
	}
	
	
	#staff ul li::after {
		height: 3px;
	}

	#staff ul li p {
		line-height: 20px;
		font-size: 15px;
	}

/*
Contact
-------------------------------------------------- */

	h2.main-contact {
		text-align: left;
		margin: 0;
		padding: 0;
		font-size: 20px;
	}
	
	h2.main-contact:before {
		content: '';
		margin: 0;
		padding: 0;
	}
	
	h2.main-contact:after {
		content: '';
	}

    #contact-area {
		width: 100%;
		height: auto;
		text-align: center;
		background-image: none;
    }
	
    #contact-area-wrap {
		margin: 0 auto;
		padding-top: 0;
		width: 100%;
		height: 120px;
		display: table;
		background: url(../images/contact_bg.jpg) no-repeat 38% top;
		background-size: cover;
    }
	
    #contact-area-wrap02 {
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px;
    }
	
    #contact-area p {
		font-size: 10px;
		width: 65%;
		line-height: 1.6;
    }
	
    #contact-area a {
    	margin-top: 10px;
    }

	.contact-btn {
		position: relative;
		display: inline-block;
		font-size: 12px;
		line-height: 1;
		text-decoration: none !important;
		-webkit-transition: 0.4s ease;
		-moz-transition: 0.4s ease;
		-o-transition: 0.4s ease;
		transition: 0.4s ease;
		letter-spacing: 0.1em;
		text-indent: -0.1em;
		cursor: pointer;
		vertical-align: middle;
	}
	.contact-btn.btn{
		padding: 10px 10px 10px 10px;
		margin-bottom: 10px;
	}
	
	.contact-btn {
		color: #202020;
		border: 1px solid #000 !important;
	}
	
	.contact-btn:hover,
	.contact-btn.hover{
		background: #009b54;
		color: #fff !important;
		border: 1px solid #009b54 !important;
	}

/*
Sitemap
-------------------------------------------------- */

	ul.sitemap {
		width: 100%;
		margin: 0;
		padding: 0;
		font-weight: bold;
		list-style-type: none;
		font-size: 14px;
	}
	
	.sitemap a:hover {
		color: #009b54;
	}
	
	ul.sitemap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	/* --- 全てのリスト項目 --- */
	ul.sitemap li {
		padding-left: 1%;
		line-height: 120%;
	}
	
	/* --- 2階層目のコンテナ --- */
	ul.sitemap div.contentNav {
		width: 100%;
		margin-top: 2%;
	}
	
	/* --- セクション（2階層目のリストエリア） --- */
	ul.sitemap ul.section {
		width: 100%;
		float: none;
	}
	
	/* --- 2階層目以降のリスト項目 --- */
	ul.sitemap ul.section li {
		margin: 0 20px 10px 0;
		padding: 1px 0 10px 15px;
		border-bottom: 1px #c0c0c0 dotted;
	}
	
	/* --- 3階層目以降のリストエリア --- */
	ul.sitemap ul.section ul {
		margin: 7px 0 0 8px;
		font-weight: normal;
	}
	
	ul.sitemap ul.section ul li:before {
		content: "▶";
		font-size: 12px;
		margin-right: 0.5%;
	}
	
	/* --- 3階層目以降のリスト項目 --- */
	ul.sitemap ul.section ul li {
		margin: 0 0 8px 0;
		padding: 0 0 0 12px;
		border-bottom: none;
	}
	
	/* --- 4階層目以降のリスト項目 --- */
	ul.sitemap ul.section ul li li {
		padding: 0 0 0 9px;
	}
	
	/* --- clearfix --- */
	.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearFix {
		min-height: 1px;
	}

/*
Footer
-------------------------------------------------- */

	footer .container {
		width: 100%;
	}
	
	footer .contents {
		width: 100%;
	}

	#footer-area {
		width:100%;
		padding: 0;
		line-height: 1;
    }

    #footer-area li {
		padding: 0;
		float: none;
		border-left: none;
		border-bottom: 1px solid #e8e8e8;
    }
	
    #footer-area li a {
		display: block;
		padding: 15px;
    }
	
    #footer-area li:last-child {
		border-bottom: none;
    }
		
/*
nfh
-------------------------------------------------- */
	#nfh {
		width: 100%;	
		margin: 0 auto;
		margin: 5% 0;
		padding: 2%;
		border:1px solid;
		box-sizing: border-box;
	}
	
	#nfh img {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.inner_left {
		float: none;
		line-height: 1.5;
		text-align: center;
		vertical-align: top;
		width: 100%;
		margin-bottom: 3%;
		box-sizing: border-box;
	}
	
	.inner_right {
		float: none;
		line-height: 1.5;
		text-align: center;
		vertical-align: top;
		width: 100%;
		box-sizing: border-box;
	}
	
	#nfh p {
		font-size: 13px;
		font-weight: 600;
	}
	
	#nfh .btn {
		color: #fff;
		padding: 4%;
		margin: 4px;
		background-color: #009b54;
		font-weight: bold;
		text-align: center;
		width: 80%;
		display: inline-block;
		box-sizing: border-box;
	}
	#nfh .btn:hover {
		color: #fff;
		padding: 4%;
		margin: 4px;
		background-color: #0c5e1d;
		text-align: center;
		width: 80%;
		display: inline-block;
		box-sizing: border-box;
		transition: 1s;
	}
}


/* iPhone 横 */
@media screen and (min-width: 568px) {

/*
Container
-------------------------------------------------- */
		
	.container {
		width: 94%;
		margin: 0 auto;
	}

/*
h2～h6
-------------------------------------------------- */	
	
/* h2 */

	h2 {
		font-size: 1.5em;
	}
	
/* h3 */

	h3 {
		font-size: 22px;
		line-height: 27px;
	}
	
	h3 span {
		font-size: 14px;
	}

/*
Main
-------------------------------------------------- */

/* main p */

	#main ul li p {
		line-height: 30px;
	}
	
	#main ul li p span {
		font-size: 30px;
	}

/*
Staff-Main
-------------------------------------------------- */

	#staff h2 {
		font-size: 2em;
	}
}

/* iPad 縦 */
@media screen and (min-width: 768px) {
	
/*
Container
-------------------------------------------------- */
	
	.container {
		width: 94%;
		margin: 0 auto;
	}
	
	.contents {
		padding: 6% 0;
	}
	
/*
h2～h6
-------------------------------------------------- */

/* h2 */

	h2 {
		font-size: 1.8em;
	}	

/* h3 */

	h3 {
		font-size: 25px;
		line-height: auto;
	}
	
	h3 span {
		font-size: 15px;
	
	}

/*
Pagetop
-------------------------------------------------- */

	#page-top {
		position: fixed;
		bottom: 49px;
		right: 20px;
		font-size: 1.5em;
	}
	
	#page-top a {
		background: #000;
		text-decoration: none;
		color: #fff;
		width: 80px;
		padding: 10% 0;
		text-align: center;
		display: block;
		border-radius: 5px;
	}
	
	#page-top a:hover {
		text-decoration: none;
		background: #ccc;
		color: #000;
	}
	
	#page-top-sp,
	#page-top-sp a {
		display: none;
	}

/*==================================================================================

Characteristic

==================================================================================*/

	ul.characteristic {
		width: 100%;
	}
	
	ul.characteristic li {
		float: left;
		width: 30%;
		background: #009b54;
		padding: 2%;
		margin-right: 5%;
		box-sizing: border-box;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px; 
	}
	
	ul.characteristic li:last-child {
		margin-right: 0;
	
	}
	
	ul.characteristic p {
		padding-bottom: 2%;
		color: #fff;
		text-align: center;
		line-height: 1.4;
		font-size: 1.5em;
		font-weight: bold;
		border-bottom: 1px solid #fff;
	}
	
	ul.characteristic span {
		color: #fff;
		text-align: center;
	}


/*
Contact
-------------------------------------------------- */

    #contact-area-wrap {
    	width: 94%;
    }
	
    #contact-area-wrap02 {
		display: table-cell;
		vertical-align: middle;
		padding: 2% 0 0 15px;
    }
	
    #contact-area p {
		width: 65%;
		line-height: 1.6;
    }
	
    #contact-area a {
    	margin-top: 10px;
    }


/*
Footer
-------------------------------------------------- */

	footer .contents {
		margin: 0;
		padding: 3% 0 4.5%;
	}
	
		#nfh .btn {
		color: #fff;
		padding: 4%;
		margin: 4px;
		background-color: #009b54;
		font-weight: bold;
		text-align: center;
		width: 80%;
		display: inline-block;
		box-sizing: border-box;
	}
	#nfh .btn:hover {
		color: #fff;
		padding: 4%;
		margin: 4px;
		background-color: #0c5e1d;
		text-align: center;
		width: 80%;
		display: inline-block;
		box-sizing: border-box;
		transition: 1s;
	}

}


/* iPad 横 */
@media screen and (min-width: 992px) {

/*
h2～h6
-------------------------------------------------- */	
	
/* h2 */

	h2 {
		font-size: 2em;
	}

/*
Main
-------------------------------------------------- */

/* main p */

	#main ul li p {
		line-height: 30px;
	}
	
	#main ul li p span {
		font-size: 30px;
	}

/*==================================================================================

Characteristic

==================================================================================*/

	ul.characteristic {
		width: 100%;
	}
	
	ul.characteristic li {
		float: left;
		width: 30%;
		background: #009b54;
		padding: 2%;
		margin-right: 5%;
		box-sizing: border-box;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px; 
	}
	
	ul.characteristic li:last-child {
		margin-right: 0;
	
	}
	
	ul.characteristic p {
		padding-bottom: 2%;
		color: #fff;
		text-align: center;
		line-height: 1.4;
		font-size: 2em;
		font-weight: bold;
		border-bottom: 1px solid #fff;
	}
	
	ul.characteristic span {
		color: #fff;
		text-align: center;
	}


}


@media screen and (min-width: 1200px) {


/*
Container
-------------------------------------------------- */

	.contents {
		padding: 5% 0;
	}
	
	.container {
		width: 1200px;
		margin: 0 auto;
	}
	
/*
Pagetop
-------------------------------------------------- */

	#page-top {
		position: fixed;
		bottom: 49px;
		right: 20px;
		font-size: 2em;
	}
	
	#page-top a {
		background: #000;
		text-decoration: none;
		color: #fff;
		width: 80px;
		padding: 1% 0;
		text-align: center;
		display: block;
		border-radius: 5px;
	}
	
	#page-top a:hover {
		text-decoration: none;
		background: #ccc;
		color: #000;
	}
	
	#page-top-sp,
	#page-top-sp a {
		display: none;
	}
	
/*
Footer
-------------------------------------------------- */
	
	footer {
		width: 100%;
		margin: 0 auto;
		background: #f7f7f7;
		border-top: 1px solid #3b1f0b;
	}
	
	footer .contents {
		margin: 0;
		padding: 3% 0 4%;
	}

}