@charset "utf-8";

/*  共通設定
---------------------------------------- */
body {
	background-color: #FFF;
	color: #333;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", HiraKakuPro-W6, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/* windows：メイリオ・mac：ヒラギノ（游ゴシックは使わない） */
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.serif{
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", serif;
	transform:rotate(.03deg);
	font-weight:700;
}
/* safariのみ適用（明朝系が太すぎるのを回避） */
_::-webkit-full-page-media, _:future, :root .serif {
	font-weight:normal;
}
@media screen and (max-width:640px) {
	body {
		line-height: 150%;
		font-weight: 500;
	}
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
table.list {
	border:1px solid #CCC;
	margin: 10px 0 10px 0;
	width:100%;
	font-size:13px;
}
table.list th{
	border:1px solid #CCC;
	text-align: center;
	padding:4px 2px 4px 2px;
	background-color: #EBF5E6;
	background-color: #017770;
	color:#FFF;
}
table.list td{
	border:1px solid #CCC;
	padding:8px 8px 8px 12px;
}
table.list tr:nth-child(odd){
	background-color: #EBF5E6;
	background-color: #F5F5F5;
}
@media screen and (max-width:640px) {
	table.list {
		font-size:12px;
	}
	table.list th{
		padding:3px 2px 2px 4px;
		line-height: 120%;
	}
	table.list td{
		padding:3px 2px 2px 4px;
		line-height: 120%;
	}
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: dotted 1px;
}
a:link, a:visited {
	color: #1795C9;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	margin: 0;
	padding: 0;
}
option {
	padding-right: 10px;
}
select {
	box-sizing: border-box;
	padding:4px 8px 10px 8px;
	width:230px;
	margin: 0 30px 0 0;
	border-radius: 2px;
	border: solid 1px #CCC;
	cursor: pointer;
}
input[type='text'], input[type='password'] {
	box-sizing: border-box;
	padding: 4px 8px 4px 8px;
	width:230px;
	height: 33px;
	margin: 0 30px 0 0;
	border-radius: 2px;
	border: solid 1px #CCC;
	cursor: pointer;
}
input[type='checkbox']{
	cursor: pointer;
	margin-right: 6px;
}
input[type='submit']{
	box-sizing: border-box;
	width:260px;
	height: 46px;
	cursor: pointer;
	background-color: #017770;
	color:#FFF;
	border:none;
	border-radius: 3px;
}
input:focus{
	background:#EBF5E6;
}
label{
	cursor: pointer;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
span.sup {
	font-size: 80%;
	font-weight: normal;
}
span.must {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	border-radius: 4px;
	border:1px solid #C00;
	padding:2px 4px 2px 4px;
	line-height: 100%;
	color:#C00;
	margin-left: 8px;
	vertical-align:top;
}
.btn {
	clear: both;
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 13px 15px 11px 5px;
	background-color: #017770;
	color: #FFF!important;
	width: 80%;
	max-width: 240px;
	min-width: 100px;
	border-radius: 3px;
	transition: all 0.6s;
	margin: 0 auto;
	background-image:url(../img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: 23px auto;
	background-position: center right 14px;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btn.small {
	box-sizing: border-box;
	max-width: 120px;
	min-width: 100px;
	font-size: 13px;
	padding: 6px 10px 5px 5px;
	background-size: 17px auto;
	background-position: center right 10px;
}
.over{
	opacity:1;
	transition: all 0.4s;
}
.over:hover{
	opacity: 0.6;
}
.more a:hover{
	text-decoration:none;
}
.underline{
	text-decoration: underline;
}
.red{
	font-style:normal;
	color:#D10508;
}
.green{
	color:#017770;
}
a.zoom{
	display: block;
	position: relative;
}
a.zoom:after{
	display:block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image:url(../img/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: bottom 2px right 2px;
	background-size: 32px auto;
	z-index: 10;
}

.pc{
	display: block;
}
.pc_inline{
	display: inline;
}
.sp{
	display: none;
}
.sp_inline{
	display: none;
}

@media screen and (max-width:640px){
	a:hover {
		text-decoration:none;
	}
	.btn{
		box-sizing: border-box;
		padding: 8px 5px 8px 0px;
		width: 80%;
		max-width:230px;
		min-width:100px;
		font-size:14px;
		font-weight: bolder;
		border-radius: 4px;
		background-size: 15px auto;
		background-position: center right 8px;
	}
	a.zoom:after{
		background-position: bottom 0px right 0px;
		background-size: 28px auto;
	}
	.pc{
		display: none;
	}
	.pc_inline{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp_inline{
		display: inline;
	}
}

/* wrapper
---------------------------------------- */
#wrapper{
	padding-top:148px;
	background: #FFF;
	text-align: center;
	position:static;
	width:100%;
	height:100%;
	transition:all 0.5s ease;
	z-index:30;
}
#content{
	width:calc(100% - 40px);
	max-width: 1040px;
	margin: 0 auto;
	padding:0px 0 60px 0;
	z-index:30;
}
@media screen and (max-width:800px) {
	#wrapper{
		padding-top:59px;
	}
	#content{
		width:calc(100% - 30px);
		padding:0 0 20px 0;
	}
}
h1.title {
	/*
	border-bottom: 1px solid #CCC;
	background-color: #EBF5E6;
	width:100%;
	width:calc(100% - 40px);
	*/
	width:calc(100% - 40px);
	max-width:1040px;
	text-align: left;
	padding:70px 0 35px 0;
	margin:0 auto;

	color:#333;
	font-size:38px;
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", serif;
	transform:rotate(.03deg);
	font-weight:400;
}
h2.title {
	clear: both;
	color:#333;
	font-size:20px;
	font-weight: bolder;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #666;
}
h2.title.top {
	margin-top: -60px;
}
h2.title span.en{
	display: block;
	float: right;
	text-align: right;
	font-size:14px;
	font-family: Myriad Pro, Myriad, Arial ,sans-serif;
	font-style: italic;
	font-weight: normal;
	color:#999;
	padding:10px 2px 0 0;
	letter-spacing: 0.05em;
}
h3.title {
	clear: both;
	color:#666;
	font-size:26px;
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", serif;
	transform:rotate(.03deg);
	font-weight:400;
	margin-bottom:25px;
}
@media screen and (max-width:800px) {
	h1.title {
		padding:30px 0 30px 0;
		width:calc(100% - 30px);
		text-align: center;
		font-size:32px;
	}
	h1.title.min {
		font-size:28px;
	}
	h2.title {
		font-size:20px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	h2.title.top {
		margin-top: 0px;
	}
	h2.title span.en{
		font-size:12px;
		padding:8px 0 0 0;
		letter-spacing: 0;
	}
	h3.title {
		font-size:22px;
		margin-bottom:10px;
	}
}

#side{
	float: left;
	width:20%;
	min-width: 140px;
	margin: 0 auto;
}
#side>ul{
	border-top: 1px dotted #666;
}
#side>ul>li{
	border-bottom: 1px dotted #666;
	/*
	background-image:url(../img/icon_arrow_right_g.png);
	background-repeat: no-repeat;
	background-position: center right 6px;
	background-size: 15px auto;
	*/
	width:100%;
	text-indent: 1px;
	font-size:14px;
	color:#017770;
}
#side>ul>li>a{
	display: block;
	padding:11px 0px 10px 0;
	color:#017770;
	color:#333;
	font-size:13px;
}
#side>ul>li>a span.min,#side>ul>li.now span.min{
	font-size:12px;
}
#side>ul>li.now{
	padding:11px 0 10px 0;
	background-image:none;
	color:#017770;
	font-size:13px;
	/*
	font-weight: bolder;
	color:#999;
	font-weight: bolder;
	background-color: #EBF5E6;
	*/
}
#side>ul>li.off{
	padding:11px 0 10px 0;
	color:#CCC;
}
#side ul li.multi{
	background:none;
	padding-top:11px;
	color:#333;
}
#side ul.sub{
	padding-top:10px;
}
#side ul.sub li{
	border-top: 1px dotted #DDD;
	background-image:url(../img/icon_arrow_right_gray.png);
	background-repeat: no-repeat;
	background-position: center left 2px;
	background-size: 13px auto;
	width:100%;
	font-size:12px;
	line-height: 145%;
}
#side ul.sub li a{
	display: block;
	box-sizing: border-box;
	padding:8px 0px 7px 23px;
	color:#333;
	font-size:12px;
}
#side ul.sub li.now{
	border-top: 1px dotted #DDD;
	background-image:url(../img/icon_arrow_right_g.png);
	background-repeat: no-repeat;
	background-position: center left 2px;
	background-size: 13px auto;
	width:100%;
	display: block;
	box-sizing: border-box;
	padding:8px 0px 7px 23px;
	color:#017770;
	font-weight: bolder;
	font-size:12px;
}
#side ul.selfeel{
	margin-bottom: 25px;
}
#side a.jisseki{
	display: block;
	margin-bottom: 15px;
}
#side a.contact{
	display: block;
}
@media screen and (max-width:800px) {
	#side{
		float: none;
		width:100%;
		margin:0 0 35px 0;
	}
	#side>ul{
		border-top: none;
	}
	#side>ul>li{
		width:calc(50% - 5px);
		float: left;
	}
	#side>ul>li:nth-child(1){
		border-top:1px dotted #666;
	}
	#side>ul>li:nth-child(2){
		border-top:1px dotted #666;
	}
	#side>ul>li:nth-child(even){
		float: right;
	}
	#side>ul>li>a{
		font-size:13px;
	}
	#side>ul>li.now{
		font-size:13px;
	}
	#side>ul>li>a span.min,#side>ul>li.now span.min{
		display: none;
	}
	#side ul.sub{
		padding-top:10px;
	}
	#side ul.sub li{
		background-position: center left 2px;
		background-size: 8px auto;
	}
	#side ul.sub li a{
		font-size:12px;
		padding:6px 0px 5px 14px;
	}
	#side ul.sub li.now{
		background-size: 8px auto;
		padding:6px 0px 5px 14px;
	}
	#side ul.selfeel{
		margin-bottom: 10px;
	}
	#side ul.selfeel>li{
	}
	#side ul.selfeel>li:nth-child(1){
		display: none;
	}
	#side ul.selfeel>li:nth-child(2){
		float: left;
	}
	#side ul.selfeel>li:nth-child(3){
		float: right;
		border-top:1px dotted #666;
	}
	#side ul.selfeel>li:nth-child(4){
		float: left;
	}
	#side ul.selfeel>li:nth-child(5){
		float: left;
	}
	#side ul.selfeel>li:nth-child(6){
		float: left;
	}
	#side a.jisseki{
		display: none;
	}
	#side a.contact{
		display: none;
	}
}
#main{
	float: right;
	width:calc(80% - 60px);
	margin: 0 auto;
}
#main p.pre{
	width:100%;
	background: #EEE;
	padding:300px 0 300px 0;
	text-align: center;
	color:#999;
}
@media screen and (max-width:800px) {
	#main{
		float: none;
		width:100%;
		margin:0 0 20px 0;
	}
}

#links {
	clear: both;
	width: calc(100% - 20px);
	max-width:1040px;
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
}
#links ul.border{
	border-top:1px solid #DDD;
	padding-top: 20px;
}
#links li{
	display: block;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#links li.half{
	width: 49.0384%;
	max-width: 510px;
	margin-right: 1.92307%;
}
#links li.oneThird{
	width: 31.9230%;
	max-width: 332px;
	margin-right: 2.1153%;
}
#links li.quarter{
	width: 23.5576%;
	max-width: 245px;
	margin-right: 1.92307%;
}
#links li.right {
	float: right;
	margin-right: 0;
}
#links li.off {
	opacity: 0.2;
}
#links li a {
	width: 100%;
}
#links li img {
	width: 100%;
}
@media screen and (max-width:640px) {
	#links {
		margin:0px auto 25px auto;
	}
	#links li{
		margin-bottom: 10px;
	}
	#links li.half{
		width: 100%;
		max-width:inherit;
		float: none;
		clear: both;
		margin:0 auto 10px auto;
	}
	#links li.oneThird{
		width: 100%;
		max-width:inherit;
		float: none;
		clear: both;
		margin:0 auto 10px auto;
	}
	#links li.quarter{
		width: 49.0384%;
		max-width:inherit;
		margin-right: 1.92307%;
		margin-bottom: 20px;
	}
	#links li.right {
		margin-right: 0;
	}
	#links ul.border{
		border-top:1px solid #DDD;
		padding-top: 10px;
	}
	#links ul:nth-of-type(2){
		background: #E5E5E5;
		padding:15px 20px 5px 20px;
		border-bottom:1px solid #DDD;
	}
	
}


/* slideMenu
---------------------------------------- */
#btnMenu{
	display:none;
}
@media screen and (max-width:800px) {
	#btnMenu{
		display:block;
		box-sizing: border-box;
		width:46px;
		height:59px;
		text-align: center;
		background: #017770;
		cursor: pointer;
		z-index: 300;
	}
}
#slideMenu{
	width:260px;
	height:100%;
	text-align:left;
	background:#005853;
	z-index: 300;
}
#slideMenu h3{
	text-align: center;
	color:#FFF;
	padding:11px 0 12px 0;
	font-size:14px;
}
#slideMenu ul{
	width:100%;
	padding-bottom: 10px;
}
#slideMenu ul li{
	border-bottom:1px solid #80BBB8;
}
#slideMenu ul li.language{
	box-sizing: border-box;
	width:194px;
	padding:30px 0 0 20px;
	border-bottom:none;
}
#slideMenu ul li.language a{
	display: block;
	box-sizing: border-box;
	width:194px;
	padding:15px 15px 15px 15px;
	margin-bottom:8px;
	border:1px solid #80BBB8;
	background-color: rgba(255,255,255,0.05);
}
#slideMenu ul li.biz{
	box-sizing: border-box;
	width:194px;
	padding:20px 0 0 20px;
	border-bottom:none;
}
#slideMenu ul li.biz a{
	display: block;
	padding:0;
	background-image:none;
	margin-bottom:8px;
}
#slideMenu ul li.biz p.sup{
	color:#FFF;
    color: #80BBB8;
	font-size:11px;
	font-weight: normal;
	line-height: 140%;
	width:194px;
}
#slideMenu ul li a{
	display:block;
	padding:13px 0 13px 18px;
	font-size:14px;
	color:#FFF;
	background-image:url(../img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center right 8px;
}
#slideMenu ul li a:hover{
	text-decoration: none;
}

/* header
---------------------------------------- */
header{
    position: fixed;
	width: 100%;
    top: 0px;
    left: 0px;
	background-color: #FFF;
	text-align: center;
	box-shadow: 0px 2px 2px 0px rgba(66,66,66,0.2);
	opacity: 0.95;
	z-index: 200;
}
header #header_content{
	width:calc(100% - 20px);
	max-width: 1235px;
	margin: 0 auto;
}
header #logo{
	float: left;
}
header #logo a{
	display: block;
	padding:22px 0 16px 0;
}
header #language{
	display: block;
	float: right;
	text-align: center;
	box-sizing: border-box;
	width:128px;
	height:33px;
	padding:6px 8px 0 0;
	margin-top: 36px;
	border:1px solid #999;
	background-image:url(../img/icon_arrow_right_gray2.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center right 6px;
	font-size: 15px;
	color: #888;
	border-radius: 0px;
}
header #language:hover {
	text-decoration: none;
	color:#017770;
	border:1px solid #017770;
}

/*
header #lang{
	float: right;
	padding-top:30px;
}
header #lang li{
	float: left;
	margin-left: 10px;
}
header #lang .off{
	opacity:0.3;
	transition: all 0.6s;
}
header #lang .off:hover{
	opacity:1;
}
*/
header nav{
	clear: both;
	display:block;
	width:100%;
	background-color: #017770;
	background:url(../img/bg_header_nav.png);
	background-repeat: repeat;
	position: relative;
}
header nav ul.menu{
	width:100%;
	max-width: 1040px;
	text-align: center;
	margin: 0 auto;
	font-size:0; /*スペース削除*/
}
header nav ul.menu>li{
	display:inline-block;
	margin: 0;
	padding:18px 0 17px 0;
	font-size:15px;
	line-height: 100%;
	cursor: pointer;
}
header nav ul.menu>li:first-child a{
	border-left:none;
}
header nav ul.menu>li>a{
	padding:0 30px 0 30px;
	border-left:1px solid #80BBB8;
	color:#FFF!important;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 100%;
}
header nav ul.menu>li ul.sub{
	overflow: hidden;
	height: 0;
	width: 100%;
	color: #fff;
	background: #005853;
	background: rgba(00,58,53,0.9);
	transition: 0.3s;
	position: absolute;
	top:50px;
	left: 0;
	box-shadow: 0px 2px 2px 0px rgba(66,66,66,0.2);
	box-sizing: border-box;
	text-align: center;
	font-size:0; /*スペース削除*/
}
header nav ul.menu>li:hover > ul.sub{
	padding:24px 0 42px 0;
}
header nav ul.menu>li ul.sub li{
	text-align: center;
	display:inline-block;
}
header nav ul.menu>li ul.sub li a{
	display:inline-block;
	color:#FFF;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding:0 15px 0 15px;
	border-left:1px solid #80BBB8;
	font-weight: normal;
}
header nav ul.menu>li ul.sub li a span.min{
	display: inline-block;
	font-size:11px;
	margin: 0 -8px 0 -3px;
}
header nav ul.menu>li ul.sub li:last-of-type a{
	border-right:1px solid #80BBB8;
}
@media screen and (max-width:1000px) {
	header nav ul.menu>li>a{
		padding:0 15px 0 15px;
		font-size:14px;
	}
	header nav ul.menu>li ul.sub li a{
		font-size:13px;
		padding:0 10px 0 10px;
	}
}
@media screen and (max-width:800px) {
	header{
		/*
		border-bottom: 2px solid #017770;
		*/
		height:59px;
		box-shadow: 0px 2px 2px 0px rgba(66,66,66,0.2);
	}
	header #header_content{
		width:calc(100% - 0px);
		margin:0;
	}
	header #logo{
		float:left;
	}
	header #logo a{
		padding:6px 0 5px 0px;
	}
	header #logo img{
		height:48px;
	}
	header #language{
	width:60px;
	height:20px;
	padding:2px 0 0 0;
	margin-top: 16px;
	margin-right:52px;
	font-size: 10px;
	background-image:none;
	/*
	background-image:url(../img/icon_arrow_right_gray2.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center right 6px;
	*/
	}
	/*
	header #lang{
		float: right;
		padding-top:18px;
		margin-right:56px;
	}
	header #lang li{
		margin-left:0;
		margin-right:5px;
	}
	header #lang li img{
		height:24px;
	}
	*/
	header #language{
		display: none;
	}
	header nav{
		display:none;
	}
	header nav ul li a{
		font-size:14px;
	}
}
@media screen and (max-width:365px) {
	header #language{
		display: none;
	}
}

/* footer
---------------------------------------- */
footer{
	display: block;
	width:100%;
	background: #017770;
	position: relative;
	clear: both;
	color:#FFF;
}
footer #footer_inc{
	width: calc(100% - 40px);
	max-width: 1040px;
	margin: 0 auto;
	padding:35px 0 30px 0;
}
footer nav{
	float:right;
	font-size:14px;
}
footer nav ul.leftside{
	display: block;
	float: left;
	margin-top:3px;
	padding-left:30px;
	border-left:1px solid #80BBB8;
}
footer nav ul.rightside{
	display: block;
	float: left;
	max-width:194px;
	margin-top:3px;
	padding-left:80px;
	padding-right:40px;
}
footer nav ul li{
	line-height: 1;
	margin-bottom:12px;
}
footer nav ul li:last-of-type{
	margin-bottom:0;
}
footer nav ul li.biz{
	padding-top:16px;
}
footer nav ul li.biz a{
	display: block;
	margin-bottom:6px;
}
footer nav ul li.biz span.sup{
	font-size:10px;
}
footer nav ul li a{
	color:#FFF!important;
}
footer .company{
	min-width:300px;
	float: left;
}
footer .company h5{
	margin-bottom: 18px;
}
footer .company img{
	max-width: 259px;
}
footer .add{
	font-size:14px;
	margin-bottom: 6px;
}
footer .contact{
	font-weight: normal;
	font-size:13px;
	line-height: 170%;
	margin-bottom: 30px;
}
footer .tel{
	font-size:24px;
	font-weight: bolder;
	margin-bottom: 10px;
}
footer .tel a{
	cursor: default;
	color:#FFF;
	margin-right: 15px;
}
footer .tel a:hover{
	text-decoration: none;
}
footer .tel .head{
	font-size:20px;
	padding-right: 3px;
	font-weight: normal;
}
footer .fax{
	font-size:16px;
}
footer .fax .head{
	font-size:15px;
	padding-right: 3px;
}
footer .contact a.mail{
	margin-right: 20px;
	color:#FFF;
}
footer #sns{
	display: block;
}
footer #sns li{
	display: block;
	float: left;
	margin-right:14px;
}
footer #sns li a img{
	width:43px;
	height:43px;
}
footer small{
	clear: both;
	display: block;
	width:100%;
	background-color: #005853;
	text-align: center;
	color:#80ACA9;
	font-size:13px;
	padding:5px 0 15px 0;
}
@media screen and (max-width:1000px){
	footer nav ul li a{
		font-size:13px;
	}
	footer nav ul.leftside{
		padding-left:15px;
	}
	footer nav ul.rightside{
		padding-left:35px;
		padding-right:0;
	}
	footer nav ul li{
		margin-bottom:9px;
	}
	footer .company{
		font-size:70%!important;
	}
	footer .contact{
		margin-bottom: 20px;
	}
}
@media screen and (max-width:900px){
	footer #footer_inc{
		width:100%;
		padding:0;
	}
	footer nav{
		width:100%;
		float:none;
		border-bottom: 6px solid #005853;
		margin-bottom: 20px;
	}
	footer nav ul.leftside{
		float: none;
		margin-top:0;
		padding-left:0;
		border-left:none;
	}
	footer nav ul.rightside{
		float: none;
		margin-top:0;
		padding-left:0;
		border-left:none;
		max-width: inherit;
	}
	footer nav ul li{
		box-sizing: border-box;
		display: block;
		float: left;
		width:50%;
		border-bottom:1px solid #80BBB8;
		margin-bottom:0;
		text-align: center;
	}
	footer nav ul li.odd{
		border-right: 1px solid #80BBB8;
	}
	footer nav ul li:last-of-type{
		margin-bottom:0;
	}
	footer nav ul li.full{
		width:100%;
		border-right: none;
	}
	footer nav ul li a{
		box-sizing: border-box;
		width:100%;
		display: block;
		padding:14px 0 0 0;
		height: 40px;
		background-image:url(../img/icon_arrow_right.png);
		background-repeat: no-repeat;
		background-size: 15px auto;
		background-position: center right 6px;
	}
	footer nav ul li.mini a{
		font-size:11px;
		padding:16px 0 0 0;
	}
	footer nav ul li.biz{
		padding:15px 0 10px 0;
		width:100%;
		border:none;
		text-align: center;
	}
	footer nav ul li.biz p.wrap{
		width:100%;
		max-width: 325px;
		margin: 0 auto;
	}
	footer nav ul li.biz a{
		display: block;
		float: left;
		margin-bottom:6px;
		width:160px;
		height:auto;
		padding:0;
		background-image: none;
	}
	footer nav ul li.biz a img{
		width:100%;
	}
	footer nav ul li.biz span.sup{
		display: block;
		float: left;
		width:calc(100% - 170px);
		text-align: left;
		padding: 2px 0 0 10px;
		line-height: 145%;
		font-size:11px;
		color:#80BBB8;
		word-wrap: normal;
	}
	footer .company{
		width:100%;
		min-width: inherit;
		padding-right:0px;
		float:none;
		clear: both;
		margin: 0 auto 15px auto;
	}
	footer .company h5{
		margin-bottom: 20px;
		text-align: center;
	}
	footer .add{
		font-size:12px;
		margin-bottom: 10px;
		text-align: center;
		font-weight: normal;
	}
	footer .contact{
		font-size:13px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 15px;
	}
	footer .tel{
		font-size:22px;
		font-weight: bolder;
	}
	footer .tel a{
		color:#FFF;
		cursor: pointer;
		text-decoration: underline;
		margin-bottom: 10px;
	}
	footer .tel a:hover{
		text-decoration: none;
	}
	footer .tel .head{
		font-size:22px;
		padding-right: 3px;
	}
	footer .fax{
		font-size:14px;
		line-height: 180%;
	}
	footer .fax .head{
		font-size:13px;
		padding-right: 3px;
	}
	footer .contact a.mail{
		cursor: pointer;
	}
	footer #sns{
		display: block;
		float:none;
		clear: both;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	footer #sns ul{
		width: 210px;
		margin: 0 auto;
		text-align: center;
	}
	footer #sns ul li{
		width:50px;
		display: inline-block;
		margin: 0 10px;
	}
	footer #sns li a img{
		width:50px;
		height:50px;
	}
	footer small{
		font-size:9px;
		font-weight: 100;
	}
}
@media screen and (max-width:640px){
	footer .tel a{
		margin-right: 0;
	}
	footer .contact a.mail{
		margin-right: 0;
	}
}

/* pagetop
---------------------------------------- */
#pagetop{
    position:fixed;
    right:25px;
	z-index: 200;
}
#pagetop a{
	display: block;
	width:86px;
	color:#FFF;
    background:#017770;
    text-align:center;
    text-decoration:none;
	border-radius:5px;
	transition:opacity 0.5s ease;
	opacity:0;
}
#pagetop a:hover{
	opacity:1;
}
#pagetop a img{
	height:22px;
}
@media screen and (max-width:800px){
	#pagetop{
		right:15px;
	}
	#pagetop a{
		width:56px;
		padding:15px 0 20px 0;
		border-radius:5px;
    	background:#005853;
	}
	#pagetop a img{
		height:16px;
	}
}

/* header_news
---------------------------------------- */
header #header_news{
	color: #c00;
	float: right;
	margin-top: 43px;
	margin-right: 32px; 
	text-decoration: underline;
	font-size: 14px;
}

@media screen and (max-width:950px){
	header #header_news{
		display: none;
	}
}