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

/**
 * 共通設定
 */

.wrapper {
	position:relative;
	width:960px;
	margin:0 auto;
}
.wrapper:after {
	content:"";
	display:block;
	clear:both;
}
.left_area {
	float:left;
}
.right_area {
	float:right;
}
span.nowrap {
	white-space: nowrap;
}

.wrapper_ex {
	position:relative;
	width:980px;
	margin:0 auto;
}

.red {
	color: red;
}

/**
 * ヘッダー・フッター
 */
header ,
footer {
	position:relative;
	box-sizing:border-box;
	min-width: 980px;
}

header {
	padding-bottom: 33px;
	border-top: #339933 solid 5px;
	background: #FFF url("../img/cmn/hdr_border.jpg") repeat-x center bottom;
}
header .header_in {
	padding: 0 10px;
}
header h1 {
	font-size:12px;
	padding-top: 12px;
}
header .logo {
	box-sizing:border-box;
	display: block;
	
	margin-top: 15px;
    margin-left: 1px;
}

header .info {
	margin-top:20px;
}
/*電話番号*/
header .info > img {
	display: block;
	margin-left: 5px;
}
header .info dl {
	margin-top: 8px;
	
	font-size:12px;
	line-height: 1.2;
	color:#6A5952;
	
	letter-spacing: 0.5px;
}
header .info dl:after {
	content:"";
	display: block;
	clear:both;
}
header .info dt ,
header .info dd {
	float:left;
	text-align: left;
}
header .info dt {
	width:64px;
	text-align: right;
}
header .info dd.time {
}
header .info dd > dl {
	margin: 0;
}
header .info dd > dl dt {
	width:64px;
	text-align: left;
}
header .info dd.time dd {
	text-align: right;
	width: 94px;
}
header .info dd.time dd span.ls {
	letter-spacing: -0.5px;
}
header .info dt.wide span {
	letter-spacing: 7px
}
header .navi_wrapper {
	margin-top: 10px;
	margin-bottom: 5px;
	height: 40px;
}

nav ul:after {
	content:"";
	display:block;
	clear:both;
}

nav ul > li {
	float:left;
	height:40px;
}

nav ul > li > a {
	position: relative;
	display:block;
	height:40px;
	width:0px;
	text-indent:-9999px;
	
	background:url("../img/cmn/navi.png");
	z-index: 1;
	
	margin-right: -2px;
}
nav li > a:hover{background:url("../img/cmn/navi.png");}

nav li:nth-child(1) > a{width:84px; background-position:0px 0px;}
nav li:nth-child(2) > a{width:125px; background-position:-84px 0px;}
nav li:nth-child(3) > a{width:116px; background-position:-209px 0px;}
nav li:nth-child(4) > a{width:122px; background-position:-325px 0px;}
nav li:nth-child(5) > a{width:179px; background-position:-447px 0px;}
nav li:nth-child(6) > a{width:216px; background-position:-626px 0px;}
nav li:nth-child(7) > a{width:103px; background-position:-842px 0px;}

nav li:nth-child(1) > a:hover, body.index       nav li:nth-child(1) > a{background-position:0px		-40px; z-index: 2;}
nav li:nth-child(2) > a:hover, body.courses     nav li:nth-child(2) > a{background-position:-84px		-40px; z-index: 2;}
nav li:nth-child(3) > a:hover, body.vaccination nav li:nth-child(3) > a{background-position:-209px		-40px; z-index: 2;}
nav li:nth-child(4) > a:hover, body.policy      nav li:nth-child(4) > a{background-position:-325px		-40px; z-index: 2;}
nav li:nth-child(5) > a:hover, body.faq         nav li:nth-child(5) > a{background-position:-447px		-40px; z-index: 2;}
nav li:nth-child(6) > a:hover, body.access      nav li:nth-child(6) > a{background-position:-626px		-40px; z-index: 2;}
nav li:nth-child(7) > a:hover, body.kyujin      nav li:nth-child(7) > a{background-position:-842px		-40px; z-index: 2;}

footer {
	float:none;
	clear:both;

	box-sizing:border-box;
	
	margin-top:35px;

}
footer a:hover {
}

footer .wrapper {
	box-sizing:border-box;
}
footer .navi_wrapper {
	box-sizing:border-box;
	height:50px;
	padding-top: 15px;
	background: #C7F3D5;
}

footer .ftr_navi {
}

footer .navi_wrapper ul:after {
	content:"";
	display: block;
	clear:both;
}

footer .navi_wrapper li {
	float:left;
	
	height:18px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
}
footer .navi_wrapper li a {
	font-size:12px;
	line-height:1.2;
}
footer .navi_wrapper li a:before {
	content:url("../img/cmn/ftr_navi_icon.png");
	margin-right: 15px;
	display: inline-block;
	padding-top: 2px;
	vertical-align: top;
}


#map {
	
}
.map_link {
	text-align: right;
	
	font-size:12px;
	line-height:1.2;
	color: #6A5B55
}
.map_link a {
	display: inline-block;
	line-height:1.1;
	border-bottom: #6A5B55 solid 1px;
}
.map_link a:hover {
	text-decoration: none;
}

#copy {
	box-sizing:border-box;
	height:26px;
	text-align:center;
	
	margin-top:1px;
	padding-top:8px;
	
	font-size:10px;
	line-height: 1.2;
	color:#FFF;
	background: #339933;
}

#main_slide {
	position: relative;
    min-width: 980px;
    margin-bottom: 30px;
    overflow: hidden;
}

#main_image {
	box-sizing:border-box;
	position: relative;
    width: 960px;
    height:250px;
    overflow: hidden;
    
    border:#FFF solid 10px;
}
#main_image img {
	display: block;
	position:absolute;
	top:82px;
	right:12px;
}

body.courses #main_image 		{ background: url("../img/courses/main.jpg") no-repeat center center; }
body.vaccination #main_image 	{ background: url("../img/vaccination/main.jpg") no-repeat center center; }
body.policy #main_image 		{ background: url("../img/policy/main.jpg") no-repeat center center; }
body.faq #main_image 			{ background: url("../img/faq/main.jpg") no-repeat center center; }
body.access #main_image 		{ background: url("../img/access/main.jpg") no-repeat center center; }
body.kyujin #main_image 		{ background: url("../img/kyujin/main.jpg") no-repeat center center; }

#bread {
	box-sizing:border-box;
	height:40px;
	padding-top:18px;
	
	font-size:13px;
	line-height:1.5;
}
#page_top {
	position:absolute;
	top: -140px;
	right: -12px;
}

#main_area {
	float:left;
	width:630px;
	margin-bottom:80px;
}
/* topのみ少し広げる */
body.index #main_area {
	width:644px;
}
body.courses #main_area {
	padding-top:10px;
}

body.faq #main_area {
	padding-top:10px;
}
#side_area {
	float:right;
	width:300px;
	margin-bottom:80px;
	
	padding-top:20px;
}
body.index #side_area {
	padding-top:0;
}

#side_area .side_content {
	margin-bottom:19px;
}

#side_box1 img, 
#side_box2 img {
	display: block;
}

#side_box1 {
	box-sizing:border-box;
	width:300px;
	height:220px;
	padding-left:10px;
	padding-top:19px;

	background: url("../img/cmn/side_bg_box1.png") no-repeat;
}
#side_box1 #phonfax{
	position:relative;
	top:15px;
	margin-left:10px;
}
#side_box1 #holiday{
	width:200px;
	border:none;
	color:#FF0000;
	font-size:14px;
}

#side_box1 #time{
	width:210px;
	height:70px;
	margin-top:7px;
	box-sizing:border-box;
}

#side_box1 #time thead tr th {
	font-size:11px;
	border:1px;
	border-color:#fff;
	background-color:#0C0;
	text-align:center;
	color:#FFFFFF;
}

#side_box1 #time tbody tr th {
	font-size:11px;
	border:1px;
	border-color:#fff;
	background-color:rgba(255,255,255,0.6);
	text-align:center;
}

#side_box1 #time tbody tr td {
	font-size:13px;
	border:1px;
	border-color:#fff;
	text-align:center;
	background-color:rgba(255,255,255,0.6);
}

#side_box1 .img2 {
	margin-top:7px;
	margin-bottom:21px;
}
#side_box1 .img3,
#side_box1 .img4 {
	margin-left:17px;
}
#side_box1 .img4 {
	margin-top:3px;
}
#side_box2 {
	box-sizing:border-box;
	width:300px;
	height:100px;
	
	padding-left:11px;
	padding-top:28px;

	background: url("../img/cmn/side_bg_box2.png") no-repeat;
}
#side_box3 {
	box-sizing:border-box;
	width:300px;
}
#side_box3 .rect1 {
	box-sizing:border-box;
	height:49px;
	background: url("../img/cmn/side_bg_box3_1.png") no-repeat;
	
	padding-top:13px;
	
	font-size:23px;
	line-height: 1.2;
	color:#FFF;
	text-align: center;
}
#side_box3 li {
	box-sizing:border-box;
	height:31px;
	background: url("../img/cmn/side_bg_box3_2.png") no-repeat;
	
	padding-top:7px;
	
	font-size:16px;
	line-height: 1.2;
	color:#675951;
	text-align: center;
}
#side_box3 li a {
	color:#675951;
}
#side_box3 li:last-child {
	background: url("../img/cmn/side_bg_box3_3.png") no-repeat;
}
#side_box4 {
	overflow:hidden;
	box-sizing:border-box;
	width:300px;
	height:170px;
	
	background: url("../img/cmn/side_bg_box4.png") no-repeat;
}

#side_box4 .text1 {
	margin-top:50px;
	margin-left:110px;
	
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	
	color:#FFF;
}
#side_box4 .text2 {
	margin-top: 16px;
	margin-left:42px;
	
	font-size: 20px;
	line-height: 1.2;
	
	letter-spacing: 2.8px;

	color:#FFF;
}

#side_box5 {
	overflow:hidden;
	box-sizing:border-box;
	width:300px;
}
#side_box5 .rect1 {
	overflow:hidden;
	box-sizing:border-box;
	background: url("../img/cmn/side_bg_box5_1.png") no-repeat;
	
	height:52px;
}
#side_box5 .rect2 {
	box-sizing:border-box;
	background: url("../img/cmn/side_bg_box5_2.png") repeat-y center top;
}
#side_box5 .rect3 {
	box-sizing:border-box;
	background: url("../img/cmn/side_bg_box5_3.png") no-repeat;
	
	height: 20px;
	
	float:none;
	clear:both;
}
#side_box5 .rect1 img {
	display: block;
	margin: 20px auto 0;
}
#side_box5 .rect2 {
	padding: 0 22px;
}

#side_box5 dl {
	box-sizing: border-box;
	
	padding-top:20px;
}

#side_box5 dl:after {
	content:"";
	display: block;
	clear:both;
}

#side_box5 dt ,
#side_box5 dd {
	font-size:14px;
	line-height: 1.2;
	
	letter-spacing: -0.6px;
	
	word-break: break-all;
}
#side_box5 dt {
	float:left;
}

#side_box5 dd {
	float:right;
	width: 168px;
}
#side_box5 .nowrap dd {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#access_box {
	float:none;
	clear:both;
	
	color:#333333;
}

#access_box .text1 {
	padding-left:15px;
	margin: 10px auto 15px;
	
	font-size:22px;
	line-height: 1.2;
}
#access_box dl {
	margin-left:10px;
	margin-bottom:5px;
}
#access_box dl:after {
	content:"";
	display: block;
	clear: both;
}
#access_box dt, 
#access_box dd {
	box-sizing: border-box;
	float: left;
	
	font-size:14px;
}
#access_box dt {
	float:left;
	width:88px;
	height:30px;
	
	margin-right:15px;
	padding-top:5px;
	
	font-weight:bold;
	text-align: center;
	color:#FFF;
	
	background: url("../img/cmn/bg_acs_text1.png") no-repeat center center;
}
#access_box dt.wide:first-letter {
	letter-spacing: 13px;
}
#access_box table {
	border-collapse: collapse;
	
	color:#796652;
	border: #EEE1D2 solid 2px;
	
	margin-bottom: 18px;
}
#access_box th ,
#access_box td {
	height:36px;
	
	vertical-align:middle;
	border: #EEE1D2 solid 1px;
}
#access_box td {
	width:39px;
	text-align: center;
	background: #FFF;
}

#access_box thead th {
	
	background: #339933;

	color:#FFF;
	font-size:16px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
#access_box tbody th {
	box-sizing:border-box;
	
	width: 187px;
	background: #FFF;
	
	padding-right: 40px;
	
	text-align: right;
}

#access_box dd {
	float:left;
	padding-top:5px;
}
#access_box:after {
	content: "";
	display: block;
	clear: both;
}

#access_box .map iframe {
	box-sizing:border-box;
	height:400px;
	width:470px;
	
	border:#FFF solid 2px;
}

#contact_box {
	position:relative;
	float:none;
	clear:both;
	
	margin-top:25px;
	margin-left:85px;
}

#contact_box > img {
	display: block;
	margin-bottom: 8px;
}

#contact_box dt ,
#contact_box dd ,
#contact_box dd > dl {
	float:left;
}
#contact_box > dl {
	font-size:12px;
	color:#6A5952;
	
	margin-bottom:5px;
}
#contact_box > dl:after {
	content:"";
	display: block;
	clear: both;
}
#contact_box dt.wide span {
	letter-spacing: 6px;
}

#contact_box .image1 {
	position:absolute;
	top:-17px;
	left:-106px;
}

.content {
	margin-bottom:40px;
}

.content h3 {
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:center;
	background: url("../img/cmn/border_h3.png") no-repeat center bottom;
}
.content h3 > span {
	display: inline-block;
	box-sizing:border-box;
	position:relative;
	
	min-height:49px;
	min-width:272px;
	
	padding-top: 15px;;
	
	font-size:22px;
	line-height: 1.2;
	color:#6A5952;

	background: url("../img/cmn/bg_h3_text.png") no-repeat center center;
}
.content h3.multi > span {
	min-height:71px;
	min-width:282px;

	background: url("../img/cmn/bg_h3_text2.png") no-repeat center center;
}
.content h3 span.sub {
	font-size:15px;
	line-height: 1.5;
}

.content .content_inner {
	position:relative;
	margin:0 10px 0 30px;
}
.content .content_inner:after {
	content:"";
	display: block;
	clear:both;
}

/**
 * 	index
 */
#top_box1 {
	position:relative;
	height:324px;
	background: url("../img/top/bg_bnr1.png") no-repeat;
}
#top_box1 .text1 {
	position: absolute;
	top: 27px;
	left: 30px;
}
#top_box1 .text2 {
	position: absolute;
	top: 66px;
	left: 18px;
}
#top_box1 .text3 {
	position: absolute;
	top: 163px;
	left: 30px;	
	
	font-size: 14px;
	line-height: 1.8;
}
#top_box1 .text4 {
	position: absolute;
	bottom: 18px;
	left: 232px;

	font-size: 14px;
	line-height: 1.8;
}

#top_box1 .bnr {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

#top_box2 {
	position:relative;
	height: 224px;
}
#top_box2 img.bgimg {
	display: block;
}
#top_box2 .text1 {
	position: absolute;
	top: 18px;
	left: 18px;
}
#top_box2 .text2 {
	position: absolute;
	top: 67px;
	left: 47px;
}
#top_box2 .bnr {
	position: absolute;
	bottom: 10px;
	right: 15px;
}


/**
 * 	courses
 */
#courses_box1 p {
	text-align: center;
	margin-top:20px;
}
#courses_box2 .rect1 {
	box-sizing: border-box;
	height:45px;
	margin-top:60px;
	background: url("../img/courses/bg_rect1_1.png") no-repeat;
}
#courses_box2 .rect2 {
	overflow:hidden;
	box-sizing: border-box;
	height:78px;
	background: url("../img/courses/bg_rect1_2.png") no-repeat;
}
#courses_box2 .rect2 img {
	display: block;
	margin:20px auto 0;

}
#courses_box2 .rect3 {
	overflow:hidden;
	box-sizing: border-box;

	background: url("../img/courses/bg_rect1_3.png") repeat-y;
}
#courses_box2 .rect4 {
	box-sizing: border-box;
	height:5px;
	background: url("../img/courses/bg_rect1_4.png") no-repeat;
}
#courses_box2 .rect5 ,
#courses_box2 .rect6 {
	box-sizing: border-box;
	width:590px;
	margin: 0 auto;
	
	text-align: center;
}
#courses_box2 .rect5 {
	height:200px;
	background: url("../img/courses/bg_rect2_1.png") no-repeat;
	
	margin-bottom:25px;
	padding-top:30px;
}
#courses_box2 .rect5 .text1 ,
#courses_box2 .rect6 .text1 {
	font-size:20px;
	line-height: 1.2;
	font-weight: bold;
	color:#6A5952;
}
#courses_box2 .rect5 .text1 {
	margin-bottom: 30px;
}
#courses_box2 .rect5 .text2 {
	margin-bottom: 15px;
	
	font-size:23px;
	line-height: 1.5;
	font-weight: bold;
	color:#FF7272;
}
#courses_box2 .rect5 .text3 ,
#courses_box2 .rect6 .text2 {
	font-size:16px;
	line-height: 1.5;
}

#courses_box2 .rect6 {
	height:282px;
	background: url("../img/courses/bg_rect2_2.png") no-repeat;
	
	margin-bottom:18px;
	padding-top:18px;
}
#courses_box2 .rect6 .text1 {
	margin-bottom: 30px;
}

/**
 * 	vaccination
 */
#vac_box1 .rect1 {
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
	
	margin-top:20px;
	padding: 0 10px;
	
	background: #7EA288;
}
#vac_box1 .text3 {
	position:absolute;
	box-sizing:border-box;
	
	top: 45px;
	left: 28px;
	
	width:91px;
	height:98px;
	
	padding-top:38px;
	
	font-size:18px;
	font-weight:bold;
	color:#785A32;
	text-align: center;
	
	background: url("../img/vaccination/bg_text1.png") no-repeat;
}
#vac_box1 .text4 {
	margin-top:20px;
	margin-left:145px;
	margin-bottom:20px;	
	color:#FFFFFF;
}
#vac_box1 .text4 > p {
	font-size:18px;
	line-height: 1.5;
}

#vac_box1 .text4 li {
	box-sizing:border-box;
	position:relative;
	counter-increment: list_count;
	
	width: 448px;
	font-size:18px;
	padding-left: 1em;
	padding-top: 5px;
	
	line-height: 1.8;
	font-weight: bold;
	/*background: url("../img/vaccination/border1.png") no-repeat center bottom;*/
	border-bottom: #FFF dotted 2px;
}
#vac_box1 .text4 li:before {
	box-sizing:border-box;
	display: block;
	content:counter(list_count);
	position:absolute;
	
	top: 11px;
	left: 0;
	width: 16px;
	height: 16px;
	padding-top: 2.5px;
	padding-left: 4px;
	font-size: 13px;
	line-height: 1;
	
	background: url("../img/vaccination/letter_circle.png") no-repeat center center;
}

#vac_box1 table {
	width:100%;
	border-collapse: collapse;
	
	border: #FFB973 solid 1px;
	
	font-size:15px;
	line-height: 1.5;
}
#vac_box1 table th.target_cap {
	width:260px;
	
	background: #FFB973;
	color:#8C4600;
	font-weight: bold;
	border-left: #FFB973 dotted 1px;
}
#vac_box1 table th,
#vac_box1 table td {
	box-sizing:border-box;
	vertical-align: middle;
}
#vac_box1 table th {
	text-align:center;
	background: #FF8000;
	color:#FFF;
	border-bottom: #FFB973 solid 1px;
}
#vac_box1 table td {
	height: 25px;
	width: 290px;
	
	padding-left: 18px;
	
	background: #FFF;
	border-bottom: #FFB973 solid 1px;
}
#vac_box1 .text5 {
	color:#FFF;
	margin: 13px auto 30px;
}
#vac_box1 .rect2 {
	height:35px;
	background: url("../img/vaccination/bg_rect1.png") no-repeat;
	margin-bottom:30px;
}
#vac_box1 .text1 {
	padding:0 5px;
}

#vac_box1 .text2 {
	margin: 15px 0;
	padding:0 5px;
	color:#FF5064; 
	font-weight: bold;
}
body.vaccination .caution {
	margin: 20px 10px 0;
	padding: 12px 18px;
	
	color: #FF794C;
	background:url("../img/vaccination/bg_rect3.png");
	border:#FFCFBF solid 3px;
}
body.vaccination .caution .cap {
	box-sizing:border-box;
	width:50px;
	height:20px;
	padding-top:1px;
	padding-left: 0;
	margin-bottom:10px;
	
	text-align:center;
	color:#FFF;
	background: #FF7A4D;
}
body.vaccination .caution p {
	padding-left: 5px;
}

body.vaccination .vac_box .caution {
	margin-left: 0;
	margin-right: 0;
}
body.vaccination .vac_box {
	background: #FFF;
	
	padding: 11px 10px 20px 10px;
}
body.vaccination .vac_box h3 {
	box-sizing:border-box;
	height:40px;
	
	margin-bottom:20px;
	padding-top:7px;
	
	font-size: 20px;
	line-height:1.5;
	font-weight:bold;
	color:#BF6B69;
	
	text-align:center;
	background: #E8DDD3;
	
}
body.vaccination .vac_box > dl {
	margin-bottom: 20px;
}
body.vaccination .vac_box > dl:after {
	content:"";
	display: block;
	clear: both;
}
body.vaccination .vac_box > dl > dt ,
body.vaccination .vac_box > dl > dd {
	float: left;
}
body.vaccination .vac_box > dl > dt {
	box-sizing:border-box;
	
	margin-left:14px;
	margin-right:20px;
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	
	color:#FFF;
	
	width:150px;
	height: 25px;
	background: url("../img/vaccination/bg_text2_1.png") no-repeat;
}
body.vaccination .vac_box > dl > dt.multi {
	height: 46px;
	background: url("../img/vaccination/bg_text2_2.png") no-repeat;

}
body.vaccination .vac_box > dl > dd {
	padding-top:3px;
}
#vac_box2 li {
	box-sizing: border-box;
	width: 310px;
	margin-left:10px;
	
	text-indent:-28px;
	padding-left:28px;
	counter-increment: list_count2;
	
}
#vac_box2 li:before {
	box-sizing:border-box;
	content:"(" counter(list_count2) ")";
	margin-right:5px;
}
#vac_box4 li:before {
	content:"・";
}
#vac_box5 .text1 {
	padding-left:14px;
	padding-right: 14px;
	
	margin-bottom:20px;
}
#vac_box5 .step {
	margin-top:5px;
	margin-bottom:5px;
	
	font-size:12px;
	line-height: 1.2;
	font-weight: bold;
	color:#660000;
}
#vac_box5 .step span {
	display:inline-block;
	padding: 5px 12px;
	margin-right: 5px;
	border:#660000 solid 1px;
	background: #FFEFBF;
}
#vac_box5 .step img {
	display: inline-block;
	margin: 0 5px;
}
#vac_box6 {
	box-sizing: border-box;
	width: 615px;
	height: 156px;
	
	text-align:center;
	padding-top: 40px;
	
	background: url("../img/vaccination/bg_rect2.png") no-repeat;
}
/**
 * 	policy
 */
#policy_box1 {
	position:relative;
}
#policy_box1 .rect1 {
	padding-top:20px;
	padding-bottom: 22px;
	
	font-size:18px;
	color:#339933;
	text-align: center;
	
	background: url("../img/policy/bg_rect1.png") no-repeat center bottom;
}

#policy_box1 .rect1 p {
	margin-bottom: 25px;
}

#policy_box2:after {
	content: "";
	display: block;
	clear: both;
}
#policy_box2 .right_area {
	box-sizing:border-box;
	width:380px;
	padding-right: 10px;
}
#policy_box2 .caption {
	font-size:22px;
	color:#6A5952;
	margin-bottom:10px;
}

#policy_box3 .rect1,
#policy_box3 .rect2 {
	overflow: hidden;
}
#policy_box3 .rect1 {
	margin-bottom: 20px;
}

#policy_box3 .rect1 .right_area {
	box-sizing:border-box;
	width:315px;
	padding-right: 7px;
}
#policy_box3 .rect2 .left_area {
	box-sizing:border-box;
	width:315px;
	padding-right: 7px;
}
#policy_box3 .rect2 .right_area > p {
	margin: 0 0 0 auto; 
	text-align: center;
	width: 139px;
	background: url("../img/policy/border1.png") no-repeat center bottom;
}
#policy_box2 h3, 
#policy_box3 h3 {
	margin-bottom: 20px;
}

/**
 * 	faq
 */
body.faq .faq_box {
	overflow:hidden;
	
	padding-bottom:40px;
	
	background: url("../img/cmn/border_h3.png") no-repeat center bottom;
}
body.faq .faq_box:last-child {
	background: none;
	padding-bottom:0;
}
body.faq .faq_box dt ,
body.faq .faq_box dd {
	box-sizing:border-box;
	position: relative;
	
	min-height:44px;
	
	padding-left: 58px;
}

body.faq .faq_box dt {
	min-height:52px;
	margin-bottom:10px;
	padding-top:15px;
	padding-bottom:15px;
	
	font-size:22px;
	line-height:1.2;
	color:#E66432;
	background: url("../img/faq/bg_text2.png") no-repeat;
	background-position: 58px center;
	border-bottom: #FFF dotted 2px;
}
body.faq .faq_box dt:before {
	display: block;
	position:absolute;
	
	content:url("../img/faq/icon_q.png");
	
	top: 0;
	left: 0;
	
}
body.faq .faq_box dd:before {
	display: block;
	position:absolute;
	
	content:url("../img/faq/icon_a.png");
	
	top: 0;
	left: 0;
	
}
body.faq .faq_box > a {
	display: block;
	
	height:42px;
	width:219px;
	
	margin-top: 20px;
	margin-left: 58px;
	
	text-align:center;
	line-height:42px;
	
	font-size:20px;
	color:#FFF;
	

	background: url("../img/faq/bg_text1.png") no-repeat;
}
body.faq .faq_box > a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/**
 * 	access
 */
#acc_box1 h3 {
	margin-bottom:20px;
}

#acc_box1 .address {
	margin-bottom: 15px;
}

#acc_box1 dl {
	margin-bottom: 15px;
}
#acc_box1 dt {
	width:84px;
	height:29px;
	
	margin-bottom: 5px;
	
	text-align:center;
	line-height:29px;
	color:#FFF;
	
	background: url("../img/access/bg_text1.png") no-repeat;
}

#acc_box1 .map {
	float: none;
	clear: both;
	
	padding-top:20px;
}
#acc_box1 .map iframe {
	box-sizing: border-box;
	width: 630px;
	height:304px;
	
	
}
#acc_box2 {
	overflow: hidden;
}

#acc_box2 table {
	border-collapse: collapse;

	width: 610px;
	
	color:#796652;
	border: #EEE1D2 solid 2px;
	
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left:10px;
	
	font-size:18.5px;
}
#acc_box2 th ,
#acc_box2 td {
	height:52px;
	
	vertical-align:middle;
	border: #EEE1D2 solid 1px;
}
#acc_box2 td {
	width:52px;
	text-align: center;
	background: #FFF;
}

#acc_box2 thead th {
	
	background: #339933;

	color:#FFF;
	font-size:20px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
#acc_box2 tbody th {
	box-sizing:border-box;

	background: #FFF;
	
	padding-right: 50px;
	
	text-align: right;
}
#acc_box2 dl {
	margin-left: 10px;
}
#acc_box2 dt ,
#acc_box2 dd {
	float:left;
}
#acc_box2 dt {
	margin-right: 40px;
}

#acc_box3 .rect1 {
	box-sizing:border-box;
	overflow:hidden;
	width:630px;
	min-height:480px;
	
	margin-top:20px;
	padding-top:17px;
	
	border: #EEE1D2 solid 3px;
	background: url("../img/access/bg_rect1.png") center center;
	
}
#acc_box3 ul {
	margin: 0 17px;
}
#acc_box3 li img {
	width:590px;
	height:370px;
}
#acc_box3 #slide_text {
	padding: 0 10px;
	margin-top:20px;
	font-size:17.5px;
	line-height: 1.2;
	letter-spacing:-0.3px;
	color: #FFF;
}
.syoukai {
	float:left;
	margin-top: 10px;
	margin-left:10px;
}
.syoukaimg {
	float:left;
	margin-left:10px;
}

.kasen {
	text-decoration: underline;
}