@charset "UTF-8";

html {
	overflow-y: scroll;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: .95em;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	position: relative;
}

br {
	letter-spacing: normal;
}

img {
	border: 0;
	vertical-align: bottom;
}

/* a:hover img {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    opacity: 0.7;
} */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
}

p {
	margin: 10px 0;
}

ul, 
ol {
	margin: 10px 10px 10px 24px;
}

dl {
	margin: 10px 0;
}

input, 
select {
	vertical-align: top;
}

/* iOSデフォルトスタイルリセット */
textarea, 
input[type="submit"], 
input[type="submit"], 
input[type="text"], 
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
/*	cursor: pointer;*/
}
textarea::-webkit-search-decoration, 
input[type="submit"]::-webkit-search-decoration, 
input[type="text"]::-webkit-search-decoration, 
input[type="button"]::-webkit-search-decoration {
	display: none;
}
textarea::focus, 
input[type="submit"]::focus, 
input[type="text"]::focus, 
input[type="button"]::focus {
	outline-offset: -2px;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

a:focus, 
*:focus {
	outline: none;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #0096d1;
	text-decoration: underline;
}

.wrapper {
	width: 100%;
	margin: 0 -500%;
	padding: 0 500%;
}

#header {
	margin: 0;
	border-top: 7px #00adef solid;
	background: #fff url('../images/header-bottom-area-back.jpg')  0px bottom repeat-x;
}

#header .wrapper {
	position: relative;
}

#header .contents {
	position: relative;
	background: #fff url('../images/header-bottom3.jpg')  0px bottom no-repeat;
	width: 100%;
	margin: 0 auto;
}

#header #title {
	position: relative;
	padding: 15px 0 30px 0;
	height: 380px;
}

#header #title h1 {
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0 0 5px 15px;
	width: 64%;
	font-size: 1.3rem;
	line-height: 22px
}

#header #title h1 img {
	width: 100%;
}

#header #title h1 img:first-child {
	margin-right: 10px;
}

#header #title>p {
	margin: 0 0 10px 0;
	color: #00adef;
	font-size: 1rem;
	line-height: 1.4rem;
	text-align: left;
}

#header #title>p:first-child {
	position: absolute;
	left: 10px;
	right: 0;
	top: 340px;
	margin: 0 auto 20px auto;
	width: 270px;
}

#header #title>p:nth-child(2) {
	width: 158px;
	margin: 55px 0 10px 20px;
}

#header #title>p:nth-child(2) img {
	width: 158px;
}

#header #title p strong {
	font-weight: normal;
}

#header #title p strong br.sp {
	display: block;
}

#header #title div#header-tel {
	position: absolute;
	right: 10px;
	top: 80px;
	background-color: #ecf8fd;
	border: 2px solid #00adef;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
	border-radius: 16px;
}

#header #title div#header-tel p {
	margin: 10px;
	padding: 0;
}

#header #title div#header-tel p#time-of-reception {
	margin-top: 0;
	height: 11px;
	text-align: center;
}

#header #title div#header-tel p#time-of-reception img {
	vertical-align: top;
}

#header #title div#header-tel hr {
	border-bottom: 3px dotted #2368c6;
	height: 3px;
	width: 150px;
	margin: 0 auto;
}

#header .nav {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0 0 20px 0;
	width: 57px;
	height: 100px;
	z-index: 512;
}

#header .nav>ul {
	margin: 53px 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	width: 176px;
	/* height: 24px; */
	background-color: #fff;
	display: none;
	border: 1px solid #00adef;
}

#header .nav>ul>li {
	margin: 1px 0 0 0;
	padding: 5px 0 0 0;
	color: #99bcc9;
	background-color: #fff;
	border-left: 2px #fff solid;
	font-size: 1rem;
	/* width: 128px; */
	/* height: 24px; */
	line-height: 32px;
	text-align: left;
	/* float: left;
	overflow: hidden; */
}

#header .nav>ul>li:first-child {
	margin-left: 0;
}

#header .nav>ul>li img {
	margin: 7px;
	vertical-align: text-top;
}

#header .nav>ul>li>a {
	color: #fff;
	text-decoration: none;
	cursor: default;
	display: block;
	height: 100%;
	width: 100%;
}

#header .nav>ul>li>a[href] {
	cursor: pointer;
}

#header .nav>ul>li>span {
	cursor: default;
	display: block;
	height: 100%;
	width: 100%;
}

#header .nav ul li.home > a {
	padding-left: 20px;
}

#header .nav li:hover {
	background: transparent url('../images/star.png')  0px 0px no-repeat;
}

#header .nav ul li.home:hover > a {
	color: #fff;
	/* background: #236B44 url('../images/icon-home-hover.png')  40px 20px no-repeat; */
	background: transparent url('../images/icon-home.png')  40px 20px no-repeat;
}

#header .nav ul li.product:hover {
	color: #fff;
	overflow: visible;
	background: none;
}

#header .nav ul li.hospitalization:hover {
	color: #fff;
	background-color: #236B44;
	overflow: visible;
}

#header .nav ul li.employment:hover {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.employment:hover > a {
	color: #fff;
}

#header .nav ul li.contact:hover > a {
	color: #fff;
}

#header .nav ul li.product.cur {
	color: #fff;
}

#header .nav ul li.hospitalization.cur {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.employment.cur {
	color: #fff;
	background-color: #236B44;
}

#header .nav ul li.employment.cur > a {
	color: #fff;
}

#header .nav>ul>li div {
	color: #008d54;
	background: transparent url('../images/submenu-triangle.png') 0px 0px no-repeat;
	padding: 9px 0 0 0;
}

#header .nav>ul>li div>ul {
	margin: 0 2px 0 0;
	padding: 0 2px 0 2px;
	background-color: #fff;
	border: 2px #3fb5f1 solid;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
	border-radius: 14px;
}

#header .nav>ul>li div>ul>li {
	position: relative;
	margin: 5px 2px 5px 2px;
	padding: 0;
	color: #008d54;
	font-size: 1rem;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

#header .nav>ul>li div>ul>li:last-child {
	border-bottom: none;
}

#header .nav>ul>li div>ul>li hr {
	border-bottom: 2px dotted #2368c6;
	height: 2px;
	width: 85px;
	margin: 5px auto 5px auto;
}

#header .nav>ul>li div>ul>li a {
	color: #008d54;
	text-decoration: none;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}

#header .nav>ul>li.product div>ul>li:hover, 
#header .nav>ul>li.product div>ul>li a:hover {
	color: #fff;
}

#header .nav>ul>li.hospitalization div>ul>li:hover, 
#header .nav>ul>li.hospitalization div>ul>li a:hover {
	color: #fff;
	background-color: #008d54;
}


#menu-cb {
	display: none;
}

#header .nav #menu-icon {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#menu-cb:checked ~ #header .nav #menu-icon, 
#menu-cb:checked ~ #header .nav>ul {
	display: block;
}

#main #breadcrumb {
	width: 280px;
	margin: 0 auto 30px auto;
}

#main #breadcrumb p {
	margin: 0;
	font-size: .85rem;
}

#main #breadcrumb p br.sp320 {

}

#footer {
	clear: left;
	font-size: 1rem;
	color: #fff;
	line-height: 1.75rem;
	margin: 0;
	padding: 0;
}


#footer #footer-area1 {
	background-color: #f8eacd;
	margin: 0 auto 15px auto;
	width: 290px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
}

#footer #footer-area1 ul {
	position: relative;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 290px;
	height: 545px;
}

#footer #footer-area1 ul li {
	position: absolute;
	float: left;
	margin: 5px 20px 5px 10px;
	height: 80px;
	padding: 0;
	display: table;
}

#footer #footer-area1 ul li:first-child {
	left: 20px;
	top: 5px;
}

#footer #footer-area1 ul li:nth-child(2) {
	left: 24px;
	top: 95px;
}

#footer #footer-area1 ul li:nth-child(3) {
	left: 24px;
	top: 185px;
}

#footer #footer-area1 ul li:nth-child(4) {
	left: 30px;
	top: 270px;
}

#footer #footer-area1 ul li:nth-child(5) {
	left: 35px;
	top: 360px;
}

#footer #footer-area1 ul li:last-child {
	left: 15px;
	top: 450px;
}

#footer #footer-area1 ul li p {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#footer #footer-area1 ul li:first-child p {
	/* padding: 0 0 15px 0; */
	border-bottom: dotted 3px #bbb;
}

#footer #footer-area1 ul li:nth-child(2) p {
	padding: 0 0 15px 0;
	border-bottom: dotted 3px #bbb;
}

#footer #footer-area1 ul li:nth-child(3) p {
	padding: 0 0 15px 0;
	border-bottom: dotted 3px #bbb;
}

#footer #footer-area1 ul li:nth-child(4) p {
	padding: 0 0 15px 0;
	border-bottom: dotted 3px #bbb;
}

#footer #footer-area1 ul li:nth-child(5) p {
	padding: 5px 0 15px 30px;
	border-bottom: dotted 3px #bbb;
}

#footer #footer-area1 ul li:last-child p {
	padding: 0 0 0 0;
}

#footer #footer-area1 ul li img {
	margin: 0;
}

#footer #footer-area1 ul li:before {
	content: none;
}


#footer .wrapper {
	background-color: #00adef;
	position: relative;
	width: 100%;
	margin: 0 -500%;
	padding: 0 500%;
}

#footer .contents {
	position: relative;
	background: #00adef url('../images/footer-back3.jpg')  0px 0px no-repeat;
	padding: 15px 0 10px 0;
	width: 100%;
	margin: 0 auto;
}

#footer .contents ul.right-area {
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 400px;
	text-align: center;
	margin: 10px 0 10px 0;
}

#footer .contents ul.right-area li {
	/* float: left; */
	margin: 0 0 30px 0;
	padding: 0;
	/* height: 100px; */
	height: calc(calc(164px * 80%) / 320);
}

#footer .contents ul.right-area li#overview-agreement {
    width: 80%;
	margin: 0 auto 20px auto;
}

#footer .contents ul.right-area li#overview-agreement a img {
    width: 100%;
}

#footer p {
	margin: 0 0 0 0;
}

#footer #company {
	margin: 540px 0 20px 10px;
}

#footer #company strong {
	font-weight: normal;
	font-size: 1.19rem;
}

/* #footer #company strong span {
	font-weight: normal;
	font-size: 1.19rem;
} */

#footer address {
	margin-left: 10px;
	margin-bottom: 30px;
	font-style: normal;
}

#footer address hr {
	border-top: 2px dotted #ccc;
	height: 2px;
	width: 95%;
	margin: 10px 0;
}

#footer .contents a:link {
	color: #fff;
	text-decoration: none;
}
#footer .contents a:visited {
	color: #fff;
	text-decoration: none;
}
#footer .contents a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .contents a:active {
	color: #fff;
	text-decoration: underline;
}

#footer span.address {
	margin-left: 0;
}

#footer #tel, 
#footer #tel2 {
	margin-right: .5em;
}

#footer #privacy {
	margin-top: 40px;
	margin-left: 10px;
}

#footer .contents #copyright {
	margin: 90px 0 0 0;
	text-align: center;
	line-height: 1rem;
}

#footer #copyright small {
	font-size: .88rem;
}

#footer .contents #doc-num {
	position: absolute;
	right: 20px;
	bottom: 75px;
	font-size: .8rem;
	line-height: 1.25rem;
}


#scrollUp {
	bottom: 20px;
	right: 20px;
	opacity: .7;
	width: 42px;
	height: 42px;
	background-image: url('../images/scrollup.png');
}
#scrollUp:hover {
	color: #fff;
	opacity: .9;
}

#header .nav a[target="_blank"], 
#sitemap-area a[target="_blank"] {
    padding-right: 13px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAO5QAADuUB1UTNawAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADdSURBVBiVYzxn5fCGTUKSmQEH+P/zB9Ofrz/qDfZvm8DAwMDAwsLLw8oqKsyHS8O/b98Y/v18JQDjM14JDHvLa24q9OvZc4Zfz19gsYKBgeE/w38GRsb/rCJCn1m4NNU/ypWXCF32CmBgl5PFZREjAwMD48/nz/mZcKnABVhgDDZJCQb56nK8ih+1dTGw/Hn3nu3b9RsMTOzsDOyyMng1MLKxMjB9vXGr/HZ+aeb/f//+E+Wm////M/z//5/hVkbu3/8EwO28ov+M//9DDL5TUPqJ4f8/XryG//v/CwDY9m8jCOSUEAAAAABJRU5ErkJggg==) right center no-repeat scroll;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* スマホ用 */
@media print, screen and (min-width:360px) {

	#header .contents {
		position: relative;
		background: #fff url('../images/header-bottom3.jpg')  0px bottom no-repeat;
		width: 360px;
		margin: 0 auto;
	}
	
	#header #title {
		position: relative;
		padding: 15px 0 30px 10px;
		height: 380px;
	}
	
	#header #title h1 {
		position: absolute;
		left: 0;
		top: 10px;
		margin: 0 0 5px 15px;
		width: 265px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	
	#header #title h1 img {
		width: 275px;
	}
	
	#header #title h1 br.sp320 {
		display: none;
	}
	
	#header #title>p:first-child {
		position: absolute;
		left: 0;
		right: auto;
		top: 360px;
		margin-left: 20px;
		margin-bottom: 20px;
		width: auto;
	}
	
	#header #title>p:nth-child(2) {
		width: 130px;
		margin: 55px 0 10px 0;
	}
	
	#header #title>p:nth-child(2) img {
		width: 130px;
	}
	
	#header #title div#header-tel {
		position: absolute;
		right: 15px;
		top: 100px;
		background-color: #ecf8fd;
		border: 2px solid #00adef;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
	}
	
	#main #breadcrumb {
		width: 320px;
		margin: 0 auto 30px auto;
	}
	
	#main #breadcrumb p br.sp320 {
		display: none;
	}
	
	#footer .contents {
		position: relative;
		background: #00adef url('../images/footer-back3.jpg')  0px 0px no-repeat;
		padding: 15px 0 10px 0;
		width: 360px;
		margin: 0 auto;
	}
	
	#footer p#company br.sp320 {
		display: none;
	}
	
	#footer address p {
		text-indent: -2rem;
		margin-left: 2rem;
	}
	
	/* #footer span.address {
		margin-left: 2em;
	} */
	
	#footer .contents #copyright {
		margin: 80px 0 0 0;
		text-align: center;
	}
	
	#footer .contents #doc-num {
		position: absolute;
		right: 20px;
		bottom: 60px;
		font-size: .8rem;
		line-height: 1.6;
	}
	

}

/* タブレット用 */
@media print, screen and (min-width:600px) {

	#header .contents {
		position: relative;
		background: #fff url('../images/header-bottom2.jpg')  0px bottom no-repeat;
		width: 600px;
		margin: 0 auto;
	}
	
	#header #title {
		position: relative;
		padding: 15px 0 30px 10px;
		height: 310px;
	}
	
	#header #title h1 {
		position: static;
		left: auto;
		top: auto;
		margin: 0 0 30px 15px;
		width: 265px;
		font-size: 1.3rem;
	}
	
	#header #title h1 img {
		width: 345px;
	}
	
	#header #title>p {
		margin: 0 0 20px 60px;
		color: #00adef;
		font-size: 1rem;
		line-height: 1.4rem;
		text-align: left;
	}
	
	#header #title>p:first-child {
		position: static;
		left: auto;
		top: auto;
		margin-left: 160px;
		margin-bottom: 40px;
		text-indent: -140px;
	}
	
	#header #title>p:nth-child(2) {
		width: auto;
		margin-top: 0;
	}
	
	#header #title>p:nth-child(2) img {
		width: auto;
	}
	
	#header #title div#header-tel {
		top: 70px;
	}
	

	#main #breadcrumb {
		width: 580px;
		margin: 0 auto 30px auto;
	}
	
	
	#footer #footer-area1 {
		background-color: #f8eacd;
		margin: 0 auto 15px auto;
		width: 580px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	#footer #footer-area1 ul {
		position: relative;
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		width: 580px;
		height: 270px;
	}
	
	#footer #footer-area1 ul li:first-child {
		left: 15px;
		top: 5px;
	}
	
	#footer #footer-area1 ul li:nth-child(2) {
		left: 300px;
		top: 5px;
	}
	
	#footer #footer-area1 ul li:nth-child(3) {
		left: 18px;
		top: 95px;
		background: none;
	}
	
	#footer #footer-area1 ul li:nth-child(4) {
		left: 300px;
		top: 95px;
	}
	
	#footer #footer-area1 ul li:nth-child(5) {
		left: 15px;
		top: 185px;
	}
	
	#footer #footer-area1 ul li:last-child {
		left: 300px;
		top: 175px;
	}
	
	/* #footer #footer-area1 ul li:first-child p {
		border-bottom: none;
	} */
	
	#footer #footer-area1 ul li:nth-child(2) p {
		padding: 0 0 0 0;
	}

	#footer #footer-area1 ul li:nth-child(5) p {
		border-bottom: none;
	}
	
	#footer #footer-area1 ul li:before {
		content: '';
		width: 2px;
		height: 50px;
		display: inline-block;
		position: relative;
		left: -25px;
		top: 12px;
		background: transparent url('../images/footer-area1-line.png') 0px 0px no-repeat;
	}
	
	#footer #footer-area1 ul li:nth-child(3):before {
		content: none;
	}
	
	#footer #footer-area1 ul li:nth-child(5):before {
		content: none;
	}
	
	#footer #footer-area1 ul li:first-child:before {
		content: none;
	}
	
	#footer .contents {
		position: relative;
		background: #00adef url('../images/footer-back2.jpg')  0px 0px no-repeat;
		padding: 15px 0 10px 0;
		width: 600px;
		margin: 0 auto;
	}
	
	#footer .contents ul.right-area {
		list-style-type: none;
		position: absolute;
		left: auto;
		right: 100px;
		top: 10px;
		width: auto;
		/* height: 178px; */
		text-align: right;
		font-size: 0.85rem;
	}
	
	#footer .contents ul.right-area li {
		/* float: left; */
		/* margin: 0 20px 20px 0; */
		margin: 0 0 20px 0;
		padding: 0;
		height: 64px;
	}

	#footer .contents ul.right-area li#overview-agreement {
		width: 320px;
		margin: 0 0 20px 0;
		height: 164px;
	}

	#footer .contents ul.right-area li:first-child>a:hover {
		text-decoration: none;
	}
	
	#footer .contents ul.right-area li:last-child {
		margin-right: 0;
	}
	
	#footer #company {
		margin: 580px 0 0 60px;
	}
	
	#footer address {
		margin-left: 80px;
		margin-bottom: 50px;
		font-style: normal;
	}

	#footer address br.sp320 {
		/* display: none; */
	}
	
	#footer span.address {
		margin-left: 1em;
	}
	
	#footer address hr {
		width: 29rem;
		margin: 10px 0;
	}
	
	#footer .contents #copyright {
		margin: 30px 0 0 0;
		text-align: center;
	}
	
	#footer .contents #doc-num {
		position: absolute;
		right: 20px;
		bottom: 35px;
		font-size: .75rem;
	}
	
	#footer .contents #doc-num>br.sp {
		display: none;
	}
	



}

/* PC用 */
@media print, screen and (min-width:1000px) {

	#header .contents {
		position: relative;
		background: #fff url('../images/header-bottom.jpg')  0px bottom no-repeat;
		width: 1000px;
		margin: 0 auto;
	}
	
	#header #title {
		position: relative;
		padding: 15px 0 30px 10px;
		height: 270px;
	}
	
	#header #title h1 {
		margin: 0 auto 5px auto;
		width: 463px;
		font-size: 1.3rem;
	}
	
	#header #title h1 img {
		width: auto;
	}
	
	#header #title>p {
		margin: 0 0 10px 15px;
		color: #00adef;
		font-size: 1rem;
		line-height: 1.4rem;
		text-align: center;
	}
	
	#header #title>p:first-child {
		margin: 0 0 40px 60px;
		text-indent: 0;
	}
	
	#header #title p strong br.sp {
		display: none;
	}
	
	#header #title div#header-tel {
		position: absolute;
		right: 0;
		top: 40px;
		background-color: #ecf8fd;
		border: 2px solid #00adef;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
	}
	
	#header .nav {
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto;
		padding: 0 0 20px 0;
		width: 901px;
		height: 44px;
		z-index: 512;
	}
	
	#header .nav>ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		list-style-type: none;
		width: 100%;
		height: 24px;
		background-color: transparent;
		display: block;
		border: none;
	}
	
	#header .nav>ul>li {
		margin: 0 0 0 26px;
		padding: 0 0 0 0;
		color: #fff;
		background-color: transparent;
		border-left: none;
		font-size: 100%;
			/* width: 128px; */
		height: 24px;
		line-height: 25px;
		text-align: center;
		float: left;
		overflow: hidden;
	}
	
	#header .nav>ul>li div>ul {
		margin: 0 0 0 0;
		padding: 0 2px 0 2px;
		background-color: #fff;
		border: 2px #3fb5f1 solid;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
	}
	
	#header .nav #menu-icon {
		display: none;
	}
	
	#menu-cb:checked ~ #header .nav>ul {
		display: block;
	}

	#menu-cb:checked ~ #header .nav #menu-icon {
		display: none;
	}

	#main #breadcrumb {
		width: 1000px;
		margin: 0 auto 30px auto;
	}
	
	



	#footer #footer-area1 {
		background-color: #f8eacd;
		margin: 0 auto 15px auto;
		width: 880px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	#footer #footer-area1 ul {
		position: relative;
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		width: 880px;
		height: 180px;
	}
	
	#footer #footer-area1 ul li:first-child {
		left: 15px;
		top: 5px;
	}
	
	#footer #footer-area1 ul li:nth-child(2) {
		left: 300px;
		top: 5px;
	}
	
	#footer #footer-area1 ul li:nth-child(3) {
		left: 585px;
		top: 5px;
		background: none;
	}
	
	#footer #footer-area1 ul li:nth-child(4) {
		left: 15px;
		top: 95px;
	}
	
	#footer #footer-area1 ul li:nth-child(5) {
		left: 300px;
		top: 95px;
	}
	
	#footer #footer-area1 ul li:last-child {
		left: 585px;
		top: 85px;
	}
	
	/* #footer #footer-area1 ul li:first-child p {
		border-bottom: none;
	} */
	
	#footer #footer-area1 ul li:nth-child(3) p {
		padding: 0 0 0 0;
	}

	#footer #footer-area1 ul li:nth-child(4) p {
		border-bottom: none;
	}
	
	#footer #footer-area1 ul li:nth-child(5) p {
		border-bottom: none;
	}
	
	#footer #footer-area1 ul li:before {
		content: '';
		width: 2px;
		height: 50px;
		display: inline-block;
		position: relative;
		left: -25px;
		top: 12px;
		background: transparent url('../images/footer-area1-line.png') 0px 0px no-repeat;
	}
	
	#footer #footer-area1 ul li:nth-child(3):before {
		content: '';
		width: 2px;
		height: 50px;
		display: inline-block;
		position: relative;
		left: -25px;
		top: 12px;
		background: transparent url('../images/footer-area1-line.png') 0px 0px no-repeat;
	}
	
	#footer #footer-area1 ul li:nth-child(4):before {
		content: none;
	}
	
	#footer #footer-area1 ul li:nth-child(5):before {
		content: '';
		width: 2px;
		height: 50px;
		display: inline-block;
		position: relative;
		left: -25px;
		top: 12px;
		background: transparent url('../images/footer-area1-line.png') 0px 0px no-repeat;
	}
	
	#footer #footer-area1 ul li:first-child:before {
		content: none;
	}
	





	#footer .contents {
		position: relative;
		background: #00adef url('../images/footer-back.jpg')  0px 0px no-repeat;
		padding: 15px 0 10px 0;
		width: 1000px;
		margin: 0 auto;
	}
	
	#footer .contents ul.right-area {
		list-style-type: none;
		position: absolute;
		right: 0;
		top: 30px;
		height: 46px;
		/* text-align: right; */
		width: 555px;
	}
	
	#footer .contents ul.right-area li {
		float: none;
		margin: 0 20px 20px 0;


		/* padding: 0;
		height: 64px; */
	}

	#footer .contents ul.right-area li#overview-agreement {
		width: calc(100vw - 700px);
		max-width: 320px;
		margin: 6px 0 0 0;
		/* height: 164px; */
	}

	#footer .contents ul.right-area li#choinori {
		position: absolute;
		top: 0;
		right: 0;

		/* margin: 0 20px 20px 0;
		padding: 0;
		height: 64px; */
	}

	#footer #company {
		margin: 30px 0 5px 40px;
		width: 15rem;
	}
	
	#footer address {
		margin-left: 60px;
		font-style: normal;
		font-size: 0.85rem;
	}
	
	#footer address p {
		margin: 0 0 5px 3rem;
		text-indent: -3rem
	}
	
	#footer address hr {
		width: 20rem;
		margin: 0 auto 5px 0;
	}
	
	#footer #privacy {
		margin-top: 0;
		margin-right: 20px;
		margin-left: 0;
	}
	
	
	
	

}

/* 印刷用 */
@media print {

	body {
		width: 1040px;
	}

	#wrapper {
		width: 1040px;
	}

}